Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
"@smartthings/cli-testlib": "1.0.0-beta.0"
},
"changesets": [
"afraid-moons-punch",
"calm-rats-battle",
"chilly-chicken-taste",
"fair-islands-prove",
"friendly-maps-learn",
Expand Down
9 changes: 9 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 1.0.0-beta.5

### Patch Changes

- [#294](https://github.com/SmartThingsCommunity/smartthings-cli/pull/294) [`356a24b`](https://github.com/SmartThingsCommunity/smartthings-cli/commit/356a24be75a467f82f627a654dd6a1c8b83c56f8) Thanks [@john-u](https://github.com/john-u)! - Add ability to enable debug logging (to console) via env variable.

- Updated dependencies [[`4464873`](https://github.com/SmartThingsCommunity/smartthings-cli/commit/44648732d54093a1e9f842dfb99dfe8bc81ea131), [`356a24b`](https://github.com/SmartThingsCommunity/smartthings-cli/commit/356a24be75a467f82f627a654dd6a1c8b83c56f8)]:
- @smartthings/cli-lib@1.0.0-beta.5

## 1.0.0-beta.4

### Patch Changes
Expand Down
172 changes: 86 additions & 86 deletions packages/cli/README.md

Large diffs are not rendered by default.

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": "1.0.0-beta.4",
"version": "1.0.0-beta.5",
"description": "SmartThings unified CLI",
"author": "SmartThings, Inc.",
"bin": {
Expand Down Expand Up @@ -71,7 +71,7 @@
"@oclif/plugin-autocomplete": "^1.2.0",
"@oclif/plugin-not-found": "^2.3.1",
"@oclif/plugin-plugins": "^2.1.0",
"@smartthings/cli-lib": "^1.0.0-beta.4",
"@smartthings/cli-lib": "^1.0.0-beta.5",
"@smartthings/core-sdk": "^3.4.1",
"@smartthings/plugin-cli-edge": "^1.12.0",
"aws-sdk": "^2.1106.0",
Expand All @@ -81,7 +81,7 @@
"log4js": "6.3.0"
},
"devDependencies": {
"@smartthings/cli-testlib": "^1.0.0-beta.2",
"@smartthings/cli-testlib": "^1.0.0-beta.3",
"@types/cli-table": "^0.3.0",
"@types/inquirer": "^8.2.1",
"@types/jest": "^27.4.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 1.0.0-beta.5

### Patch Changes

- [#293](https://github.com/SmartThingsCommunity/smartthings-cli/pull/293) [`4464873`](https://github.com/SmartThingsCommunity/smartthings-cli/commit/44648732d54093a1e9f842dfb99dfe8bc81ea131) Thanks [@rossiam](https://github.com/rossiam)! - move chooseDevice into lib for use in plugins

* [#294](https://github.com/SmartThingsCommunity/smartthings-cli/pull/294) [`356a24b`](https://github.com/SmartThingsCommunity/smartthings-cli/commit/356a24be75a467f82f627a654dd6a1c8b83c56f8) Thanks [@john-u](https://github.com/john-u)! - Add ability to enable debug logging (to console) via env variable.

## 1.0.0-beta.4

### Patch Changes
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": "1.0.0-beta.4",
"version": "1.0.0-beta.5",
"description": "SmartThings unified CLI utility library",
"author": "SmartThings, Inc.",
"bugs": {
Expand Down
9 changes: 9 additions & 0 deletions packages/testlib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 1.0.0-beta.3

### Patch Changes

- [#294](https://github.com/SmartThingsCommunity/smartthings-cli/pull/294) [`356a24b`](https://github.com/SmartThingsCommunity/smartthings-cli/commit/356a24be75a467f82f627a654dd6a1c8b83c56f8) Thanks [@john-u](https://github.com/john-u)! - Add ability to enable debug logging (to console) via env variable.

- Updated dependencies [[`4464873`](https://github.com/SmartThingsCommunity/smartthings-cli/commit/44648732d54093a1e9f842dfb99dfe8bc81ea131), [`356a24b`](https://github.com/SmartThingsCommunity/smartthings-cli/commit/356a24be75a467f82f627a654dd6a1c8b83c56f8)]:
- @smartthings/cli-lib@1.0.0-beta.5

## 1.0.0-beta.2

### Patch Changes
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": "1.0.0-beta.2",
"version": "1.0.0-beta.3",
"description": "SmartThings unified CLI testing utility methods library",
"author": "SmartThings, Inc.",
"bugs": {
Expand Down Expand Up @@ -28,7 +28,7 @@
"directory": "packages/testlib"
},
"dependencies": {
"@smartthings/cli-lib": "^1.0.0-beta.4",
"@smartthings/cli-lib": "^1.0.0-beta.5",
"@smartthings/core-sdk": "^3.4.1"
},
"devDependencies": {
Expand Down