Skip to content

Commit

Permalink
chore(release): publish v0.0.0-pre.14
Browse files Browse the repository at this point in the history
  • Loading branch information
smartthingspi committed Dec 7, 2020
1 parent d26e458 commit e94ca03
Show file tree
Hide file tree
Showing 10 changed files with 61 additions and 8 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
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.14](https://github.com/john-u/smartthings-cli/compare/v0.0.0-pre.13...v0.0.0-pre.14) (2020-12-07)


### Bug Fixes

* use default version of 1 when not id included in command line without version ([9acace0](https://github.com/john-u/smartthings-cli/commit/9acace0b47388f552f2c50ed46f64c720b1176b9))
* validate capability command and attribute names ([794d592](https://github.com/john-u/smartthings-cli/commit/794d5928c855dbbe7168479763cc33852c0e4c76))


### Features

* **logger:** default log file path to oclif cacheDir ([a1ce523](https://github.com/john-u/smartthings-cli/commit/a1ce523eac18c0ddda4c92bc627658bd394a0862))





# [0.0.0-pre.13](https://github.com/john-u/smartthings-cli/compare/v0.0.0-pre.12...v0.0.0-pre.13) (2020-10-22)


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.13",
"version": "0.0.0-pre.14",
"command": {
"bootstrap": {
"hoist": true
Expand Down
17 changes: 17 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
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.14](https://github.com/SmartThingsCommunity/smartthings-cli/compare/v0.0.0-pre.13...v0.0.0-pre.14) (2020-12-07)


### Bug Fixes

* use default version of 1 when not id included in command line without version ([9acace0](https://github.com/SmartThingsCommunity/smartthings-cli/commit/9acace0b47388f552f2c50ed46f64c720b1176b9))
* validate capability command and attribute names ([794d592](https://github.com/SmartThingsCommunity/smartthings-cli/commit/794d5928c855dbbe7168479763cc33852c0e4c76))


### Features

* **logger:** default log file path to oclif cacheDir ([a1ce523](https://github.com/SmartThingsCommunity/smartthings-cli/commit/a1ce523eac18c0ddda4c92bc627658bd394a0862))





# [0.0.0-pre.13](https://github.com/SmartThingsCommunity/smartthings-cli/compare/v0.0.0-pre.12...v0.0.0-pre.13) (2020-10-22)


Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.13",
"version": "0.0.0-pre.14",
"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.0",
"@smartthings/cli-lib": "^0.0.0-pre.13",
"@smartthings/cli-lib": "^0.0.0-pre.14",
"@smartthings/core-sdk": "^1.1.2",
"aws-sdk": "^2.690.0",
"generator-smartthings": "^1.5.0",
Expand All @@ -73,7 +73,7 @@
"yeoman-environment": "^2.9.1"
},
"devDependencies": {
"@smartthings/cli-testlib": "^0.0.0-pre.9",
"@smartthings/cli-testlib": "^0.0.0-pre.14",
"@types/cli-table": "^0.3.0",
"@types/lodash": "^4.14.157",
"@types/yeoman-environment": "^2.3.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.14](https://github.com/SmartThingsCommunity/smartthings-cli/compare/v0.0.0-pre.13...v0.0.0-pre.14) (2020-12-07)


### Features

* **logger:** default log file path to oclif cacheDir ([a1ce523](https://github.com/SmartThingsCommunity/smartthings-cli/commit/a1ce523eac18c0ddda4c92bc627658bd394a0862))





# [0.0.0-pre.13](https://github.com/SmartThingsCommunity/smartthings-cli/compare/v0.0.0-pre.12...v0.0.0-pre.13) (2020-10-22)

**Note:** Version bump only for package @smartthings/cli-lib
Expand Down
2 changes: 1 addition & 1 deletion packages/lib/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.13",
"version": "0.0.0-pre.14",
"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.14](https://github.com/SmartThingsCommunity/smartthings-cli/compare/v0.0.0-pre.13...v0.0.0-pre.14) (2020-12-07)

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





# [0.0.0-pre.9](https://github.com/SmartThingsCommunity/smartthings-cli/compare/v0.0.0-pre.8...v0.0.0-pre.9) (2020-09-02)


Expand Down
2 changes: 1 addition & 1 deletion 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.9",
"version": "0.0.0-pre.14",
"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 e94ca03

Please sign in to comment.