diff --git a/CHANGELOG.md b/CHANGELOG.md index 0507ff800..ed5a1bd0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.284.28](https://github.com/SocialGouv/mano/compare/v1.284.27...v1.284.28) (2023-10-03) + + +### Bug Fixes + +* **dashboard:** lorsqu'on souhaite créer une consultation sans avoir sélectionné pour quelle personne suivie, avant l'onglet 'Documents' était bland, désormais il affiche un bouton qui lance le message d'erreur 'Veuillez sélectionner une personne auparavant' lorsqu'on le clique ([#1687](https://github.com/SocialGouv/mano/issues/1687)) ([46cd68d](https://github.com/SocialGouv/mano/commit/46cd68d9c44885e618c4658e4daefdd33c2355b4)) + ## [1.284.27](https://github.com/SocialGouv/mano/compare/v1.284.26...v1.284.27) (2023-10-03) diff --git a/api/package.json b/api/package.json index aae59e594..dc1381d11 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "api_mano", - "version": "1.284.27", + "version": "1.284.28", "mobileAppVersion": "2.37.1", "description": "", "main": "index.js", diff --git a/dashboard/package.json b/dashboard/package.json index 45d508d65..1aa0143b4 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -1,6 +1,6 @@ { "name": "dashboard", - "version": "1.284.27", + "version": "1.284.28", "private": true, "dependencies": { "@babel/runtime": "^7.14.5", diff --git a/website/package.json b/website/package.json index a28d2053e..88acb8219 100644 --- a/website/package.json +++ b/website/package.json @@ -1,6 +1,6 @@ { "name": "website", - "version": "1.284.27", + "version": "1.284.28", "mobileAppVersion": "2.37.1", "private": true, "engines": {