Skip to content

Commit

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


### Bug Fixes

* Added support for device presentation manufacturer name ([804eaaa](https://github.com/rossiam/smartthings-cli/commit/804eaaa906d965dd7e66aa98d3e66b166f90fe68))
* remove unnecessary node dependency in lib ([27c38e3](https://github.com/rossiam/smartthings-cli/commit/27c38e3fddb692b7985e77a0d5147f17f929558a))
* use InstalledApp fields in installedapps:rename and refactor to use new functional paradigm ([8170818](https://github.com/rossiam/smartthings-cli/commit/817081833d5d260f48a5fda1255b12ff631ca0da))





# [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)


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


### Bug Fixes

* Added support for device presentation manufacturer name ([804eaaa](https://github.com/SmartThingsCommunity/smartthings-cli/commit/804eaaa906d965dd7e66aa98d3e66b166f90fe68))
* remove unnecessary node dependency in lib ([27c38e3](https://github.com/SmartThingsCommunity/smartthings-cli/commit/27c38e3fddb692b7985e77a0d5147f17f929558a))
* use InstalledApp fields in installedapps:rename and refactor to use new functional paradigm ([8170818](https://github.com/SmartThingsCommunity/smartthings-cli/commit/817081833d5d260f48a5fda1255b12ff631ca0da))





# [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)


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.

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.14",
"version": "0.0.0-pre.15",
"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.14",
"@smartthings/cli-lib": "^0.0.0-pre.15",
"@smartthings/core-sdk": "^1.3.2",
"aws-sdk": "^2.690.0",
"generator-smartthings": "^1.5.0",
Expand Down
13 changes: 13 additions & 0 deletions packages/lib/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
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.15](https://github.com/SmartThingsCommunity/smartthings-cli/compare/v0.0.0-pre.14...v0.0.0-pre.15) (2020-12-21)


### Bug Fixes

* Added support for device presentation manufacturer name ([804eaaa](https://github.com/SmartThingsCommunity/smartthings-cli/commit/804eaaa906d965dd7e66aa98d3e66b166f90fe68))
* remove unnecessary node dependency in lib ([27c38e3](https://github.com/SmartThingsCommunity/smartthings-cli/commit/27c38e3fddb692b7985e77a0d5147f17f929558a))
* use InstalledApp fields in installedapps:rename and refactor to use new functional paradigm ([8170818](https://github.com/SmartThingsCommunity/smartthings-cli/commit/817081833d5d260f48a5fda1255b12ff631ca0da))





# [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)


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.14",
"version": "0.0.0-pre.15",
"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 cfad5a7

Please sign in to comment.