Skip to content

Commit

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

### Bug Fixes

* latest updates version spacing ([8787dda](8787dda))
* organisation page styles ([7888b4c](7888b4c))
  • Loading branch information
dhis2-bot committed Feb 13, 2025
1 parent 7888b4c commit f19db3b
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 7 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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.2",
"version": "2.36.3",
"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.2"
"version": "2.36.3"
}
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.2",
"version": "2.36.3",
"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.2",
"version": "2.36.3",
"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.2"
version "2.36.3"
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.2"
version "2.36.3"
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.2"
version "2.36.3"
resolved "file:tools"
dependencies:
dotenv "^10.0.0"
Expand Down

0 comments on commit f19db3b

Please sign in to comment.