File tree 10 files changed +17
-14
lines changed
10 files changed +17
-14
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ and this project adheres to
9
9
10
10
## [ Unreleased]
11
11
12
+ ## [ 2.0.0] - 2025-01-13
13
+
12
14
## Added
13
15
14
16
- 🔧(backend) add option to configure list of essential OIDC claims #525 & #531
@@ -25,7 +27,7 @@ and this project adheres to
25
27
- 💄(frontend) updating the header and leftpanel for responsive #421
26
28
- 💄(frontend) update DocsGrid component #431
27
29
- 💄(frontend) update DocsGridOptions component #432
28
- - 💄(frontend) update DocHeader ui #446
30
+ - 💄(frontend) update DocHeader ui #448
29
31
- 💄(frontend) update doc versioning ui #463
30
32
- 💄(frontend) update doc summary ui #473
31
33
@@ -349,7 +351,8 @@ and this project adheres to
349
351
- 🚀 Impress, project to manage your documents easily and collaboratively.
350
352
351
353
352
- [ unreleased ] : https://github.com/numerique-gouv/impress/compare/v1.10.0...main
354
+ [ unreleased ] : https://github.com/numerique-gouv/impress/compare/v2.0.0...main
355
+ [ v2.0.0 ] : https://github.com/numerique-gouv/impress/releases/v2.0.0
353
356
[ v1.10.0 ] : https://github.com/numerique-gouv/impress/releases/v1.10.0
354
357
[ v1.9.0 ] : https://github.com/numerique-gouv/impress/releases/v1.9.0
355
358
[ v1.8.2 ] : https://github.com/numerique-gouv/impress/releases/v1.8.2
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 = " 1.10 .0"
10
+ version = " 2.0 .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" : " 1.10 .0" ,
3
+ "version" : " 2.0 .0" ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"lint" : " eslint . --ext .ts" ,
13
13
},
14
14
"devDependencies" : {
15
15
"@playwright/test" : " 1.49.1" ,
16
+ "@types/luxon" : " 3.4.2" ,
16
17
"@types/node" : " *" ,
17
18
"@types/pdf-parse" : " 1.1.4" ,
18
19
"eslint-config-impress" : " *" ,
19
- "typescript" : " *" ,
20
20
"luxon" : " 3.5.0" ,
21
- "@types/luxon " : " 3.4.2 "
21
+ "typescript " : " * "
22
22
},
23
23
"dependencies" : {
24
24
"convert-stream" : " 1.0.2" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " app-impress" ,
3
- "version" : " 1.10 .0" ,
3
+ "version" : " 2.0 .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" : " 1.10 .0" ,
3
+ "version" : " 2.0 .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" : " 1.10 .0" ,
3
+ "version" : " 2.0 .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" : " 1.10 .0" ,
3
+ "version" : " 2.0 .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" : " 1.10 .0" ,
3
+ "version" : " 2.0 .0" ,
4
4
"description" : " Y.js provider for docs" ,
5
5
"repository" : " https://github.com/numerique-gouv/impress" ,
6
6
"license" : " MIT" ,
35
35
"@types/node" : " *" ,
36
36
"@types/supertest" : " 6.0.2" ,
37
37
"@types/ws" : " 8.5.13" ,
38
- "eslint-config-impress" : " *" ,
39
38
"cross-env" : " 7.0.3" ,
39
+ "eslint-config-impress" : " *" ,
40
40
"jest" : " 29.7.0" ,
41
41
"nodemon" : " 3.1.9" ,
42
42
"supertest" : " 7.0.0" ,
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 : 1.10 .0
96
+ - version : 2.0 .0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mail_mjml" ,
3
- "version" : " 1.10 .0" ,
3
+ "version" : " 2.0 .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