Skip to content

Commit 8c81c12

Browse files
committed
chore(release): publish v0.0.0-pre.34
1 parent dd8df46 commit 8c81c12

File tree

8 files changed

+48
-7
lines changed

8 files changed

+48
-7
lines changed

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.34](https://github.com/john-u/smartthings-cli/compare/v0.0.0-pre.33...v0.0.0-pre.34) (2021-12-23)
7+
8+
9+
### Features
10+
11+
* **edge:** debug logging in logcat ([dd8df46](https://github.com/john-u/smartthings-cli/commit/dd8df46f396f96944852c3b5480422d828a1545c))
12+
13+
14+
15+
16+
617
# [0.0.0-pre.33](https://github.com/john-u/smartthings-cli/compare/v0.0.0-pre.32...v0.0.0-pre.33) (2021-12-15)
718

819

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

packages/cli/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.34](https://github.com/SmartThingsCommunity/smartthings-cli/compare/v0.0.0-pre.33...v0.0.0-pre.34) (2021-12-23)
7+
8+
9+
### Features
10+
11+
* **edge:** debug logging in logcat ([dd8df46](https://github.com/SmartThingsCommunity/smartthings-cli/commit/dd8df46f396f96944852c3b5480422d828a1545c))
12+
13+
14+
15+
16+
617
# [0.0.0-pre.33](https://github.com/SmartThingsCommunity/smartthings-cli/compare/v0.0.0-pre.32...v0.0.0-pre.33) (2021-12-15)
718

819

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.33",
3+
"version": "0.0.0-pre.34",
44
"description": "SmartThings unified CLI",
55
"author": "SmartThings, Inc.",
66
"bin": {
@@ -64,7 +64,7 @@
6464
"@oclif/plugin-help": "^3.2.17",
6565
"@oclif/plugin-not-found": "^1.2.6",
6666
"@oclif/plugin-plugins": "^1.10.1",
67-
"@smartthings/cli-lib": "^0.0.0-pre.33",
67+
"@smartthings/cli-lib": "^0.0.0-pre.34",
6868
"@smartthings/core-sdk": "^1.12.1",
6969
"@smartthings/plugin-cli-edge": "^1.7.0",
7070
"aws-sdk": "^2.690.0",
@@ -76,7 +76,7 @@
7676
},
7777
"devDependencies": {
7878
"@oclif/dev-cli": "^1.26.9",
79-
"@smartthings/cli-testlib": "^0.0.0-pre.33",
79+
"@smartthings/cli-testlib": "^0.0.0-pre.34",
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: 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.34](https://github.com/SmartThingsCommunity/smartthings-cli/compare/v0.0.0-pre.33...v0.0.0-pre.34) (2021-12-23)
7+
8+
9+
### Features
10+
11+
* **edge:** debug logging in logcat ([dd8df46](https://github.com/SmartThingsCommunity/smartthings-cli/commit/dd8df46f396f96944852c3b5480422d828a1545c))
12+
13+
14+
15+
16+
617
# [0.0.0-pre.33](https://github.com/SmartThingsCommunity/smartthings-cli/compare/v0.0.0-pre.32...v0.0.0-pre.33) (2021-12-15)
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.33",
3+
"version": "0.0.0-pre.34",
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.34](https://github.com/SmartThingsCommunity/smartthings-cli/compare/v0.0.0-pre.33...v0.0.0-pre.34) (2021-12-23)
7+
8+
**Note:** Version bump only for package @smartthings/cli-testlib
9+
10+
11+
12+
13+
614
# [0.0.0-pre.33](https://github.com/SmartThingsCommunity/smartthings-cli/compare/v0.0.0-pre.32...v0.0.0-pre.33) (2021-12-15)
715

816

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.33",
3+
"version": "0.0.0-pre.34",
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.33"
25+
"@smartthings/cli-lib": "^0.0.0-pre.34"
2626
},
2727
"devDependencies": {
2828
"@oclif/dev-cli": "^1.26.9",

0 commit comments

Comments
 (0)