diff --git a/CHANGELOG.md b/CHANGELOG.md index 90bf7d405..c0f26f39f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.284.19](https://github.com/SocialGouv/mano/compare/v1.284.18...v1.284.19) (2023-09-26) + + +### Bug Fixes + +* **dashboard:** refresh too much ([#1673](https://github.com/SocialGouv/mano/issues/1673)) ([330b733](https://github.com/SocialGouv/mano/commit/330b733b046b729cba44b0e6e4c03d94139ce169)) + ## [1.284.18](https://github.com/SocialGouv/mano/compare/v1.284.17...v1.284.18) (2023-09-26) diff --git a/api/package.json b/api/package.json index 9fc358f01..e85e409d8 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "api_mano", - "version": "1.284.18", + "version": "1.284.19", "mobileAppVersion": "2.37.0", "description": "", "main": "index.js", diff --git a/dashboard/package.json b/dashboard/package.json index f428f6355..b7f923186 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -1,6 +1,6 @@ { "name": "dashboard", - "version": "1.284.18", + "version": "1.284.19", "private": true, "dependencies": { "@babel/runtime": "^7.14.5", diff --git a/website/package.json b/website/package.json index c206a6cf2..14b794e3a 100644 --- a/website/package.json +++ b/website/package.json @@ -1,6 +1,6 @@ { "name": "website", - "version": "1.284.18", + "version": "1.284.19", "mobileAppVersion": "2.37.0", "private": true, "engines": {