From 3f05594081c7a71b92b466692deccfca47d3544a Mon Sep 17 00:00:00 2001 From: Social Groovy Bot <45039513+SocialGroovyBot@users.noreply.github.com> Date: Thu, 31 Aug 2023 13:33:11 +0000 Subject: [PATCH] chore(release): version 1.282.8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.282.8](https://github.com/SocialGouv/mano/compare/v1.282.7...v1.282.8) (2023-08-31) ### Bug Fixes * **dashboard:** retour à 10000 téléchargements par batch ([ff324c0](https://github.com/SocialGouv/mano/commit/ff324c01c2c0efa401d117e5701f7eb3a298bc2c)) --- 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 ab5410057..47b77705e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.282.8](https://github.com/SocialGouv/mano/compare/v1.282.7...v1.282.8) (2023-08-31) + + +### Bug Fixes + +* **dashboard:** retour à 10000 téléchargements par batch ([ff324c0](https://github.com/SocialGouv/mano/commit/ff324c01c2c0efa401d117e5701f7eb3a298bc2c)) + ## [1.282.7](https://github.com/SocialGouv/mano/compare/v1.282.6...v1.282.7) (2023-08-31) diff --git a/api/package.json b/api/package.json index 2fb055a41..cae87e4ce 100644 --- a/api/package.json +++ b/api/package.json @@ -1,7 +1,7 @@ { "name": "api_mano", "mobileAppVersion": "2.36.0", - "version": "1.282.7", + "version": "1.282.8", "description": "", "main": "index.js", "scripts": { diff --git a/dashboard/package.json b/dashboard/package.json index 853a3b5cf..4853f1f64 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -1,6 +1,6 @@ { "name": "dashboard", - "version": "1.282.7", + "version": "1.282.8", "private": true, "dependencies": { "@babel/runtime": "^7.14.5", diff --git a/website/package.json b/website/package.json index b7e7e5849..de491411b 100644 --- a/website/package.json +++ b/website/package.json @@ -1,7 +1,7 @@ { "name": "website", "mobileAppVersion": "2.36.0", - "version": "1.282.7", + "version": "1.282.8", "private": true, "engines": { "npm": "please-use-yarn",