Skip to content

Commit

Permalink
chore(release): cut 4.2.5-alpha.1 [skip ci]
Browse files Browse the repository at this point in the history
## [4.2.5-alpha.1](v4.2.4...v4.2.5-alpha.1) (2024-04-02)

### Bug Fixes

* **deps:** use cli-app-scripts alpha ([#619](#619)) ([d67352f](d67352f))
  • Loading branch information
dhis2-bot committed Apr 2, 2024
1 parent d67352f commit 442497f
Show file tree
Hide file tree
Showing 9 changed files with 15,937 additions and 16,258 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [4.2.5-alpha.1](https://github.com/dhis2/cli/compare/v4.2.4...v4.2.5-alpha.1) (2024-04-02)


### Bug Fixes

* **deps:** use cli-app-scripts alpha ([#619](https://github.com/dhis2/cli/issues/619)) ([d67352f](https://github.com/dhis2/cli/commit/d67352f98aed18c9ed79f483a857326450034e2e))

## [4.2.4](https://github.com/dhis2/cli/compare/v4.2.3...v4.2.4) (2023-11-14)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.2.4",
"version": "4.2.5-alpha.1",
"private": true,
"workspaces": [
"packages/*"
Expand Down
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"engines": {
"node": ">=12"
},
"version": "4.2.4",
"version": "4.2.5-alpha.1",
"main": "src/index.js",
"author": "Austin McGee <[email protected]>",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion packages/cluster/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dhis2/cli-cluster",
"version": "4.2.4",
"version": "4.2.5-alpha.1",
"description": "D2 CLI module for managing DHIS2 development clusters",
"main": "src/index.js",
"repository": "https://github.com/dhis2/cli",
Expand Down
4 changes: 2 additions & 2 deletions packages/create-app/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@dhis2/create-app",
"version": "4.2.4",
"version": "4.2.5-alpha.1",
"description": "D2 frontend application bootstrapping inspired by create-react-app",
"main": "index.js",
"repository": "https://github.com/dhis2/cli",
"author": "Austin McGee <[email protected]>",
"license": "BSD-3-Clause",
"dependencies": {
"@dhis2/cli-create": "4.2.4",
"@dhis2/cli-create": "4.2.5-alpha.1",
"@dhis2/cli-helpers-engine": "^3.2.1"
},
"bin": "./bin/d2-create-app",
Expand Down
2 changes: 1 addition & 1 deletion packages/create/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"engines": {
"node": ">=12"
},
"version": "4.2.4",
"version": "4.2.5-alpha.1",
"main": "src/index.js",
"author": "Austin McGee <[email protected]>",
"license": "BSD-3-Clause",
Expand Down
10 changes: 5 additions & 5 deletions packages/main/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dhis2/cli",
"version": "4.2.4",
"version": "4.2.5-alpha.1",
"description": "A command line interface for DHIS2 development workflows",
"main": "src/index.js",
"author": "Austin McGee <[email protected]>",
Expand All @@ -12,12 +12,12 @@
"node": ">=12"
},
"dependencies": {
"@dhis2/cli-app": "4.2.4",
"@dhis2/cli-cluster": "4.2.4",
"@dhis2/cli-create": "4.2.4",
"@dhis2/cli-app": "4.2.5-alpha.1",
"@dhis2/cli-cluster": "4.2.5-alpha.1",
"@dhis2/cli-create": "4.2.5-alpha.1",
"@dhis2/cli-helpers-engine": "^3.2.1",
"@dhis2/cli-style": "^9.0.1",
"@dhis2/cli-utils": "4.2.4",
"@dhis2/cli-utils": "4.2.5-alpha.1",
"cli-table3": "^0.6.0",
"envinfo": "^7.5.0",
"inquirer": "^7.1.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"engines": {
"node": ">=12"
},
"version": "4.2.4",
"version": "4.2.5-alpha.1",
"main": "src/index.js",
"author": "Viktor Varland <[email protected]>",
"contributors": [
Expand Down
32,164 changes: 15,918 additions & 16,246 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 442497f

Please sign in to comment.