diff --git a/CHANGELOG.md b/CHANGELOG.md index ab93b1fc9..19e424e07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.29.1](https://github.com/dhis2/app-hub/compare/v2.29.0...v2.29.1) (2021-12-06) + + +### Bug Fixes + +* hide apps in header-menu when not logged in ([#603](https://github.com/dhis2/app-hub/issues/603)) ([47eab75](https://github.com/dhis2/app-hub/commit/47eab75133e3527d052b1b216210960194748205)) + # [2.29.0](https://github.com/dhis2/app-hub/compare/v2.28.4...v2.29.0) (2021-12-06) diff --git a/client/package.json b/client/package.json index 8bdc3e575..1b28f37f6 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "client", - "version": "2.29.0", + "version": "2.29.1", "description": "The App Hub Client", "repository": "https://github.com/dhis2/app-hub", "author": "Birk Johansson ", diff --git a/package.json b/package.json index 5bb77367e..488d91a1f 100644 --- a/package.json +++ b/package.json @@ -36,5 +36,5 @@ "cypress-cucumber-preprocessor": { "nonGlobalStepDefinitions": true }, - "version": "2.29.0" + "version": "2.29.1" } diff --git a/server/package.json b/server/package.json index 2c3290f33..6020fa332 100644 --- a/server/package.json +++ b/server/package.json @@ -1,6 +1,6 @@ { "name": "server", - "version": "2.29.0", + "version": "2.29.1", "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 a0a38e921..24ef2f2c1 100644 --- a/tools/package.json +++ b/tools/package.json @@ -1,6 +1,6 @@ { "name": "tools", - "version": "2.29.0", + "version": "2.29.1", "description": "", "main": "clone.js", "repository": "https://github.com/dhis2/app-hub",