From 747e5f37730f0626f158ceb764f645010f1c7de0 Mon Sep 17 00:00:00 2001 From: Social Groovy Bot <45039513+SocialGroovyBot@users.noreply.github.com> Date: Tue, 3 Oct 2023 11:40:40 +0000 Subject: [PATCH] chore(release): version 1.284.27 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.284.27](https://github.com/SocialGouv/mano/compare/v1.284.26...v1.284.27) (2023-10-03) ### Bug Fixes * **dashboard:** statistiques des consultations: les chiffres des types de consultation se basaient sur le total général des consultations, désormais ils se basent sur le total des consultations de chaque type ([#1689](https://github.com/SocialGouv/mano/issues/1689)) ([4f6f6d4](https://github.com/SocialGouv/mano/commit/4f6f6d49f5f81fa7d748272af4572d72752eda04)) --- 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 c01454234..0507ff800 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.284.27](https://github.com/SocialGouv/mano/compare/v1.284.26...v1.284.27) (2023-10-03) + + +### Bug Fixes + +* **dashboard:** statistiques des consultations: les chiffres des types de consultation se basaient sur le total général des consultations, désormais ils se basent sur le total des consultations de chaque type ([#1689](https://github.com/SocialGouv/mano/issues/1689)) ([4f6f6d4](https://github.com/SocialGouv/mano/commit/4f6f6d49f5f81fa7d748272af4572d72752eda04)) + ## [1.284.26](https://github.com/SocialGouv/mano/compare/v1.284.25...v1.284.26) (2023-10-02) diff --git a/api/package.json b/api/package.json index 8274bfec1..aae59e594 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "api_mano", - "version": "1.284.26", + "version": "1.284.27", "mobileAppVersion": "2.37.1", "description": "", "main": "index.js", diff --git a/dashboard/package.json b/dashboard/package.json index 1c786fa1b..45d508d65 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -1,6 +1,6 @@ { "name": "dashboard", - "version": "1.284.26", + "version": "1.284.27", "private": true, "dependencies": { "@babel/runtime": "^7.14.5", diff --git a/website/package.json b/website/package.json index 080edd67a..a28d2053e 100644 --- a/website/package.json +++ b/website/package.json @@ -1,6 +1,6 @@ { "name": "website", - "version": "1.284.26", + "version": "1.284.27", "mobileAppVersion": "2.37.1", "private": true, "engines": {