From b752ec3caeb85085c3254b7ad728323117b7f075 Mon Sep 17 00:00:00 2001 From: xiejay97 Date: Fri, 9 Jun 2023 13:19:58 +0800 Subject: [PATCH] chore: release 18.5.9 --- 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 3c0930bf..9590b806 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.9](https://github.com/DevCloudFE/react-devui/compare/v18.5.8...v18.5.9) (2023-06-09) + +### Bug Fixes + +- **ui:** fix date-picker preset error ([b4a252e](https://github.com/DevCloudFE/react-devui/commit/b4a252e122d65a6e93e9d1d4797e84a6e7abda1c)) + ## [18.5.8](https://github.com/DevCloudFE/react-devui/compare/v18.5.7...v18.5.8) (2023-05-30) ### Features diff --git a/lerna.json b/lerna.json index 227f3313..999ef295 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.8", + "version": "18.5.9", "command": { "version": { "conventionalCommits": true, diff --git a/packages/hooks/CHANGELOG.md b/packages/hooks/CHANGELOG.md index 24f527a3..e3fc4c67 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.9](https://github.com/DevCloudFE/react-devui/compare/v18.5.8...v18.5.9) (2023-06-09) + +**Note:** Version bump only for package @react-devui/hooks + ## [18.5.8](https://github.com/DevCloudFE/react-devui/compare/v18.5.7...v18.5.8) (2023-05-30) ### Features diff --git a/packages/hooks/package.json b/packages/hooks/package.json index 098ad2e5..d7ec11d5 100644 --- a/packages/hooks/package.json +++ b/packages/hooks/package.json @@ -1,6 +1,6 @@ { "name": "@react-devui/hooks", - "version": "18.5.8", + "version": "18.5.9", "description": "DevUI hooks based on React", "keywords": [ "ui", diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index 5bd59817..d8eed0a8 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.9](https://github.com/DevCloudFE/react-devui/compare/v18.5.8...v18.5.9) (2023-06-09) + +**Note:** Version bump only for package @react-devui/icons + ## [18.5.8](https://github.com/DevCloudFE/react-devui/compare/v18.5.7...v18.5.8) (2023-05-30) **Note:** Version bump only for package @react-devui/icons diff --git a/packages/icons/package.json b/packages/icons/package.json index ce5a68b7..2e727c14 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@react-devui/icons", - "version": "18.5.8", + "version": "18.5.9", "description": "DevUI icons based on React", "keywords": [ "ui", diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index cfd7fa5f..a233f623 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.9](https://github.com/DevCloudFE/react-devui/compare/v18.5.8...v18.5.9) (2023-06-09) + +### Bug Fixes + +- **ui:** fix date-picker preset error ([b4a252e](https://github.com/DevCloudFE/react-devui/commit/b4a252e122d65a6e93e9d1d4797e84a6e7abda1c)) + ## [18.5.8](https://github.com/DevCloudFE/react-devui/compare/v18.5.7...v18.5.8) (2023-05-30) **Note:** Version bump only for package @react-devui/ui diff --git a/packages/ui/package.json b/packages/ui/package.json index aa996f98..91804537 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@react-devui/ui", - "version": "18.5.8", + "version": "18.5.9", "description": "DevUI components based on React", "keywords": [ "ui", diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index 8a8d51eb..e4d24e1f 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.9](https://github.com/DevCloudFE/react-devui/compare/v18.5.8...v18.5.9) (2023-06-09) + +**Note:** Version bump only for package @react-devui/utils + ## [18.5.8](https://github.com/DevCloudFE/react-devui/compare/v18.5.7...v18.5.8) (2023-05-30) **Note:** Version bump only for package @react-devui/utils diff --git a/packages/utils/package.json b/packages/utils/package.json index c2013451..df7f940c 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@react-devui/utils", - "version": "18.5.8", + "version": "18.5.9", "description": "DevUI utils based on React", "keywords": [ "ui",