diff --git a/CHANGELOG.md b/CHANGELOG.md index 0519540f0..f82ffd58f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.297.13](https://github.com/SocialGouv/mano/compare/v1.297.12...v1.297.13) (2023-12-07) + + +### Bug Fixes + +* **dashboard:** message d'erreur lorsqu'on veut supprimer une équipe encore active ([#1801](https://github.com/SocialGouv/mano/issues/1801)) ([cdcd212](https://github.com/SocialGouv/mano/commit/cdcd2120407d03376e24fe1f0df18da2f2fd501f)) +* **dashboard:** on peut voir les équipes pour chaque consultation dans les comptes-rendus ([#1800](https://github.com/SocialGouv/mano/issues/1800)) ([769ac1d](https://github.com/SocialGouv/mano/commit/769ac1dedd957afa3ddcf1ff7d60067d0aef1080)) +* **dashboard:** possibilité d'ouvrir les documents en plein écran même quand y'en a pas ([#1802](https://github.com/SocialGouv/mano/issues/1802)) ([f154d4d](https://github.com/SocialGouv/mano/commit/f154d4d5b7138f2985b7e182f23cf03dfe48bfdb)) + ## [1.297.12](https://github.com/SocialGouv/mano/compare/v1.297.11...v1.297.12) (2023-12-07) diff --git a/api/package.json b/api/package.json index 1254a2f5f..b3c6b7b07 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "api_mano", - "version": "1.297.12", + "version": "1.297.13", "mobileAppVersion": "2.37.5", "description": "", "main": "index.js", diff --git a/dashboard/package.json b/dashboard/package.json index 0020b188c..9e447311f 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -1,6 +1,6 @@ { "name": "dashboard", - "version": "1.297.12", + "version": "1.297.13", "private": true, "dependencies": { "@babel/runtime": "^7.14.5", diff --git a/website/package.json b/website/package.json index 2e1f1f6b5..28ed2684d 100644 --- a/website/package.json +++ b/website/package.json @@ -1,6 +1,6 @@ { "name": "website", - "version": "1.297.12", + "version": "1.297.13", "mobileAppVersion": "2.37.5", "private": true, "engines": {