Skip to content

Commit

Permalink
chore(release): publish v1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 3, 2024
1 parent f437c0c commit 53ac530
Show file tree
Hide file tree
Showing 11 changed files with 35 additions and 15 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.4.2](https://github.com/baranwang/homebridge-plugin-haier/compare/v1.4.1...v1.4.2) (2024-05-03)

**Note:** Version bump only for package hb-haier

## [1.4.1](https://github.com/baranwang/homebridge-plugin-haier/compare/v1.4.0...v1.4.1) (2024-05-03)

### Bug Fixes
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.4.1",
"version": "1.4.2",
"packages": ["packages/*"],
"command": {
"version": {
Expand Down
14 changes: 7 additions & 7 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.4.2](https://github.com/baranwang/homebridge-plugin-haier/compare/v1.4.1...v1.4.2) (2024-05-03)

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

## [1.4.1](https://github.com/baranwang/homebridge-plugin-haier/compare/v1.4.0...v1.4.1) (2024-05-03)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 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.4.1",
"version": "1.4.2",
"description": "海尔智家 Homebridge 插件",
"scripts": {
"dev": "nodemon",
Expand Down Expand Up @@ -32,7 +32,7 @@
"海尔"
],
"dependencies": {
"@hb-haier/shared": "1.4.1"
"@hb-haier/shared": "1.4.2"
},
"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.4.2](https://github.com/baranwang/homebridge-plugin-haier/compare/v1.4.1...v1.4.2) (2024-05-03)

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

## [1.4.1](https://github.com/baranwang/homebridge-plugin-haier/compare/v1.4.0...v1.4.1) (2024-05-03)

**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.4.1",
"version": "1.4.2",
"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.4.2](https://github.com/baranwang/homebridge-plugin-haier/compare/v1.4.1...v1.4.2) (2024-05-03)

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

## [1.4.1](https://github.com/baranwang/homebridge-plugin-haier/compare/v1.4.0...v1.4.1) (2024-05-03)

**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.4.1",
"version": "1.4.2",
"private": true,
"scripts": {
"dev": "rsbuild dev",
"build": "rsbuild build"
},
"dependencies": {
"@hb-haier/shared": "1.4.1",
"@hb-haier/shared": "1.4.2",
"ahooks": "^3.7.10",
"rc-field-form": "^1.41.0",
"rc-select": "^14.11.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.4.2](https://github.com/baranwang/homebridge-plugin-haier/compare/v1.4.1...v1.4.2) (2024-05-03)

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

## [1.4.1](https://github.com/baranwang/homebridge-plugin-haier/compare/v1.4.0...v1.4.1) (2024-05-03)

**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.4.1",
"version": "1.4.2",
"private": true,
"types": "./dist/index.d.ts",
"main": "./dist/index.js",
Expand All @@ -13,7 +13,7 @@
"build": "modern build"
},
"dependencies": {
"@hb-haier/shared": "1.4.1",
"@hb-haier/shared": "1.4.2",
"@homebridge/plugin-ui-utils": "^1.0.3"
},
"devDependencies": {
Expand Down

0 comments on commit 53ac530

Please sign in to comment.