-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [1.0.0](v0.14.0...v1.0.0) (2019-03-25) ### Features * upgrade cli-helpers-engine and cli-style dependencies ([#32](#32)) ([21c78dd](21c78dd)) ### BREAKING CHANGES * cut major version 1.0.0 * chore: update cli-helpers-engine and cli-style dependencies * chore: let greenkeeper watch the create cli template
- Loading branch information
@dhis2-bot
committed
Mar 25, 2019
1 parent
21c78dd
commit faec5e3
Showing
8 changed files
with
28 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version": "0.14.0", | ||
"version": "1.0.0", | ||
"private": true, | ||
"workspaces": [ | ||
"packages/*" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
"bin": { | ||
"d2-app": "./bin/d2-app" | ||
}, | ||
"version": "0.14.0", | ||
"version": "1.0.0", | ||
"main": "src/index.js", | ||
"author": "Austin McGee <[email protected]>", | ||
"contributors": [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
{ | ||
"name": "@dhis2/create-app", | ||
"version": "0.14.0", | ||
"version": "1.0.0", | ||
"description": "D2 frontend application bootstrapping inspired by create-react-app", | ||
"main": "index.js", | ||
"repository": "https://github.com/dhis2/cli", | ||
"author": "Austin McGee <[email protected]>", | ||
"license": "BSD-3-Clause", | ||
"dependencies": { | ||
"@dhis2/cli-create": "^0.14.0", | ||
"@dhis2/cli-create": "^1.0.0", | ||
"@dhis2/cli-helpers-engine": "^1.0.0" | ||
}, | ||
"bin": "./bin/d2-create-app", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
"bin": { | ||
"d2-create": "./bin/d2-create" | ||
}, | ||
"version": "0.14.0", | ||
"version": "1.0.0", | ||
"main": "src/index.js", | ||
"author": "Austin McGee <[email protected]>", | ||
"license": "BSD-3-Clause", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@dhis2/cli", | ||
"version": "0.14.0", | ||
"version": "1.0.0", | ||
"description": "A command line interface for DHIS2 development workflows", | ||
"main": "src/index.js", | ||
"author": "Austin McGee <[email protected]>", | ||
|
@@ -12,12 +12,12 @@ | |
"node": ">=8.6" | ||
}, | ||
"dependencies": { | ||
"@dhis2/cli-app": "^0.14.0", | ||
"@dhis2/cli-cluster": "^0.14.0", | ||
"@dhis2/cli-create": "^0.14.0", | ||
"@dhis2/cli-app": "^1.0.0", | ||
"@dhis2/cli-cluster": "^1.0.0", | ||
"@dhis2/cli-create": "^1.0.0", | ||
"@dhis2/cli-helpers-engine": "^1.0.0", | ||
"@dhis2/cli-style": "^3.0.0", | ||
"@dhis2/cli-utils": "^0.14.0", | ||
"@dhis2/cli-utils": "^1.0.0", | ||
"cli-table3": "^0.5.1", | ||
"envinfo": "^7.0.0", | ||
"inquirer": "^6.2.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
"bin": { | ||
"d2-utils": "./bin/d2-utils" | ||
}, | ||
"version": "0.14.0", | ||
"version": "1.0.0", | ||
"main": "src/index.js", | ||
"author": "Viktor Varland <[email protected]>", | ||
"contributors": [ | ||
|