Skip to content

Commit 0939f79

Browse files
chore(changesets): version packages
1 parent 5c72948 commit 0939f79

4 files changed

Lines changed: 15 additions & 14 deletions

File tree

.changeset/cuddly-ants-look.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,25 @@
22

33
## 2.0.0
44

5-
* All commands now have examples in their help (`smartthings <command> --help`).
6-
* args that require enum-like types are now case-insensitive. e.g. For example, you can now list zigbee
5+
### Major Changes
6+
7+
- [#806](https://github.com/SmartThingsCommunity/smartthings-cli/pull/806) [`e9e7552`](https://github.com/SmartThingsCommunity/smartthings-cli/commit/e9e7552e2fa0d014393f19adc496f45f0a2a3678) Thanks [@rossiam](https://github.com/rossiam)! - refactor to use yargs
8+
9+
## 2.0.0
10+
11+
- All commands now have examples in their help (`smartthings <command> --help`).
12+
- args that require enum-like types are now case-insensitive. e.g. For example, you can now list zigbee
713
devices with `smartthings devices --type zigbee`.
8-
* The config file location is now determined by [envPaths](https://www.npmjs.com/package/env-paths) library
14+
- The config file location is now determined by [envPaths](https://www.npmjs.com/package/env-paths) library
915
rather than oclif. A reasonable attempt has been made at finding the old config and copying it for
1016
the user so normally no change is needed. (Future changes will need to be made to the new file, of course.)
1117
The `config` command now displays the location of the configuration file.
12-
* Commands that take a capability specification on the command line now get the version from a flag
18+
- Commands that take a capability specification on the command line now get the version from a flag
1319
rather than an argument. e.g. `smartthings capabilities myteam.myCapability --capability-version 1`
1420
instead of `smartthings capabilities myteam.myCapability 1`. Note that the version is always one,
1521
so this flag is not necessary at this time.
16-
* Under-the-hood changes to make the CLI more maintainable.
17-
* The `--token` flag is no longer included in usage info (i.e. it does not show up when running `--help`)
22+
- Under-the-hood changes to make the CLI more maintainable.
23+
- The `--token` flag is no longer included in usage info (i.e. it does not show up when running `--help`)
1824
but it still works.
1925

2026
## 1.10.6

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@smartthings/cli",
3-
"version": "2.0.0-prerelease2",
3+
"version": "2.0.0",
44
"description": "Command Line Interface for the SmartThings APIs",
55
"keywords": [
66
"smartthings",

0 commit comments

Comments
 (0)