From d72d525c46945fee4d9ebb2e3bc814084a06eb57 Mon Sep 17 00:00:00 2001 From: Social Groovy Bot <45039513+SocialGroovyBot@users.noreply.github.com> Date: Thu, 24 Mar 2022 14:07:55 +0000 Subject: [PATCH] chore(release): version 1.79.5 ## [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)) --- CHANGELOG.md | 7 +++++++ api/package.json | 2 +- dashboard/package.json | 2 +- website/package.json | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) 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",