diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b6aad80f..e4d73376f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.79.3](https://github.com/SocialGouv/mano/compare/v1.79.2...v1.79.3) (2022-03-23) + + +### Bug Fixes + +* **dashboard:** number of comments ([#517](https://github.com/SocialGouv/mano/issues/517)) ([f974537](https://github.com/SocialGouv/mano/commit/f974537235e70acc9983f3788ee2e2b6f23fb1d5)) + ## [1.79.2](https://github.com/SocialGouv/mano/compare/v1.79.1...v1.79.2) (2022-03-23) diff --git a/api/package.json b/api/package.json index b3f69ef72..96e5d5b47 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "api_mano", - "version": "1.79.2", + "version": "1.79.3", "mobileAppVersion": "2.15.0", "description": "", "main": "index.js", diff --git a/dashboard/package.json b/dashboard/package.json index 1802c64ad..8cf365ff7 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -1,6 +1,6 @@ { "name": "dashboard", - "version": "1.79.2", + "version": "1.79.3", "private": true, "dependencies": { "@babel/runtime": "^7.14.5", diff --git a/website/package.json b/website/package.json index 674e2d9d3..19c63b25b 100644 --- a/website/package.json +++ b/website/package.json @@ -1,6 +1,6 @@ { "name": "boilerplate", - "version": "1.79.2", + "version": "1.79.3", "private": true, "engines": { "npm": "please-use-yarn",