mirror of
https://github.com/suitenumerique/docs.git
synced 2026-09-06 01:37:50 +02:00
🔖(release) patch 5.6.1
Added - ✨(frontend) export presenter slides as PDF #2487 Fixed - 🐛(frontend) hide Leave in the doc menu when not logged in #2626 - 🐛(backend) allow to configure settings DATA_UPLOAD_MAX_MEMORY_SIZE
This commit is contained in:
+4
-1
@@ -6,6 +6,8 @@ and this project adheres to
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [v5.6.1] - 2026-09-04
|
||||
|
||||
### Added
|
||||
|
||||
- ✨(frontend) export presenter slides as PDF #2487
|
||||
@@ -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
|
||||
|
||||
@@ -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",
|
||||
|
||||
Generated
+1
-1
@@ -948,7 +948,7 @@ wheels = [
|
||||
|
||||
[[package]]
|
||||
name = "impress"
|
||||
version = "5.6.0"
|
||||
version = "5.6.1"
|
||||
source = { editable = "." }
|
||||
dependencies = [
|
||||
{ name = "beautifulsoup4" },
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "impress",
|
||||
"version": "5.6.0",
|
||||
"version": "5.6.1",
|
||||
"private": true,
|
||||
"repository": "https://github.com/suitenumerique/docs",
|
||||
"author": "DINUM",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
apiVersion: v2
|
||||
type: application
|
||||
name: docs
|
||||
version: 5.6.0
|
||||
version: 5.6.1
|
||||
appVersion: latest
|
||||
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user