Skip to content

Commit

Permalink
chore(release): publish v0.0.0-pre.39
Browse files Browse the repository at this point in the history
  • Loading branch information
smartthingspi committed Feb 18, 2022
1 parent 5ea91d7 commit 451fa81
Show file tree
Hide file tree
Showing 8 changed files with 48 additions and 7 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.0.0-pre.39](https://github.com/rossiam/smartthings-cli/compare/v0.0.0-pre.38...v0.0.0-pre.39) (2022-02-18)


### Features

* add type filter to devices command; minor refactoring ([5ea91d7](https://github.com/rossiam/smartthings-cli/commit/5ea91d7825aa87383d0c2a832c4aee4f5e3a0f55))





# [0.0.0-pre.38](https://github.com/john-u/smartthings-cli/compare/v0.0.0-pre.37...v0.0.0-pre.38) (2022-02-17)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.0.0-pre.38",
"version": "0.0.0-pre.39",
"command": {
"bootstrap": {
"hoist": true
Expand Down
11 changes: 11 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.0.0-pre.39](https://github.com/SmartThingsCommunity/smartthings-cli/compare/v0.0.0-pre.38...v0.0.0-pre.39) (2022-02-18)


### Features

* add type filter to devices command; minor refactoring ([5ea91d7](https://github.com/SmartThingsCommunity/smartthings-cli/commit/5ea91d7825aa87383d0c2a832c4aee4f5e3a0f55))





# [0.0.0-pre.38](https://github.com/SmartThingsCommunity/smartthings-cli/compare/v0.0.0-pre.37...v0.0.0-pre.38) (2022-02-17)


Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smartthings/cli",
"version": "0.0.0-pre.38",
"version": "0.0.0-pre.39",
"description": "SmartThings unified CLI",
"author": "SmartThings, Inc.",
"bin": {
Expand Down Expand Up @@ -62,7 +62,7 @@
"@oclif/plugin-autocomplete": "^1.2.0",
"@oclif/plugin-not-found": "^2.3.1",
"@oclif/plugin-plugins": "^2.1.0",
"@smartthings/cli-lib": "^0.0.0-pre.37",
"@smartthings/cli-lib": "^0.0.0-pre.39",
"@smartthings/core-sdk": "^3.3.0",
"@smartthings/plugin-cli-edge": "^1.8.1",
"aws-sdk": "^2.1073.0",
Expand All @@ -72,7 +72,7 @@
"lodash": "^4.17.21"
},
"devDependencies": {
"@smartthings/cli-testlib": "^0.0.0-pre.37",
"@smartthings/cli-testlib": "^0.0.0-pre.39",
"@types/cli-table": "^0.3.0",
"@types/inquirer": "^8.2.0",
"@types/jest": "^27.4.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/lib/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.0.0-pre.39](https://github.com/SmartThingsCommunity/smartthings-cli/compare/v0.0.0-pre.38...v0.0.0-pre.39) (2022-02-18)


### Features

* add type filter to devices command; minor refactoring ([5ea91d7](https://github.com/SmartThingsCommunity/smartthings-cli/commit/5ea91d7825aa87383d0c2a832c4aee4f5e3a0f55))





# [0.0.0-pre.37](https://github.com/SmartThingsCommunity/smartthings-cli/compare/v0.0.0-pre.36...v0.0.0-pre.37) (2022-02-11)


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": "0.0.0-pre.37",
"version": "0.0.0-pre.39",
"description": "SmartThings unified CLI utility library",
"author": "SmartThings, Inc.",
"bugs": "https://github.com/SmartThingsCommunity/smartthings-cli/issues",
Expand Down
8 changes: 8 additions & 0 deletions packages/testlib/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.0.0-pre.39](https://github.com/SmartThingsCommunity/smartthings-cli/compare/v0.0.0-pre.38...v0.0.0-pre.39) (2022-02-18)

**Note:** Version bump only for package @smartthings/cli-testlib





# [0.0.0-pre.37](https://github.com/SmartThingsCommunity/smartthings-cli/compare/v0.0.0-pre.36...v0.0.0-pre.37) (2022-02-11)


Expand Down
4 changes: 2 additions & 2 deletions packages/testlib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smartthings/cli-testlib",
"version": "0.0.0-pre.37",
"version": "0.0.0-pre.39",
"description": "SmartThings unified CLI testing utility methods library",
"author": "SmartThings, Inc.",
"bugs": "https://github.com/SmartThingsCommunity/smartthings-cli/issues",
Expand All @@ -22,7 +22,7 @@
"directory": "packages/testlib"
},
"dependencies": {
"@smartthings/cli-lib": "^0.0.0-pre.37"
"@smartthings/cli-lib": "^0.0.0-pre.39"
},
"devDependencies": {
"@types/jest": "^27.4.0",
Expand Down

0 comments on commit 451fa81

Please sign in to comment.