File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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] >" ,
Original file line number Diff line number Diff line change 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" : [
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff line change 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] >" ,
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"
Original file line number Diff line number Diff line change 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" : [
You can’t perform that action at this time.
0 commit comments