diff --git a/CHANGELOG.md b/CHANGELOG.md index 440f9fd58..0751d7e6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to ## [Unreleased] +## [v4.8.2] - 2026-03-19 + ### Changed - ♿️(frontend) ensure doc title is h1 for accessibility #2006 @@ -20,8 +22,8 @@ and this project adheres to - ♿️(frontend) fix modal aria-label and name #2014 - ♿️(frontend) fix language dropdown ARIA for screen readers #2020 - ♿️(frontend) fix waffle aria-label spacing for new-window links #2030 -- 🐛(backend) stop using add_sibling method to create sandbox document -- 🐛(backend) duplicate a document as last-sibling +- 🐛(backend) stop using add_sibling method to create sandbox document #2084 +- 🐛(backend) duplicate a document as last-sibling #2084 ## [v4.8.1] - 2026-03-17 @@ -1139,7 +1141,8 @@ and this project adheres to - ✨(frontend) Coming Soon page (#67) - 🚀 Impress, project to manage your documents easily and collaboratively. -[unreleased]: https://github.com/suitenumerique/docs/compare/v4.8.1...main +[unreleased]: https://github.com/suitenumerique/docs/compare/v4.8.2...main +[v4.8.2]: https://github.com/suitenumerique/docs/releases/v4.8.2 [v4.8.1]: https://github.com/suitenumerique/docs/releases/v4.8.1 [v4.8.0]: https://github.com/suitenumerique/docs/releases/v4.8.0 [v4.7.0]: https://github.com/suitenumerique/docs/releases/v4.7.0 diff --git a/src/backend/pyproject.toml b/src/backend/pyproject.toml index 65798a137..cd9616a7a 100644 --- a/src/backend/pyproject.toml +++ b/src/backend/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta" [project] name = "impress" -version = "4.8.1" +version = "4.8.2" authors = [{ "name" = "DINUM", "email" = "dev@mail.numerique.gouv.fr" }] classifiers = [ "Development Status :: 5 - Production/Stable", diff --git a/src/frontend/apps/e2e/package.json b/src/frontend/apps/e2e/package.json index cdab3aa2c..6695b3cd5 100644 --- a/src/frontend/apps/e2e/package.json +++ b/src/frontend/apps/e2e/package.json @@ -1,6 +1,6 @@ { "name": "app-e2e", - "version": "4.8.1", + "version": "4.8.2", "repository": "https://github.com/suitenumerique/docs", "author": "DINUM", "license": "MIT", diff --git a/src/frontend/apps/impress/package.json b/src/frontend/apps/impress/package.json index 0ab8290fd..8a096f00b 100644 --- a/src/frontend/apps/impress/package.json +++ b/src/frontend/apps/impress/package.json @@ -1,6 +1,6 @@ { "name": "app-impress", - "version": "4.8.1", + "version": "4.8.2", "repository": "https://github.com/suitenumerique/docs", "author": "DINUM", "license": "MIT", diff --git a/src/frontend/package.json b/src/frontend/package.json index 23089a9d9..a9355e71c 100644 --- a/src/frontend/package.json +++ b/src/frontend/package.json @@ -1,6 +1,6 @@ { "name": "impress", - "version": "4.8.1", + "version": "4.8.2", "private": true, "repository": "https://github.com/suitenumerique/docs", "author": "DINUM", diff --git a/src/frontend/packages/eslint-plugin-docs/package.json b/src/frontend/packages/eslint-plugin-docs/package.json index 43f047a42..4762792aa 100644 --- a/src/frontend/packages/eslint-plugin-docs/package.json +++ b/src/frontend/packages/eslint-plugin-docs/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-docs", - "version": "4.8.1", + "version": "4.8.2", "repository": "https://github.com/suitenumerique/docs", "author": "DINUM", "license": "MIT", diff --git a/src/frontend/packages/i18n/package.json b/src/frontend/packages/i18n/package.json index c0448a3ea..149bc52d1 100644 --- a/src/frontend/packages/i18n/package.json +++ b/src/frontend/packages/i18n/package.json @@ -1,6 +1,6 @@ { "name": "packages-i18n", - "version": "4.8.1", + "version": "4.8.2", "repository": "https://github.com/suitenumerique/docs", "author": "DINUM", "license": "MIT", diff --git a/src/frontend/servers/y-provider/package.json b/src/frontend/servers/y-provider/package.json index 5fe973f00..f10a18230 100644 --- a/src/frontend/servers/y-provider/package.json +++ b/src/frontend/servers/y-provider/package.json @@ -1,6 +1,6 @@ { "name": "server-y-provider", - "version": "4.8.1", + "version": "4.8.2", "description": "Y.js provider for docs", "repository": "https://github.com/suitenumerique/docs", "license": "MIT", diff --git a/src/helm/helmfile.yaml.gotmpl b/src/helm/helmfile.yaml.gotmpl index 31e7a744a..3701c956e 100644 --- a/src/helm/helmfile.yaml.gotmpl +++ b/src/helm/helmfile.yaml.gotmpl @@ -1,10 +1,10 @@ environments: dev: values: - - version: 4.8.0 + - version: 4.8.2 feature: values: - - version: 4.8.0 + - version: 4.8.2 feature: ci domain: example.com imageTag: demo diff --git a/src/helm/impress/Chart.yaml b/src/helm/impress/Chart.yaml index 622443c7c..f01a7fcc1 100644 --- a/src/helm/impress/Chart.yaml +++ b/src/helm/impress/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 type: application name: docs -version: 4.8.1 +version: 4.8.2 appVersion: latest diff --git a/src/mail/package.json b/src/mail/package.json index 909899231..e98e45fec 100644 --- a/src/mail/package.json +++ b/src/mail/package.json @@ -1,6 +1,6 @@ { "name": "mail_mjml", - "version": "4.8.1", + "version": "4.8.2", "description": "An util to generate html and text django's templates from mjml templates", "type": "module", "dependencies": {