Skip to content

Commit 0867cce

Browse files
committed
🔖(patch) release 4.8.2
Changed - ♿️(frontend) ensure doc title is h1 for accessibility #2006 - ♿️(frontend) add nb accesses in share button aria-label #2017 Fixed - 🐛(frontend) fix image resizing when caption #2045 - 🙈(docker) add \*\*/.next to .dockerignore #2034 - ♿️(frontend) fix share modal heading hierarchy #2007 - ♿️(frontend) fix Copy link toast accessibility for screen readers #2029 - ♿️(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 #2084 - 🐛(backend) duplicate a document as last-sibling #2084
1 parent b3ae6e1 commit 0867cce

11 files changed

Lines changed: 17 additions & 14 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ and this project adheres to
66

77
## [Unreleased]
88

9+
## [v4.8.2] - 2026-03-19
10+
911
### Changed
1012

1113
- ♿️(frontend) ensure doc title is h1 for accessibility #2006
@@ -20,8 +22,8 @@ and this project adheres to
2022
- ♿️(frontend) fix modal aria-label and name #2014
2123
- ♿️(frontend) fix language dropdown ARIA for screen readers #2020
2224
- ♿️(frontend) fix waffle aria-label spacing for new-window links #2030
23-
- 🐛(backend) stop using add_sibling method to create sandbox document
24-
- 🐛(backend) duplicate a document as last-sibling
25+
- 🐛(backend) stop using add_sibling method to create sandbox document #2084
26+
- 🐛(backend) duplicate a document as last-sibling #2084
2527

2628
## [v4.8.1] - 2026-03-17
2729

@@ -1139,7 +1141,8 @@ and this project adheres to
11391141
- ✨(frontend) Coming Soon page (#67)
11401142
- 🚀 Impress, project to manage your documents easily and collaboratively.
11411143

1142-
[unreleased]: https://github.com/suitenumerique/docs/compare/v4.8.1...main
1144+
[unreleased]: https://github.com/suitenumerique/docs/compare/v4.8.2...main
1145+
[v4.8.2]: https://github.com/suitenumerique/docs/releases/v4.8.2
11431146
[v4.8.1]: https://github.com/suitenumerique/docs/releases/v4.8.1
11441147
[v4.8.0]: https://github.com/suitenumerique/docs/releases/v4.8.0
11451148
[v4.7.0]: https://github.com/suitenumerique/docs/releases/v4.7.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 = "4.8.1"
10+
version = "4.8.2"
1111
authors = [{ "name" = "DINUM", "email" = "dev@mail.numerique.gouv.fr" }]
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": "4.8.1",
3+
"version": "4.8.2",
44
"repository": "https://github.com/suitenumerique/docs",
55
"author": "DINUM",
66
"license": "MIT",

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": "4.8.1",
3+
"version": "4.8.2",
44
"repository": "https://github.com/suitenumerique/docs",
55
"author": "DINUM",
66
"license": "MIT",

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": "4.8.1",
3+
"version": "4.8.2",
44
"private": true,
55
"repository": "https://github.com/suitenumerique/docs",
66
"author": "DINUM",

src/frontend/packages/eslint-plugin-docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-docs",
3-
"version": "4.8.1",
3+
"version": "4.8.2",
44
"repository": "https://github.com/suitenumerique/docs",
55
"author": "DINUM",
66
"license": "MIT",

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": "4.8.1",
3+
"version": "4.8.2",
44
"repository": "https://github.com/suitenumerique/docs",
55
"author": "DINUM",
66
"license": "MIT",

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": "4.8.1",
3+
"version": "4.8.2",
44
"description": "Y.js provider for docs",
55
"repository": "https://github.com/suitenumerique/docs",
66
"license": "MIT",

src/helm/helmfile.yaml.gotmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
environments:
22
dev:
33
values:
4-
- version: 4.8.0
4+
- version: 4.8.2
55
feature:
66
values:
7-
- version: 4.8.0
7+
- version: 4.8.2
88
feature: ci
99
domain: example.com
1010
imageTag: demo

src/helm/impress/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v2
22
type: application
33
name: docs
4-
version: 4.8.1
4+
version: 4.8.2
55
appVersion: latest

0 commit comments

Comments
 (0)