Skip to content

Commit 705a334

Browse files
committed
chore(release): publish v0.0.0-pre.35
1 parent 109bd38 commit 705a334

File tree

8 files changed

+75
-7
lines changed

8 files changed

+75
-7
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
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.35](https://github.com/rossiam/smartthings-cli/compare/v0.0.0-pre.34...v0.0.0-pre.35) (2022-01-19)
7+
8+
9+
### Bug Fixes
10+
11+
* revert most of package-lock.json which had been completely remade with last commit ([5228eb4](https://github.com/rossiam/smartthings-cli/commit/5228eb4126275389bc544dd4812b0296aeb65d4a))
12+
* update versions for oclif dependencies ([e943245](https://github.com/rossiam/smartthings-cli/commit/e94324526e45bba40706d0b77767f17781a42dec))
13+
14+
15+
### Features
16+
17+
* **devicepreferences:** expanded i18n support ([109bd38](https://github.com/rossiam/smartthings-cli/commit/109bd384ccfe806e159cf8d474188075ede1b0e7))
18+
* update standard device details output ([0867f77](https://github.com/rossiam/smartthings-cli/commit/0867f775ab58fe5cbd1979bb1365e4004ff9f4b7))
19+
20+
21+
22+
23+
624
# [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)
725

826

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

packages/cli/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.35](https://github.com/SmartThingsCommunity/smartthings-cli/compare/v0.0.0-pre.34...v0.0.0-pre.35) (2022-01-19)
7+
8+
9+
### Bug Fixes
10+
11+
* update versions for oclif dependencies ([e943245](https://github.com/SmartThingsCommunity/smartthings-cli/commit/e94324526e45bba40706d0b77767f17781a42dec))
12+
13+
14+
### Features
15+
16+
* **devicepreferences:** expanded i18n support ([109bd38](https://github.com/SmartThingsCommunity/smartthings-cli/commit/109bd384ccfe806e159cf8d474188075ede1b0e7))
17+
* update standard device details output ([0867f77](https://github.com/SmartThingsCommunity/smartthings-cli/commit/0867f775ab58fe5cbd1979bb1365e4004ff9f4b7))
18+
19+
20+
21+
22+
623
# [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)
724

825

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.34",
3+
"version": "0.0.0-pre.35",
44
"description": "SmartThings unified CLI",
55
"author": "SmartThings, Inc.",
66
"bin": {
@@ -64,7 +64,7 @@
6464
"@oclif/plugin-help": "^3.3.1",
6565
"@oclif/plugin-not-found": "^1.2.6",
6666
"@oclif/plugin-plugins": "^1.10.11",
67-
"@smartthings/cli-lib": "^0.0.0-pre.34",
67+
"@smartthings/cli-lib": "^0.0.0-pre.35",
6868
"@smartthings/core-sdk": "^2.1.1",
6969
"@smartthings/plugin-cli-edge": "^1.7.0",
7070
"aws-sdk": "^2.690.0",
@@ -77,7 +77,7 @@
7777
},
7878
"devDependencies": {
7979
"@oclif/dev-cli": "^1.26.10",
80-
"@smartthings/cli-testlib": "^0.0.0-pre.34",
80+
"@smartthings/cli-testlib": "^0.0.0-pre.35",
8181
"@types/cli-table": "^0.3.0",
8282
"@types/inquirer": "^7.3.3",
8383
"@types/jest": "^26.0.14",

packages/lib/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.35](https://github.com/SmartThingsCommunity/smartthings-cli/compare/v0.0.0-pre.34...v0.0.0-pre.35) (2022-01-19)
7+
8+
9+
### Bug Fixes
10+
11+
* update versions for oclif dependencies ([e943245](https://github.com/SmartThingsCommunity/smartthings-cli/commit/e94324526e45bba40706d0b77767f17781a42dec))
12+
13+
14+
### Features
15+
16+
* **devicepreferences:** expanded i18n support ([109bd38](https://github.com/SmartThingsCommunity/smartthings-cli/commit/109bd384ccfe806e159cf8d474188075ede1b0e7))
17+
* update standard device details output ([0867f77](https://github.com/SmartThingsCommunity/smartthings-cli/commit/0867f775ab58fe5cbd1979bb1365e4004ff9f4b7))
18+
19+
20+
21+
22+
623
# [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)
724

825

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.34",
3+
"version": "0.0.0-pre.35",
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: 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.35](https://github.com/SmartThingsCommunity/smartthings-cli/compare/v0.0.0-pre.34...v0.0.0-pre.35) (2022-01-19)
7+
8+
9+
### Bug Fixes
10+
11+
* update versions for oclif dependencies ([e943245](https://github.com/SmartThingsCommunity/smartthings-cli/commit/e94324526e45bba40706d0b77767f17781a42dec))
12+
13+
14+
### Features
15+
16+
* update standard device details output ([0867f77](https://github.com/SmartThingsCommunity/smartthings-cli/commit/0867f775ab58fe5cbd1979bb1365e4004ff9f4b7))
17+
18+
19+
20+
21+
622
# [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)
723

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

0 commit comments

Comments
 (0)