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
99
1010## [ Unreleased]  
1111
12+ 
13+ ## [ 1.4.0]  - 2024-09-17 
14+ 
1215## Added  
1316
1417-  β¨Add link public/authenticated/restricted access with read/editor roles #234  
@@ -17,14 +20,14 @@ and this project adheres to
1720
1821## Changed  
1922
20- -  β»οΈ Allow null titles on documents for easier creation #234  
23+ -  β»οΈ(backend)  Allow null titles on documents for easier creation #234  
2124-  π(backend) stop to list public doc to everyone #234  
2225-  π(frontend) change visibility in share modal #235  
2326-  β‘οΈ(frontend) Improve summary #244  
2427
2528## Fixed  
2629
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  
2831-  π Rebuild frontend dev container from makefile #248  
2932
3033
@@ -150,7 +153,8 @@ and this project adheres to
150153-  π Impress, project to manage your documents easily and collaboratively.
151154
152155
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 
154158[ 1.3.0 ] : https://github.com/numerique-gouv/impress/releases/v1.3.0 
155159[ 1.2.1 ] : https://github.com/numerique-gouv/impress/releases/v1.2.1 
156160[ 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"
77
88[project ]
99name  = " impress" 
10- version  = " 1.3 .0" 
10+ version  = " 1.4 .0" 
1111authors  = [{ 
"name"  = 
" DINUM" , 
"email"  = 
" [email protected] "  }]
1212classifiers  = [
1313    " Development Status :: 5 - Production/Stable"  ,
Original file line number Diff line number Diff line change 11{
22  "name" : " app-e2e"  ,
3-   "version" : " 1.3 .0"  ,
3+   "version" : " 1.4 .0"  ,
44  "private" : true ,
55  "scripts" : {
66    "lint" : " eslint . --ext .ts"  ,
Original file line number Diff line number Diff line change 11{
22  "name" : " app-impress"  ,
3-   "version" : " 1.3 .0"  ,
3+   "version" : " 1.4 .0"  ,
44  "private" : true ,
55  "scripts" : {
66    "dev" : " next dev"  ,
3333    "react-i18next" : " 15.0.2"  ,
3434    "react-select" : " 5.8.0"  ,
3535    "styled-components" : " 6.1.13"  ,
36-     "yjs" : " *"  ,
3736    "y-protocols" : " 1.0.6"  ,
37+     "yjs" : " *"  ,
3838    "zustand" : " 4.5.5" 
3939  },
4040  "devDependencies" : {
Original file line number Diff line number Diff line change 11{
22  "name" : " impress"  ,
3-   "version" : " 1.3 .0"  ,
3+   "version" : " 1.4 .0"  ,
44  "private" : true ,
55  "workspaces" : {
66    "packages" : [
Original file line number Diff line number Diff line change 11{
22  "name" : " eslint-config-impress"  ,
3-   "version" : " 1.3 .0"  ,
3+   "version" : " 1.4 .0"  ,
44  "license" : " MIT"  ,
55  "scripts" : {
66    "lint" : " eslint --ext .js ." 
Original file line number Diff line number Diff line change 11{
22  "name" : " packages-i18n"  ,
3-   "version" : " 1.3 .0"  ,
3+   "version" : " 1.4 .0"  ,
44  "private" : true ,
55  "scripts" : {
66    "extract-translation" : " yarn extract-translation:impress"  ,
Original file line number Diff line number Diff line change 11{
22  "name" : " server-y-provider"  ,
3-   "version" : " 1.3 .0"  ,
3+   "version" : " 1.4 .0"  ,
44  "description" : " Y.js provider for docs"  ,
55  "repository" : " https://github.com/numerique-gouv/impress"  ,
66  "license" : " MIT"  ,
Original file line number Diff line number Diff line change 11image:
22  repository: lasuite/impress-backend
33  pullPolicy: Always
4-   tag: "v1.3 .0-preprod"
4+   tag: "v1.4 .0-preprod"
55
66backend:
77  migrateJobAnnotations:
@@ -124,13 +124,13 @@ frontend:
124124  image:
125125    repository: lasuite/impress-frontend
126126    pullPolicy: Always
127-     tag: "v1.3 .0-preprod"
127+     tag: "v1.4 .0-preprod"
128128
129129yProvider:
130130  image:
131131    repository: lasuite/impress-y-provider
132132    pullPolicy: Always
133-     tag: "v1.3 .0-preprod"
133+     tag: "v1.4 .0-preprod"
134134
135135ingress:
136136  enabled: true
Original file line number Diff line number Diff line change 11image:
22  repository: lasuite/impress-backend
33  pullPolicy: Always
4-   tag: "v1.3 .0"
4+   tag: "v1.4 .0"
55
66backend:
77  migrateJobAnnotations:
@@ -124,13 +124,13 @@ frontend:
124124  image:
125125    repository: lasuite/impress-frontend
126126    pullPolicy: Always
127-     tag: "v1.3 .0"
127+     tag: "v1.4 .0"
128128
129129yProvider:
130130  image:
131131    repository: lasuite/impress-y-provider
132132    pullPolicy: Always
133-     tag: "v1.3 .0"
133+     tag: "v1.4 .0"
134134
135135ingress:
136136  enabled: true
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You canβt perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments