diff --git a/CHANGELOG.md b/CHANGELOG.md index a4912888b..805a37842 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.23.7](https://github.com/dhis2/app-hub/compare/v2.23.6...v2.23.7) (2021-07-05) + + +### Bug Fixes + +* **verifybundle:** ignore name-check for dashboard_widget ([#521](https://github.com/dhis2/app-hub/issues/521)) ([f3a7479](https://github.com/dhis2/app-hub/commit/f3a7479c3ed582dffce391629b7befdf9c56f2ca)) + ## [2.23.6](https://github.com/dhis2/app-hub/compare/v2.23.5...v2.23.6) (2021-06-22) diff --git a/client/package.json b/client/package.json index 7c56e78f5..96771f25a 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "client", - "version": "2.23.6", + "version": "2.23.7", "description": "The App Hub Client", "repository": "https://github.com/dhis2/app-hub", "author": "Birk Johansson ", diff --git a/package.json b/package.json index 3d451bffe..e1881be95 100644 --- a/package.json +++ b/package.json @@ -36,5 +36,5 @@ "cypress-cucumber-preprocessor": { "nonGlobalStepDefinitions": true }, - "version": "2.23.6" + "version": "2.23.7" } diff --git a/server/package.json b/server/package.json index c7f8815da..b8f67ae33 100644 --- a/server/package.json +++ b/server/package.json @@ -1,6 +1,6 @@ { "name": "server", - "version": "2.23.6", + "version": "2.23.7", "description": "The App Hub Server", "main": "src/main.js", "repository": "https://github.com/dhis2/app-hub", diff --git a/tools/package.json b/tools/package.json index f870514e3..61ae98af6 100644 --- a/tools/package.json +++ b/tools/package.json @@ -1,6 +1,6 @@ { "name": "tools", - "version": "2.23.6", + "version": "2.23.7", "description": "", "main": "clone.js", "repository": "https://github.com/dhis2/app-hub",