Skip to content

Commit

Permalink
chore(release): publish v0.0.0-pre.19
Browse files Browse the repository at this point in the history
  • Loading branch information
smartthingspi committed Apr 6, 2021
1 parent b8492d4 commit 200d8ab
Show file tree
Hide file tree
Showing 8 changed files with 48 additions and 7 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.0.0-pre.19](https://github.com/john-u/smartthings-cli/compare/v0.0.0-pre.18...v0.0.0-pre.19) (2021-04-06)


### Features

* output JSON by default when not outputting to the console ([a0d91ff](https://github.com/john-u/smartthings-cli/commit/a0d91ff73d40131392fb57407c90ce01806b0424))





# [0.0.0-pre.18](https://github.com/rossiam/smartthings-cli/compare/v0.0.0-pre.17...v0.0.0-pre.18) (2021-02-01)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.0.0-pre.18",
"version": "0.0.0-pre.19",
"command": {
"bootstrap": {
"hoist": true
Expand Down
11 changes: 11 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.0.0-pre.19](https://github.com/SmartThingsCommunity/smartthings-cli/compare/v0.0.0-pre.18...v0.0.0-pre.19) (2021-04-06)


### Features

* output JSON by default when not outputting to the console ([a0d91ff](https://github.com/SmartThingsCommunity/smartthings-cli/commit/a0d91ff73d40131392fb57407c90ce01806b0424))





# [0.0.0-pre.18](https://github.com/SmartThingsCommunity/smartthings-cli/compare/v0.0.0-pre.17...v0.0.0-pre.18) (2021-02-01)


Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smartthings/cli",
"version": "0.0.0-pre.18",
"version": "0.0.0-pre.19",
"description": "SmartThings unified CLI",
"author": "SmartThings, Inc.",
"bin": {
Expand Down Expand Up @@ -62,7 +62,7 @@
"@oclif/plugin-help": "^3.2.0",
"@oclif/plugin-not-found": "^1.2.4",
"@oclif/plugin-plugins": "^1.9.4",
"@smartthings/cli-lib": "^0.0.0-pre.18",
"@smartthings/cli-lib": "^0.0.0-pre.19",
"@smartthings/core-sdk": "^1.3.3",
"aws-sdk": "^2.690.0",
"generator-smartthings": "^1.5.0",
Expand All @@ -73,7 +73,7 @@
},
"devDependencies": {
"@oclif/dev-cli": "^1.22.2",
"@smartthings/cli-testlib": "^0.0.0-pre.16",
"@smartthings/cli-testlib": "^0.0.0-pre.19",
"@types/cli-table": "^0.3.0",
"@types/jest": "^26.0.14",
"@types/js-yaml": "^3.12.3",
Expand Down
11 changes: 11 additions & 0 deletions packages/lib/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.0.0-pre.19](https://github.com/SmartThingsCommunity/smartthings-cli/compare/v0.0.0-pre.18...v0.0.0-pre.19) (2021-04-06)


### Features

* output JSON by default when not outputting to the console ([a0d91ff](https://github.com/SmartThingsCommunity/smartthings-cli/commit/a0d91ff73d40131392fb57407c90ce01806b0424))





# [0.0.0-pre.18](https://github.com/SmartThingsCommunity/smartthings-cli/compare/v0.0.0-pre.17...v0.0.0-pre.18) (2021-02-01)

**Note:** Version bump only for package @smartthings/cli-lib
Expand Down
2 changes: 1 addition & 1 deletion packages/lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smartthings/cli-lib",
"version": "0.0.0-pre.18",
"version": "0.0.0-pre.19",
"description": "SmartThings unified CLI testing utility methods library",
"author": "SmartThings, Inc.",
"bugs": "https://github.com/SmartThingsCommunity/smartthings-cli/issues",
Expand Down
8 changes: 8 additions & 0 deletions packages/testlib/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.0.0-pre.19](https://github.com/SmartThingsCommunity/smartthings-cli/compare/v0.0.0-pre.18...v0.0.0-pre.19) (2021-04-06)

**Note:** Version bump only for package @smartthings/cli-testlib





# [0.0.0-pre.16](https://github.com/SmartThingsCommunity/smartthings-cli/compare/v0.0.0-pre.15...v0.0.0-pre.16) (2021-01-22)


Expand Down
4 changes: 2 additions & 2 deletions packages/testlib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smartthings/cli-testlib",
"version": "0.0.0-pre.16",
"version": "0.0.0-pre.19",
"description": "SmartThings unified CLI testing utility methods library",
"author": "SmartThings, Inc.",
"bugs": "https://github.com/SmartThingsCommunity/smartthings-cli/issues",
Expand All @@ -22,7 +22,7 @@
"directory": "packages/testlib"
},
"dependencies": {
"@smartthings/cli-lib": "^0.0.0-pre.18"
"@smartthings/cli-lib": "^0.0.0-pre.19"
},
"devDependencies": {
"@oclif/dev-cli": "^1.22.2",
Expand Down

0 comments on commit 200d8ab

Please sign in to comment.