Skip to content

Commit 16e9785

Browse files
committed
chore(release): cut 5.4.0-alpha.1 [skip ci]
# [5.4.0-alpha.1](v5.3.0...v5.4.0-alpha.1) (2026-01-13) ### Bug Fixes * drop package manager question ([9bf5926](9bf5926)) * ensure gitignore is part of the scaffolded template ([212544b](212544b)) * ensure latest version for dhis2 dependencies ([2505d67](2505d67)) * fix the pnpm semantic-release step ([3656df4](3656df4)) * skip language and template questions when args provided ([7a2b5cf](7a2b5cf)) * update yarn and npm lock files ([d9f5d0b](d9f5d0b)) * use templates from file system not zip ([e5ce2c4](e5ce2c4)) ### Features * add new templates and options to @dhis2/create-app ([6d7fccd](6d7fccd))
1 parent e2b5361 commit 16e9785

7 files changed

Lines changed: 27 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# [5.4.0-alpha.1](https://github.com/dhis2/cli/compare/v5.3.0...v5.4.0-alpha.1) (2026-01-13)
2+
3+
4+
### Bug Fixes
5+
6+
* drop package manager question ([9bf5926](https://github.com/dhis2/cli/commit/9bf5926aa5627ecdacf64235af713992d2e0d9df))
7+
* ensure gitignore is part of the scaffolded template ([212544b](https://github.com/dhis2/cli/commit/212544b8f24e4075dc0c6bf6a26153166e6f2e19))
8+
* ensure latest version for dhis2 dependencies ([2505d67](https://github.com/dhis2/cli/commit/2505d67cf5aa664e6ad121aef92c697d98bfec90))
9+
* fix the pnpm semantic-release step ([3656df4](https://github.com/dhis2/cli/commit/3656df4440f30fb305ae9b8bb7c024f204636dd2))
10+
* skip language and template questions when args provided ([7a2b5cf](https://github.com/dhis2/cli/commit/7a2b5cfd99eb15dfe8507a333d5a5ce166ba8ffc))
11+
* update yarn and npm lock files ([d9f5d0b](https://github.com/dhis2/cli/commit/d9f5d0ba484c66b4d50ecd82301c1ebcb5228da5))
12+
* use templates from file system not zip ([e5ce2c4](https://github.com/dhis2/cli/commit/e5ce2c4a6d6fc37059aa6272b16e56ac86375b46))
13+
14+
15+
### Features
16+
17+
* add new templates and options to @dhis2/create-app ([6d7fccd](https://github.com/dhis2/cli/commit/6d7fccdf428004ff57d09caf221cbbd27560ca62))
18+
119
# [5.3.0](https://github.com/dhis2/cli/compare/v5.2.1...v5.3.0) (2026-01-07)
220

321
### Bug Fixes

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.8",
2+
"version": "5.4.0-alpha.1",
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.8",
9+
"version": "5.4.0-alpha.1",
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.8",
3+
"version": "5.4.0-alpha.1",
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.8",
3+
"version": "5.4.0-alpha.1",
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.8",
3+
"version": "5.4.0-alpha.1",
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.8",
16-
"@dhis2/cli-cluster": "5.3.0-alpha.8",
15+
"@dhis2/cli-app": "5.4.0-alpha.1",
16+
"@dhis2/cli-cluster": "5.4.0-alpha.1",
1717
"@dhis2/cli-helpers-engine": "^3.2.1",
1818
"@dhis2/cli-style": "^10.7.9",
19-
"@dhis2/cli-utils": "5.3.0-alpha.8",
19+
"@dhis2/cli-utils": "5.4.0-alpha.1",
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.8",
9+
"version": "5.4.0-alpha.1",
1010
"main": "src/index.js",
1111
"author": "Viktor Varland <[email protected]>",
1212
"contributors": [

0 commit comments

Comments
 (0)