Skip to content

Commit

Permalink
chore(release): cut 4.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.2.0](v4.1.0...v4.2.0) (2021-11-29)

### Bug Fixes

* **deps:** bump @dhis2/cli-utils-docsite from 3.0.0 to 3.1.2 [defer release] ([#468](#468)) ([6c3a69d](6c3a69d))

### Features

* **cli:** prefer project-local tools ([50e1eae](50e1eae))
* **deps:** bump @dhis2/cli-utils-cypress from 8.0.1 to 9.0.1 [defer release] ([#513](#513)) ([ea03992](ea03992))
  • Loading branch information
dhis2-bot committed Nov 29, 2021
1 parent 5d139d0 commit 0700958
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 12 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [4.2.0](https://github.com/dhis2/cli/compare/v4.1.0...v4.2.0) (2021-11-29)


### Bug Fixes

* **deps:** bump @dhis2/cli-utils-docsite from 3.0.0 to 3.1.2 [defer release] ([#468](https://github.com/dhis2/cli/issues/468)) ([6c3a69d](https://github.com/dhis2/cli/commit/6c3a69d852dc57aad7714e50da3492dbf39a5c67))


### Features

* **cli:** prefer project-local tools ([50e1eae](https://github.com/dhis2/cli/commit/50e1eaec3c3107e2134386589efca68f5ecb8965))
* **deps:** bump @dhis2/cli-utils-cypress from 8.0.1 to 9.0.1 [defer release] ([#513](https://github.com/dhis2/cli/issues/513)) ([ea03992](https://github.com/dhis2/cli/commit/ea0399223feb6e344124c806ee79eae3f6fb85ce))

# [4.1.0](https://github.com/dhis2/cli/compare/v4.0.5...v4.1.0) (2021-11-10)


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.1.0",
"version": "4.2.0",
"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.1.0",
"version": "4.2.0",
"main": "src/index.js",
"author": "Austin McGee <austin@dhis2.org>",
"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.1.0",
"version": "4.2.0",
"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.1.0",
"version": "4.2.0",
"description": "D2 frontend application bootstrapping inspired by create-react-app",
"main": "index.js",
"repository": "https://github.com/dhis2/cli",
"author": "Austin McGee <austin@dhis2.org>",
"license": "BSD-3-Clause",
"dependencies": {
"@dhis2/cli-create": "4.1.0",
"@dhis2/cli-create": "4.2.0",
"@dhis2/cli-helpers-engine": "^3.1.0"
},
"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.1.0",
"version": "4.2.0",
"main": "src/index.js",
"author": "Austin McGee <austin@dhis2.org>",
"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.1.0",
"version": "4.2.0",
"description": "A command line interface for DHIS2 development workflows",
"main": "src/index.js",
"author": "Austin McGee <austin@dhis2.org>",
Expand All @@ -12,12 +12,12 @@
"node": ">=12"
},
"dependencies": {
"@dhis2/cli-app": "4.1.0",
"@dhis2/cli-cluster": "4.1.0",
"@dhis2/cli-create": "4.1.0",
"@dhis2/cli-app": "4.2.0",
"@dhis2/cli-cluster": "4.2.0",
"@dhis2/cli-create": "4.2.0",
"@dhis2/cli-helpers-engine": "^3.1.0",
"@dhis2/cli-style": "^9.0.1",
"@dhis2/cli-utils": "4.1.0",
"@dhis2/cli-utils": "4.2.0",
"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.1.0",
"version": "4.2.0",
"main": "src/index.js",
"author": "Viktor Varland <viktor@dhis2.org>",
"contributors": [
Expand Down

0 comments on commit 0700958

Please sign in to comment.