From 9d471ba22093bf0870a7188ea064242faab8d90b Mon Sep 17 00:00:00 2001 From: "@dhis2-bot" Date: Mon, 28 Jun 2021 15:06:17 +0000 Subject: [PATCH] chore(release): cut 4.1.0-alpha.3 [skip ci] # [4.1.0-alpha.3](https://github.com/dhis2/cli/compare/v4.1.0-alpha.2...v4.1.0-alpha.3) (2021-06-28) ### Bug Fixes * **release:** lowercase apikey variable ([a9e50f9](https://github.com/dhis2/cli/commit/a9e50f9)) --- CHANGELOG.md | 7 +++++++ 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, 19 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1322b56..64da7c82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [4.1.0-alpha.3](https://github.com/dhis2/cli/compare/v4.1.0-alpha.2...v4.1.0-alpha.3) (2021-06-28) + + +### Bug Fixes + +* **release:** lowercase apikey variable ([a9e50f9](https://github.com/dhis2/cli/commit/a9e50f9)) + # [4.1.0-alpha.2](https://github.com/dhis2/cli/compare/v4.1.0-alpha.1...v4.1.0-alpha.2) (2021-06-28) diff --git a/package.json b/package.json index 00048072..3775a0e8 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "4.1.0-alpha.2", + "version": "4.1.0-alpha.3", "private": true, "workspaces": [ "packages/*" diff --git a/packages/app/package.json b/packages/app/package.json index cf49a52b..227a5cc6 100644 --- a/packages/app/package.json +++ b/packages/app/package.json @@ -6,7 +6,7 @@ "engines": { "node": ">=12" }, - "version": "4.1.0-alpha.2", + "version": "4.1.0-alpha.3", "main": "src/index.js", "author": "Austin McGee ", "contributors": [ diff --git a/packages/cluster/package.json b/packages/cluster/package.json index a551589f..1c273059 100644 --- a/packages/cluster/package.json +++ b/packages/cluster/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2/cli-cluster", - "version": "4.1.0-alpha.2", + "version": "4.1.0-alpha.3", "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 315a6ba8..13677227 100644 --- a/packages/create-app/package.json +++ b/packages/create-app/package.json @@ -1,13 +1,13 @@ { "name": "@dhis2/create-app", - "version": "4.1.0-alpha.2", + "version": "4.1.0-alpha.3", "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.1.0-alpha.2", + "@dhis2/cli-create": "4.1.0-alpha.3", "@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 259169e5..d4e3b0e0 100644 --- a/packages/create/package.json +++ b/packages/create/package.json @@ -6,7 +6,7 @@ "engines": { "node": ">=12" }, - "version": "4.1.0-alpha.2", + "version": "4.1.0-alpha.3", "main": "src/index.js", "author": "Austin McGee ", "license": "BSD-3-Clause", diff --git a/packages/main/package.json b/packages/main/package.json index b7bc40c7..b830ac39 100644 --- a/packages/main/package.json +++ b/packages/main/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2/cli", - "version": "4.1.0-alpha.2", + "version": "4.1.0-alpha.3", "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.1.0-alpha.2", - "@dhis2/cli-cluster": "4.1.0-alpha.2", - "@dhis2/cli-create": "4.1.0-alpha.2", + "@dhis2/cli-app": "4.1.0-alpha.3", + "@dhis2/cli-cluster": "4.1.0-alpha.3", + "@dhis2/cli-create": "4.1.0-alpha.3", "@dhis2/cli-helpers-engine": "^3.0.0", "@dhis2/cli-style": "^9.0.1", - "@dhis2/cli-utils": "4.1.0-alpha.2", + "@dhis2/cli-utils": "4.1.0-alpha.3", "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 1a7de152..b1379eea 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -6,7 +6,7 @@ "engines": { "node": ">=12" }, - "version": "4.1.0-alpha.2", + "version": "4.1.0-alpha.3", "main": "src/index.js", "author": "Viktor Varland ", "contributors": [