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
99
1010## [ Unreleased]
1111
12+
13+ ## [ 1.10.0] - 2024-12-17
14+
1215## Added
1316
1417- β¨(backend) add server-to-server API endpoint to create documents #467
1518- β¨(email) white brand email #412
19+ - β¨(y-provider) create a markdown converter endpoint #488
1620
1721## Changed
1822
@@ -29,7 +33,6 @@ and this project adheres to
2933
3034- β¨(backend) annotate number of accesses on documents in list view #429
3135- β¨(backend) allow users to mark/unmark documents as favorite #429
32- - β¨(y-provider) create a markdown converter endpoint #488
3336
3437## Changed
3538
@@ -318,7 +321,8 @@ and this project adheres to
318321- π Impress, project to manage your documents easily and collaboratively.
319322
320323
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
322326[ v1.9.0 ] : https://github.com/numerique-gouv/impress/releases/v1.9.0
323327[ v1.8.2 ] : https://github.com/numerique-gouv/impress/releases/v1.8.2
324328[ 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"
77
88[project ]
99name = " impress"
10- version = " 1.9 .0"
10+ version = " 1.10 .0"
1111authors = [{
"name" =
" DINUM" ,
"email" =
" [email protected] " }]
1212classifiers = [
1313 " Development Status :: 5 - Production/Stable" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " app-e2e" ,
3- "version" : " 1.9 .0" ,
3+ "version" : " 1.10 .0" ,
44 "private" : true ,
55 "scripts" : {
66 "lint" : " eslint . --ext .ts" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " app-impress" ,
3- "version" : " 1.9 .0" ,
3+ "version" : " 1.10 .0" ,
44 "private" : true ,
55 "scripts" : {
66 "dev" : " next dev" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " impress" ,
3- "version" : " 1.9 .0" ,
3+ "version" : " 1.10 .0" ,
44 "private" : true ,
55 "workspaces" : {
66 "packages" : [
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-config-impress" ,
3- "version" : " 1.9 .0" ,
3+ "version" : " 1.10 .0" ,
44 "license" : " MIT" ,
55 "scripts" : {
66 "lint" : " eslint --ext .js ."
Original file line number Diff line number Diff line change 11{
22 "name" : " packages-i18n" ,
3- "version" : " 1.9 .0" ,
3+ "version" : " 1.10 .0" ,
44 "private" : true ,
55 "scripts" : {
66 "extract-translation" : " yarn extract-translation:impress" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " server-y-provider" ,
3- "version" : " 1.9 .0" ,
3+ "version" : " 1.10 .0" ,
44 "description" : " Y.js provider for docs" ,
55 "repository" : " https://github.com/numerique-gouv/impress" ,
66 "license" : " MIT" ,
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ apiVersion: v2
22name : extra
33description : A Helm chart to add some manifests to impress
44type : 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:
6262environments :
6363 dev :
6464 values :
65- - version : 1.9 .0
65+ - version : 1.10 .0
6666 secrets :
6767 - env.d/{{ .Environment.Name }}/secrets.enc.yaml
You canβt perform that action at this time.
0 commit comments