Skip to content

Commit 5f04d0e

Browse files
committed
🔖(major) release 2.0.0
Added: - 🔧(backend) add option to configure list of essential OIDC claims - 🔧(helm) add option to disable default tls setting by @dominikkaminski - 💄(frontend) Add left panel - 💄(frontend) add filtering to left panel - ✨(frontend) new share modal ui - ✨(frontend) add favorite feature Changed: - 🏗️(yjs-server) organize yjs server - ♻️(frontend) better separation collaboration process - 💄(frontend) updating the header and leftpanel for responsive - 💄(frontend) update DocsGrid component - 💄(frontend) update DocsGridOptions component - 💄(frontend) update DocHeader ui - 💄(frontend) update doc versioning ui - 💄(frontend) update doc summary ui
1 parent 5bd0764 commit 5f04d0e

File tree

10 files changed

+17
-14
lines changed

10 files changed

+17
-14
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ and this project adheres to
99

1010
## [Unreleased]
1111

12+
## [2.0.0] - 2025-01-13
13+
1214
## Added
1315

1416
- 🔧(backend) add option to configure list of essential OIDC claims #525 & #531
@@ -25,7 +27,7 @@ and this project adheres to
2527
- 💄(frontend) updating the header and leftpanel for responsive #421
2628
- 💄(frontend) update DocsGrid component #431
2729
- 💄(frontend) update DocsGridOptions component #432
28-
- 💄(frontend) update DocHeader ui #446
30+
- 💄(frontend) update DocHeader ui #448
2931
- 💄(frontend) update doc versioning ui #463
3032
- 💄(frontend) update doc summary ui #473
3133

@@ -349,7 +351,8 @@ and this project adheres to
349351
- 🚀 Impress, project to manage your documents easily and collaboratively.
350352

351353

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
353356
[v1.10.0]: https://github.com/numerique-gouv/impress/releases/v1.10.0
354357
[v1.9.0]: https://github.com/numerique-gouv/impress/releases/v1.9.0
355358
[v1.8.2]: https://github.com/numerique-gouv/impress/releases/v1.8.2

src/backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
77

88
[project]
99
name = "impress"
10-
version = "1.10.0"
10+
version = "2.0.0"
1111
authors = [{ "name" = "DINUM", "email" = "[email protected]" }]
1212
classifiers = [
1313
"Development Status :: 5 - Production/Stable",

src/frontend/apps/e2e/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "app-e2e",
3-
"version": "1.10.0",
3+
"version": "2.0.0",
44
"private": true,
55
"scripts": {
66
"lint": "eslint . --ext .ts",
@@ -13,12 +13,12 @@
1313
},
1414
"devDependencies": {
1515
"@playwright/test": "1.49.1",
16+
"@types/luxon": "3.4.2",
1617
"@types/node": "*",
1718
"@types/pdf-parse": "1.1.4",
1819
"eslint-config-impress": "*",
19-
"typescript": "*",
2020
"luxon": "3.5.0",
21-
"@types/luxon": "3.4.2"
21+
"typescript": "*"
2222
},
2323
"dependencies": {
2424
"convert-stream": "1.0.2",

src/frontend/apps/impress/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "app-impress",
3-
"version": "1.10.0",
3+
"version": "2.0.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

src/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "impress",
3-
"version": "1.10.0",
3+
"version": "2.0.0",
44
"private": true,
55
"workspaces": {
66
"packages": [

src/frontend/packages/eslint-config-impress/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-impress",
3-
"version": "1.10.0",
3+
"version": "2.0.0",
44
"license": "MIT",
55
"scripts": {
66
"lint": "eslint --ext .js ."

src/frontend/packages/i18n/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "packages-i18n",
3-
"version": "1.10.0",
3+
"version": "2.0.0",
44
"private": true,
55
"scripts": {
66
"extract-translation": "yarn extract-translation:impress",

src/frontend/servers/y-provider/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "server-y-provider",
3-
"version": "1.10.0",
3+
"version": "2.0.0",
44
"description": "Y.js provider for docs",
55
"repository": "https://github.com/numerique-gouv/impress",
66
"license": "MIT",
@@ -35,8 +35,8 @@
3535
"@types/node": "*",
3636
"@types/supertest": "6.0.2",
3737
"@types/ws": "8.5.13",
38-
"eslint-config-impress": "*",
3938
"cross-env": "7.0.3",
39+
"eslint-config-impress": "*",
4040
"jest": "29.7.0",
4141
"nodemon": "3.1.9",
4242
"supertest": "7.0.0",

src/helm/helmfile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,4 +93,4 @@ releases:
9393
environments:
9494
dev:
9595
values:
96-
- version: 1.10.0
96+
- version: 2.0.0

src/mail/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mail_mjml",
3-
"version": "1.10.0",
3+
"version": "2.0.0",
44
"description": "An util to generate html and text django's templates from mjml templates",
55
"type": "module",
66
"dependencies": {

0 commit comments

Comments
 (0)