Skip to content

Commit

Permalink
chore(changesets): version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and rossiam committed Oct 30, 2023
1 parent e75b122 commit f4c0418
Show file tree
Hide file tree
Showing 12 changed files with 217 additions and 191 deletions.
8 changes: 0 additions & 8 deletions .changeset/eighty-knives-sin.md

This file was deleted.

32 changes: 16 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

## 1.8.1

### Patch Changes

- [#559](https://github.com/SmartThingsCommunity/smartthings-cli/pull/559) [`e75b122`](https://github.com/SmartThingsCommunity/smartthings-cli/commit/e75b1223b108dc90fd320c8f70a77551887f8067) Thanks [@rossiam](https://github.com/rossiam)! - minor ux tweaks to new ST Schema Invites

- Updated dependencies [[`e75b122`](https://github.com/SmartThingsCommunity/smartthings-cli/commit/e75b1223b108dc90fd320c8f70a77551887f8067)]:
- @smartthings/plugin-cli-edge@3.3.2
- @smartthings/cli-lib@2.2.3

## 1.8.0

### Minor Changes
Expand Down
262 changes: 131 additions & 131 deletions packages/cli/README.md

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smartthings/cli",
"version": "1.8.0",
"version": "1.8.1",
"description": "Command Line Interface for the SmartThings APIs",
"author": "Samsung Electronics Co., LTD.",
"bin": {
Expand Down Expand Up @@ -76,16 +76,16 @@
"@oclif/plugin-help": "^5.1.12",
"@oclif/plugin-not-found": "^2.3.1",
"@oclif/plugin-plugins": "^2.1.0",
"@smartthings/cli-lib": "^2.2.2",
"@smartthings/cli-lib": "^2.2.3",
"@smartthings/core-sdk": "^8.1.1",
"@smartthings/plugin-cli-edge": "^3.3.1",
"@smartthings/plugin-cli-edge": "^3.3.2",
"inquirer": "^8.2.4",
"js-yaml": "^4.1.0",
"log4js": "^6.6.0",
"uuid": "^9.0.0"
},
"devDependencies": {
"@smartthings/cli-testlib": "^2.0.4",
"@smartthings/cli-testlib": "^2.0.5",
"@types/inquirer": "^8.2.1",
"@types/jest": "^28.1.5",
"@types/js-yaml": "^4.0.5",
Expand Down
9 changes: 9 additions & 0 deletions packages/edge/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @smartthings/plugin-cli-edge

## 3.3.2

### Patch Changes

- [#559](https://github.com/SmartThingsCommunity/smartthings-cli/pull/559) [`e75b122`](https://github.com/SmartThingsCommunity/smartthings-cli/commit/e75b1223b108dc90fd320c8f70a77551887f8067) Thanks [@rossiam](https://github.com/rossiam)! - minor ux tweaks to new ST Schema Invites

- Updated dependencies [[`e75b122`](https://github.com/SmartThingsCommunity/smartthings-cli/commit/e75b1223b108dc90fd320c8f70a77551887f8067)]:
- @smartthings/cli-lib@2.2.3

## 3.3.1

### Patch Changes
Expand Down
Loading

0 comments on commit f4c0418

Please sign in to comment.