Skip to content

Commit ae49b75

Browse files
committed
chore(release): publish v0.0.0-pre.32
1 parent 86da8dd commit ae49b75

File tree

8 files changed

+60
-7
lines changed

8 files changed

+60
-7
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
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.32](https://github.com/rossiam/smartthings-cli/compare/v0.0.0-pre.31...v0.0.0-pre.32) (2021-10-25)
7+
8+
9+
### Bug Fixes
10+
11+
* **edge:** bump edge version to 1.4.3 ([f34ff2b](https://github.com/rossiam/smartthings-cli/commit/f34ff2b6538fd359076d6316e1d929da5add4d43))
12+
* scrub sensitive info from logging ([6b374f8](https://github.com/rossiam/smartthings-cli/commit/6b374f880f78f724f2dfb139f89c39c9188de7cf))
13+
14+
15+
### Features
16+
17+
* **lib:** add easy access to string config values ([17c013d](https://github.com/rossiam/smartthings-cli/commit/17c013d190a5f6923072f0a992cdef77bbeae9e9))
18+
19+
20+
21+
22+
623
# [0.0.0-pre.31](https://github.com/rossiam/smartthings-cli/compare/v0.0.0-pre.30...v0.0.0-pre.31) (2021-10-07)
724

825

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.31",
2+
"version": "0.0.0-pre.32",
33
"command": {
44
"bootstrap": {
55
"hoist": true

packages/cli/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.32](https://github.com/SmartThingsCommunity/smartthings-cli/compare/v0.0.0-pre.31...v0.0.0-pre.32) (2021-10-25)
7+
8+
9+
### Bug Fixes
10+
11+
* **edge:** bump edge version to 1.4.3 ([f34ff2b](https://github.com/SmartThingsCommunity/smartthings-cli/commit/f34ff2b6538fd359076d6316e1d929da5add4d43))
12+
* scrub sensitive info from logging ([6b374f8](https://github.com/SmartThingsCommunity/smartthings-cli/commit/6b374f880f78f724f2dfb139f89c39c9188de7cf))
13+
14+
15+
16+
17+
618
# [0.0.0-pre.31](https://github.com/SmartThingsCommunity/smartthings-cli/compare/v0.0.0-pre.30...v0.0.0-pre.31) (2021-10-07)
719

820

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.31",
3+
"version": "0.0.0-pre.32",
44
"description": "SmartThings unified CLI",
55
"author": "SmartThings, Inc.",
66
"bin": {
@@ -64,7 +64,7 @@
6464
"@oclif/plugin-help": "^3.2.0",
6565
"@oclif/plugin-not-found": "^1.2.4",
6666
"@oclif/plugin-plugins": "^1.9.4",
67-
"@smartthings/cli-lib": "^0.0.0-pre.29",
67+
"@smartthings/cli-lib": "^0.0.0-pre.32",
6868
"@smartthings/core-sdk": "^1.10.1",
6969
"@smartthings/plugin-cli-edge": "^1.4.3",
7070
"aws-sdk": "^2.690.0",
@@ -76,7 +76,7 @@
7676
},
7777
"devDependencies": {
7878
"@oclif/dev-cli": "^1.22.2",
79-
"@smartthings/cli-testlib": "^0.0.0-pre.29",
79+
"@smartthings/cli-testlib": "^0.0.0-pre.32",
8080
"@types/cli-table": "^0.3.0",
8181
"@types/inquirer": "^7.3.3",
8282
"@types/jest": "^26.0.14",

packages/lib/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.32](https://github.com/SmartThingsCommunity/smartthings-cli/compare/v0.0.0-pre.31...v0.0.0-pre.32) (2021-10-25)
7+
8+
9+
### Bug Fixes
10+
11+
* scrub sensitive info from logging ([6b374f8](https://github.com/SmartThingsCommunity/smartthings-cli/commit/6b374f880f78f724f2dfb139f89c39c9188de7cf))
12+
13+
14+
### Features
15+
16+
* **lib:** add easy access to string config values ([17c013d](https://github.com/SmartThingsCommunity/smartthings-cli/commit/17c013d190a5f6923072f0a992cdef77bbeae9e9))
17+
18+
19+
20+
21+
622
# [0.0.0-pre.29](https://github.com/SmartThingsCommunity/smartthings-cli/compare/v0.0.0-pre.28...v0.0.0-pre.29) (2021-09-10)
723

824

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.29",
3+
"version": "0.0.0-pre.32",
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.32](https://github.com/SmartThingsCommunity/smartthings-cli/compare/v0.0.0-pre.31...v0.0.0-pre.32) (2021-10-25)
7+
8+
**Note:** Version bump only for package @smartthings/cli-testlib
9+
10+
11+
12+
13+
614
# [0.0.0-pre.29](https://github.com/SmartThingsCommunity/smartthings-cli/compare/v0.0.0-pre.28...v0.0.0-pre.29) (2021-09-10)
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.29",
3+
"version": "0.0.0-pre.32",
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.29"
25+
"@smartthings/cli-lib": "^0.0.0-pre.32"
2626
},
2727
"devDependencies": {
2828
"@oclif/dev-cli": "^1.22.2",

0 commit comments

Comments
 (0)