diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bf787848..cba34ca03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.284.10](https://github.com/SocialGouv/mano/compare/v1.284.9...v1.284.10) (2023-09-20) + + +### Bug Fixes + +* **dashboard:** init services deps ([#1664](https://github.com/SocialGouv/mano/issues/1664)) ([84ab7aa](https://github.com/SocialGouv/mano/commit/84ab7aafbb5eee6ec116f41ee67290e7dcda1f7a)) + ## [1.284.9](https://github.com/SocialGouv/mano/compare/v1.284.8...v1.284.9) (2023-09-19) diff --git a/api/package.json b/api/package.json index 896ad3dfa..97bb7a5d8 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "api_mano", - "version": "1.284.9", + "version": "1.284.10", "mobileAppVersion": "2.37.0", "description": "", "main": "index.js", diff --git a/dashboard/package.json b/dashboard/package.json index 73a62d6f5..af4b61e17 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -1,6 +1,6 @@ { "name": "dashboard", - "version": "1.284.9", + "version": "1.284.10", "private": true, "dependencies": { "@babel/runtime": "^7.14.5", diff --git a/website/package.json b/website/package.json index 24a585b76..2dbc8c429 100644 --- a/website/package.json +++ b/website/package.json @@ -1,6 +1,6 @@ { "name": "website", - "version": "1.284.9", + "version": "1.284.10", "mobileAppVersion": "2.37.0", "private": true, "engines": {