From 1cfabe4141d6d0f49f118c2ee85b598b0a13571c Mon Sep 17 00:00:00 2001 From: xiejay97 Date: Fri, 9 Dec 2022 15:00:45 +0800 Subject: [PATCH] chore: release 18.0.4 --- 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 d63ab62c..8661b96f 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.0.4](https://github.com/DevCloudFE/react-devui/compare/v18.0.3...v18.0.4) (2022-12-09) + +### Bug Fixes + +- **ui:** fix circular dependency ([1b21527](https://github.com/DevCloudFE/react-devui/commit/1b21527883a1b1b11c5741ee2d989e6b94be148f)) + ## [18.0.3](https://github.com/DevCloudFE/react-devui/compare/v18.0.2...v18.0.3) (2022-12-05) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 932a58cc..92e66e9c 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.0.3", + "version": "18.0.4", "command": { "version": { "conventionalCommits": true, diff --git a/packages/hooks/CHANGELOG.md b/packages/hooks/CHANGELOG.md index 55a6e17f..fc60618c 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.0.4](https://github.com/DevCloudFE/react-devui/compare/v18.0.3...v18.0.4) (2022-12-09) + +**Note:** Version bump only for package @react-devui/hooks + ## [18.0.3](https://github.com/DevCloudFE/react-devui/compare/v18.0.2...v18.0.3) (2022-12-05) **Note:** Version bump only for package @react-devui/hooks diff --git a/packages/hooks/package.json b/packages/hooks/package.json index dc4e3639..07510be5 100644 --- a/packages/hooks/package.json +++ b/packages/hooks/package.json @@ -1,6 +1,6 @@ { "name": "@react-devui/hooks", - "version": "18.0.3", + "version": "18.0.4", "description": "DevUI hooks based on React", "keywords": [ "ui", diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index 7dd438cf..5a6e31bf 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.0.4](https://github.com/DevCloudFE/react-devui/compare/v18.0.3...v18.0.4) (2022-12-09) + +**Note:** Version bump only for package @react-devui/icons + ## [18.0.3](https://github.com/DevCloudFE/react-devui/compare/v18.0.2...v18.0.3) (2022-12-05) **Note:** Version bump only for package @react-devui/icons diff --git a/packages/icons/package.json b/packages/icons/package.json index 47c7f5a2..201499da 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@react-devui/icons", - "version": "18.0.3", + "version": "18.0.4", "description": "DevUI icons based on React", "keywords": [ "ui", diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 861ab0d2..132c6249 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.0.4](https://github.com/DevCloudFE/react-devui/compare/v18.0.3...v18.0.4) (2022-12-09) + +### Bug Fixes + +- **ui:** fix circular dependency ([1b21527](https://github.com/DevCloudFE/react-devui/commit/1b21527883a1b1b11c5741ee2d989e6b94be148f)) + ## [18.0.3](https://github.com/DevCloudFE/react-devui/compare/v18.0.2...v18.0.3) (2022-12-05) **Note:** Version bump only for package @react-devui/ui diff --git a/packages/ui/package.json b/packages/ui/package.json index a9046616..efa17c4d 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@react-devui/ui", - "version": "18.0.3", + "version": "18.0.4", "description": "DevUI components based on React", "keywords": [ "ui", diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index 759b8512..b0cde734 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.0.4](https://github.com/DevCloudFE/react-devui/compare/v18.0.3...v18.0.4) (2022-12-09) + +**Note:** Version bump only for package @react-devui/utils + ## [18.0.3](https://github.com/DevCloudFE/react-devui/compare/v18.0.2...v18.0.3) (2022-12-05) **Note:** Version bump only for package @react-devui/utils diff --git a/packages/utils/package.json b/packages/utils/package.json index 5752a851..d5c85e86 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@react-devui/utils", - "version": "18.0.3", + "version": "18.0.4", "description": "DevUI utils based on React", "keywords": [ "ui",