Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
ShinyLeee committed Sep 3, 2024
1 parent ba2ebf8 commit 966be7f
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 3 deletions.
16 changes: 16 additions & 0 deletions packages/tuya-panel-ipc-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.20.0](https://github.com/tuya/tuya-panel-sdk/compare/@tuya/[email protected]...@tuya/[email protected]) (2024-09-03)


### Bug Fixes

* add non-low device ([86926f5](https://github.com/tuya/tuya-panel-sdk/commit/86926f501c036d9f2dab6f9d9429dd6411a0834a))


### Features

* Add low-power privacy mode. ([9b62c4c](https://github.com/tuya/tuya-panel-sdk/commit/9b62c4c5a330ece89fa0bd4ba9890f12f89c6aae))





## [1.19.7](https://github.com/tuya/tuya-panel-sdk/compare/@tuya/[email protected]...@tuya/[email protected]) (2024-02-21)


Expand Down
2 changes: 1 addition & 1 deletion packages/tuya-panel-ipc-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tuya/tuya-panel-ipc-sdk",
"version": "1.19.7",
"version": "1.20.0",
"description": "涂鸦Ipc业务组件库",
"main": "./lib/index.js",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions packages/tuya-panel-lock-sdk/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.

## [1.9.15](https://github.com/tuya/tuya-panel-sdk/compare/@tuya/[email protected]...@tuya/[email protected]) (2024-09-03)

**Note:** Version bump only for package @tuya/tuya-panel-lock-sdk





## [1.9.14](https://github.com/tuya/tuya-panel-sdk/compare/@tuya/[email protected]...@tuya/[email protected]) (2024-02-21)

**Note:** Version bump only for package @tuya/tuya-panel-lock-sdk
Expand Down
4 changes: 2 additions & 2 deletions packages/tuya-panel-lock-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tuya/tuya-panel-lock-sdk",
"version": "1.9.14",
"version": "1.9.15",
"description": "涂鸦门锁业务组件库",
"main": "./lib/index.js",
"scripts": {
Expand All @@ -18,7 +18,7 @@
"directory": "packages/tuya-panel-lock-sdk"
},
"dependencies": {
"@tuya/tuya-panel-ipc-sdk": "^1.19.7",
"@tuya/tuya-panel-ipc-sdk": "^1.20.0",
"color": "0.11.4",
"lodash": "^4.17.11",
"prop-types": "^15.6.2",
Expand Down

0 comments on commit 966be7f

Please sign in to comment.