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": {