Skip to content

Commit 9194bf5

Browse files
committed
🔖(patch) release 2.0.1
Fixed: 🐛(frontend) title copy break app
1 parent dc63a58 commit 9194bf5

File tree

10 files changed

+13
-10
lines changed

10 files changed

+13
-10
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ and this project adheres to
99

1010
## [Unreleased]
1111

12+
## [2.0.1] - 2025-01-17
13+
1214
## Fixed
1315

1416
-🐛(frontend) share modal is shown when you don't have the abilities #557
@@ -359,7 +361,8 @@ and this project adheres to
359361
- 🚀 Impress, project to manage your documents easily and collaboratively.
360362

361363

362-
[unreleased]: https://github.com/numerique-gouv/impress/compare/v2.0.0...main
364+
[unreleased]: https://github.com/numerique-gouv/impress/compare/v2.0.1...main
365+
[v2.0.1]: https://github.com/numerique-gouv/impress/releases/v2.0.1
363366
[v2.0.0]: https://github.com/numerique-gouv/impress/releases/v2.0.0
364367
[v1.10.0]: https://github.com/numerique-gouv/impress/releases/v1.10.0
365368
[v1.9.0]: https://github.com/numerique-gouv/impress/releases/v1.9.0

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 = "2.0.0"
10+
version = "2.0.1"
1111
authors = [{ "name" = "DINUM", "email" = "[email protected]" }]
1212
classifiers = [
1313
"Development Status :: 5 - Production/Stable",

src/frontend/apps/e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "app-e2e",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"private": true,
55
"scripts": {
66
"lint": "eslint . --ext .ts",

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": "2.0.0",
3+
"version": "2.0.1",
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": "2.0.0",
3+
"version": "2.0.1",
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": "2.0.0",
3+
"version": "2.0.1",
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": "2.0.0",
3+
"version": "2.0.1",
44
"private": true,
55
"scripts": {
66
"extract-translation": "yarn extract-translation:impress",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "server-y-provider",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Y.js provider for docs",
55
"repository": "https://github.com/numerique-gouv/impress",
66
"license": "MIT",

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: 2.0.0
96+
- version: 2.0.1

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": "2.0.0",
3+
"version": "2.0.1",
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)