From 7d970ccd8669cdb9f738182038f43e025641d9d0 Mon Sep 17 00:00:00 2001 From: Social Groovy Bot <45039513+SocialGroovyBot@users.noreply.github.com> Date: Fri, 29 Sep 2023 15:05:13 +0000 Subject: [PATCH] chore(release): version 1.284.23 ## [1.284.23](https://github.com/SocialGouv/mano/compare/v1.284.22...v1.284.23) (2023-09-29) ### Bug Fixes * **dashboard:** edit medical file ([#1684](https://github.com/SocialGouv/mano/issues/1684)) ([ef375b4](https://github.com/SocialGouv/mano/commit/ef375b4a6a6ce63706c939c5645d27f1e9343030)) --- 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 7253c5821..c940e8cf9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.284.23](https://github.com/SocialGouv/mano/compare/v1.284.22...v1.284.23) (2023-09-29) + + +### Bug Fixes + +* **dashboard:** edit medical file ([#1684](https://github.com/SocialGouv/mano/issues/1684)) ([ef375b4](https://github.com/SocialGouv/mano/commit/ef375b4a6a6ce63706c939c5645d27f1e9343030)) + ## [1.284.22](https://github.com/SocialGouv/mano/compare/v1.284.21...v1.284.22) (2023-09-29) diff --git a/api/package.json b/api/package.json index 0ee21a43e..f47e8a3ab 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "api_mano", - "version": "1.284.22", + "version": "1.284.23", "mobileAppVersion": "2.37.1", "description": "", "main": "index.js", diff --git a/dashboard/package.json b/dashboard/package.json index 32ef361d2..c9b86ab69 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -1,6 +1,6 @@ { "name": "dashboard", - "version": "1.284.22", + "version": "1.284.23", "private": true, "dependencies": { "@babel/runtime": "^7.14.5", diff --git a/website/package.json b/website/package.json index 255490797..275bf15c0 100644 --- a/website/package.json +++ b/website/package.json @@ -1,6 +1,6 @@ { "name": "website", - "version": "1.284.22", + "version": "1.284.23", "mobileAppVersion": "2.37.1", "private": true, "engines": {