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
9
9
10
10
## [ Unreleased]
11
11
12
+ ## [ 2.2.0] - 2025-02-10
13
+
12
14
## Added
13
15
14
16
- 📝(doc) Add security.md and codeofconduct.md #604
15
- - ✨(frontend) add home page #553
17
+ - ✨(frontend) add home page #608
16
18
- ✨(frontend) cursor display on activity #609
17
19
- ✨(frontend) Add export page break #623
18
20
19
21
## Changed
20
22
21
- - 🔧(backend) make AI feature reach configurable
23
+ - 🔧(backend) make AI feature reach configurable # 628
22
24
23
25
## Fixed
24
26
25
- 🌐(CI) Fix email partially translated #616
27
+ - 🌐(CI) Fix email partially translated #616
26
28
- 🐛(frontend) fix cursor breakline #609
27
29
- 🐛(frontend) fix style pdf export #609
28
30
@@ -409,7 +411,8 @@ and this project adheres to
409
411
- 🚀 Impress, project to manage your documents easily and collaboratively.
410
412
411
413
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
413
416
[ v2.1.0 ] : https://github.com/numerique-gouv/impress/releases/v2.1.0
414
417
[ v2.0.1 ] : https://github.com/numerique-gouv/impress/releases/v2.0.1
415
418
[ 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:
15
15
- " 1081:1080"
16
16
17
17
minio :
18
- user : ${DOCKER_USER:-1000}
18
+ # user: ${DOCKER_USER:-1000}
19
19
image : minio/minio
20
20
environment :
21
21
- MINIO_ROOT_USER=impress
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 = " 2.1 .0"
10
+ version = " 2.2 .0"
11
11
authors = [{
"name" =
" DINUM" ,
"email" =
" [email protected] " }]
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" : " 2.1 .0" ,
3
+ "version" : " 2.2 .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" : " 2.1 .0" ,
3
+ "version" : " 2.2 .0" ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"dev" : " next dev" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " impress" ,
3
- "version" : " 2.1 .0" ,
3
+ "version" : " 2.2 .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" : " 2.1 .0" ,
3
+ "version" : " 2.2 .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" : " 2.1 .0" ,
3
+ "version" : " 2.2 .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" : " 2.1 .0" ,
3
+ "version" : " 2.2 .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 @@ -93,4 +93,4 @@ releases:
93
93
environments :
94
94
dev :
95
95
values :
96
- - version : 2.1 .0
96
+ - version : 2.2 .0
Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
2
type : application
3
3
name : docs
4
- version : 2.1 .0-beta- 1
4
+ version : 2.2 .0-beta. 1
5
5
appVersion : latest
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mail_mjml" ,
3
- "version" : " 2.1 .0" ,
3
+ "version" : " 2.2 .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