This repository has been archived by the owner on Aug 14, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fc07cf9
commit aba0853
Showing
2 changed files
with
19 additions
and
1 deletion.
There are no files selected for viewing
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,18 @@ | ||
# 1.0.0 (2022-03-08) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* Add missing /app when registeering docker image ([17ef4bb](https://github.com/SocialGouv/doc-demo-app/commit/17ef4bb605c63c38258f243db3c6c2a47c37d149)) | ||
* Add missing on clause on github workflow ([9b38f33](https://github.com/SocialGouv/doc-demo-app/commit/9b38f33c7332eb4b634ca3d37508ac7b202d4c7f)) | ||
* Configure health probe path ([de9ff9d](https://github.com/SocialGouv/doc-demo-app/commit/de9ff9dc44bf4a333a6c39aef98b468f591238ec)) | ||
* Fix file name ([9ac1288](https://github.com/SocialGouv/doc-demo-app/commit/9ac12881c94f43f73d7eaab77eaf1ad0e4cfb73a)) | ||
* Fix runs-on ([4dfb0c0](https://github.com/SocialGouv/doc-demo-app/commit/4dfb0c0c6e32d1510a8dfb1501cbb7c259b88b9f)) | ||
* simplify .socialgouv chart config ([792b19d](https://github.com/SocialGouv/doc-demo-app/commit/792b19db13c8a6f41d82a76617316aedbbf8103a)) | ||
* Use standalone mode for next js config ([86ac69d](https://github.com/SocialGouv/doc-demo-app/commit/86ac69df1de832af5661834824101c4da07a39a9)) | ||
|
||
|
||
### Features | ||
|
||
* Add newly generated next.js app ([d2e7d8d](https://github.com/SocialGouv/doc-demo-app/commit/d2e7d8d6f2728f4f42257a114607f16d19cfd1a1)) | ||
* Add workflow release ([fc07cf9](https://github.com/SocialGouv/doc-demo-app/commit/fc07cf9b236177d8eadc70186d8970b71d9c34ea)) |
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": "demo-aa", | ||
"version": "0.1.0", | ||
"version": "1.0.0", | ||
"private": true, | ||
"scripts": { | ||
"dev": "next dev", | ||
|