diff --git a/CHANGELOG.md b/CHANGELOG.md index 26d98721..0da825c9 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.11](https://github.com/DevCloudFE/react-devui/compare/v18.5.10...v18.5.11) (2023-06-21) + +### Features + +- **ui:** popup components support `dInitialVisible` ([82ef3d5](https://github.com/DevCloudFE/react-devui/commit/82ef3d5fecc4a453e45926a69c955109df434ff8)) + ## [18.5.10](https://github.com/DevCloudFE/react-devui/compare/v18.5.9...v18.5.10) (2023-06-15) ### Bug Fixes diff --git a/lerna.json b/lerna.json index d4f15494..300a9529 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.10", + "version": "18.5.11", "command": { "version": { "conventionalCommits": true, diff --git a/packages/hooks/CHANGELOG.md b/packages/hooks/CHANGELOG.md index c1473a96..a570b022 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.11](https://github.com/DevCloudFE/react-devui/compare/v18.5.10...v18.5.11) (2023-06-21) + +**Note:** Version bump only for package @react-devui/hooks + ## [18.5.10](https://github.com/DevCloudFE/react-devui/compare/v18.5.9...v18.5.10) (2023-06-15) **Note:** Version bump only for package @react-devui/hooks diff --git a/packages/hooks/package.json b/packages/hooks/package.json index f903eadd..0e1da12c 100644 --- a/packages/hooks/package.json +++ b/packages/hooks/package.json @@ -1,6 +1,6 @@ { "name": "@react-devui/hooks", - "version": "18.5.10", + "version": "18.5.11", "description": "DevUI hooks based on React", "keywords": [ "ui", diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index 11dcfe4a..bae41730 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.11](https://github.com/DevCloudFE/react-devui/compare/v18.5.10...v18.5.11) (2023-06-21) + +**Note:** Version bump only for package @react-devui/icons + ## [18.5.10](https://github.com/DevCloudFE/react-devui/compare/v18.5.9...v18.5.10) (2023-06-15) **Note:** Version bump only for package @react-devui/icons diff --git a/packages/icons/package.json b/packages/icons/package.json index 1d1bf6ae..dd2f6606 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@react-devui/icons", - "version": "18.5.10", + "version": "18.5.11", "description": "DevUI icons based on React", "keywords": [ "ui", diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 7582012a..1ca946c2 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.11](https://github.com/DevCloudFE/react-devui/compare/v18.5.10...v18.5.11) (2023-06-21) + +### Features + +- **ui:** popup components support `dInitialVisible` ([82ef3d5](https://github.com/DevCloudFE/react-devui/commit/82ef3d5fecc4a453e45926a69c955109df434ff8)) + ## [18.5.10](https://github.com/DevCloudFE/react-devui/compare/v18.5.9...v18.5.10) (2023-06-15) ### Bug Fixes diff --git a/packages/ui/package.json b/packages/ui/package.json index 8e5f53d5..e55474d8 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@react-devui/ui", - "version": "18.5.10", + "version": "18.5.11", "description": "DevUI components based on React", "keywords": [ "ui", diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index 9661baeb..78a99ca6 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.11](https://github.com/DevCloudFE/react-devui/compare/v18.5.10...v18.5.11) (2023-06-21) + +**Note:** Version bump only for package @react-devui/utils + ## [18.5.10](https://github.com/DevCloudFE/react-devui/compare/v18.5.9...v18.5.10) (2023-06-15) **Note:** Version bump only for package @react-devui/utils diff --git a/packages/utils/package.json b/packages/utils/package.json index d4c74035..8b5dfea5 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@react-devui/utils", - "version": "18.5.10", + "version": "18.5.11", "description": "DevUI utils based on React", "keywords": [ "ui",