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] committed Sep 3, 2024
1 parent 849a15b commit c5f42bf
Show file tree
Hide file tree
Showing 7 changed files with 127 additions and 118 deletions.
6 changes: 0 additions & 6 deletions .changeset/bright-books-fail.md

This file was deleted.

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.9.1

### Patch Changes

- [#615](https://github.com/SmartThingsCommunity/smartthings-cli/pull/615) [`146c66f`](https://github.com/SmartThingsCommunity/smartthings-cli/commit/146c66f98931cfcf714d9579e46eec4b57b1b66a) Thanks [@bflorian](https://github.com/bflorian)! - Allow port number in callback URLs of API_ONLY apps.

- Updated dependencies [[`146c66f`](https://github.com/SmartThingsCommunity/smartthings-cli/commit/146c66f98931cfcf714d9579e46eec4b57b1b66a)]:
- @smartthings/cli-lib@2.2.5

## 1.9.0

### Minor Changes
Expand Down
210 changes: 105 additions & 105 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.9.0",
"version": "1.9.1",
"description": "Command Line Interface for the SmartThings APIs",
"author": "Samsung Electronics Co., LTD.",
"bin": {
Expand Down Expand Up @@ -76,7 +76,7 @@
"@oclif/plugin-help": "^5.1.12",
"@oclif/plugin-not-found": "^2.3.1",
"@oclif/plugin-plugins": "^2.1.0",
"@smartthings/cli-lib": "^2.2.4",
"@smartthings/cli-lib": "^2.2.5",
"@smartthings/core-sdk": "^8.2.0",
"@smartthings/plugin-cli-edge": "^3.3.3",
"inquirer": "^8.2.4",
Expand Down
6 changes: 6 additions & 0 deletions packages/lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 2.2.5

### Patch Changes

- [#615](https://github.com/SmartThingsCommunity/smartthings-cli/pull/615) [`146c66f`](https://github.com/SmartThingsCommunity/smartthings-cli/commit/146c66f98931cfcf714d9579e46eec4b57b1b66a) Thanks [@bflorian](https://github.com/bflorian)! - Allow port number in callback URLs of API_ONLY apps.

## 2.2.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smartthings/cli-lib",
"version": "2.2.4",
"version": "2.2.5",
"description": "SmartThings CLI utility library",
"author": "Samsung Electronics Co., LTD.",
"bugs": {
Expand Down

0 comments on commit c5f42bf

Please sign in to comment.