Skip to content

Commit 695f8da

Browse files
committed
chore(release): cut 5.3.0-alpha.5 [skip ci]
# [5.3.0-alpha.5](v5.3.0-alpha.4...v5.3.0-alpha.5) (2026-01-07) ### Bug Fixes * skip language and template questions when args provided ([7a2b5cf](7a2b5cf))
1 parent 7a2b5cf commit 695f8da

7 files changed

Lines changed: 16 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [5.3.0-alpha.5](https://github.com/dhis2/cli/compare/v5.3.0-alpha.4...v5.3.0-alpha.5) (2026-01-07)
2+
3+
4+
### Bug Fixes
5+
6+
* skip language and template questions when args provided ([7a2b5cf](https://github.com/dhis2/cli/commit/7a2b5cfd99eb15dfe8507a333d5a5ce166ba8ffc))
7+
18
# [5.3.0-alpha.4](https://github.com/dhis2/cli/compare/v5.3.0-alpha.3...v5.3.0-alpha.4) (2026-01-06)
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.3.0-alpha.4",
2+
"version": "5.3.0-alpha.5",
33
"private": true,
44
"repository": "https://github.com/dhis2/cli",
55
"author": "Austin McGee <[email protected]>",

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.3.0-alpha.4",
9+
"version": "5.3.0-alpha.5",
1010
"main": "src/index.js",
1111
"author": "Austin McGee <[email protected]>",
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.3.0-alpha.4",
3+
"version": "5.3.0-alpha.5",
44
"description": "D2 CLI module for managing DHIS2 development clusters",
55
"main": "src/index.js",
66
"repository": "https://github.com/dhis2/cli",

packages/create-app/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-app",
3-
"version": "5.3.0-alpha.4",
3+
"version": "5.3.0-alpha.5",
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.3.0-alpha.4",
3+
"version": "5.3.0-alpha.5",
44
"description": "A command line interface for DHIS2 development workflows",
55
"main": "src/index.js",
66
"author": "Austin McGee <[email protected]>",
@@ -12,11 +12,11 @@
1212
"node": ">=12"
1313
},
1414
"dependencies": {
15-
"@dhis2/cli-app": "5.3.0-alpha.4",
16-
"@dhis2/cli-cluster": "5.3.0-alpha.4",
15+
"@dhis2/cli-app": "5.3.0-alpha.5",
16+
"@dhis2/cli-cluster": "5.3.0-alpha.5",
1717
"@dhis2/cli-helpers-engine": "^3.2.1",
1818
"@dhis2/cli-style": "^10.7.9",
19-
"@dhis2/cli-utils": "5.3.0-alpha.4",
19+
"@dhis2/cli-utils": "5.3.0-alpha.5",
2020
"cli-table3": "^0.6.0",
2121
"envinfo": "^7.5.0",
2222
"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.3.0-alpha.4",
9+
"version": "5.3.0-alpha.5",
1010
"main": "src/index.js",
1111
"author": "Viktor Varland <[email protected]>",
1212
"contributors": [

0 commit comments

Comments
 (0)