From 312b2f4e2a92ea54f2fb085c3a25b614cc126aea Mon Sep 17 00:00:00 2001 From: Social Groovy Bot <45039513+SocialGroovyBot@users.noreply.github.com> Date: Thu, 5 Oct 2023 15:38:14 +0000 Subject: [PATCH] chore(release): version 1.286.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [1.286.0](https://github.com/SocialGouv/mano/compare/v1.285.0...v1.286.0) (2023-10-05) ### Bug Fixes * **dashboard:** plus grandes fenĂȘtres de saisie pour actions/consultations ([#1704](https://github.com/SocialGouv/mano/issues/1704)) ([89e2e93](https://github.com/SocialGouv/mano/commit/89e2e932513377ef331347d2d36dc14709ebd87d)) ### Features * **dashboard:** affiche les Autres pseudos dans les tableaux de passages/rencontres/actions/consultations des comptes rendus ([#1702](https://github.com/SocialGouv/mano/issues/1702)) ([70179d2](https://github.com/SocialGouv/mano/commit/70179d23402e5b8b7b5e18cbcf6ff46ff52dd135)) --- CHANGELOG.md | 12 ++++++++++++ api/package.json | 2 +- dashboard/package.json | 2 +- website/package.json | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 56e3ef292..47f200744 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [1.286.0](https://github.com/SocialGouv/mano/compare/v1.285.0...v1.286.0) (2023-10-05) + + +### Bug Fixes + +* **dashboard:** plus grandes fenĂȘtres de saisie pour actions/consultations ([#1704](https://github.com/SocialGouv/mano/issues/1704)) ([89e2e93](https://github.com/SocialGouv/mano/commit/89e2e932513377ef331347d2d36dc14709ebd87d)) + + +### Features + +* **dashboard:** affiche les Autres pseudos dans les tableaux de passages/rencontres/actions/consultations des comptes rendus ([#1702](https://github.com/SocialGouv/mano/issues/1702)) ([70179d2](https://github.com/SocialGouv/mano/commit/70179d23402e5b8b7b5e18cbcf6ff46ff52dd135)) + # [1.285.0](https://github.com/SocialGouv/mano/compare/v1.284.29...v1.285.0) (2023-10-05) diff --git a/api/package.json b/api/package.json index de4dab812..7338a17fa 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "api_mano", - "version": "1.285.0", + "version": "1.286.0", "mobileAppVersion": "2.37.2", "description": "", "main": "index.js", diff --git a/dashboard/package.json b/dashboard/package.json index 0c7954fe1..2b8306ff9 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -1,6 +1,6 @@ { "name": "dashboard", - "version": "1.285.0", + "version": "1.286.0", "private": true, "dependencies": { "@babel/runtime": "^7.14.5", diff --git a/website/package.json b/website/package.json index a3d4d1ec5..a8e32fc8d 100644 --- a/website/package.json +++ b/website/package.json @@ -1,6 +1,6 @@ { "name": "website", - "version": "1.285.0", + "version": "1.286.0", "mobileAppVersion": "2.37.2", "private": true, "engines": {