Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 80c8b18

Browse files
committed
chore(release): cut 2.37.3 [skip release]
## [2.37.3](v2.37.2...v2.37.3) (2025-08-29) ### Bug Fixes * change page size for versions to 50 ([#757](#757)) ([fed5748](fed5748))
1 parent fed5748 commit 80c8b18

File tree

6 files changed

+14
-7
lines changed

6 files changed

+14
-7
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.37.3](https://github.com/dhis2/app-hub/compare/v2.37.2...v2.37.3) (2025-08-29)
2+
3+
4+
### Bug Fixes
5+
6+
* change page size for versions to 50 ([#757](https://github.com/dhis2/app-hub/issues/757)) ([fed5748](https://github.com/dhis2/app-hub/commit/fed574875826e732800a33ec92a6f61dcdc82b63))
7+
18
## [2.37.2](https://github.com/dhis2/app-hub/compare/v2.37.1...v2.37.2) (2025-07-28)
29

310

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "client",
3-
"version": "2.37.2",
3+
"version": "2.37.3",
44
"description": "The App Hub Client",
55
"repository": "https://github.com/dhis2/app-hub",
66
"author": "Birk Johansson <[email protected]>",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@
3939
"cypress-cucumber-preprocessor": {
4040
"nonGlobalStepDefinitions": true
4141
},
42-
"version": "2.37.2"
42+
"version": "2.37.3"
4343
}

server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "server",
3-
"version": "2.37.2",
3+
"version": "2.37.3",
44
"description": "The App Hub Server",
55
"main": "src/main.js",
66
"repository": "https://github.com/dhis2/app-hub",

tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tools",
3-
"version": "2.37.2",
3+
"version": "2.37.3",
44
"description": "",
55
"main": "clone.js",
66
"repository": "https://github.com/dhis2/app-hub",

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5369,7 +5369,7 @@ cli-width@^4.1.0:
53695369
integrity sha512-ouuZd4/dm2Sw5Gmqy6bGyNNNe1qt9RpmxveLSO7KcgsTnU7RXfsw+/bukWGo1abgBiMAic068rclZsO4IWmmxQ==
53705370

53715371
"client@file:/home/runner/work/app-hub/app-hub/client":
5372-
version "2.37.2"
5372+
version "2.37.3"
53735373
resolved "file:client"
53745374
dependencies:
53755375
"@auth0/auth0-react" "^1.6.0"
@@ -13228,7 +13228,7 @@ [email protected]:
1322813228
send "0.19.0"
1322913229

1323013230
"server@file:/home/runner/work/app-hub/app-hub/server":
13231-
version "2.37.2"
13231+
version "2.37.3"
1323213232
resolved "file:server"
1323313233
dependencies:
1323413234
"@hapi/boom" "^10.0.1"
@@ -14412,7 +14412,7 @@ [email protected]:
1441214412
integrity sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==
1441314413

1441414414
"tools@file:/home/runner/work/app-hub/app-hub/tools":
14415-
version "2.37.2"
14415+
version "2.37.3"
1441614416
resolved "file:tools"
1441714417
dependencies:
1441814418
dotenv "^10.0.0"

0 commit comments

Comments
 (0)