From 6c1c7e02581066067d610350d9027d21a951a26c Mon Sep 17 00:00:00 2001 From: Social Groovy Bot <45039513+SocialGroovyBot@users.noreply.github.com> Date: Tue, 7 Nov 2023 13:31:12 +0000 Subject: [PATCH] chore(release): version 1.292.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.292.2](https://github.com/SocialGouv/mano/compare/v1.292.1...v1.292.2) (2023-11-07) ### Bug Fixes * **dashboard:** retire la bannière ([#1763](https://github.com/SocialGouv/mano/issues/1763)) ([bbb3af3](https://github.com/SocialGouv/mano/commit/bbb3af39532c2a04c5f55086e33be5cb3d907fbe)) --- 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 5becfc0e3..2f35bc34e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.292.2](https://github.com/SocialGouv/mano/compare/v1.292.1...v1.292.2) (2023-11-07) + + +### Bug Fixes + +* **dashboard:** retire la bannière ([#1763](https://github.com/SocialGouv/mano/issues/1763)) ([bbb3af3](https://github.com/SocialGouv/mano/commit/bbb3af39532c2a04c5f55086e33be5cb3d907fbe)) + ## [1.292.1](https://github.com/SocialGouv/mano/compare/v1.292.0...v1.292.1) (2023-11-07) diff --git a/api/package.json b/api/package.json index efb6e7657..82a07e805 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "api_mano", - "version": "1.292.1", + "version": "1.292.2", "mobileAppVersion": "2.37.5", "description": "", "main": "index.js", diff --git a/dashboard/package.json b/dashboard/package.json index c048e74aa..e9a863b2c 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -1,6 +1,6 @@ { "name": "dashboard", - "version": "1.292.1", + "version": "1.292.2", "private": true, "dependencies": { "@babel/runtime": "^7.14.5", diff --git a/website/package.json b/website/package.json index 298b5dd11..ed35a4512 100644 --- a/website/package.json +++ b/website/package.json @@ -1,6 +1,6 @@ { "name": "website", - "version": "1.292.1", + "version": "1.292.2", "mobileAppVersion": "2.37.5", "private": true, "engines": {