Skip to content

Commit

Permalink
chore(changesets): version packages (beta)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and rossiam committed Nov 8, 2022
1 parent 0ff4918 commit 96bc06f
Show file tree
Hide file tree
Showing 8 changed files with 167 additions and 151 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"good-worms-greet",
"gorgeous-knives-yell",
"gorgeous-paws-rush",
"healthy-roses-ring",
"heavy-islands-jam",
"late-baboons-love",
"late-suits-buy",
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.

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

## 1.0.0-beta.23

### Patch Changes

- [#439](https://github.com/SmartThingsCommunity/smartthings-cli/pull/439) [`0ff4918`](https://github.com/SmartThingsCommunity/smartthings-cli/commit/0ff491827ee13d4dfe308792e19f1440422399dc) Thanks [@rossiam](https://github.com/rossiam)! - removed command aliases (`@oclif/plugin-notfound` plugin works much better now than it once did)

- Updated dependencies [[`0ff4918`](https://github.com/SmartThingsCommunity/smartthings-cli/commit/0ff491827ee13d4dfe308792e19f1440422399dc)]:
- @smartthings/plugin-cli-edge@2.0.0-beta.5

## 1.0.0-beta.22

### Patch Changes
Expand Down
240 changes: 120 additions & 120 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.22",
"version": "1.0.0-beta.23",
"description": "Command Line Interface for the SmartThings APIs",
"author": "SmartThings, Inc.",
"bin": {
Expand Down Expand Up @@ -77,7 +77,7 @@
"@oclif/plugin-plugins": "^2.1.0",
"@smartthings/cli-lib": "^1.0.0-beta.17",
"@smartthings/core-sdk": "^5.2.0",
"@smartthings/plugin-cli-edge": "^2.0.0-beta.4",
"@smartthings/plugin-cli-edge": "^2.0.0-beta.5",
"aws-sdk": "^2.1175.0",
"inquirer": "^8.2.4",
"js-yaml": "^4.1.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/edge/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @smartthings/plugin-cli-edge

## 2.0.0-beta.5

### Patch Changes

- [#439](https://github.com/SmartThingsCommunity/smartthings-cli/pull/439) [`0ff4918`](https://github.com/SmartThingsCommunity/smartthings-cli/commit/0ff491827ee13d4dfe308792e19f1440422399dc) Thanks [@rossiam](https://github.com/rossiam)! - removed command aliases (`@oclif/plugin-notfound` plugin works much better now than it once did)

## 2.0.0-beta.4

### Patch Changes
Expand Down
48 changes: 24 additions & 24 deletions packages/edge/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ EXAMPLES
$ smartthings edge:channels --subscriber-type HUB --subscriber-id <hub-id>
```

_See code: [src/commands/edge/channels.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/[email protected].4/packages/edge/src/commands/edge/channels.ts)_
_See code: [src/commands/edge/channels.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/[email protected].5/packages/edge/src/commands/edge/channels.ts)_

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

Expand Down Expand Up @@ -118,7 +118,7 @@ DESCRIPTION
assign a driver to a channel
```

_See code: [src/commands/edge/channels/assign.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/[email protected].4/packages/edge/src/commands/edge/channels/assign.ts)_
_See code: [src/commands/edge/channels/assign.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/[email protected].5/packages/edge/src/commands/edge/channels/assign.ts)_

## `smartthings edge:channels:create`

Expand Down Expand Up @@ -147,7 +147,7 @@ DESCRIPTION
create a channel
```

_See code: [src/commands/edge/channels/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/[email protected].4/packages/edge/src/commands/edge/channels/create.ts)_
_See code: [src/commands/edge/channels/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/[email protected].5/packages/edge/src/commands/edge/channels/create.ts)_

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

Expand All @@ -173,7 +173,7 @@ DESCRIPTION
delete a channel
```

_See code: [src/commands/edge/channels/delete.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/[email protected].4/packages/edge/src/commands/edge/channels/delete.ts)_
_See code: [src/commands/edge/channels/delete.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/[email protected].5/packages/edge/src/commands/edge/channels/delete.ts)_

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

Expand Down Expand Up @@ -203,7 +203,7 @@ DESCRIPTION
list all drivers assigned to a given channel
```

_See code: [src/commands/edge/channels/drivers.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/[email protected].4/packages/edge/src/commands/edge/channels/drivers.ts)_
_See code: [src/commands/edge/channels/drivers.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/[email protected].5/packages/edge/src/commands/edge/channels/drivers.ts)_

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

Expand Down Expand Up @@ -231,7 +231,7 @@ DESCRIPTION
enroll a hub in a channel
```

_See code: [src/commands/edge/channels/enroll.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/[email protected].4/packages/edge/src/commands/edge/channels/enroll.ts)_
_See code: [src/commands/edge/channels/enroll.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/[email protected].5/packages/edge/src/commands/edge/channels/enroll.ts)_

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

Expand Down Expand Up @@ -261,7 +261,7 @@ DESCRIPTION
list all channels a given hub is enrolled in
```

_See code: [src/commands/edge/channels/enrollments.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/[email protected].4/packages/edge/src/commands/edge/channels/enrollments.ts)_
_See code: [src/commands/edge/channels/enrollments.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/[email protected].5/packages/edge/src/commands/edge/channels/enrollments.ts)_

## `smartthings edge:channels:invites [IDORINDEX]`

Expand Down Expand Up @@ -301,7 +301,7 @@ EXAMPLES
$ smartthings edge:channels:invites <invite id> # list details about the invite with id <invite id>
```

_See code: [src/commands/edge/channels/invites.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/[email protected].4/packages/edge/src/commands/edge/channels/invites.ts)_
_See code: [src/commands/edge/channels/invites.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/[email protected].5/packages/edge/src/commands/edge/channels/invites.ts)_

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

Expand All @@ -327,7 +327,7 @@ DESCRIPTION
accept a channel invitation
```

_See code: [src/commands/edge/channels/invites/accept.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/[email protected].4/packages/edge/src/commands/edge/channels/invites/accept.ts)_
_See code: [src/commands/edge/channels/invites/accept.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/[email protected].5/packages/edge/src/commands/edge/channels/invites/accept.ts)_

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

Expand Down Expand Up @@ -357,7 +357,7 @@ DESCRIPTION
create an invitation
```

_See code: [src/commands/edge/channels/invites/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/[email protected].4/packages/edge/src/commands/edge/channels/invites/create.ts)_
_See code: [src/commands/edge/channels/invites/create.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/[email protected].5/packages/edge/src/commands/edge/channels/invites/create.ts)_

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

Expand Down Expand Up @@ -385,7 +385,7 @@ DESCRIPTION
delete a channel invitation
```

_See code: [src/commands/edge/channels/invites/delete.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/[email protected].4/packages/edge/src/commands/edge/channels/invites/delete.ts)_
_See code: [src/commands/edge/channels/invites/delete.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/[email protected].5/packages/edge/src/commands/edge/channels/invites/delete.ts)_

## `smartthings edge:channels:metainfo [IDORINDEX]`

Expand Down Expand Up @@ -429,7 +429,7 @@ EXAMPLES
699c7308-8c72-4363-9571-880d0f5cc725
```

_See code: [src/commands/edge/channels/metainfo.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/[email protected].4/packages/edge/src/commands/edge/channels/metainfo.ts)_
_See code: [src/commands/edge/channels/metainfo.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/[email protected].5/packages/edge/src/commands/edge/channels/metainfo.ts)_

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

Expand Down Expand Up @@ -457,7 +457,7 @@ DESCRIPTION
remove a driver from a channel
```

_See code: [src/commands/edge/channels/unassign.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/[email protected].4/packages/edge/src/commands/edge/channels/unassign.ts)_
_See code: [src/commands/edge/channels/unassign.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/[email protected].5/packages/edge/src/commands/edge/channels/unassign.ts)_

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

Expand Down Expand Up @@ -485,7 +485,7 @@ DESCRIPTION
unenroll a hub from a channel
```

_See code: [src/commands/edge/channels/unenroll.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/[email protected].4/packages/edge/src/commands/edge/channels/unenroll.ts)_
_See code: [src/commands/edge/channels/unenroll.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/[email protected].5/packages/edge/src/commands/edge/channels/unenroll.ts)_

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

Expand Down Expand Up @@ -517,7 +517,7 @@ DESCRIPTION
update a channel
```

_See code: [src/commands/edge/channels/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/[email protected].4/packages/edge/src/commands/edge/channels/update.ts)_
_See code: [src/commands/edge/channels/update.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/[email protected].5/packages/edge/src/commands/edge/channels/update.ts)_

## `smartthings edge:drivers [IDORINDEX]`

Expand Down Expand Up @@ -568,7 +568,7 @@ EXAMPLES
$ smartthings edge:drivers 699c7308-8c72-4363-9571-880d0f5cc725 --version 2021-10-25T00:48:23.295969
```

_See code: [src/commands/edge/drivers.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/[email protected].4/packages/edge/src/commands/edge/drivers.ts)_
_See code: [src/commands/edge/drivers.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/[email protected].5/packages/edge/src/commands/edge/drivers.ts)_

## `smartthings edge:drivers:default`

Expand Down Expand Up @@ -600,7 +600,7 @@ EXAMPLES
$ smartthings edge:drivers:default
```

_See code: [src/commands/edge/drivers/default.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/[email protected].4/packages/edge/src/commands/edge/drivers/default.ts)_
_See code: [src/commands/edge/drivers/default.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/[email protected].5/packages/edge/src/commands/edge/drivers/default.ts)_

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

Expand All @@ -626,7 +626,7 @@ DESCRIPTION
delete an edge driver
```

_See code: [src/commands/edge/drivers/delete.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/[email protected].4/packages/edge/src/commands/edge/drivers/delete.ts)_
_See code: [src/commands/edge/drivers/delete.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/[email protected].5/packages/edge/src/commands/edge/drivers/delete.ts)_

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

Expand Down Expand Up @@ -662,7 +662,7 @@ EXAMPLES
$ smartthings edge:drivers:install -H <hub-id> -C <channel-id> <driver-id> # install a driver from a channel on an enrolled hub
```

_See code: [src/commands/edge/drivers/install.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/[email protected].4/packages/edge/src/commands/edge/drivers/install.ts)_
_See code: [src/commands/edge/drivers/install.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/[email protected].5/packages/edge/src/commands/edge/drivers/install.ts)_

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

Expand Down Expand Up @@ -712,7 +712,7 @@ EXAMPLES
$ smartthings edge:drivers:installed <driver-id>
```

_See code: [src/commands/edge/drivers/installed.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/[email protected].4/packages/edge/src/commands/edge/drivers/installed.ts)_
_See code: [src/commands/edge/drivers/installed.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/[email protected].5/packages/edge/src/commands/edge/drivers/installed.ts)_

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

Expand Down Expand Up @@ -742,7 +742,7 @@ DESCRIPTION
stream logs from installed drivers
```

_See code: [src/commands/edge/drivers/logcat.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/[email protected].4/packages/edge/src/commands/edge/drivers/logcat.ts)_
_See code: [src/commands/edge/drivers/logcat.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/[email protected].5/packages/edge/src/commands/edge/drivers/logcat.ts)_

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

Expand Down Expand Up @@ -798,7 +798,7 @@ EXAMPLES
$ smartthings edge:drivers:package -u driver.zip
```

_See code: [src/commands/edge/drivers/package.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/[email protected].4/packages/edge/src/commands/edge/drivers/package.ts)_
_See code: [src/commands/edge/drivers/package.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/[email protected].5/packages/edge/src/commands/edge/drivers/package.ts)_

## `smartthings edge:drivers:switch [DEVICEID]`

Expand Down Expand Up @@ -839,7 +839,7 @@ EXAMPLES
$ smartthings edge:drivers:switch --include-non-matching
```

_See code: [src/commands/edge/drivers/switch.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/[email protected].4/packages/edge/src/commands/edge/drivers/switch.ts)_
_See code: [src/commands/edge/drivers/switch.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/[email protected].5/packages/edge/src/commands/edge/drivers/switch.ts)_

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

Expand Down Expand Up @@ -867,7 +867,7 @@ DESCRIPTION
uninstall an edge driver from a hub
```

_See code: [src/commands/edge/drivers/uninstall.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/[email protected].4/packages/edge/src/commands/edge/drivers/uninstall.ts)_
_See code: [src/commands/edge/drivers/uninstall.ts](https://github.com/SmartThingsCommunity/smartthings-cli/blob/@smartthings/[email protected].5/packages/edge/src/commands/edge/drivers/uninstall.ts)_
<!-- commandsstop -->

# Building
Expand Down
2 changes: 1 addition & 1 deletion packages/edge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smartthings/plugin-cli-edge",
"version": "2.0.0-beta.4",
"version": "2.0.0-beta.5",
"description": "Edge-related SmartThings CLI commands",
"author": "SmartThings, Inc.",
"bugs": {
Expand Down

0 comments on commit 96bc06f

Please sign in to comment.