From 9e4339e128904185d38f66c188c6a27336fcbe89 Mon Sep 17 00:00:00 2001 From: xiejay97 Date: Fri, 17 Mar 2023 16:17:59 +0800 Subject: [PATCH] chore: release 18.5.2 --- CHANGELOG.md | 6 ++++++ lerna.json | 2 +- packages/hooks/CHANGELOG.md | 4 ++++ packages/hooks/package.json | 2 +- packages/icons/CHANGELOG.md | 4 ++++ packages/icons/package.json | 2 +- packages/ui/CHANGELOG.md | 6 ++++++ packages/ui/package.json | 2 +- packages/utils/CHANGELOG.md | 4 ++++ packages/utils/package.json | 2 +- 10 files changed, 29 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8ce8693..b3043ad7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [18.5.2](https://github.com/DevCloudFE/react-devui/compare/v18.5.1...v18.5.2) (2023-03-17) + +### Features + +- **ui:** add dVerticalCenter to checkbox and radio ([cfe1fe7](https://github.com/DevCloudFE/react-devui/commit/cfe1fe7ee0a441e6cc2fbadc4dafd1b95a2b8c4a)) + ## [18.5.1](https://github.com/DevCloudFE/react-devui/compare/v18.5.0...v18.5.1) (2023-03-17) ### Features diff --git a/lerna.json b/lerna.json index 500ebd30..271c9a30 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "$schema": "node_modules/lerna/schemas/lerna-schema.json", "useNx": true, "packages": ["packages/hooks", "packages/icons", "packages/ui", "packages/utils"], - "version": "18.5.1", + "version": "18.5.2", "command": { "version": { "conventionalCommits": true, diff --git a/packages/hooks/CHANGELOG.md b/packages/hooks/CHANGELOG.md index 51ac91da..f09b63e5 100644 --- a/packages/hooks/CHANGELOG.md +++ b/packages/hooks/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [18.5.2](https://github.com/DevCloudFE/react-devui/compare/v18.5.1...v18.5.2) (2023-03-17) + +**Note:** Version bump only for package @react-devui/hooks + ## [18.5.1](https://github.com/DevCloudFE/react-devui/compare/v18.5.0...v18.5.1) (2023-03-17) **Note:** Version bump only for package @react-devui/hooks diff --git a/packages/hooks/package.json b/packages/hooks/package.json index 597f4de5..9814d84a 100644 --- a/packages/hooks/package.json +++ b/packages/hooks/package.json @@ -1,6 +1,6 @@ { "name": "@react-devui/hooks", - "version": "18.5.1", + "version": "18.5.2", "description": "DevUI hooks based on React", "keywords": [ "ui", diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index 1ae123c0..992a650a 100644 --- a/packages/icons/CHANGELOG.md +++ b/packages/icons/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [18.5.2](https://github.com/DevCloudFE/react-devui/compare/v18.5.1...v18.5.2) (2023-03-17) + +**Note:** Version bump only for package @react-devui/icons + ## [18.5.1](https://github.com/DevCloudFE/react-devui/compare/v18.5.0...v18.5.1) (2023-03-17) **Note:** Version bump only for package @react-devui/icons diff --git a/packages/icons/package.json b/packages/icons/package.json index 7538a76f..a048712c 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@react-devui/icons", - "version": "18.5.1", + "version": "18.5.2", "description": "DevUI icons based on React", "keywords": [ "ui", diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 2c1c38ed..f593b1e6 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [18.5.2](https://github.com/DevCloudFE/react-devui/compare/v18.5.1...v18.5.2) (2023-03-17) + +### Features + +- **ui:** add dVerticalCenter to checkbox and radio ([cfe1fe7](https://github.com/DevCloudFE/react-devui/commit/cfe1fe7ee0a441e6cc2fbadc4dafd1b95a2b8c4a)) + ## [18.5.1](https://github.com/DevCloudFE/react-devui/compare/v18.5.0...v18.5.1) (2023-03-17) ### Features diff --git a/packages/ui/package.json b/packages/ui/package.json index 0acf109d..f154bd18 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@react-devui/ui", - "version": "18.5.1", + "version": "18.5.2", "description": "DevUI components based on React", "keywords": [ "ui", diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index 477fe174..cb9c0ee6 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [18.5.2](https://github.com/DevCloudFE/react-devui/compare/v18.5.1...v18.5.2) (2023-03-17) + +**Note:** Version bump only for package @react-devui/utils + ## [18.5.1](https://github.com/DevCloudFE/react-devui/compare/v18.5.0...v18.5.1) (2023-03-17) **Note:** Version bump only for package @react-devui/utils diff --git a/packages/utils/package.json b/packages/utils/package.json index adfd0b47..e2153bd8 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@react-devui/utils", - "version": "18.5.1", + "version": "18.5.2", "description": "DevUI utils based on React", "keywords": [ "ui",