File tree Expand file tree Collapse file tree 12 files changed +18
-15
lines changed Expand file tree Collapse file tree 12 files changed +18
-15
lines changed Original file line number Diff line number Diff line change @@ -9,20 +9,22 @@ and this project adheres to
99
1010## [ Unreleased]
1111
12+ ## [ 2.2.0] - 2025-02-10
13+
1214## Added
1315
1416- π(doc) Add security.md and codeofconduct.md #604
15- - β¨(frontend) add home page #553
17+ - β¨(frontend) add home page #608
1618- β¨(frontend) cursor display on activity #609
1719- β¨(frontend) Add export page break #623
1820
1921## Changed
2022
21- - π§(backend) make AI feature reach configurable
23+ - π§(backend) make AI feature reach configurable # 628
2224
2325## Fixed
2426
25- π(CI) Fix email partially translated #616
27+ - π(CI) Fix email partially translated #616
2628- π(frontend) fix cursor breakline #609
2729- π(frontend) fix style pdf export #609
2830
@@ -409,7 +411,8 @@ and this project adheres to
409411- π Impress, project to manage your documents easily and collaboratively.
410412
411413
412- [ unreleased ] : https://github.com/numerique-gouv/impress/compare/v2.1.0...main
414+ [ unreleased ] : https://github.com/numerique-gouv/impress/compare/v2.2.0...main
415+ [ v2.2.0 ] : https://github.com/numerique-gouv/impress/releases/v2.2.0
413416[ v2.1.0 ] : https://github.com/numerique-gouv/impress/releases/v2.1.0
414417[ v2.0.1 ] : https://github.com/numerique-gouv/impress/releases/v2.0.1
415418[ v2.0.0 ] : https://github.com/numerique-gouv/impress/releases/v2.0.0
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ services:
1515 - " 1081:1080"
1616
1717 minio :
18- user : ${DOCKER_USER:-1000}
18+ # user: ${DOCKER_USER:-1000}
1919 image : minio/minio
2020 environment :
2121 - MINIO_ROOT_USER=impress
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 = " 2.1 .0"
10+ version = " 2.2 .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" : " 2.1 .0" ,
3+ "version" : " 2.2 .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" : " 2.1 .0" ,
3+ "version" : " 2.2 .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" : " 2.1 .0" ,
3+ "version" : " 2.2 .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" : " 2.1 .0" ,
3+ "version" : " 2.2 .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" : " 2.1 .0" ,
3+ "version" : " 2.2 .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" : " 2.1 .0" ,
3+ "version" : " 2.2 .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 @@ -93,4 +93,4 @@ releases:
9393environments :
9494 dev :
9595 values :
96- - version : 2.1 .0
96+ - version : 2.2 .0
You canβt perform that action at this time.
0 commit comments