File tree Expand file tree Collapse file tree 12 files changed +18
-14
lines changed Expand file tree Collapse file tree 12 files changed +18
-14
lines changed Original file line number Diff line number Diff line change @@ -9,16 +9,19 @@ and this project adheres to
99
1010## [ Unreleased]
1111
12+
13+ ## [ 1.8.2] - 2024-11-28
14+
1215## Changed
1316
14- ♻️(SW) change strategy html caching #460
17+ - ♻️(SW) change strategy html caching #460
1518
1619
1720## [ 1.8.1] - 2024-11-27
1821
1922## Fixed
2023
21- 🐛(frontend) link not clickable and flickering firefox #457
24+ - 🐛(frontend) link not clickable and flickering firefox #457
2225
2326
2427## [ 1.8.0] - 2024-11-25
@@ -279,7 +282,8 @@ and this project adheres to
279282- 🚀 Impress, project to manage your documents easily and collaboratively.
280283
281284
282- [ unreleased ] : https://github.com/numerique-gouv/impress/compare/v1.8.1...main
285+ [ unreleased ] : https://github.com/numerique-gouv/impress/compare/v1.8.2...main
286+ [ v1.8.2 ] : https://github.com/numerique-gouv/impress/releases/v1.8.2
283287[ v1.8.1 ] : https://github.com/numerique-gouv/impress/releases/v1.8.1
284288[ v1.8.0 ] : https://github.com/numerique-gouv/impress/releases/v1.8.0
285289[ v1.7.0 ] : https://github.com/numerique-gouv/impress/releases/v1.7.0
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.8.1 "
10+ version = " 1.8.2 "
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.8.1 " ,
3+ "version" : " 1.8.2 " ,
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.8.1 " ,
3+ "version" : " 1.8.2 " ,
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.8.1 " ,
3+ "version" : " 1.8.2 " ,
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.8.1 " ,
3+ "version" : " 1.8.2 " ,
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.8.1 " ,
3+ "version" : " 1.8.2 " ,
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.8.1 " ,
3+ "version" : " 1.8.2 " ,
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.8.1
5+ version : 1.8.2
Original file line number Diff line number Diff line change @@ -62,6 +62,6 @@ releases:
6262environments :
6363 dev :
6464 values :
65- - version : 1.8.1
65+ - version : 1.8.2
6666 secrets :
6767 - env.d/{{ .Environment.Name }}/secrets.enc.yaml
You can’t perform that action at this time.
0 commit comments