From 51c28e5abb9cdb6f9426b88f40f51034cfb51ff6 Mon Sep 17 00:00:00 2001 From: Social Groovy Bot <45039513+SocialGroovyBot@users.noreply.github.com> Date: Thu, 7 Sep 2023 09:44:21 +0000 Subject: [PATCH] chore(release): version 1.283.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.283.2](https://github.com/SocialGouv/mano/compare/v1.283.1...v1.283.2) (2023-09-07) ### Bug Fixes * **dashboard:** possibilité de réorganiser les documents médicaux dans n'importe quel dossier ([#1640](https://github.com/SocialGouv/mano/issues/1640)) ([7c74d48](https://github.com/SocialGouv/mano/commit/7c74d48b045271cebd871d697c2ebf4b1236f8f7)) --- 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 5317e2491..3dffc5d7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.283.2](https://github.com/SocialGouv/mano/compare/v1.283.1...v1.283.2) (2023-09-07) + + +### Bug Fixes + +* **dashboard:** possibilité de réorganiser les documents médicaux dans n'importe quel dossier ([#1640](https://github.com/SocialGouv/mano/issues/1640)) ([7c74d48](https://github.com/SocialGouv/mano/commit/7c74d48b045271cebd871d697c2ebf4b1236f8f7)) + ## [1.283.1](https://github.com/SocialGouv/mano/compare/v1.283.0...v1.283.1) (2023-09-04) diff --git a/api/package.json b/api/package.json index 18e510e58..b723f637c 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "api_mano", - "version": "1.283.1", + "version": "1.283.2", "mobileAppVersion": "2.36.1", "description": "", "main": "index.js", diff --git a/dashboard/package.json b/dashboard/package.json index a82a86217..2008a7d44 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -1,6 +1,6 @@ { "name": "dashboard", - "version": "1.283.1", + "version": "1.283.2", "private": true, "dependencies": { "@babel/runtime": "^7.14.5", diff --git a/website/package.json b/website/package.json index 4b2800913..38677a8c7 100644 --- a/website/package.json +++ b/website/package.json @@ -1,6 +1,6 @@ { "name": "website", - "version": "1.283.1", + "version": "1.283.2", "mobileAppVersion": "2.36.1", "private": true, "engines": {