File tree Expand file tree Collapse file tree 11 files changed +20
-15
lines changed Expand file tree Collapse file tree 11 files changed +20
-15
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.6.0] - 2024-10-17
14+
1215## Added
1316
1417- ✨AI to doc editor #250
@@ -29,6 +32,7 @@ and this project adheres to
2932- 🐛(backend) fix nginx docker container #340
3033- 🐛(frontend) fix copy paste firefox #353
3134
35+
3236## [ 1.5.1] - 2024-10-10
3337
3438## Fixed
@@ -207,7 +211,8 @@ and this project adheres to
207211- 🚀 Impress, project to manage your documents easily and collaboratively.
208212
209213
210- [ unreleased ] : https://github.com/numerique-gouv/impress/compare/v1.5.1...main
214+ [ unreleased ] : https://github.com/numerique-gouv/impress/compare/v1.6.0...main
215+ [ v1.6.0 ] : https://github.com/numerique-gouv/impress/releases/v1.6.0
211216[ 1.5.1 ] : https://github.com/numerique-gouv/impress/releases/v1.5.1
212217[ 1.5.0 ] : https://github.com/numerique-gouv/impress/releases/v1.5.0
213218[ 1.4.0 ] : https://github.com/numerique-gouv/impress/releases/v1.4.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.5.1 "
10+ version = " 1.6.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.5.1 " ,
3+ "version" : " 1.6.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.5.1 " ,
3+ "version" : " 1.6.0 " ,
44 "private" : true ,
55 "scripts" : {
66 "dev" : " next dev" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " impress" ,
3- "version" : " 1.5.1 " ,
3+ "version" : " 1.6.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.5.1 " ,
3+ "version" : " 1.6.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.5.1 " ,
3+ "version" : " 1.6.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.5.1 " ,
3+ "version" : " 1.6.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.5.1 -preprod"
4+ tag: "v1.6.0 -preprod"
55
66backend:
77 migrateJobAnnotations:
@@ -133,13 +133,13 @@ frontend:
133133 image:
134134 repository: lasuite/impress-frontend
135135 pullPolicy: Always
136- tag: "v1.5.1 -preprod"
136+ tag: "v1.6.0 -preprod"
137137
138138yProvider:
139139 image:
140140 repository: lasuite/impress-y-provider
141141 pullPolicy: Always
142- tag: "v1.5.1 -preprod"
142+ tag: "v1.6.0 -preprod"
143143
144144ingress:
145145 enabled: true
Original file line number Diff line number Diff line change 11image:
22 repository: lasuite/impress-backend
33 pullPolicy: Always
4- tag: "v1.5.1 "
4+ tag: "v1.6.0 "
55
66backend:
77 migrateJobAnnotations:
@@ -133,13 +133,13 @@ frontend:
133133 image:
134134 repository: lasuite/impress-frontend
135135 pullPolicy: Always
136- tag: "v1.5.1 "
136+ tag: "v1.6.0 "
137137
138138yProvider:
139139 image:
140140 repository: lasuite/impress-y-provider
141141 pullPolicy: Always
142- tag: "v1.5.1 "
142+ tag: "v1.6.0 "
143143
144144ingress:
145145 enabled: true
You can’t perform that action at this time.
0 commit comments