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 Aug 21, 2023
1 parent a427e34 commit e7386c7
Show file tree
Hide file tree
Showing 8 changed files with 126 additions and 119 deletions.
5 changes: 0 additions & 5 deletions .changeset/funny-chicken-marry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/green-fireants-try.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.

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

## 1.6.0

### Minor Changes

- [#539](https://github.com/SmartThingsCommunity/smartthings-cli/pull/539) [`a427e34`](https://github.com/SmartThingsCommunity/smartthings-cli/commit/a427e34467c56e221089a4aeee53a6894b590e2a) Thanks [@rossiam](https://github.com/rossiam)! - Added support for Q&A input and updating of Schema Apps.

### Patch Changes

- Updated dependencies [[`a427e34`](https://github.com/SmartThingsCommunity/smartthings-cli/commit/a427e34467c56e221089a4aeee53a6894b590e2a)]:
- @smartthings/cli-lib@2.2.0

## 1.5.1

### Patch Changes
Expand Down
204 changes: 102 additions & 102 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.5.1",
"version": "1.6.0",
"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.1.1",
"@smartthings/cli-lib": "^2.2.0",
"@smartthings/core-sdk": "^7.1.1",
"@smartthings/plugin-cli-edge": "^3.2.1",
"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.0

### Minor Changes

- [#539](https://github.com/SmartThingsCommunity/smartthings-cli/pull/539) [`a427e34`](https://github.com/SmartThingsCommunity/smartthings-cli/commit/a427e34467c56e221089a4aeee53a6894b590e2a) Thanks [@rossiam](https://github.com/rossiam)! - Miscellaneous updates to item-input module.

## 2.1.1

### 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.1.1",
"version": "2.2.0",
"description": "SmartThings CLI utility library",
"author": "Samsung Electronics Co., LTD.",
"bugs": {
Expand Down

0 comments on commit e7386c7

Please sign in to comment.