From 66ce8f9f4ac9dd18ad551c38760c33a5381d0c26 Mon Sep 17 00:00:00 2001 From: Social Groovy Bot <45039513+SocialGroovyBot@users.noreply.github.com> Date: Thu, 1 Feb 2024 15:48:22 +0000 Subject: [PATCH] chore(release): version 1.303.8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.303.8](https://github.com/SocialGouv/mano/compare/v1.303.7...v1.303.8) (2024-02-01) ### Bug Fixes * une personne doit être suivie par au moins une équipe ([#1851](https://github.com/SocialGouv/mano/issues/1851)) ([5932b49](https://github.com/SocialGouv/mano/commit/5932b49c2667af372e0cf2f180892822d5033acc)) --- 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 d68f322b6..4e40edacf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.303.8](https://github.com/SocialGouv/mano/compare/v1.303.7...v1.303.8) (2024-02-01) + + +### Bug Fixes + +* une personne doit être suivie par au moins une équipe ([#1851](https://github.com/SocialGouv/mano/issues/1851)) ([5932b49](https://github.com/SocialGouv/mano/commit/5932b49c2667af372e0cf2f180892822d5033acc)) + ## [1.303.7](https://github.com/SocialGouv/mano/compare/v1.303.6...v1.303.7) (2024-02-01) diff --git a/api/package.json b/api/package.json index 444d70351..b6e97decd 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "api_mano", - "version": "1.303.7", + "version": "1.303.8", "mobileAppVersion": "2.37.5", "description": "", "main": "index.js", diff --git a/dashboard/package.json b/dashboard/package.json index 3d8799751..4ca33805b 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -1,6 +1,6 @@ { "name": "dashboard", - "version": "1.303.7", + "version": "1.303.8", "private": true, "dependencies": { "@babel/runtime": "^7.14.5", diff --git a/website/package.json b/website/package.json index fe6a790a6..708f79804 100644 --- a/website/package.json +++ b/website/package.json @@ -1,6 +1,6 @@ { "name": "website", - "version": "1.303.7", + "version": "1.303.8", "mobileAppVersion": "2.37.5", "private": true, "engines": {