Skip to content

Commit

Permalink
chore(release): cut 1.0.5 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.5](v1.0.4...v1.0.5) (2019-05-14)

### Bug Fixes

* update @dhis2/cli style 3.2.1 ([#49](#49)) ([c375f8d](c375f8d)), closes [#48](#48) [#48](#48)
  • Loading branch information
@dhis2-bot committed May 14, 2019
1 parent c375f8d commit 5d729b9
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 459 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.0.5](https://github.com/dhis2/cli/compare/v1.0.4...v1.0.5) (2019-05-14)


### Bug Fixes

* update @dhis2/cli style 3.2.1 ([#49](https://github.com/dhis2/cli/issues/49)) ([c375f8d](https://github.com/dhis2/cli/commit/c375f8d)), closes [#48](https://github.com/dhis2/cli/issues/48) [#48](https://github.com/dhis2/cli/issues/48)

## [1.0.4](https://github.com/dhis2/cli/compare/v1.0.3...v1.0.4) (2019-05-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": "1.0.4",
"version": "1.0.5",
"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 @@ -3,7 +3,7 @@
"bin": {
"d2-app": "./bin/d2-app"
},
"version": "1.0.4",
"version": "1.0.5",
"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": "1.0.4",
"version": "1.0.5",
"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": "1.0.4",
"version": "1.0.5",
"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": "1.0.4",
"@dhis2/cli-create": "1.0.5",
"@dhis2/cli-helpers-engine": "1.2.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 @@ -3,7 +3,7 @@
"bin": {
"d2-create": "./bin/d2-create"
},
"version": "1.0.4",
"version": "1.0.5",
"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": "1.0.4",
"version": "1.0.5",
"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": ">=8.6"
},
"dependencies": {
"@dhis2/cli-app": "1.0.4",
"@dhis2/cli-cluster": "1.0.4",
"@dhis2/cli-create": "1.0.4",
"@dhis2/cli-app": "1.0.5",
"@dhis2/cli-cluster": "1.0.5",
"@dhis2/cli-create": "1.0.5",
"@dhis2/cli-helpers-engine": "1.2.0",
"@dhis2/cli-style": "3.2.1",
"@dhis2/cli-utils": "1.0.4",
"@dhis2/cli-utils": "1.0.5",
"cli-table3": "^0.5.1",
"envinfo": "^7.0.0",
"inquirer": "^6.2.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 @@ -3,7 +3,7 @@
"bin": {
"d2-utils": "./bin/d2-utils"
},
"version": "1.0.4",
"version": "1.0.5",
"main": "src/index.js",
"author": "Viktor Varland <viktor@dhis2.org>",
"contributors": [
Expand Down
Loading

0 comments on commit 5d729b9

Please sign in to comment.