File tree Expand file tree Collapse file tree 12 files changed +17
-13
lines changed Expand file tree Collapse file tree 12 files changed +17
-13
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,14 @@ and this project adheres to
9
9
10
10
## [ Unreleased]
11
11
12
+
13
+ ## [ 1.10.0] - 2024-12-17
14
+
12
15
## Added
13
16
14
17
- ✨(backend) add server-to-server API endpoint to create documents #467
15
18
- ✨(email) white brand email #412
19
+ - ✨(y-provider) create a markdown converter endpoint #488
16
20
17
21
## Changed
18
22
@@ -29,7 +33,6 @@ and this project adheres to
29
33
30
34
- ✨(backend) annotate number of accesses on documents in list view #429
31
35
- ✨(backend) allow users to mark/unmark documents as favorite #429
32
- - ✨(y-provider) create a markdown converter endpoint #488
33
36
34
37
## Changed
35
38
@@ -318,7 +321,8 @@ and this project adheres to
318
321
- 🚀 Impress, project to manage your documents easily and collaboratively.
319
322
320
323
321
- [ unreleased ] : https://github.com/numerique-gouv/impress/compare/v1.9.0...main
324
+ [ unreleased ] : https://github.com/numerique-gouv/impress/compare/v1.10.0...main
325
+ [ v1.10.0 ] : https://github.com/numerique-gouv/impress/releases/v1.10.0
322
326
[ v1.9.0 ] : https://github.com/numerique-gouv/impress/releases/v1.9.0
323
327
[ v1.8.2 ] : https://github.com/numerique-gouv/impress/releases/v1.8.2
324
328
[ v1.8.1 ] : https://github.com/numerique-gouv/impress/releases/v1.8.1
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.9 .0"
10
+ version = " 1.10 .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.9 .0" ,
3
+ "version" : " 1.10 .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.9 .0" ,
3
+ "version" : " 1.10 .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.9 .0" ,
3
+ "version" : " 1.10 .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.9 .0" ,
3
+ "version" : " 1.10 .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.9 .0" ,
3
+ "version" : " 1.10 .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.9 .0" ,
3
+ "version" : " 1.10 .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.9 .0
5
+ version : 1.10 .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.9 .0
65
+ - version : 1.10 .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