diff --git a/CHANGELOG.md b/CHANGELOG.md index 62f87e6e4..c46168d86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.79.5](https://github.com/SocialGouv/mano/compare/v1.79.4...v1.79.5) (2022-03-24) + + +### Bug Fixes + +* **dashboard:** import crashed with team after [#487](https://github.com/SocialGouv/mano/issues/487) refactor ([14a2bae](https://github.com/SocialGouv/mano/commit/14a2baefbae53cafc6d9d13c6c792fa1e7c389e8)) + ## [1.79.4](https://github.com/SocialGouv/mano/compare/v1.79.3...v1.79.4) (2022-03-23) diff --git a/api/package.json b/api/package.json index 2d1bb5b5b..a21a8f9e9 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "api_mano", - "version": "1.79.4", + "version": "1.79.5", "mobileAppVersion": "2.15.0", "description": "", "main": "index.js", diff --git a/dashboard/package.json b/dashboard/package.json index 819b638a0..1e8ed4a86 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -1,6 +1,6 @@ { "name": "dashboard", - "version": "1.79.4", + "version": "1.79.5", "private": true, "dependencies": { "@babel/runtime": "^7.14.5", diff --git a/website/package.json b/website/package.json index 0d69cd98a..f78ccc2c2 100644 --- a/website/package.json +++ b/website/package.json @@ -1,6 +1,6 @@ { "name": "boilerplate", - "version": "1.79.4", + "version": "1.79.5", "private": true, "engines": { "npm": "please-use-yarn",