Skip to content

Commit

Permalink
chore(release): publish v1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 11, 2024
1 parent 35c0ab9 commit e5d99f7
Show file tree
Hide file tree
Showing 11 changed files with 39 additions and 19 deletions.
4 changes: 4 additions & 0 deletions 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.3](https://github.com/baranwang/homebridge-plugin-haier/compare/v1.2.2...v1.2.3) (2024-02-11)

**Note:** Version bump only for package root

## [1.2.2](https://github.com/baranwang/homebridge-plugin-haier/compare/v1.2.1...v1.2.2) (2024-02-11)

**Note:** Version bump only for package root
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.2.2",
"version": "1.2.3",
"packages": ["packages/*"],
"command": {
"version": {
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

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

4 changes: 4 additions & 0 deletions packages/plugin/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.3](https://github.com/baranwang/homebridge-plugin-haier/compare/v1.2.2...v1.2.3) (2024-02-11)

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

## [1.2.2](https://github.com/baranwang/homebridge-plugin-haier/compare/v1.2.1...v1.2.2) (2024-02-11)

**Note:** Version bump only for package @hb-haier/homebridge-plugin
Expand Down
8 changes: 4 additions & 4 deletions packages/plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hb-haier/homebridge-plugin",
"displayName": "Haier",
"version": "1.2.2",
"version": "1.2.3",
"description": "海尔智家 Homebridge 插件",
"scripts": {
"postinstall": "node ./scripts/postinstall.js",
Expand All @@ -26,9 +26,9 @@
"海尔"
],
"dependencies": {
"@hb-haier/shared": "1.2.2",
"@hb-haier/ui-renderer": "1.2.2",
"@hb-haier/ui-server": "1.2.2"
"@hb-haier/shared": "1.2.3",
"@hb-haier/ui-renderer": "1.2.3",
"@hb-haier/ui-server": "1.2.3"
},
"devDependencies": {
"@types/node": "^18.16.20",
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.3](https://github.com/baranwang/homebridge-plugin-haier/compare/v1.2.2...v1.2.3) (2024-02-11)

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

## [1.2.2](https://github.com/baranwang/homebridge-plugin-haier/compare/v1.2.1...v1.2.2) (2024-02-11)

**Note:** Version bump only for package @hb-haier/shared
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.2.2",
"version": "1.2.3",
"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.3](https://github.com/baranwang/homebridge-plugin-haier/compare/v1.2.2...v1.2.3) (2024-02-11)

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

## [1.2.2](https://github.com/baranwang/homebridge-plugin-haier/compare/v1.2.1...v1.2.2) (2024-02-11)

**Note:** Version bump only for package @hb-haier/ui-renderer
Expand Down
4 changes: 2 additions & 2 deletions packages/ui-renderer/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@hb-haier/ui-renderer",
"version": "1.2.2",
"version": "1.2.3",
"scripts": {
"dev": "rsbuild dev --open",
"build": "rsbuild build",
"preview": "rsbuild preview"
},
"dependencies": {
"@hb-haier/shared": "^1.2.2",
"@hb-haier/shared": "1.2.3",
"ahooks": "^3.7.10",
"rc-field-form": "^1.41.0",
"react": "^18.2.0",
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.3](https://github.com/baranwang/homebridge-plugin-haier/compare/v1.2.2...v1.2.3) (2024-02-11)

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

## [1.2.2](https://github.com/baranwang/homebridge-plugin-haier/compare/v1.2.1...v1.2.2) (2024-02-11)

**Note:** Version bump only for package @hb-haier/ui-server
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.2.2",
"version": "1.2.3",
"types": "./dist/index.d.ts",
"main": "./dist/index.js",
"files": [
Expand All @@ -11,7 +11,7 @@
"build:watch": "modern build -w"
},
"dependencies": {
"@hb-haier/shared": "1.2.2",
"@hb-haier/shared": "1.2.3",
"@homebridge/plugin-ui-utils": "^0.1.0"
},
"devDependencies": {
Expand Down

0 comments on commit e5d99f7

Please sign in to comment.