File tree Expand file tree Collapse file tree 12 files changed +18
-15
lines changed Expand file tree Collapse file tree 12 files changed +18
-15
lines changed Original file line number Diff line number Diff line change @@ -9,16 +9,18 @@ and this project adheres to
9
9
10
10
## [ Unreleased]
11
11
12
+ ## [ 1.9.0] - 2024-12-11
13
+
12
14
## Added
13
15
14
- - β¨(backend) annotate number of accesses on documents in list view #411
15
- - β¨(backend) allow users to mark/unmark documents as favorite #411
16
+ - β¨(backend) annotate number of accesses on documents in list view #429
17
+ - β¨(backend) allow users to mark/unmark documents as favorite #429
16
18
17
19
## Changed
18
20
19
21
- ποΈ(collaboration) increase collaboration access security #472
20
22
- π¨(frontend) encapsulated title to its own component #474
21
- - β‘οΈ(backend) optimize number of queries on document list view #411
23
+ - β‘οΈ(backend) optimize number of queries on document list view #429
22
24
- β»οΈ(frontend) stop to use provider with version #480
23
25
- π(collaboration) change the websocket key name #480
24
26
@@ -301,7 +303,8 @@ and this project adheres to
301
303
- π Impress, project to manage your documents easily and collaboratively.
302
304
303
305
304
- [ unreleased ] : https://github.com/numerique-gouv/impress/compare/v1.8.2...main
306
+ [ unreleased ] : https://github.com/numerique-gouv/impress/compare/v1.9.0...main
307
+ [ v1.9.0 ] : https://github.com/numerique-gouv/impress/releases/v1.9.0
305
308
[ v1.8.2 ] : https://github.com/numerique-gouv/impress/releases/v1.8.2
306
309
[ v1.8.1 ] : https://github.com/numerique-gouv/impress/releases/v1.8.1
307
310
[ v1.8.0 ] : https://github.com/numerique-gouv/impress/releases/v1.8.0
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
7
7
8
8
[project ]
9
9
name = " impress"
10
- version = " 1.8.2 "
10
+ version = " 1.9.0 "
11
11
authors = [{
"name" =
" DINUM" ,
"email" =
" [email protected] " }]
12
12
classifiers = [
13
13
" Development Status :: 5 - Production/Stable" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " app-e2e" ,
3
- "version" : " 1.8.2 " ,
3
+ "version" : " 1.9.0 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"lint" : " eslint . --ext .ts" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " app-impress" ,
3
- "version" : " 1.8.2 " ,
3
+ "version" : " 1.9.0 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"dev" : " next dev" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " impress" ,
3
- "version" : " 1.8.2 " ,
3
+ "version" : " 1.9.0 " ,
4
4
"private" : true ,
5
5
"workspaces" : {
6
6
"packages" : [
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-config-impress" ,
3
- "version" : " 1.8.2 " ,
3
+ "version" : " 1.9.0 " ,
4
4
"license" : " MIT" ,
5
5
"scripts" : {
6
6
"lint" : " eslint --ext .js ."
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " packages-i18n" ,
3
- "version" : " 1.8.2 " ,
3
+ "version" : " 1.9.0 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"extract-translation" : " yarn extract-translation:impress" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " server-y-provider" ,
3
- "version" : " 1.8.2 " ,
3
+ "version" : " 1.9.0 " ,
4
4
"description" : " Y.js provider for docs" ,
5
5
"repository" : " https://github.com/numerique-gouv/impress" ,
6
6
"license" : " MIT" ,
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ apiVersion: v2
2
2
name : extra
3
3
description : A Helm chart to add some manifests to impress
4
4
type : application
5
- version : 1.8.2
5
+ version : 1.9.0
Original file line number Diff line number Diff line change @@ -62,6 +62,6 @@ releases:
62
62
environments :
63
63
dev :
64
64
values :
65
- - version : 1.8.2
65
+ - version : 1.9.0
66
66
secrets :
67
67
- env.d/{{ .Environment.Name }}/secrets.enc.yaml
You canβt perform that action at this time.
0 commit comments