Skip to content

Commit 03b4da5

Browse files
committed
chore(release): publish v0.0.0-pre.40
1 parent 4886cc2 commit 03b4da5

File tree

8 files changed

+58
-7
lines changed

8 files changed

+58
-7
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.0.0-pre.40](https://github.com/john-u/smartthings-cli/compare/v0.0.0-pre.39...v0.0.0-pre.40) (2022-03-03)
7+
8+
9+
### Bug Fixes
10+
11+
* **devicepreferences:** make create prompts more clear ([258b9da](https://github.com/john-u/smartthings-cli/commit/258b9daa9fa8d7d5cf08a3034d944732ef2bade7))
12+
13+
14+
### Features
15+
16+
* include unique User-Agent in client requests ([4886cc2](https://github.com/john-u/smartthings-cli/commit/4886cc28f7925972aeacabc84b306f60c3fad7c1))
17+
18+
19+
20+
21+
622
# [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)
723

824

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.0.0-pre.39",
2+
"version": "0.0.0-pre.40",
33
"command": {
44
"bootstrap": {
55
"hoist": true

packages/cli/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.0.0-pre.40](https://github.com/SmartThingsCommunity/smartthings-cli/compare/v0.0.0-pre.39...v0.0.0-pre.40) (2022-03-03)
7+
8+
9+
### Bug Fixes
10+
11+
* **devicepreferences:** make create prompts more clear ([258b9da](https://github.com/SmartThingsCommunity/smartthings-cli/commit/258b9daa9fa8d7d5cf08a3034d944732ef2bade7))
12+
13+
14+
### Features
15+
16+
* include unique User-Agent in client requests ([4886cc2](https://github.com/SmartThingsCommunity/smartthings-cli/commit/4886cc28f7925972aeacabc84b306f60c3fad7c1))
17+
18+
19+
20+
21+
622
# [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)
723

824

packages/cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@smartthings/cli",
3-
"version": "0.0.0-pre.39",
3+
"version": "0.0.0-pre.40",
44
"description": "SmartThings unified CLI",
55
"author": "SmartThings, Inc.",
66
"bin": {
@@ -62,7 +62,7 @@
6262
"@oclif/plugin-autocomplete": "^1.2.0",
6363
"@oclif/plugin-not-found": "^2.3.1",
6464
"@oclif/plugin-plugins": "^2.1.0",
65-
"@smartthings/cli-lib": "^0.0.0-pre.39",
65+
"@smartthings/cli-lib": "^0.0.0-pre.40",
6666
"@smartthings/core-sdk": "^3.4.0",
6767
"@smartthings/plugin-cli-edge": "^1.9.0",
6868
"aws-sdk": "^2.1073.0",
@@ -72,7 +72,7 @@
7272
"lodash": "^4.17.21"
7373
},
7474
"devDependencies": {
75-
"@smartthings/cli-testlib": "^0.0.0-pre.39",
75+
"@smartthings/cli-testlib": "^0.0.0-pre.40",
7676
"@types/cli-table": "^0.3.0",
7777
"@types/inquirer": "^8.2.0",
7878
"@types/jest": "^27.4.0",

packages/lib/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.0.0-pre.40](https://github.com/SmartThingsCommunity/smartthings-cli/compare/v0.0.0-pre.39...v0.0.0-pre.40) (2022-03-03)
7+
8+
9+
### Features
10+
11+
* include unique User-Agent in client requests ([4886cc2](https://github.com/SmartThingsCommunity/smartthings-cli/commit/4886cc28f7925972aeacabc84b306f60c3fad7c1))
12+
13+
14+
15+
16+
617
# [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)
718

819

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": "0.0.0-pre.39",
3+
"version": "0.0.0-pre.40",
44
"description": "SmartThings unified CLI utility library",
55
"author": "SmartThings, Inc.",
66
"bugs": "https://github.com/SmartThingsCommunity/smartthings-cli/issues",

packages/testlib/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.0.0-pre.40](https://github.com/SmartThingsCommunity/smartthings-cli/compare/v0.0.0-pre.39...v0.0.0-pre.40) (2022-03-03)
7+
8+
**Note:** Version bump only for package @smartthings/cli-testlib
9+
10+
11+
12+
13+
614
# [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)
715

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

packages/testlib/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-testlib",
3-
"version": "0.0.0-pre.39",
3+
"version": "0.0.0-pre.40",
44
"description": "SmartThings unified CLI testing utility methods library",
55
"author": "SmartThings, Inc.",
66
"bugs": "https://github.com/SmartThingsCommunity/smartthings-cli/issues",
@@ -22,7 +22,7 @@
2222
"directory": "packages/testlib"
2323
},
2424
"dependencies": {
25-
"@smartthings/cli-lib": "^0.0.0-pre.39"
25+
"@smartthings/cli-lib": "^0.0.0-pre.40"
2626
},
2727
"devDependencies": {
2828
"@types/jest": "^27.4.0",

0 commit comments

Comments
 (0)