Skip to content

Commit

Permalink
Update CHANGELOG and prepare next release (#594)
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 9, 2024
1 parent 6daca61 commit c049819
Show file tree
Hide file tree
Showing 21 changed files with 47 additions and 80 deletions.
6 changes: 0 additions & 6 deletions .changeset/clever-coins-call.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cuddly-impalas-cry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dull-swans-tease.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/famous-candles-clean.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/happy-grapes-occur.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/hip-pigs-sniff.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lovely-clocks-remain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/new-cows-melt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/orange-colts-listen.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/plenty-pans-destroy.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/strange-peas-compare.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twenty-spoons-prove.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wicked-dots-attend.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wicked-trainers-watch.md

This file was deleted.

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

## 0.8.0

### Minor Changes

- b2f50b8: [DEV-1040] Rendering component OpenAPI Gitbook
- 2370d7e: [DEV-866] Redirect to the main guide if no version is specified from the path
- d39d27a: [DPC-138] Add version 3.6.1 for "SANP"
- 910f54a: [DEV-1362] Create BuildEnv and create function to use to make API calls to Strapi
- a305b3d: Show export button in StopLight Element's component of API pages

### Patch Changes

- 4caeaaf: Add EmailFormWrapper unit tests
- 1352c9e: [DEV-1364] Remove AppEnv and Config in favor of the BrowserEnv and BrowserConfig
- 558d23c: [DEV-863]: Replace URLs host if specified in config
- 4a34f5d: [DEV-863]: Add missing paths in urlReplacesMap URLs
- f67d231: [DEV-1238] Resizing the "Featured" section as the page loads
- 8026026: Fix title alignment in API pages
- Updated dependencies [b2f50b8]
- Updated dependencies [e976969]
- Updated dependencies [558d23c]
- Updated dependencies [7a6ee42]
- [email protected]

## 0.7.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.7.2",
"version": "0.8.0",
"private": true,
"scripts": {
"download-docs": "./scripts/fetch-docs.sh 9f9465b",
Expand Down
7 changes: 7 additions & 0 deletions apps/strapi-cms/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# strapi-cms

## 0.1.0

### Minor Changes

- b0c18a7: Add Homepage content to strapi and RelatedLinks and Link components
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.0.0",
"version": "0.1.0",
"scripts": {
"clean": "shx rm -rf dist/",
"generate": "strapi ts:generate-types",
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

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

10 changes: 10 additions & 0 deletions packages/gitbook-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# gitbook-docs

## 0.0.1

### Patch Changes

- b2f50b8: [DEV-1040] Rendering component OpenAPI Gitbook
- e976969: Update the logic that is used to replace the titles of links from GitBook
- 558d23c: [DEV-863]: Replace URLs host if specified in config
- 7a6ee42: Remove a workaround causing paragraphs to have %p inside tables
2 changes: 1 addition & 1 deletion packages/gitbook-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gitbook-docs",
"version": "0.0.0",
"version": "0.0.1",
"private": true,
"exports": {
"./": "./dist/"
Expand Down

0 comments on commit c049819

Please sign in to comment.