Skip to content

Commit

Permalink
Merge pull request #8 from baranwang/release/5955a0c78775fea4ca4582f1…
Browse files Browse the repository at this point in the history
…55f1e833bddd8abf

Release 1.2.0
  • Loading branch information
baranwang authored Nov 10, 2023
2 parents 5955a0c + a4366fb commit b96f309
Show file tree
Hide file tree
Showing 15 changed files with 67 additions and 31 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.2.0](https://github.com/baranwang/homebridge-plugin-haier/compare/v1.1.0...v1.2.0) (2023-11-10)

### Features

- 优化代码 ([679e530](https://github.com/baranwang/homebridge-plugin-haier/commit/679e530406205182aa74fbd0f5f405509d55a8fa))
- 自动设备 ID ([4cd97ec](https://github.com/baranwang/homebridge-plugin-haier/commit/4cd97ec94f7b863ca92dbebb8eaeb87e77ac7bda))

# 1.1.0 (2023-10-12)

### Features
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "1.1.0",
"version": "1.2.0",
"packages": ["packages/*"],
"command": {
"version": {
Expand Down
30 changes: 15 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.2.0](https://github.com/baranwang/homebridge-plugin-haier/compare/v1.1.0...v1.2.0) (2023-11-10)

### Features

- 优化代码 ([679e530](https://github.com/baranwang/homebridge-plugin-haier/commit/679e530406205182aa74fbd0f5f405509d55a8fa))
- 自动设备 ID ([4cd97ec](https://github.com/baranwang/homebridge-plugin-haier/commit/4cd97ec94f7b863ca92dbebb8eaeb87e77ac7bda))

# 1.1.0 (2023-10-12)

### Features
Expand Down
4 changes: 2 additions & 2 deletions packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hb-haier/api",
"version": "1.1.0",
"version": "1.2.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
Expand All @@ -11,7 +11,7 @@
"watch": "tsc -w"
},
"dependencies": {
"@hb-haier/utils": "1.1.0",
"@hb-haier/utils": "1.2.0",
"axios": "^1.5.1",
"homebridge": "^1.6.1",
"uuid": "^9.0.1"
Expand Down
6 changes: 6 additions & 0 deletions packages/plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.2.0](https://github.com/baranwang/homebridge-plugin-haier/compare/v1.1.0...v1.2.0) (2023-11-10)

### Features

- 优化代码 ([679e530](https://github.com/baranwang/homebridge-plugin-haier/commit/679e530406205182aa74fbd0f5f405509d55a8fa))

# 1.1.0 (2023-10-12)

### Features
Expand Down
12 changes: 6 additions & 6 deletions packages/plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@hb-haier/homebridge-plugin",
"private": false,
"displayName": "Haier",
"version": "1.1.0",
"version": "1.2.0",
"description": "海尔智家 Homebridge 插件",
"scripts": {
"postinstall": "node ./scripts/postinstall.js",
Expand All @@ -27,11 +27,11 @@
"海尔"
],
"dependencies": {
"@hb-haier/api": "1.1.0",
"@hb-haier/shared": "1.1.0",
"@hb-haier/ui-renderer": "1.1.0",
"@hb-haier/ui-server": "1.1.0",
"@hb-haier/utils": "1.1.0"
"@hb-haier/api": "1.2.0",
"@hb-haier/shared": "1.2.0",
"@hb-haier/ui-renderer": "1.2.0",
"@hb-haier/ui-server": "1.2.0",
"@hb-haier/utils": "1.2.0"
},
"devDependencies": {
"@modern-js/module-tools": "2.35.1",
Expand Down
4 changes: 4 additions & 0 deletions packages/shared/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.2.0](https://github.com/baranwang/homebridge-plugin-haier/compare/v1.1.0...v1.2.0) (2023-11-10)

**Note:** Version bump only for package @hb-haier/shared

# 1.1.0 (2023-10-12)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hb-haier/shared",
"version": "1.1.0",
"version": "1.2.0",
"types": "./dist/types/index.d.ts",
"main": "./dist/lib/index.js",
"module": "./dist/es/index.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/ui-renderer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.2.0](https://github.com/baranwang/homebridge-plugin-haier/compare/v1.1.0...v1.2.0) (2023-11-10)

**Note:** Version bump only for package @hb-haier/ui-renderer

# 1.1.0 (2023-10-12)

### Features
Expand Down
6 changes: 3 additions & 3 deletions packages/ui-renderer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hb-haier/ui-renderer",
"version": "1.1.0",
"version": "1.2.0",
"scripts": {
"build": "rspack build",
"watch": "rspack build --watch"
Expand All @@ -9,15 +9,15 @@
"dist"
],
"dependencies": {
"@hb-haier/shared": "1.1.0",
"@hb-haier/shared": "1.2.0",
"ahooks": "^3.7.8",
"rc-field-form": "^1.38.2",
"react": "^18.2.0",
"react-bootstrap": "^2.9.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@hb-haier/api": "1.1.0",
"@hb-haier/api": "1.2.0",
"@homebridge/plugin-ui-utils": "^0.1.0",
"@rspack/cli": "^0.3.6",
"@types/react": "^18.2.25",
Expand Down
4 changes: 4 additions & 0 deletions packages/ui-server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.2.0](https://github.com/baranwang/homebridge-plugin-haier/compare/v1.1.0...v1.2.0) (2023-11-10)

**Note:** Version bump only for package @hb-haier/ui-server

# 1.1.0 (2023-10-12)

### Features
Expand Down
4 changes: 2 additions & 2 deletions packages/ui-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hb-haier/ui-server",
"version": "1.1.0",
"version": "1.2.0",
"types": "./dist/index.d.ts",
"main": "./dist/index.js",
"files": [
Expand All @@ -11,7 +11,7 @@
"build:watch": "modern build -w"
},
"dependencies": {
"@hb-haier/api": "1.1.0",
"@hb-haier/api": "1.2.0",
"@homebridge/plugin-ui-utils": "^0.1.0"
},
"devDependencies": {
Expand Down
4 changes: 4 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.2.0](https://github.com/baranwang/homebridge-plugin-haier/compare/v1.1.0...v1.2.0) (2023-11-10)

**Note:** Version bump only for package @hb-haier/utils

# 1.1.0 (2023-10-12)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hb-haier/utils",
"version": "1.1.0",
"version": "1.2.0",
"types": "./dist/types/index.d.ts",
"main": "./dist/lib/index.js",
"module": "./dist/es/index.js",
Expand Down

0 comments on commit b96f309

Please sign in to comment.