diff --git a/CHANGELOG.md b/CHANGELOG.md index 0888ae8c4..27c0d168e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.81.3](https://github.com/SocialGouv/mano/compare/v1.81.2...v1.81.3) (2022-04-01) + + +### Bug Fixes + +* **app:** loose bottom navigation bar ([#546](https://github.com/SocialGouv/mano/issues/546)) ([97c23cd](https://github.com/SocialGouv/mano/commit/97c23cd91219009c31d30060473633a379a634d1)) + ## [1.81.2](https://github.com/SocialGouv/mano/compare/v1.81.1...v1.81.2) (2022-03-30) diff --git a/api/package.json b/api/package.json index 0be19d39c..49ffb96f4 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "api_mano", - "version": "1.81.2", + "version": "1.81.3", "mobileAppVersion": "2.16.0", "description": "", "main": "index.js", diff --git a/dashboard/package.json b/dashboard/package.json index 12ba7bcb4..f1ea0c6e7 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -1,6 +1,6 @@ { "name": "dashboard", - "version": "1.81.2", + "version": "1.81.3", "private": true, "dependencies": { "@babel/runtime": "^7.14.5", diff --git a/website/package.json b/website/package.json index 3147c27a6..6d900e3bd 100644 --- a/website/package.json +++ b/website/package.json @@ -1,6 +1,6 @@ { "name": "boilerplate", - "version": "1.81.2", + "version": "1.81.3", "private": true, "engines": { "npm": "please-use-yarn",