diff --git a/CHANGELOG.md b/CHANGELOG.md index b0f57396a..0b1a0298d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.289.31](https://github.com/SocialGouv/mano/compare/v1.289.30...v1.289.31) (2023-11-06) + + +### Bug Fixes + +* **deps:** update dependency @react-native-community/netinfo to v11 ([#1754](https://github.com/SocialGouv/mano/issues/1754)) ([4917567](https://github.com/SocialGouv/mano/commit/49175679119251666c4f8a66c7d3f0c0bc397560)) + ## [1.289.30](https://github.com/SocialGouv/mano/compare/v1.289.29...v1.289.30) (2023-10-27) diff --git a/api/package.json b/api/package.json index 7ba0a93ad..146c50a48 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "api_mano", - "version": "1.289.30", + "version": "1.289.31", "mobileAppVersion": "2.37.4", "description": "", "main": "index.js", diff --git a/dashboard/package.json b/dashboard/package.json index 64fd9fa86..1bb1579ab 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -1,6 +1,6 @@ { "name": "dashboard", - "version": "1.289.30", + "version": "1.289.31", "private": true, "dependencies": { "@babel/runtime": "^7.14.5", diff --git a/website/package.json b/website/package.json index 6c7a33140..7c18c6315 100644 --- a/website/package.json +++ b/website/package.json @@ -1,6 +1,6 @@ { "name": "website", - "version": "1.289.30", + "version": "1.289.31", "mobileAppVersion": "2.37.4", "private": true, "engines": {