Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to

## [Unreleased]

## [v5.6.1] - 2026-09-04

### Added

- ✨(frontend) export presenter slides as PDF #2487
Expand Down Expand Up @@ -1490,7 +1492,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/v5.6.0...main
[unreleased]: https://github.com/suitenumerique/docs/compare/v5.6.1...main
[v5.6.1]: https://github.com/suitenumerique/docs/releases/v5.6.0
[v5.6.0]: https://github.com/suitenumerique/docs/releases/v5.6.0
[v5.5.0]: https://github.com/suitenumerique/docs/releases/v5.5.0
[v5.4.1]: https://github.com/suitenumerique/docs/releases/v5.4.1
Expand Down
2 changes: 1 addition & 1 deletion src/backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build-backend = "uv_build"

[project]
name = "impress"
version = "5.6.0"
version = "5.6.1"
authors = [{ "name" = "DINUM", "email" = "dev@mail.numerique.gouv.fr" }]
classifiers = [
"Development Status :: 5 - Production/Stable",
Expand Down
2 changes: 1 addition & 1 deletion src/backend/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/frontend/apps/e2e/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "app-e2e",
"version": "5.6.0",
"version": "5.6.1",
"repository": "https://github.com/suitenumerique/docs",
"author": "DINUM",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/apps/impress/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "app-impress",
"version": "5.6.0",
"version": "5.6.1",
"repository": "https://github.com/suitenumerique/docs",
"author": "DINUM",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "impress",
"version": "5.6.0",
"version": "5.6.1",
"private": true,
"repository": "https://github.com/suitenumerique/docs",
"author": "DINUM",
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/packages/eslint-plugin-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-docs",
"version": "5.6.0",
"version": "5.6.1",
"repository": "https://github.com/suitenumerique/docs",
"author": "DINUM",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/packages/i18n/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "packages-i18n",
"version": "5.6.0",
"version": "5.6.1",
"repository": "https://github.com/suitenumerique/docs",
"author": "DINUM",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/servers/y-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "server-y-provider",
"version": "5.6.0",
"version": "5.6.1",
"description": "Y.js provider for docs",
"repository": "https://github.com/suitenumerique/docs",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions src/helm/helmfile.yaml.gotmpl
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
environments:
dev:
values:
- version: 5.6.0
- version: 5.6.1
feature:
values:
- version: 5.6.0
- version: 5.6.1
feature: ci
domain: example.com
imageTag: demo
Expand Down
2 changes: 1 addition & 1 deletion src/helm/impress/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
type: application
name: docs
version: 5.6.0
version: 5.6.1
appVersion: latest
2 changes: 1 addition & 1 deletion src/mail/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mail_mjml",
"version": "5.6.0",
"version": "5.6.1",
"description": "An util to generate html and text django's templates from mjml templates",
"type": "module",
"dependencies": {
Expand Down
Loading