Skip to content

Commit 46ab756

Browse files
committed
chore(release): cut 5.2.0-alpha.17 [skip ci]
# [5.2.0-alpha.17](v5.2.0-alpha.16...v5.2.0-alpha.17) (2025-10-29) ### Bug Fixes * rebuild with latest alpha version of app-scripts ([991add9](991add9))
1 parent 991add9 commit 46ab756

File tree

7 files changed

+16
-9
lines changed

7 files changed

+16
-9
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [5.2.0-alpha.17](https://github.com/dhis2/cli/compare/v5.2.0-alpha.16...v5.2.0-alpha.17) (2025-10-29)
2+
3+
4+
### Bug Fixes
5+
6+
* rebuild with latest alpha version of app-scripts ([991add9](https://github.com/dhis2/cli/commit/991add9cf1082f80050008d195994dc639d6c7df))
7+
18
# [5.2.0-alpha.16](https://github.com/dhis2/cli/compare/v5.2.0-alpha.15...v5.2.0-alpha.16) (2025-10-29)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "5.2.0-alpha.16",
2+
"version": "5.2.0-alpha.17",
33
"private": true,
44
"repository": "https://github.com/dhis2/cli",
55
"author": "Austin McGee <austin@dhis2.org>",

packages/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"engines": {
77
"node": ">=12"
88
},
9-
"version": "5.2.0-alpha.16",
9+
"version": "5.2.0-alpha.17",
1010
"main": "src/index.js",
1111
"author": "Austin McGee <austin@dhis2.org>",
1212
"contributors": [

packages/cluster/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dhis2/cli-cluster",
3-
"version": "5.2.0-alpha.16",
3+
"version": "5.2.0-alpha.17",
44
"description": "D2 CLI module for managing DHIS2 development clusters",
55
"main": "src/index.js",
66
"repository": "https://github.com/dhis2/cli",

packages/create/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dhis2/create",
3-
"version": "5.2.0-alpha.16",
3+
"version": "5.2.0-alpha.17",
44
"description": "",
55
"main": "src/index.js",
66
"bin": {

packages/main/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dhis2/cli",
3-
"version": "5.2.0-alpha.16",
3+
"version": "5.2.0-alpha.17",
44
"description": "A command line interface for DHIS2 development workflows",
55
"main": "src/index.js",
66
"author": "Austin McGee <austin@dhis2.org>",
@@ -12,12 +12,12 @@
1212
"node": ">=12"
1313
},
1414
"dependencies": {
15-
"@dhis2/cli-app": "5.2.0-alpha.16",
16-
"@dhis2/cli-cluster": "5.2.0-alpha.16",
15+
"@dhis2/cli-app": "5.2.0-alpha.17",
16+
"@dhis2/cli-cluster": "5.2.0-alpha.17",
1717
"@dhis2/cli-create": "5.2.0-alpha.14",
1818
"@dhis2/cli-helpers-engine": "^3.2.1",
1919
"@dhis2/cli-style": "^10.7.9",
20-
"@dhis2/cli-utils": "5.2.0-alpha.16",
20+
"@dhis2/cli-utils": "5.2.0-alpha.17",
2121
"cli-table3": "^0.6.0",
2222
"envinfo": "^7.5.0",
2323
"inquirer": "^7.1.0"

packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"engines": {
77
"node": ">=12"
88
},
9-
"version": "5.2.0-alpha.16",
9+
"version": "5.2.0-alpha.17",
1010
"main": "src/index.js",
1111
"author": "Viktor Varland <viktor@dhis2.org>",
1212
"contributors": [

0 commit comments

Comments
 (0)