diff --git a/CHANGELOG.md b/CHANGELOG.md index 90baea44b..2bf787848 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.284.9](https://github.com/SocialGouv/mano/compare/v1.284.8...v1.284.9) (2023-09-19) + + +### Bug Fixes + +* MANO-PX MANO-Q7 person is undefined ([#1662](https://github.com/SocialGouv/mano/issues/1662)) ([0cc5097](https://github.com/SocialGouv/mano/commit/0cc5097701060ce3b24d6ea6765493c563d1b437)) + ## [1.284.8](https://github.com/SocialGouv/mano/compare/v1.284.7...v1.284.8) (2023-09-18) diff --git a/api/package.json b/api/package.json index b3701fb22..896ad3dfa 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "api_mano", - "version": "1.284.8", + "version": "1.284.9", "mobileAppVersion": "2.37.0", "description": "", "main": "index.js", diff --git a/dashboard/package.json b/dashboard/package.json index 654af885b..73a62d6f5 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -1,6 +1,6 @@ { "name": "dashboard", - "version": "1.284.8", + "version": "1.284.9", "private": true, "dependencies": { "@babel/runtime": "^7.14.5", diff --git a/website/package.json b/website/package.json index 317ea0dff..24a585b76 100644 --- a/website/package.json +++ b/website/package.json @@ -1,6 +1,6 @@ { "name": "website", - "version": "1.284.8", + "version": "1.284.9", "mobileAppVersion": "2.37.0", "private": true, "engines": {