From 8f231010c2df5d45fb1ea192752dcb4feb95ce5c Mon Sep 17 00:00:00 2001 From: Social Groovy Bot <45039513+SocialGroovyBot@users.noreply.github.com> Date: Tue, 7 Nov 2023 14:32:39 +0000 Subject: [PATCH] chore(release): version 1.292.3 ## [1.292.3](https://github.com/SocialGouv/mano/compare/v1.292.2...v1.292.3) (2023-11-07) ### Bug Fixes * re-enable sentry ([#1765](https://github.com/SocialGouv/mano/issues/1765)) ([83dc0aa](https://github.com/SocialGouv/mano/commit/83dc0aa941b3d1c3e88ec9c3dee7dcc4f4d2396c)) --- 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 2f35bc34e..2f483854b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.292.3](https://github.com/SocialGouv/mano/compare/v1.292.2...v1.292.3) (2023-11-07) + + +### Bug Fixes + +* re-enable sentry ([#1765](https://github.com/SocialGouv/mano/issues/1765)) ([83dc0aa](https://github.com/SocialGouv/mano/commit/83dc0aa941b3d1c3e88ec9c3dee7dcc4f4d2396c)) + ## [1.292.2](https://github.com/SocialGouv/mano/compare/v1.292.1...v1.292.2) (2023-11-07) diff --git a/api/package.json b/api/package.json index 82a07e805..1391d07e0 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "api_mano", - "version": "1.292.2", + "version": "1.292.3", "mobileAppVersion": "2.37.5", "description": "", "main": "index.js", diff --git a/dashboard/package.json b/dashboard/package.json index e9a863b2c..b0913bff1 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -1,6 +1,6 @@ { "name": "dashboard", - "version": "1.292.2", + "version": "1.292.3", "private": true, "dependencies": { "@babel/runtime": "^7.14.5", diff --git a/website/package.json b/website/package.json index ed35a4512..7020298ac 100644 --- a/website/package.json +++ b/website/package.json @@ -1,6 +1,6 @@ { "name": "website", - "version": "1.292.2", + "version": "1.292.3", "mobileAppVersion": "2.37.5", "private": true, "engines": {