diff --git a/CHANGELOG.md b/CHANGELOG.md index 34922c203..c01454234 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.284.26](https://github.com/SocialGouv/mano/compare/v1.284.25...v1.284.26) (2023-10-02) + + +### Bug Fixes + +* **dashboard:** fin de levalutation ([2d7c9e5](https://github.com/SocialGouv/mano/commit/2d7c9e5f8f82bc15253b9331f6a39a63a1170f76)) + ## [1.284.25](https://github.com/SocialGouv/mano/compare/v1.284.24...v1.284.25) (2023-10-02) diff --git a/api/package.json b/api/package.json index cf4d0cd3f..8274bfec1 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "api_mano", - "version": "1.284.25", + "version": "1.284.26", "mobileAppVersion": "2.37.1", "description": "", "main": "index.js", diff --git a/dashboard/package.json b/dashboard/package.json index 9b75d8409..1c786fa1b 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -1,6 +1,6 @@ { "name": "dashboard", - "version": "1.284.25", + "version": "1.284.26", "private": true, "dependencies": { "@babel/runtime": "^7.14.5", diff --git a/website/package.json b/website/package.json index ecaeb37d9..080edd67a 100644 --- a/website/package.json +++ b/website/package.json @@ -1,6 +1,6 @@ { "name": "website", - "version": "1.284.25", + "version": "1.284.26", "mobileAppVersion": "2.37.1", "private": true, "engines": {