Skip to content

Commit

Permalink
chore(release): publish v0.0.0-pre.18
Browse files Browse the repository at this point in the history
  • Loading branch information
smartthingspi committed Feb 1, 2021
1 parent 3158d47 commit 16da3c7
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 4 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.18](https://github.com/rossiam/smartthings-cli/compare/v0.0.0-pre.17...v0.0.0-pre.18) (2021-02-01)


### Features

* Added commands to list, show, and delete installed ST schema instances ([3158d47](https://github.com/rossiam/smartthings-cli/commit/3158d4715e7ec3f261af74429675f3afa97695e5))





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

**Note:** Version bump only for package root
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.17",
"version": "0.0.0-pre.18",
"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.18](https://github.com/SmartThingsCommunity/smartthings-cli/compare/v0.0.0-pre.17...v0.0.0-pre.18) (2021-02-01)


### Features

* Added commands to list, show, and delete installed ST schema instances ([3158d47](https://github.com/SmartThingsCommunity/smartthings-cli/commit/3158d4715e7ec3f261af74429675f3afa97695e5))





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

**Note:** Version bump only for package @smartthings/cli
Expand Down
4 changes: 2 additions & 2 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.17",
"version": "0.0.0-pre.18",
"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.17",
"@smartthings/cli-lib": "^0.0.0-pre.18",
"@smartthings/core-sdk": "^1.3.3",
"aws-sdk": "^2.690.0",
"generator-smartthings": "^1.5.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/lib/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.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





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

**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.17",
"version": "0.0.0-pre.18",
"description": "SmartThings unified CLI testing utility methods library",
"author": "SmartThings, Inc.",
"bugs": "https://github.com/SmartThingsCommunity/smartthings-cli/issues",
Expand Down

0 comments on commit 16da3c7

Please sign in to comment.