From 2e33bc1fd08804dc3bae0c0db552cbdf7947bbcf Mon Sep 17 00:00:00 2001 From: Social Groovy Bot <45039513+SocialGroovyBot@users.noreply.github.com> Date: Mon, 15 Jan 2024 14:09:23 +0000 Subject: [PATCH] chore(release): version 1.302.11 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.302.11](https://github.com/SocialGouv/mano/compare/v1.302.10...v1.302.11) (2024-01-15) ### Bug Fixes * dans les stats d'actions, 'Catégories supprimées' à la place de 'Autres' ([#1831](https://github.com/SocialGouv/mano/issues/1831)) ([91e35ce](https://github.com/SocialGouv/mano/commit/91e35ce4794cea45cccb4ebddd806f42acc0de1f)) * observations metadata ([#1829](https://github.com/SocialGouv/mano/issues/1829)) ([3952449](https://github.com/SocialGouv/mano/commit/3952449173e6493459f79f18cb0be7c42c97eab1)) --- CHANGELOG.md | 8 ++++++++ api/package.json | 2 +- dashboard/package.json | 2 +- website/package.json | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07bfa1177..474eee2c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.302.11](https://github.com/SocialGouv/mano/compare/v1.302.10...v1.302.11) (2024-01-15) + + +### Bug Fixes + +* dans les stats d'actions, 'Catégories supprimées' à la place de 'Autres' ([#1831](https://github.com/SocialGouv/mano/issues/1831)) ([91e35ce](https://github.com/SocialGouv/mano/commit/91e35ce4794cea45cccb4ebddd806f42acc0de1f)) +* observations metadata ([#1829](https://github.com/SocialGouv/mano/issues/1829)) ([3952449](https://github.com/SocialGouv/mano/commit/3952449173e6493459f79f18cb0be7c42c97eab1)) + ## [1.302.10](https://github.com/SocialGouv/mano/compare/v1.302.9...v1.302.10) (2024-01-15) diff --git a/api/package.json b/api/package.json index a09bb020c..c8f14dbfb 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "api_mano", - "version": "1.302.10", + "version": "1.302.11", "mobileAppVersion": "2.37.5", "description": "", "main": "index.js", diff --git a/dashboard/package.json b/dashboard/package.json index f1f9d534c..9d4988866 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -1,6 +1,6 @@ { "name": "dashboard", - "version": "1.302.10", + "version": "1.302.11", "private": true, "dependencies": { "@babel/runtime": "^7.14.5", diff --git a/website/package.json b/website/package.json index 69022df43..55784af4c 100644 --- a/website/package.json +++ b/website/package.json @@ -1,6 +1,6 @@ { "name": "website", - "version": "1.302.10", + "version": "1.302.11", "mobileAppVersion": "2.37.5", "private": true, "engines": {