Skip to content

Commit

Permalink
chore(release): cut 2.36.2 [skip release]
Browse files Browse the repository at this point in the history
## [2.36.2](v2.36.1...v2.36.2) (2025-02-13)

### Bug Fixes

* app card hover state ([a171505](a171505))
* app view design changes ([5b8b454](5b8b454))
* organisation view design changes ([19daea8](19daea8))
  • Loading branch information
dhis2-bot committed Feb 13, 2025
1 parent 19daea8 commit 0035f11
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 7 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [2.36.2](https://github.com/dhis2/app-hub/compare/v2.36.1...v2.36.2) (2025-02-13)


### Bug Fixes

* app card hover state ([a171505](https://github.com/dhis2/app-hub/commit/a17150503a2d6f385964040d1d3cccfb87efac2a))
* app view design changes ([5b8b454](https://github.com/dhis2/app-hub/commit/5b8b45408a4a12261be5352d212e7fc97249a600))
* organisation view design changes ([19daea8](https://github.com/dhis2/app-hub/commit/19daea8ee4c245cd61a968548dffa99e6c77fcdb))

## [2.36.1](https://github.com/dhis2/app-hub/compare/v2.36.0...v2.36.1) (2025-02-12)


Expand Down
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "client",
"version": "2.36.1",
"version": "2.36.2",
"description": "The App Hub Client",
"repository": "https://github.com/dhis2/app-hub",
"author": "Birk Johansson <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@
"cypress-cucumber-preprocessor": {
"nonGlobalStepDefinitions": true
},
"version": "2.36.1"
"version": "2.36.2"
}
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "server",
"version": "2.36.1",
"version": "2.36.2",
"description": "The App Hub Server",
"main": "src/main.js",
"repository": "https://github.com/dhis2/app-hub",
Expand Down
2 changes: 1 addition & 1 deletion tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tools",
"version": "2.36.1",
"version": "2.36.2",
"description": "",
"main": "clone.js",
"repository": "https://github.com/dhis2/app-hub",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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.1"
version "2.36.2"
resolved "file:client"
dependencies:
"@auth0/auth0-react" "^1.6.0"
Expand Down Expand Up @@ -13228,7 +13228,7 @@ [email protected]:
send "0.19.0"

"server@file:/home/runner/work/app-hub/app-hub/server":
version "2.36.1"
version "2.36.2"
resolved "file:server"
dependencies:
"@hapi/boom" "^10.0.1"
Expand Down Expand Up @@ -14412,7 +14412,7 @@ [email protected]:
integrity sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==

"tools@file:/home/runner/work/app-hub/app-hub/tools":
version "2.36.1"
version "2.36.2"
resolved "file:tools"
dependencies:
dotenv "^10.0.0"
Expand Down

0 comments on commit 0035f11

Please sign in to comment.