8000 πŸ”–(minor) release 2.6.0 Β· ag-python/docs@14b2ade Β· GitHub
[go: up one dir, main page]

Skip to content

Commit 14b2ade

Browse files
committed
πŸ”–(minor) release 2.6.0
Added: - πŸ“(doc) add publiccode.yml Changed - 🚸(frontend) ctrl+k modal not when editor is focused Fixed: - πŸ›(back) allow only images to be used with the cors-proxy - πŸ›(backend) stop returning inactive users on the list endpoint - πŸ”’οΈ(backend) require at least 5 characters to search for users - πŸ”’οΈ(back) t 8000 hrottle user list endpoint - πŸ”’οΈ(back) remove pagination and limit to 5 for user list endpoint
1 parent a7edb38 commit 14b2ade

File tree

11 files changed

+15
-12
lines changed

11 files changed

+15
-12
lines changed

β€ŽCHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,11 @@ and this project adheres to
88

99
## [Unreleased]
1010

11+
## [2.6.0] - 2025-03-21
12+
1113
## Added
1214

13-
- πŸ“(doc) add publiccode.yml
15+
- πŸ“(doc) add publiccode.yml #770
1416

1517
## Changed
1618

@@ -485,7 +487,8 @@ and this project adheres to
485487
- ✨(frontend) Coming Soon page (#67)
486488
- πŸš€ Impress, project to manage your documents easily and collaboratively.
487489

488-
[unreleased]: https://github.com/numerique-gouv/impress/compare/v2.5.0...main
490+
[unreleased]: https://github.com/numerique-gouv/impress/compare/v2.6.0...main
491+
[v2.5.0]: https://github.com/numerique-gouv/impress/releases/v2.6.0
489492
[v2.5.0]: https://github.com/numerique-gouv/impress/releases/v2.5.0
490493
[v2.4.0]: https://github.com/numerique-gouv/impress/releases/v2.4.0
491494
[v2.3.0]: https://github.com/numerique-gouv/impress/releases/v2.3.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 = "2.5.0"
10+
version = "2.6.0"
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": "2.5.0",
3+
"version": "2.6.0",
44
"private": true,
55
"scripts": {
66
"lint": "eslint . --ext .ts",

β€Ž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": "2.5.0",
3+
"version": "2.6.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

β€Ž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": "2.5.0",
3+
"version": "2.6.0",
44
"private": true,
55
"workspaces": {
66
"packages": [

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-impress",
3-
"version": "2.5.0",
3+
"version": "2.6.0",
44
"license": "MIT",
55
"scripts": {
66
"lint": "eslint --ext .js ."

β€Ž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": "2.5.0",
3+
"version": "2.6.0",
44
"private": true,
55
"scripts": {
66
"extract-translation": "yarn extract-translation:impress",

β€Ž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": "2.5.0",
3+
"version": "2.6.0",
44
"description": "Y.js provider for docs",
55
"repository": "https://github.com/numerique-gouv/impress",
66
"license": "MIT",

β€Žsrc/helm/helmfile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
environments:
22
dev:
33
values:
4-
- version: 2.5.0
4+
- version: 2.6.0
55
---
66
repositories:
77
- name: bitnami

β€Ž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: 2.5.0
4+
version: 2.6.0
55
appVersion: latest

0 commit comments

Comments
Β (0)
0