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
7 changes: 6 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,15 @@
"bright-kings-sort",
"calm-rats-battle",
"chilly-chicken-taste",
"early-zoos-speak",
"eight-apricots-lie",
"eleven-mails-march",
"fair-islands-prove",
"famous-actors-mix",
"famous-mirrors-smash",
"friendly-maps-learn",
"giant-poems-reflect",
"good-worms-greet",
"gorgeous-paws-rush",
"heavy-islands-jam",
"late-baboons-love",
Expand All @@ -30,6 +32,7 @@
"nice-files-approve",
"odd-fireants-act",
"old-rocks-try",
"orange-fireants-hammer",
"proud-cameras-visit",
"purple-steaks-behave",
"quick-brooms-develop",
Expand All @@ -45,7 +48,9 @@
"stale-boxes-smash",
"stale-spoons-tell",
"stale-suns-tan",
"stupid-jeans-grab",
"thirty-badgers-compare",
"wet-cherries-wink"
"wet-cherries-wink",
"wise-baboons-build"
]
}
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.

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

## 1.0.0-beta.17

### Patch Changes

- [#398](https://github.com/SmartThingsCommunity/smartthings-cli/pull/398) [`d20ad61`](https://github.com/SmartThingsCommunity/smartthings-cli/commit/d20ad6198f663a5ecb04af1d80ccf42d10214fa9) Thanks [@rossiam](https://github.com/rossiam)! - IMPORTANT: removed `-id` suffix from command line flags that had them for consistency

* [#394](https://github.com/SmartThingsCommunity/smartthings-cli/pull/394) [`e13f0c3`](https://github.com/SmartThingsCommunity/smartthings-cli/commit/e13f0c33902289083ced4a6c6642685e6832a4d6) Thanks [@rossiam](https://github.com/rossiam)! - \* fix vendor support information output for edge:drivers:installed command
- fix lookup by index for edge:drivers:installed command

- [#400](https://github.com/SmartThingsCommunity/smartthings-cli/pull/400) [`eb1aab8`](https://github.com/SmartThingsCommunity/smartthings-cli/commit/eb1aab896d4248d293c662317056097aad777438) Thanks [@rossiam](https://github.com/rossiam)! - removed `-id` suffix from flags, update help text to reflect this

* [#392](https://github.com/SmartThingsCommunity/smartthings-cli/pull/392) [`594b5c7`](https://github.com/SmartThingsCommunity/smartthings-cli/commit/594b5c73b3803e6f7f4e47fa175e5aee5df4f250) Thanks [@rossiam](https://github.com/rossiam)! - include location name for installedapps and installedschema when querying a single item in verbose mode

* Updated dependencies [[`d20ad61`](https://github.com/SmartThingsCommunity/smartthings-cli/commit/d20ad6198f663a5ecb04af1d80ccf42d10214fa9), [`594b5c7`](https://github.com/SmartThingsCommunity/smartthings-cli/commit/594b5c73b3803e6f7f4e47fa175e5aee5df4f250)]:
- @smartthings/cli-lib@1.0.0-beta.15

## 1.0.0-beta.16

### Patch Changes
Expand Down
Loading