Skip to content

Commit a1de500

Browse files
github-actions[bot]rossiam
authored andcommitted
chore(changesets): version packages (beta)
1 parent ec1744e commit a1de500

File tree

8 files changed

+171
-151
lines changed

8 files changed

+171
-151
lines changed

.changeset/pre.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
"proud-cameras-visit",
4141
"purple-steaks-behave",
4242
"quick-brooms-develop",
43+
"quiet-ligers-count",
4344
"selfish-pears-joke",
4445
"seven-donuts-jam",
4546
"short-cows-sing",
@@ -53,7 +54,9 @@
5354
"stale-spoons-tell",
5455
"stale-suns-tan",
5556
"stupid-jeans-grab",
57+
"thick-jobs-cover",
5658
"thirty-badgers-compare",
59+
"three-needles-grab",
5760
"two-emus-study",
5861
"wet-cherries-wink",
5962
"wise-baboons-build"

package-lock.json

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

packages/cli/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Change Log
22

3+
## 1.0.0-beta.20
4+
5+
### Patch Changes
6+
7+
- [#417](https://github.com/SmartThingsCommunity/smartthings-cli/pull/417) [`5a90f2e`](https://github.com/SmartThingsCommunity/smartthings-cli/commit/5a90f2e36ddca09f962d546c4dc8fe474b844549) Thanks [@rossiam](https://github.com/rossiam)! - fix issue with creating capabilities with commands with no arguments
8+
9+
- [#414](https://github.com/SmartThingsCommunity/smartthings-cli/pull/414) [`206c4a1`](https://github.com/SmartThingsCommunity/smartthings-cli/commit/206c4a1070ce91e97e421c57d759c1d03c6adf3b) Thanks [@john-u](https://github.com/john-u)! - switch Windows archive format back to zip
10+
11+
- Updated dependencies [[`ec1744e`](https://github.com/SmartThingsCommunity/smartthings-cli/commit/ec1744e21b973f9b10a929e67d9dbd4c3e8c5e5f)]:
12+
- @smartthings/plugin-cli-edge@2.0.0-beta.2
13+
314
## 1.0.0-beta.19
415

516
### Patch Changes

packages/cli/README.md

Lines changed: 120 additions & 120 deletions
Large diffs are not rendered by default.

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@smartthings/cli",
3-
"version": "1.0.0-beta.19",
3+
"version": "1.0.0-beta.20",
44
"description": "Command Line Interface for the SmartThings APIs",
55
"author": "SmartThings, Inc.",
66
"bin": {
@@ -77,7 +77,7 @@
7777
"@oclif/plugin-plugins": "^2.1.0",
7878
"@smartthings/cli-lib": "^1.0.0-beta.16",
7979
"@smartthings/core-sdk": "^5.1.1",
80-
"@smartthings/plugin-cli-edge": "^2.0.0-beta.1",
80+
"@smartthings/plugin-cli-edge": "^2.0.0-beta.2",
8181
"aws-sdk": "^2.1175.0",
8282
"inquirer": "^8.2.4",
8383
"js-yaml": "^4.1.0",

packages/edge/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @smartthings/plugin-cli-edge
22

3+
## 2.0.0-beta.2
4+
5+
### Patch Changes
6+
7+
- [#418](https://github.com/SmartThingsCommunity/smartthings-cli/pull/418) [`ec1744e`](https://github.com/SmartThingsCommunity/smartthings-cli/commit/ec1744e21b973f9b10a929e67d9dbd4c3e8c5e5f) Thanks [@rossiam](https://github.com/rossiam)! - fixed edge plugin source links in README
8+
39
## 2.0.0-beta.1
410

511
### Patch Changes

packages/edge/README.md

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ EXAMPLES
9898
$ smartthings edge:channels --subscriber-type HUB --subscriber-id <hub-id>
9999
```
100100

101-
_See code: [src/commands/edge/channels.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@2.0.0-beta.1/packages/edge/src/commands/edge/channels.ts)_
101+
_See code: [src/commands/edge/channels.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@2.0.0-beta.2/packages/edge/src/commands/edge/channels.ts)_
102102

103103
## `smartthings edge:channels:assign [DRIVERID] [VERSION]`
104104

@@ -130,7 +130,7 @@ ALIASES
130130
$ smartthings edge:drivers:publish
131131
```
132132

133-
_See code: [src/commands/edge/channels/assign.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@2.0.0-beta.1/packages/edge/src/commands/edge/channels/assign.ts)_
133+
_See code: [src/commands/edge/channels/assign.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@2.0.0-beta.2/packages/edge/src/commands/edge/channels/assign.ts)_
134134

135135
## `smartthings edge:channels:assignments [IDORINDEX]`
136136

@@ -190,7 +190,7 @@ DESCRIPTION
190190
create a channel
191191
```
192192

193-
_See code: [src/commands/edge/channels/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@2.0.0-beta.1/packages/edge/src/commands/edge/channels/create.ts)_
193+
_See code: [src/commands/edge/channels/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@2.0.0-beta.2/packages/edge/src/commands/edge/channels/create.ts)_
194194

195195
## `smartthings edge:channels:delete [ID]`
196196

@@ -216,7 +216,7 @@ DESCRIPTION
216216
delete a channel
217217
```
218218

219-
_See code: [src/commands/edge/channels/delete.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@2.0.0-beta.1/packages/edge/src/commands/edge/channels/delete.ts)_
219+
_See code: [src/commands/edge/channels/delete.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@2.0.0-beta.2/packages/edge/src/commands/edge/channels/delete.ts)_
220220

221221
## `smartthings edge:channels:drivers [IDORINDEX]`
222222

@@ -249,7 +249,7 @@ ALIASES
249249
$ smartthings edge:channels:assignments
250250
```
251251

252-
_See code: [src/commands/edge/channels/drivers.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@2.0.0-beta.1/packages/edge/src/commands/edge/channels/drivers.ts)_
252+
_See code: [src/commands/edge/channels/drivers.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@2.0.0-beta.2/packages/edge/src/commands/edge/channels/drivers.ts)_
253253

254254
## `smartthings edge:channels:enroll [HUBID]`
255255

@@ -277,7 +277,7 @@ DESCRIPTION
277277
enroll a hub in a channel
278278
```
279279

280-
_See code: [src/commands/edge/channels/enroll.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@2.0.0-beta.1/packages/edge/src/commands/edge/channels/enroll.ts)_
280+
_See code: [src/commands/edge/channels/enroll.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@2.0.0-beta.2/packages/edge/src/commands/edge/channels/enroll.ts)_
281281

282282
## `smartthings edge:channels:enrollments [IDORINDEX]`
283283

@@ -307,7 +307,7 @@ DESCRIPTION
307307
list all channels a given hub is enrolled in
308308
```
309309

310-
_See code: [src/commands/edge/channels/enrollments.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@2.0.0-beta.1/packages/edge/src/commands/edge/channels/enrollments.ts)_
310+
_See code: [src/commands/edge/channels/enrollments.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@2.0.0-beta.2/packages/edge/src/commands/edge/channels/enrollments.ts)_
311311

312312
## `smartthings edge:channels:invitations [IDORINDEX]`
313313

@@ -511,7 +511,7 @@ EXAMPLES
511511
$ smartthings edge:channels:invites <invite id> # list details about the invite with id <invite id>
512512
```
513513

514-
_See code: [src/commands/edge/channels/invites.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@2.0.0-beta.1/packages/edge/src/commands/edge/channels/invites.ts)_
514+
_See code: [src/commands/edge/channels/invites.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@2.0.0-beta.2/packages/edge/src/commands/edge/channels/invites.ts)_
515515

516516
## `smartthings edge:channels:invites:accept ID`
517517

@@ -540,7 +540,7 @@ ALIASES
540540
$ smartthings edge:channels:invitations:accept
541541
```
542542

543-
_See code: [src/commands/edge/channels/invites/accept.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@2.0.0-beta.1/packages/edge/src/commands/edge/channels/invites/accept.ts)_
543+
_See code: [src/commands/edge/channels/invites/accept.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@2.0.0-beta.2/packages/edge/src/commands/edge/channels/invites/accept.ts)_
544544

545545
## `smartthings edge:channels:invites:create`
546546

@@ -573,7 +573,7 @@ ALIASES
573573
$ smartthings edge:channels:invitations:create
574574
```
575575

576-
_See code: [src/commands/edge/channels/invites/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@2.0.0-beta.1/packages/edge/src/commands/edge/channels/invites/create.ts)_
576+
_See code: [src/commands/edge/channels/invites/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@2.0.0-beta.2/packages/edge/src/commands/edge/channels/invites/create.ts)_
577577

578578
## `smartthings edge:channels:invites:delete [ID]`
579579

@@ -606,7 +606,7 @@ ALIASES
606606
$ smartthings edge:channels:invites:revoke
607607
```
608608

609-
_See code: [src/commands/edge/channels/invites/delete.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@2.0.0-beta.1/packages/edge/src/commands/edge/channels/invites/delete.ts)_
609+
_See code: [src/commands/edge/channels/invites/delete.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@2.0.0-beta.2/packages/edge/src/commands/edge/channels/invites/delete.ts)_
610610

611611
## `smartthings edge:channels:invites:revoke [ID]`
612612

@@ -681,7 +681,7 @@ EXAMPLES
681681
699c7308-8c72-4363-9571-880d0f5cc725
682682
```
683683

684-
_See code: [src/commands/edge/channels/metainfo.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@2.0.0-beta.1/packages/edge/src/commands/edge/channels/metainfo.ts)_
684+
_See code: [src/commands/edge/channels/metainfo.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@2.0.0-beta.2/packages/edge/src/commands/edge/channels/metainfo.ts)_
685685

686686
## `smartthings edge:channels:unassign [DRIVERID]`
687687

@@ -712,7 +712,7 @@ ALIASES
712712
$ smartthings edge:drivers:unpublish
713713
```
714714

715-
_See code: [src/commands/edge/channels/unassign.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@2.0.0-beta.1/packages/edge/src/commands/edge/channels/unassign.ts)_
715+
_See code: [src/commands/edge/channels/unassign.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@2.0.0-beta.2/packages/edge/src/commands/edge/channels/unassign.ts)_
716716

717717
## `smartthings edge:channels:unenroll [HUBID]`
718718

@@ -740,7 +740,7 @@ DESCRIPTION
740740
unenroll a hub from a channel
741741
```
742742

743-
_See code: [src/commands/edge/channels/unenroll.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@2.0.0-beta.1/packages/edge/src/commands/edge/channels/unenroll.ts)_
743+
_See code: [src/commands/edge/channels/unenroll.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@2.0.0-beta.2/packages/edge/src/commands/edge/channels/unenroll.ts)_
744744

745745
## `smartthings edge:channels:update [ID]`
746746

@@ -772,7 +772,7 @@ DESCRIPTION
772772
update a channel
773773
```
774774

775-
_See code: [src/commands/edge/channels/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@2.0.0-beta.1/packages/edge/src/commands/edge/channels/update.ts)_
775+
_See code: [src/commands/edge/channels/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@2.0.0-beta.2/packages/edge/src/commands/edge/channels/update.ts)_
776776

777777
## `smartthings edge:drivers [IDORINDEX]`
778778

@@ -823,7 +823,7 @@ EXAMPLES
823823
$ smartthings edge:drivers 699c7308-8c72-4363-9571-880d0f5cc725 --version 2021-10-25T00:48:23.295969
824824
```
825825

826-
_See code: [src/commands/edge/drivers.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@2.0.0-beta.1/packages/edge/src/commands/edge/drivers.ts)_
826+
_See code: [src/commands/edge/drivers.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@2.0.0-beta.2/packages/edge/src/commands/edge/drivers.ts)_
827827

828828
## `smartthings edge:drivers:default`
829829

@@ -855,7 +855,7 @@ EXAMPLES
855855
$ smartthings edge:drivers:default
856856
```
857857

858-
_See code: [src/commands/edge/drivers/default.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@2.0.0-beta.1/packages/edge/src/commands/edge/drivers/default.ts)_
858+
_See code: [src/commands/edge/drivers/default.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@2.0.0-beta.2/packages/edge/src/commands/edge/drivers/default.ts)_
859859

860860
## `smartthings edge:drivers:delete [ID]`
861861

@@ -881,7 +881,7 @@ DESCRIPTION
881881
delete an edge driver
882882
```
883883

884-
_See code: [src/commands/edge/drivers/delete.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@2.0.0-beta.1/packages/edge/src/commands/edge/drivers/delete.ts)_
884+
_See code: [src/commands/edge/drivers/delete.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@2.0.0-beta.2/packages/edge/src/commands/edge/drivers/delete.ts)_
885885

886886
## `smartthings edge:drivers:install [DRIVERID]`
887887

@@ -917,7 +917,7 @@ EXAMPLES
917917
$ smartthings edge:drivers:install -H <hub-id> -C <channel-id> <driver-id> # install a driver from a channel on an enrolled hub
918918
```
919919

920-
_See code: [src/commands/edge/drivers/install.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@2.0.0-beta.1/packages/edge/src/commands/edge/drivers/install.ts)_
920+
_See code: [src/commands/edge/drivers/install.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@2.0.0-beta.2/packages/edge/src/commands/edge/drivers/install.ts)_
921921

922922
## `smartthings edge:drivers:installed [IDORINDEX]`
923923

@@ -949,7 +949,7 @@ DESCRIPTION
949949
list all drivers installed on a given hub
950950
```
951951

952-
_See code: [src/commands/edge/drivers/installed.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@2.0.0-beta.1/packages/edge/src/commands/edge/drivers/installed.ts)_
952+
_See code: [src/commands/edge/drivers/installed.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@2.0.0-beta.2/packages/edge/src/commands/edge/drivers/installed.ts)_
953953

954954
## `smartthings edge:drivers:logcat [DRIVERID]`
955955

@@ -979,7 +979,7 @@ DESCRIPTION
979979
stream logs from installed drivers
980980
```
981981

982-
_See code: [src/commands/edge/drivers/logcat.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@2.0.0-beta.1/packages/edge/src/commands/edge/drivers/logcat.ts)_
982+
_See code: [src/commands/edge/drivers/logcat.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@2.0.0-beta.2/packages/edge/src/commands/edge/drivers/logcat.ts)_
983983

984984
## `smartthings edge:drivers:package [PROJECTDIRECTORY]`
985985

@@ -1035,7 +1035,7 @@ EXAMPLES
10351035
$ smartthings edge:drivers:package -u driver.zip
10361036
```
10371037

1038-
_See code: [src/commands/edge/drivers/package.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@2.0.0-beta.1/packages/edge/src/commands/edge/drivers/package.ts)_
1038+
_See code: [src/commands/edge/drivers/package.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@2.0.0-beta.2/packages/edge/src/commands/edge/drivers/package.ts)_
10391039

10401040
## `smartthings edge:drivers:publish [DRIVERID] [VERSION]`
10411041

@@ -1106,7 +1106,7 @@ EXAMPLES
11061106
$ smartthings edge:drivers:switch --include-non-matching
11071107
```
11081108

1109-
_See code: [src/commands/edge/drivers/switch.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@2.0.0-beta.1/packages/edge/src/commands/edge/drivers/switch.ts)_
1109+
_See code: [src/commands/edge/drivers/switch.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@2.0.0-beta.2/packages/edge/src/commands/edge/drivers/switch.ts)_
11101110

11111111
## `smartthings edge:drivers:uninstall [DRIVERID]`
11121112

@@ -1134,7 +1134,7 @@ DESCRIPTION
11341134
uninstall an edge driver from a hub
11351135
```
11361136

1137-
_See code: [src/commands/edge/drivers/uninstall.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/cli@2.0.0-beta.1/packages/edge/src/commands/edge/drivers/uninstall.ts)_
1137+
_See code: [src/commands/edge/drivers/uninstall.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/plugin-cli-edge@2.0.0-beta.2/packages/edge/src/commands/edge/drivers/uninstall.ts)_
11381138

11391139
## `smartthings edge:drivers:unpublish [DRIVERID]`
11401140

packages/edge/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@smartthings/plugin-cli-edge",
3-
"version": "2.0.0-beta.1",
3+
"version": "2.0.0-beta.2",
44
"description": "Edge-related SmartThings CLI commands",
55
"author": "SmartThings, Inc.",
66
"bugs": {

0 commit comments

Comments
 (0)