Skip to content

Commit 3d5adad

Browse files
committed
πŸ”–(minor) release 3.1.0
Added: - 🚩(backend) add feature flag for the footer - πŸ”§(backend) add view to manage footer json - ✨(frontend) add custom css style - 🚩(frontend) conditionally render AI button only when feature is enabled Changed: - 🚨(frontend) block button when creating doc Fixed: - πŸ›(back) validate document content in serializer - πŸ›(frontend) fix selection click past end of content
1 parent de8e812 commit 3d5adad

File tree

11 files changed

+16
-13
lines changed

11 files changed

+16
-13
lines changed

β€ŽCHANGELOG.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,14 @@ and this project adheres to
88

99
## [Unreleased]
1010

11+
## [3.1.0] - 2025-04-07
12+
1113
## Added
1214

1315
- 🚩(backend) add feature flag for the footer #841
1416
- πŸ”§(backend) add view to manage footer json #841
17+
- ✨(frontend) add custom css style #771
18+
- 🚩(frontend) conditionally render AI button only when feature is enabled #814
1519

1620
## Changed
1721

@@ -27,7 +31,6 @@ and this project adheres to
2731
## Added
2832

2933
- πŸ“„(legal) Require contributors to sign a DCO #779
30-
- ✨(frontend) add custom css style #771
3134

3235
## Changed
3336

@@ -36,7 +39,6 @@ and this project adheres to
3639

3740
## Fixed
3841

39-
- πŸ›(frontend) conditionally render AI button only when feature is enabled #814
4042
- πŸ›(backend) compute ancestor_links in get_abilities if needed #725
4143
- πŸ”’οΈ(back) restrict access to document accesses #801
4244

@@ -522,7 +524,8 @@ and this project adheres to
522524
- ✨(frontend) Coming Soon page (#67)
523525
- πŸš€ Impress, project to manage your documents easily and collaboratively.
524526

525-
[unreleased]: https://github.com/numerique-gouv/impress/compare/v3.0.0...main
527+
[unreleased]: https://github.com/numerique-gouv/impress/compare/v3.1.0...main
528+
[v3.1.0]: https://github.com/numerique-gouv/impress/releases/v3.1.0
526529
[v3.0.0]: https://github.com/numerique-gouv/impress/releases/v3.0.0
527530
[v2.6.0]: https://github.com/numerique-gouv/impress/releases/v2.6.0
528531
[v2.5.0]: https://github.com/numerique-gouv/impress/releases/v2.5.0

β€Žsrc/backend/pyproject.toml

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

β€Žsrc/frontend/apps/e2e/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "app-e2e",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"private": true,
55
"scripts": {
66
"lint": "eslint . --ext .ts",

β€Žsrc/frontend/apps/impress/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "app-impress",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

β€Žsrc/frontend/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "impress",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"private": true,
55
"workspaces": {
66
"packages": [

β€Žsrc/frontend/packages/eslint-config-impress/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-impress",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"license": "MIT",
55
"scripts": {
66
"lint": "eslint --ext .js ."

β€Žsrc/frontend/packages/i18n/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "packages-i18n",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"private": true,
55
"scripts": {
66
"extract-translation": "yarn extract-translation:impress",

β€Žsrc/frontend/servers/y-provider/package.json

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

β€Žsrc/helm/helmfile.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
environments:
22
dev:
33
values:
4-
- version: 3.0.0
4+
- version: 3.1.0
55
---
66
repositories:
77
- name: bitnami

β€Žsrc/helm/impress/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v2
22
type: application
33
name: docs
4-
version: 3.0.0
4+
version: 3.1.0
55
appVersion: latest

β€Žsrc/mail/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mail_mjml",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
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)