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 @@ -8,6 +8,7 @@
},
"changesets": [
"afraid-moons-punch",
"blue-carrots-remember",
"calm-rats-battle",
"chilly-chicken-taste",
"eleven-mails-march",
Expand All @@ -19,6 +20,7 @@
"late-baboons-love",
"moody-fishes-protect",
"nice-files-approve",
"short-cows-sing",
"silent-pianos-mate",
"smart-meals-hammer",
"thirty-badgers-compare"
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

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

14 changes: 14 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Change Log

## 1.0.0-beta.8

### Patch Changes

- [#309](https://github.com/SmartThingsCommunity/smartthings-cli/pull/309) [`7e3a1b8`](https://github.com/SmartThingsCommunity/smartthings-cli/commit/7e3a1b83d6c301aa86fe35d5660cfadde2bcfaf1) Thanks [@john-u](https://github.com/john-u)! - - shutdown logger before Node exits
- update @oclif deps to latest
- replace process exits with command errors

* [#313](https://github.com/SmartThingsCommunity/smartthings-cli/pull/313) [`3aa7e60`](https://github.com/SmartThingsCommunity/smartthings-cli/commit/3aa7e6071b451818670b7553491e73557cad72b3) Thanks [@rossiam](https://github.com/rossiam)! - - edge:drivers:package command - log error when broken symlink is encountered
- edge:drivers:package command - log error when symlink to directory is encountered
- added edge:drivers:switch command for switching driver used by a device
* Updated dependencies [[`7e3a1b8`](https://github.com/SmartThingsCommunity/smartthings-cli/commit/7e3a1b83d6c301aa86fe35d5660cfadde2bcfaf1)]:
- @smartthings/cli-lib@1.0.0-beta.8

## 1.0.0-beta.7

### Patch Changes
Expand Down
296 changes: 184 additions & 112 deletions packages/cli/README.md

Large diffs are not rendered by default.

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": "1.0.0-beta.7",
"version": "1.0.0-beta.8",
"description": "SmartThings unified CLI",
"author": "SmartThings, Inc.",
"bin": {
Expand Down Expand Up @@ -71,7 +71,7 @@
"@oclif/plugin-autocomplete": "^1.3.0",
"@oclif/plugin-not-found": "^2.3.1",
"@oclif/plugin-plugins": "^2.1.0",
"@smartthings/cli-lib": "^1.0.0-beta.7",
"@smartthings/cli-lib": "^1.0.0-beta.8",
"@smartthings/core-sdk": "^4.0.0",
"@smartthings/plugin-cli-edge": "^1.14.1",
"aws-sdk": "^2.1144.0",
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.8

### Patch Changes

- [#309](https://github.com/SmartThingsCommunity/smartthings-cli/pull/309) [`7e3a1b8`](https://github.com/SmartThingsCommunity/smartthings-cli/commit/7e3a1b83d6c301aa86fe35d5660cfadde2bcfaf1) Thanks [@john-u](https://github.com/john-u)! - - shutdown logger before Node exits
- update @oclif deps to latest
- replace process exits with command errors

## 1.0.0-beta.7

### 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.7",
"version": "1.0.0-beta.8",
"description": "SmartThings unified CLI utility library",
"author": "SmartThings, Inc.",
"bugs": {
Expand Down