Skip to content

Commit 0f577bd

Browse files
github-actions[bot]bflorian
authored andcommitted
chore(changesets): version packages
1 parent 849a15b commit 0f577bd

File tree

7 files changed

+127
-118
lines changed

7 files changed

+127
-118
lines changed

.changeset/bright-books-fail.md

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

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: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log
22

3+
## 1.9.1
4+
5+
### Patch Changes
6+
7+
- [#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.
8+
9+
- Updated dependencies [[`146c66f`](https://github.com/SmartThingsCommunity/smartthings-cli/commit/146c66f98931cfcf714d9579e46eec4b57b1b66a)]:
10+
- @smartthings/cli-lib@2.2.5
11+
312
## 1.9.0
413

514
### Minor Changes

packages/cli/README.md

Lines changed: 105 additions & 105 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.9.0",
3+
"version": "1.9.1",
44
"description": "Command Line Interface for the SmartThings APIs",
55
"author": "Samsung Electronics Co., LTD.",
66
"bin": {
@@ -76,7 +76,7 @@
7676
"@oclif/plugin-help": "^5.1.12",
7777
"@oclif/plugin-not-found": "^2.3.1",
7878
"@oclif/plugin-plugins": "^2.1.0",
79-
"@smartthings/cli-lib": "^2.2.4",
79+
"@smartthings/cli-lib": "^2.2.5",
8080
"@smartthings/core-sdk": "^8.2.0",
8181
"@smartthings/plugin-cli-edge": "^3.3.3",
8282
"inquirer": "^8.2.4",

packages/lib/CHANGELOG.md

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

3+
## 2.2.5
4+
5+
### Patch Changes
6+
7+
- [#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.
8+
39
## 2.2.4
410

511
### Patch Changes

packages/lib/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-lib",
3-
"version": "2.2.4",
3+
"version": "2.2.5",
44
"description": "SmartThings CLI utility library",
55
"author": "Samsung Electronics Co., LTD.",
66
"bugs": {

0 commit comments

Comments
 (0)