diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c35915f2..d15821e17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.79.8](https://github.com/SocialGouv/mano/compare/v1.79.7...v1.79.8) (2022-03-25) + + +### Bug Fixes + +* **dashboard:** sanitize imports ([#530](https://github.com/SocialGouv/mano/issues/530)) ([a4fed0e](https://github.com/SocialGouv/mano/commit/a4fed0ea6b2c5b54cebbe93dba22166499ebcf00)) + ## [1.79.7](https://github.com/SocialGouv/mano/compare/v1.79.6...v1.79.7) (2022-03-24) diff --git a/api/package.json b/api/package.json index ce0033635..78503f139 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "api_mano", - "version": "1.79.7", + "version": "1.79.8", "mobileAppVersion": "2.16.0", "description": "", "main": "index.js", diff --git a/dashboard/package.json b/dashboard/package.json index 40d5732ee..1b1161b34 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -1,6 +1,6 @@ { "name": "dashboard", - "version": "1.79.7", + "version": "1.79.8", "private": true, "dependencies": { "@babel/runtime": "^7.14.5", diff --git a/website/package.json b/website/package.json index 7b6da2a14..eebf9b163 100644 --- a/website/package.json +++ b/website/package.json @@ -1,6 +1,6 @@ { "name": "boilerplate", - "version": "1.79.7", + "version": "1.79.8", "private": true, "engines": { "npm": "please-use-yarn",