From 316e9263f6241d0fef0fd4101bdbe8a9c255b4f9 Mon Sep 17 00:00:00 2001 From: "@dhis2-bot" Date: Wed, 12 Jun 2019 16:53:37 +0000 Subject: [PATCH] chore(release): cut 1.2.3 [skip ci] ## [1.2.3](https://github.com/dhis2/cli/compare/v1.2.2...v1.2.3) (2019-06-12) ### Bug Fixes * avoid double parsing of arguments ([#64](https://github.com/dhis2/cli/issues/64)) ([b616152](https://github.com/dhis2/cli/commit/b616152)) --- 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 eb4457d7..e5a70e9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.2.3](https://github.com/dhis2/cli/compare/v1.2.2...v1.2.3) (2019-06-12) + + +### Bug Fixes + +* avoid double parsing of arguments ([#64](https://github.com/dhis2/cli/issues/64)) ([b616152](https://github.com/dhis2/cli/commit/b616152)) + ## [1.2.2](https://github.com/dhis2/cli/compare/v1.2.1...v1.2.2) (2019-05-27) diff --git a/package.json b/package.json index 61fb5ece..cfc11d58 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.2.2", + "version": "1.2.3", "private": true, "workspaces": [ "packages/*" diff --git a/packages/app/package.json b/packages/app/package.json index b562fa17..a8a00c6e 100644 --- a/packages/app/package.json +++ b/packages/app/package.json @@ -3,7 +3,7 @@ "bin": { "d2-app": "./bin/d2-app" }, - "version": "1.2.2", + "version": "1.2.3", "main": "src/index.js", "author": "Austin McGee ", "contributors": [ diff --git a/packages/cluster/package.json b/packages/cluster/package.json index e7d6f1a9..bfbfccf7 100644 --- a/packages/cluster/package.json +++ b/packages/cluster/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2/cli-cluster", - "version": "1.2.2", + "version": "1.2.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 5c8a3ac0..673a7dbb 100644 --- a/packages/create-app/package.json +++ b/packages/create-app/package.json @@ -1,13 +1,13 @@ { "name": "@dhis2/create-app", - "version": "1.2.2", + "version": "1.2.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": "1.2.2", + "@dhis2/cli-create": "1.2.3", "@dhis2/cli-helpers-engine": "1.3.0" }, "bin": "./bin/d2-create-app", diff --git a/packages/create/package.json b/packages/create/package.json index c6779ba2..18b50ccf 100644 --- a/packages/create/package.json +++ b/packages/create/package.json @@ -3,7 +3,7 @@ "bin": { "d2-create": "./bin/d2-create" }, - "version": "1.2.2", + "version": "1.2.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 0670f6db..f08014c2 100644 --- a/packages/main/package.json +++ b/packages/main/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2/cli", - "version": "1.2.2", + "version": "1.2.3", "description": "A command line interface for DHIS2 development workflows", "main": "src/index.js", "author": "Austin McGee ", @@ -12,12 +12,12 @@ "node": ">=8.6" }, "dependencies": { - "@dhis2/cli-app": "1.2.2", - "@dhis2/cli-cluster": "1.2.2", - "@dhis2/cli-create": "1.2.2", + "@dhis2/cli-app": "1.2.3", + "@dhis2/cli-cluster": "1.2.3", + "@dhis2/cli-create": "1.2.3", "@dhis2/cli-helpers-engine": "1.3.0", "@dhis2/cli-style": "3.3.1", - "@dhis2/cli-utils": "1.2.2", + "@dhis2/cli-utils": "1.2.3", "cli-table3": "^0.5.1", "envinfo": "^7.0.0", "inquirer": "^6.2.0" diff --git a/packages/utils/package.json b/packages/utils/package.json index 4cac51ac..129131d1 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -3,7 +3,7 @@ "bin": { "d2-utils": "./bin/d2-utils" }, - "version": "1.2.2", + "version": "1.2.3", "main": "src/index.js", "author": "Viktor Varland ", "contributors": [