Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit df956e8

Browse files
chore(release): 1.0.0
1 parent 35f5caa commit df956e8

2 files changed

Lines changed: 24 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# 1.0.0 (2023-06-20)
2+
3+
4+
### Bug Fixes
5+
6+
* .dockerignore ([8f4ae96](https://github.com/SocialGouv/legia/commit/8f4ae960eb71b1dcaffdf8493c5a03e1737bf819))
7+
* disable yarn fetch for now ([acff9a5](https://github.com/SocialGouv/legia/commit/acff9a51cd58b1fc58a148715a175edb9421f2bf))
8+
* missing standalone ([b58c25a](https://github.com/SocialGouv/legia/commit/b58c25a2c53c2a1a12789e620c806787dbe4ad99))
9+
* mv secret ([7896c6f](https://github.com/SocialGouv/legia/commit/7896c6f2a69fc148a296dfeb723eff54d2caaebe))
10+
* remove double build ([2b2629b](https://github.com/SocialGouv/legia/commit/2b2629bf95fdecf93b0ef90f1100275d69f4e23d))
11+
* temp disable yarn fetch ([5d81039](https://github.com/SocialGouv/legia/commit/5d81039937a3fa28fa87919bf64756a520d5ad5f))
12+
* tests ([1fd689d](https://github.com/SocialGouv/legia/commit/1fd689d92ad3cf84eaac91a2f351e2043d4e0141))
13+
* tests ([75d5ac4](https://github.com/SocialGouv/legia/commit/75d5ac42dd416ea18d5f33fbc45b76969c6d462e))
14+
* trigger review auto ([eaef3e7](https://github.com/SocialGouv/legia/commit/eaef3e72f179cb917bed6ce0cda127e0adc7c5af))
15+
* up workflows ([35f5caa](https://github.com/SocialGouv/legia/commit/35f5caa8206ca7017afb2e2bb84d39d5b8040556))
16+
* workflow preprod ([49e4821](https://github.com/SocialGouv/legia/commit/49e4821cdcda398406d4ee27f69c5423bb6a88c3))
17+
* yarn fetch ([244f22b](https://github.com/SocialGouv/legia/commit/244f22ba9c761a5dfe0a9ddc01f2ae5198c1eba2))
18+
19+
20+
### Features
21+
22+
* add kontinuous [#3](https://github.com/SocialGouv/legia/issues/3) ([91b48d1](https://github.com/SocialGouv/legia/commit/91b48d1d56df050d5074a756651e0e029980c9d8))
23+
* add threads ([ad568b9](https://github.com/SocialGouv/legia/commit/ad568b95bdc80867d9af950a59367d0dbbbb9475))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "legia",
3-
"version": "0.1.0",
3+
"version": "1.0.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

0 commit comments

Comments
 (0)