File tree Expand file tree Collapse file tree 11 files changed +22
-18
lines changed Expand file tree Collapse file tree 11 files changed +22
-18
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,9 @@ and this project adheres to
9
9
10
10
## [ Unreleased]
11
11
12
+
13
+ ## [ 1.4.0] - 2024-09-17
14
+
12
15
## Added
13
16
14
17
- β¨Add link public/authenticated/restricted access with read/editor roles #234
@@ -17,14 +20,14 @@ and this project adheres to
17
20
18
21
## Changed
19
22
20
- - β»οΈ Allow null titles on documents for easier creation #234
23
+ - β»οΈ(backend) Allow null titles on documents for easier creation #234
21
24
- π(backend) stop to list public doc to everyone #234
22
25
- π(frontend) change visibility in share modal #235
23
26
- β‘οΈ(frontend) Improve summary #244
24
27
25
28
## Fixed
26
29
27
- - π Fix forcing ID when creating a document via API endpoint #234
30
+ - π(backend) Fix forcing ID when creating a document via API endpoint #234
28
31
- π Rebuild frontend dev container from makefile #248
29
32
30
33
@@ -150,7 +153,8 @@ and this project adheres to
150
153
- π Impress, project to manage your documents easily and collaboratively.
151
154
152
155
153
- [ unreleased ] : https://github.com/numerique-gouv/impress/compare/v1.3.0...main
156
+ [ unreleased ] : https://github.com/numerique-gouv/impress/compare/v1.4.0...main
157
+ [ 1.4.0 ] : https://github.com/numerique-gouv/impress/releases/v1.4.0
154
158
[ 1.3.0 ] : https://github.com/numerique-gouv/impress/releases/v1.3.0
155
159
[ 1.2.1 ] : https://github.com/numerique-gouv/impress/releases/v1.2.1
156
160
[ 1.2.0 ] : https://github.com/numerique-gouv/impress/releases/v1.2.0
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.3 .0"
10
+ version = " 1.4 .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.3 .0" ,
3
+ "version" : " 1.4 .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.3 .0" ,
3
+ "version" : " 1.4 .0" ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"dev" : " next dev" ,
33
33
"react-i18next" : " 15.0.2" ,
34
34
"react-select" : " 5.8.0" ,
35
35
"styled-components" : " 6.1.13" ,
36
- "yjs" : " *" ,
37
36
"y-protocols" : " 1.0.6" ,
37
+ "yjs" : " *" ,
38
38
"zustand" : " 4.5.5"
39
39
},
40
40
"devDependencies" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " impress" ,
3
- "version" : " 1.3 .0" ,
3
+ "version" : " 1.4 .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.3 .0" ,
3
+ "version" : " 1.4 .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.3 .0" ,
3
+ "version" : " 1.4 .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.3 .0" ,
3
+ "version" : " 1.4 .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.3 .0-preprod"
4
+ tag: "v1.4 .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.3 .0-preprod"
127
+ tag: "v1.4 .0-preprod"
128
128
129
129
yProvider:
130
130
image:
131
131
repository: lasuite/impress-y-provider
132
132
pullPolicy: Always
133
- tag: "v1.3 .0-preprod"
133
+ tag: "v1.4 .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.3 .0"
4
+ tag: "v1.4 .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.3 .0"
127
+ tag: "v1.4 .0"
128
128
129
129
yProvider:
130
130
image:
131
131
repository: lasuite/impress-y-provider
132
132
pullPolicy: Always
133
- tag: "v1.3 .0"
133
+ tag: "v1.4 .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.3 .0" ,
3
+ "version" : " 1.4 .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