Skip to content

Commit

Permalink
Update CHANGELOG and prepare next release (#651)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Feb 21, 2024
1 parent 3baac15 commit 999b7dd
Show file tree
Hide file tree
Showing 11 changed files with 23 additions and 34 deletions.
5 changes: 0 additions & 5 deletions .changeset/little-boats-think.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nine-wombats-pretend.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silly-lizards-divide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slimy-turkeys-flash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sweet-ants-boil.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sweet-planets-change.md

This file was deleted.

12 changes: 12 additions & 0 deletions apps/nextjs-website/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# nextjs-website

## 0.10.0

### Minor Changes

- 1e4b96e: Allow fetching from the CMS the "Discover our ecosystem" section on the home page

### Patch Changes

- c58c050: Fix link visualization
- 532f1d6: Fix change password page and changed password page
- b2ac24a: Fix reset password request page

## 0.9.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/nextjs-website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nextjs-website",
"version": "0.9.2",
"version": "0.10.0",
"private": true,
"scripts": {
"download-docs": "./scripts/fetch-docs.sh docs/from-gitbook",
Expand Down
7 changes: 7 additions & 0 deletions apps/strapi-cms/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# strapi-cms

## 0.2.0

### Minor Changes

- 1e4b96e: Set logo as required in product schema
- 68ac9bc: Add Product schema and productsShowcase component to homepage in Strapi CMS

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/strapi-cms/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "strapi-cms",
"private": true,
"version": "0.1.0",
"version": "0.2.0",
"scripts": {
"clean": "shx rm -rf dist/",
"generate": "strapi ts:generate-types",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 999b7dd

Please sign in to comment.