diff --git a/CHANGELOG.md b/CHANGELOG.md index c85b9ee2..b01653bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [2.36.3](https://github.com/dhis2/app-hub/compare/v2.36.2...v2.36.3) (2025-02-13) + + +### Bug Fixes + +* latest updates version spacing ([8787dda](https://github.com/dhis2/app-hub/commit/8787dda606b583e82047c345b217d4b9c8d2a22c)) +* organisation page styles ([7888b4c](https://github.com/dhis2/app-hub/commit/7888b4c09fd974eadcc3a790b49486175119cdca)) + ## [2.36.2](https://github.com/dhis2/app-hub/compare/v2.36.1...v2.36.2) (2025-02-13) diff --git a/client/package.json b/client/package.json index 4331e8b4..ec9f2060 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "client", - "version": "2.36.2", + "version": "2.36.3", "description": "The App Hub Client", "repository": "https://github.com/dhis2/app-hub", "author": "Birk Johansson ", diff --git a/package.json b/package.json index 9ca29554..473decfd 100644 --- a/package.json +++ b/package.json @@ -39,5 +39,5 @@ "cypress-cucumber-preprocessor": { "nonGlobalStepDefinitions": true }, - "version": "2.36.2" + "version": "2.36.3" } diff --git a/server/package.json b/server/package.json index 2a17caf3..dacd7851 100644 --- a/server/package.json +++ b/server/package.json @@ -1,6 +1,6 @@ { "name": "server", - "version": "2.36.2", + "version": "2.36.3", "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 656ada4e..1a482b24 100644 --- a/tools/package.json +++ b/tools/package.json @@ -1,6 +1,6 @@ { "name": "tools", - "version": "2.36.2", + "version": "2.36.3", "description": "", "main": "clone.js", "repository": "https://github.com/dhis2/app-hub", diff --git a/yarn.lock b/yarn.lock index 34d4620d..520131cf 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5369,7 +5369,7 @@ cli-width@^4.1.0: integrity sha512-ouuZd4/dm2Sw5Gmqy6bGyNNNe1qt9RpmxveLSO7KcgsTnU7RXfsw+/bukWGo1abgBiMAic068rclZsO4IWmmxQ== "client@file:/home/runner/work/app-hub/app-hub/client": - version "2.36.2" + version "2.36.3" resolved "file:client" dependencies: "@auth0/auth0-react" "^1.6.0" @@ -13228,7 +13228,7 @@ serve-static@1.16.2: send "0.19.0" "server@file:/home/runner/work/app-hub/app-hub/server": - version "2.36.2" + version "2.36.3" resolved "file:server" dependencies: "@hapi/boom" "^10.0.1" @@ -14412,7 +14412,7 @@ toidentifier@1.0.1: integrity sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA== "tools@file:/home/runner/work/app-hub/app-hub/tools": - version "2.36.2" + version "2.36.3" resolved "file:tools" dependencies: dotenv "^10.0.0"