Skip to content

Commit

Permalink
Update CHANGELOG and prepare next release (#718)
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 Mar 13, 2024
1 parent 3c9fbe8 commit c4c5f83
Show file tree
Hide file tree
Showing 19 changed files with 43 additions and 67 deletions.
6 changes: 0 additions & 6 deletions .changeset/beige-lemons-pay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eight-cobras-argue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eight-paws-impress.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eleven-ties-boil.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/famous-trees-compete.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/honest-geese-marry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/old-rocks-cover.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pretty-ears-work.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rare-pans-flash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rotten-penguins-speak.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sour-penguins-smile.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/weak-grapes-scream.md

This file was deleted.

11 changes: 11 additions & 0 deletions apps/infrastructure/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# infrastructure

## 0.1.0

### Minor Changes

- f250a26: Move the infrastructure within the monorepo (`apps/infrastructure`)

### Patch Changes

- e1c3796: [DEV-1503] Add googleusercontent to trusted domains in img-src within CSP
2 changes: 1 addition & 1 deletion apps/infrastructure/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "infrastructure",
"version": "0.0.1",
"version": "0.1.0",
"private": true
}
20 changes: 20 additions & 0 deletions apps/nextjs-website/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# nextjs-website

## 0.13.0

### Minor Changes

- de9bbbe: Make the link to the webinar list page visible in the navigation menu also in the production environment
- 1730ae3: Allow fetching from the CMS the hero section of the homepage
- 458c58f: Add the highlight and hide action on webinars' questions list
- 67c66bf: New guide for the use of pagoPA's BO by Technical Partners.

### Patch Changes

- 3bd5661: Handle data-size image attribute to support inline image rendering
- 3c9fbe8: Add test events on webinars and isVisibleInList flag to hide them
- 0db977b: Fix font size in list items
- 6d8f876: Fix webinar banner visibility
- b7ed47f: Removes version from all internal links to redirect to latest guides
- ffde2ad: Reset login form errors on user changes
- Updated dependencies [3bd5661]
- [email protected]

## 0.12.3

### 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.12.3",
"version": "0.13.0",
"private": true,
"scripts": {
"download-docs": "./scripts/fetch-docs.sh docs/from-gitbook",
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.

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

## 0.0.3

### Patch Changes

- 3bd5661: Handle data-size image attribute to support inline image rendering

## 0.0.2

### Patch Changes
Expand Down
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.2",
"version": "0.0.3",
"private": true,
"exports": {
"./": "./dist/"
Expand Down

0 comments on commit c4c5f83

Please sign in to comment.