Commit 39d0211 1 parent 86085f8 commit 39d0211 Copy full SHA for 39d0211
File tree 11 files changed +20
-16
lines changed
11 files changed +20
-16
lines changed Original file line number Diff line number Diff line change @@ -9,11 +9,14 @@ and this project adheres to
9
9
10
10
## [ Unreleased]
11
11
12
+
13
+ ## [ 1.5.0] - 2024-10-09
14
+
12
15
## Added
13
16
14
17
- ✨(backend) add name fields to the user synchronized with OIDC #301
15
18
- ✨(ci) add security scan #291
16
- - ✨ (frontend) Activate versions feature # 240
19
+ - ♻️ (frontend) Add versions # 277
17
20
- ✨(frontend) one-click document creation #275
18
21
- ✨(frontend) edit title inline #275
19
22
- 📱(frontend) mobile responsive #304
@@ -179,7 +182,8 @@ and this project adheres to
179
182
- 🚀 Impress, project to manage your documents easily and collaboratively.
180
183
181
184
182
- [ unreleased ] : https://github.com/numerique-gouv/impress/compare/v1.4.0...main
185
+ [ unreleased ] : https://github.com/numerique-gouv/impress/compare/v1.5.0...main
186
+ [ 1.5.0 ] : https://github.com/numerique-gouv/impress/releases/v1.5.0
183
187
[ 1.4.0 ] : https://github.com/numerique-gouv/impress/releases/v1.4.0
184
188
[ 1.3.0 ] : https://github.com/numerique-gouv/impress/releases/v1.3.0
185
189
[ 1.2.1 ] : https://github.com/numerique-gouv/impress/releases/v1.2.1
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
7
7
8
8
[project ]
9
9
name = " impress"
10
- version = " 1.4 .0"
10
+ version = " 1.5 .0"
11
11
authors = [{ "name" = " DINUM" , "email" = " dev@mail.numerique.gouv.fr" }]
12
12
classifiers = [
13
13
" Development Status :: 5 - Production/Stable" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " app-e2e" ,
3
- "version" : " 1.4 .0" ,
3
+ "version" : " 1.5 .0" ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"lint" : " eslint . --ext .ts" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " app-impress" ,
3
- "version" : " 1.4 .0" ,
3
+ "version" : " 1.5 .0" ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"dev" : " next dev" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " impress" ,
3
- "version" : " 1.4 .0" ,
3
+ "version" : " 1.5 .0" ,
4
4
"private" : true ,
5
5
"workspaces" : {
6
6
"packages" : [
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-config-impress" ,
3
- "version" : " 1.4 .0" ,
3
+ "version" : " 1.5 .0" ,
4
4
"license" : " MIT" ,
5
5
"scripts" : {
6
6
"lint" : " eslint --ext .js ."
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " packages-i18n" ,
3
- "version" : " 1.4 .0" ,
3
+ "version" : " 1.5 .0" ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"extract-translation" : " yarn extract-translation:impress" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " server-y-provider" ,
3
- "version" : " 1.4 .0" ,
3
+ "version" : " 1.5 .0" ,
4
4
"description" : " Y.js provider for docs" ,
5
5
"repository" : " https://github.com/numerique-gouv/impress" ,
6
6
"license" : " MIT" ,
Original file line number Diff line number Diff line change 1
1
image:
2
2
repository: lasuite/impress-backend
3
3
pullPolicy: Always
4
- tag: "v1.4 .0-preprod"
4
+ tag: "v1.5 .0-preprod"
5
5
6
6
backend:
7
7
migrateJobAnnotations:
@@ -124,13 +124,13 @@ frontend:
124
124
image:
125
125
repository: lasuite/impress-frontend
126
126
pullPolicy: Always
127
- tag: "v1.4 .0-preprod"
127
+ tag: "v1.5 .0-preprod"
128
128
129
129
yProvider:
130
130
image:
131
131
repository: lasuite/impress-y-provider
132
132
pullPolicy: Always
133
- tag: "v1.4 .0-preprod"
133
+ tag: "v1.5 .0-preprod"
134
134
135
135
ingress:
136
136
enabled: true
Original file line number Diff line number Diff line change 1
1
image:
2
2
repository: lasuite/impress-backend
3
3
pullPolicy: Always
4
- tag: "v1.4 .0"
4
+ tag: "v1.5 .0"
5
5
6
6
backend:
7
7
migrateJobAnnotations:
@@ -124,13 +124,13 @@ frontend:
124
124
image:
125
125
repository: lasuite/impress-frontend
126
126
pullPolicy: Always
127
- tag: "v1.4 .0"
127
+ tag: "v1.5 .0"
128
128
129
129
yProvider:
130
130
image:
131
131
repository: lasuite/impress-y-provider
132
132
pullPolicy: Always
133
- tag: "v1.4 .0"
133
+ tag: "v1.5 .0"
134
134
135
135
ingress:
136
136
enabled: true
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mail_mjml" ,
3
- "version" : " 1.4 .0" ,
3
+ "version" : " 1.5 .0" ,
4
4
"description" : " An util to generate html and text django's templates from mjml templates" ,
5
5
"type" : " module" ,
6
6
"dependencies" : {
You can’t perform that action at this time.
0 commit comments