diff --git a/CHANGELOG.md b/CHANGELOG.md index ea9eeb381..76ce4d767 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.84.1](https://github.com/SocialGouv/mano/compare/v1.84.0...v1.84.1) (2022-04-01) + + +### Bug Fixes + +* **dashbboard:** cant create a person with no name; ([#573](https://github.com/SocialGouv/mano/issues/573)) ([99df48c](https://github.com/SocialGouv/mano/commit/99df48c66942d0a6ec50cc60d200f6c9acba9c0d)) + # [1.84.0](https://github.com/SocialGouv/mano/compare/v1.83.1...v1.84.0) (2022-04-01) diff --git a/api/package.json b/api/package.json index 7027ea049..e4b46518b 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "api_mano", - "version": "1.84.0", + "version": "1.84.1", "mobileAppVersion": "2.17.0", "description": "", "main": "index.js", diff --git a/dashboard/package.json b/dashboard/package.json index 8cf63727d..755b11431 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -1,6 +1,6 @@ { "name": "dashboard", - "version": "1.84.0", + "version": "1.84.1", "private": true, "dependencies": { "@babel/runtime": "^7.14.5", diff --git a/website/package.json b/website/package.json index 7042606dc..a381ecd70 100644 --- a/website/package.json +++ b/website/package.json @@ -1,6 +1,6 @@ { "name": "boilerplate", - "version": "1.84.0", + "version": "1.84.1", "private": true, "engines": { "npm": "please-use-yarn",