From 955519de555b73e452f9df15e8f18d9dfffb4424 Mon Sep 17 00:00:00 2001 From: "@dhis2-bot" Date: Mon, 14 Jun 2021 17:39:35 +0000 Subject: [PATCH] chore(release): cut 4.0.1 [skip ci] ## [4.0.1](https://github.com/dhis2/cli/compare/v4.0.0...v4.0.1) (2021-06-14) ### Bug Fixes * **deps:** update cli-style to work in non-project context ([adf329e](https://github.com/dhis2/cli/commit/adf329e)) * **utils:** include cypress utilities ([df0e5ce](https://github.com/dhis2/cli/commit/df0e5ce)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- packages/app/package.json | 2 +- packages/cluster/package.json | 2 +- packages/create-app/package.json | 4 ++-- packages/create/package.json | 2 +- packages/main/package.json | 10 +++++----- packages/utils/package.json | 2 +- 8 files changed, 20 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a0fa190..2cefdfcc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [4.0.1](https://github.com/dhis2/cli/compare/v4.0.0...v4.0.1) (2021-06-14) + + +### Bug Fixes + +* **deps:** update cli-style to work in non-project context ([adf329e](https://github.com/dhis2/cli/commit/adf329e)) +* **utils:** include cypress utilities ([df0e5ce](https://github.com/dhis2/cli/commit/df0e5ce)) + # [4.0.0](https://github.com/dhis2/cli/compare/v3.1.0...v4.0.0) (2021-06-14) diff --git a/package.json b/package.json index bfe77a14..09d28e6c 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "4.0.0", + "version": "4.0.1", "private": true, "workspaces": [ "packages/*" diff --git a/packages/app/package.json b/packages/app/package.json index 1c2cd9f2..c906f8b3 100644 --- a/packages/app/package.json +++ b/packages/app/package.json @@ -6,7 +6,7 @@ "engines": { "node": ">=12" }, - "version": "4.0.0", + "version": "4.0.1", "main": "src/index.js", "author": "Austin McGee ", "contributors": [ diff --git a/packages/cluster/package.json b/packages/cluster/package.json index 254c2ae2..a18ea919 100644 --- a/packages/cluster/package.json +++ b/packages/cluster/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2/cli-cluster", - "version": "4.0.0", + "version": "4.0.1", "description": "D2 CLI module for managing DHIS2 development clusters", "main": "src/index.js", "repository": "https://github.com/dhis2/cli", diff --git a/packages/create-app/package.json b/packages/create-app/package.json index 815c1ba9..e75329c2 100644 --- a/packages/create-app/package.json +++ b/packages/create-app/package.json @@ -1,13 +1,13 @@ { "name": "@dhis2/create-app", - "version": "4.0.0", + "version": "4.0.1", "description": "D2 frontend application bootstrapping inspired by create-react-app", "main": "index.js", "repository": "https://github.com/dhis2/cli", "author": "Austin McGee ", "license": "BSD-3-Clause", "dependencies": { - "@dhis2/cli-create": "4.0.0", + "@dhis2/cli-create": "4.0.1", "@dhis2/cli-helpers-engine": "^3.0.0" }, "bin": "./bin/d2-create-app", diff --git a/packages/create/package.json b/packages/create/package.json index d8d83fe6..679210ab 100644 --- a/packages/create/package.json +++ b/packages/create/package.json @@ -6,7 +6,7 @@ "engines": { "node": ">=12" }, - "version": "4.0.0", + "version": "4.0.1", "main": "src/index.js", "author": "Austin McGee ", "license": "BSD-3-Clause", diff --git a/packages/main/package.json b/packages/main/package.json index fb30053b..56f935ef 100644 --- a/packages/main/package.json +++ b/packages/main/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2/cli", - "version": "4.0.0", + "version": "4.0.1", "description": "A command line interface for DHIS2 development workflows", "main": "src/index.js", "author": "Austin McGee ", @@ -12,12 +12,12 @@ "node": ">=12" }, "dependencies": { - "@dhis2/cli-app": "4.0.0", - "@dhis2/cli-cluster": "4.0.0", - "@dhis2/cli-create": "4.0.0", + "@dhis2/cli-app": "4.0.1", + "@dhis2/cli-cluster": "4.0.1", + "@dhis2/cli-create": "4.0.1", "@dhis2/cli-helpers-engine": "^3.0.0", "@dhis2/cli-style": "^9.0.1", - "@dhis2/cli-utils": "4.0.0", + "@dhis2/cli-utils": "4.0.1", "cli-table3": "^0.6.0", "envinfo": "^7.5.0", "inquirer": "^7.1.0" diff --git a/packages/utils/package.json b/packages/utils/package.json index 0679aafe..a5f3b3e5 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -6,7 +6,7 @@ "engines": { "node": ">=12" }, - "version": "4.0.0", + "version": "4.0.1", "main": "src/index.js", "author": "Viktor Varland ", "contributors": [