-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update CHANGELOG and prepare next release (#718)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
3c9fbe8
commit c4c5f83
Showing
19 changed files
with
43 additions
and
67 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/" | ||
|