From 17d18e4dfef7beab2f15a998dc7f541ba7fc0034 Mon Sep 17 00:00:00 2001 From: Social Groovy Bot <45039513+SocialGroovyBot@users.noreply.github.com> Date: Tue, 28 Nov 2023 11:37:16 +0000 Subject: [PATCH] chore(release): version 1.297.7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.297.7](https://github.com/SocialGouv/mano/compare/v1.297.6...v1.297.7) (2023-11-28) ### Bug Fixes * ajout des équipes dans les consultations d'une organisation ([#1790](https://github.com/SocialGouv/mano/issues/1790)) ([cdb503f](https://github.com/SocialGouv/mano/commit/cdb503f34a6f6bedbd7213a88685ddcfc0d57d3e)) --- 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 3fd182faa..97a1d98f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.297.7](https://github.com/SocialGouv/mano/compare/v1.297.6...v1.297.7) (2023-11-28) + + +### Bug Fixes + +* ajout des équipes dans les consultations d'une organisation ([#1790](https://github.com/SocialGouv/mano/issues/1790)) ([cdb503f](https://github.com/SocialGouv/mano/commit/cdb503f34a6f6bedbd7213a88685ddcfc0d57d3e)) + ## [1.297.6](https://github.com/SocialGouv/mano/compare/v1.297.5...v1.297.6) (2023-11-28) diff --git a/api/package.json b/api/package.json index c10c49c83..d35e4ffc3 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "api_mano", - "version": "1.297.6", + "version": "1.297.7", "mobileAppVersion": "2.37.5", "description": "", "main": "index.js", diff --git a/dashboard/package.json b/dashboard/package.json index 663661559..4e1530622 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -1,6 +1,6 @@ { "name": "dashboard", - "version": "1.297.6", + "version": "1.297.7", "private": true, "dependencies": { "@babel/runtime": "^7.14.5", diff --git a/website/package.json b/website/package.json index a660b60b6..66a9bca04 100644 --- a/website/package.json +++ b/website/package.json @@ -1,6 +1,6 @@ { "name": "website", - "version": "1.297.6", + "version": "1.297.7", "mobileAppVersion": "2.37.5", "private": true, "engines": {