File tree Expand file tree Collapse file tree 11 files changed +20
-16
lines changed Expand file tree Collapse file tree 11 files changed +20
-16
lines changed Original file line number Diff line number Diff line change @@ -8,13 +8,16 @@ and this project adheres to
88
99## [ Unreleased]  
1010
11+ 
12+ ## [ 1.2.1]  - 2024-08-23 
13+ 
1114## Changed  
1215
1316-  ♻️ Change ordering docs datagrid #195  
1417-  🔥(helm) use scaleway email #194  
1518
1619
17- ## [ 1.2.0]  - 2024-08-06  
20+ ## [ 1.2.0]  - 2024-08-22  
1821
1922## Added  
2023
@@ -103,7 +106,8 @@ and this project adheres to
103106-  🚀 Impress, project to manage your documents easily and collaboratively.
104107
105108
106- [ unreleased ] : https://github.com/numerique-gouv/impress/compare/v1.2.0...main 
109+ [ unreleased ] : https://github.com/numerique-gouv/impress/compare/v1.2.1...main 
110+ [ 1.2.1 ] : https://github.com/numerique-gouv/impress/releases/v1.2.1 
107111[ 1.2.0 ] : https://github.com/numerique-gouv/impress/releases/v1.2.0 
108112[ 1.1.0 ] : https://github.com/numerique-gouv/impress/releases/v1.1.0 
109113[ 1.0.0 ] : https://github.com/numerique-gouv/impress/releases/v1.0.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.2.0 " 
10+ version  = " 1.2.1 " 
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.2.0 "  ,
3+   "version" : " 1.2.1 "  ,
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.2.0 "  ,
3+   "version" : " 1.2.1 "  ,
44  "private" : true ,
55  "scripts" : {
66    "dev" : " next dev"  ,
Original file line number Diff line number Diff line change 11{
22  "name" : " y-webrtc-signaling"  ,
3-   "version" : " 1.2.0 "  ,
3+   "version" : " 1.2.1 "  ,
44  "description" : " WebRTC server for Yjs"  ,
55  "repository" : " https://github.com/numerique-gouv/impress"  ,
66  "license" : " MIT"  ,
Original file line number Diff line number Diff line change 11{
22  "name" : " impress"  ,
3-   "version" : " 1.2.0 "  ,
3+   "version" : " 1.2.1 "  ,
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.2.0 "  ,
3+   "version" : " 1.2.1 "  ,
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.2.0 "  ,
3+   "version" : " 1.2.1 "  ,
44  "private" : true ,
55  "scripts" : {
66    "extract-translation" : " yarn extract-translation:impress"  ,
Original file line number Diff line number Diff line change 11image:
22  repository: lasuite/impress-backend
33  pullPolicy: Always
4-   tag: "v1.2.0 "
4+   tag: "v1.2.1 "
55
66backend:
77  migrateJobAnnotations:
@@ -124,13 +124,13 @@ frontend:
124124  image:
125125    repository: lasuite/impress-frontend
126126    pullPolicy: Always
127-     tag: "v1.2.0 "
127+     tag: "v1.2.1 "
128128
129129webrtc:
130130  image:
131131    repository: lasuite/impress-y-webrtc-signaling
132132    pullPolicy: Always
133-     tag: "v1.2.0 "
133+     tag: "v1.2.1 "
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.2.0 "
4+   tag: "v1.2.1 "
55
66backend:
77  migrateJobAnnotations:
@@ -124,13 +124,13 @@ frontend:
124124  image:
125125    repository: lasuite/impress-frontend
126126    pullPolicy: Always
127-     tag: "v1.2.0 "
127+     tag: "v1.2.1 "
128128
129129webrtc:
130130  image:
131131    repository: lasuite/impress-y-webrtc-signaling
132132    pullPolicy: Always
133-     tag: "v1.2.0 "
133+     tag: "v1.2.1 "
134134
135135ingress:
136136  enabled: true
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments