diff --git a/CHANGELOG.md b/CHANGELOG.md index 730ee3e21..60312ff7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.75.0](https://github.com/SocialGouv/mano/compare/v1.74.0...v1.75.0) (2022-03-17) + + +### Features + +* **dashboard:** remove abstractions ([#487](https://github.com/SocialGouv/mano/issues/487)) ([d4a7566](https://github.com/SocialGouv/mano/commit/d4a75665f0fb37e5445919f2490868225b2469a0)) + # [1.74.0](https://github.com/SocialGouv/mano/compare/v1.73.1...v1.74.0) (2022-03-16) diff --git a/api/package.json b/api/package.json index 3b1959ebe..72767c593 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "api_mano", - "version": "1.74.0", + "version": "1.75.0", "mobileAppVersion": "2.15.0", "description": "", "main": "index.js", diff --git a/dashboard/package.json b/dashboard/package.json index bfacb07b0..5f40133a3 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -1,6 +1,6 @@ { "name": "dashboard", - "version": "1.74.0", + "version": "1.75.0", "private": true, "dependencies": { "@babel/runtime": "^7.14.5", diff --git a/website/package.json b/website/package.json index f5671ff1a..363123622 100644 --- a/website/package.json +++ b/website/package.json @@ -1,6 +1,6 @@ { "name": "boilerplate", - "version": "1.74.0", + "version": "1.75.0", "private": true, "engines": { "npm": "please-use-yarn",