Skip to content

Commit 7e4af3a

Browse files
committed
chore(release): cut 5.3.0-alpha.3 [skip ci]
# [5.3.0-alpha.3](v5.3.0-alpha.2...v5.3.0-alpha.3) (2026-01-06) ### Bug Fixes * use templates from file system not zip ([e5ce2c4](e5ce2c4))
1 parent e5ce2c4 commit 7e4af3a

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.3.0-alpha.3](https://github.com/dhis2/cli/compare/v5.3.0-alpha.2...v5.3.0-alpha.3) (2026-01-06)
2+
3+
4+
### Bug Fixes
5+
6+
* use templates from file system not zip ([e5ce2c4](https://github.com/dhis2/cli/commit/e5ce2c4a6d6fc37059aa6272b16e56ac86375b46))
7+
18
# [5.3.0-alpha.2](https://github.com/dhis2/cli/compare/v5.3.0-alpha.1...v5.3.0-alpha.2) (2026-01-05)
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.2",
2+
"version": "5.3.0-alpha.3",
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.3.0-alpha.2",
9+
"version": "5.3.0-alpha.3",
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.3.0-alpha.2",
3+
"version": "5.3.0-alpha.3",
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.2",
3+
"version": "5.3.0-alpha.3",
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.2",
3+
"version": "5.3.0-alpha.3",
44
"description": "A command line interface for DHIS2 development workflows",
55
"main": "src/index.js",
66
"author": "Austin McGee <austin@dhis2.org>",
@@ -12,11 +12,11 @@
1212
"node": ">=12"
1313
},
1414
"dependencies": {
15-
"@dhis2/cli-app": "5.3.0-alpha.2",
16-
"@dhis2/cli-cluster": "5.3.0-alpha.2",
15+
"@dhis2/cli-app": "5.3.0-alpha.3",
16+
"@dhis2/cli-cluster": "5.3.0-alpha.3",
1717
"@dhis2/cli-helpers-engine": "^3.2.1",
1818
"@dhis2/cli-style": "^10.7.9",
19-
"@dhis2/cli-utils": "5.3.0-alpha.2",
19+
"@dhis2/cli-utils": "5.3.0-alpha.3",
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.2",
9+
"version": "5.3.0-alpha.3",
1010
"main": "src/index.js",
1111
"author": "Viktor Varland <viktor@dhis2.org>",
1212
"contributors": [

0 commit comments

Comments
 (0)