Skip to content

Commit 0aa12b4

Browse files
github-actions[bot]rossiam
authored andcommitted
chore(changesets): version packages
1 parent 9507cd1 commit 0aa12b4

File tree

4 files changed

+9
-14
lines changed

4 files changed

+9
-14
lines changed

.changeset/cuddly-ants-look.md

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

CHANGELOG.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
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+
- 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
77
devices with `smartthings devices --type zigbee`.
8-
* The config file location is now determined by [envPaths](https://www.npmjs.com/package/env-paths) library
8+
- The config file location is now determined by [envPaths](https://www.npmjs.com/package/env-paths) library
99
rather than oclif. A reasonable attempt has been made at finding the old config and copying it for
1010
the user so normally no change is needed. (Future changes will need to be made to the new file, of course.)
1111
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
12+
- Commands that take a capability specification on the command line now get the version from a flag
1313
rather than an argument. e.g. `smartthings capabilities myteam.myCapability --capability-version 1`
1414
instead of `smartthings capabilities myteam.myCapability 1`. Note that the version is always one,
1515
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`)
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`)
1818
but it still works.
1919

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