diff --git a/CHANGELOG.md b/CHANGELOG.md index af5c402c..1213ae3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [18.3.3](https://github.com/DevCloudFE/react-devui/compare/v18.3.2...v18.3.3) (2023-03-03) + +### Bug Fixes + +- **platform:** dont center content when detail-view is vertical ([a692605](https://github.com/DevCloudFE/react-devui/commit/a6926055560ef5b6c7c35dd591dde2c4c176cd57)) +- **ui:** fix collapse-transition not work when el hide initially ([98c8dec](https://github.com/DevCloudFE/react-devui/commit/98c8dece4675c50c08568e2bc72899cbf754da82)) +- **ui:** fix logic of date-picker popup window ([b69cf2d](https://github.com/DevCloudFE/react-devui/commit/b69cf2d9ff4d60a006e0136ec30beebc8e891919)) + ## [18.3.2](https://github.com/DevCloudFE/react-devui/compare/v18.3.1...v18.3.2) (2023-02-24) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 3f141e52..38858493 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.3.2", + "version": "18.3.3", "command": { "version": { "conventionalCommits": true, diff --git a/packages/hooks/CHANGELOG.md b/packages/hooks/CHANGELOG.md index 91824876..9a711762 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.3.3](https://github.com/DevCloudFE/react-devui/compare/v18.3.2...v18.3.3) (2023-03-03) + +**Note:** Version bump only for package @react-devui/hooks + ## [18.3.2](https://github.com/DevCloudFE/react-devui/compare/v18.3.1...v18.3.2) (2023-02-24) **Note:** Version bump only for package @react-devui/hooks diff --git a/packages/hooks/package.json b/packages/hooks/package.json index 7853baeb..5a04e3ef 100644 --- a/packages/hooks/package.json +++ b/packages/hooks/package.json @@ -1,6 +1,6 @@ { "name": "@react-devui/hooks", - "version": "18.3.2", + "version": "18.3.3", "description": "DevUI hooks based on React", "keywords": [ "ui", diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index 60b3ecd3..7a49859b 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.3.3](https://github.com/DevCloudFE/react-devui/compare/v18.3.2...v18.3.3) (2023-03-03) + +**Note:** Version bump only for package @react-devui/icons + ## [18.3.2](https://github.com/DevCloudFE/react-devui/compare/v18.3.1...v18.3.2) (2023-02-24) **Note:** Version bump only for package @react-devui/icons diff --git a/packages/icons/package.json b/packages/icons/package.json index 85a0e18c..83738894 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@react-devui/icons", - "version": "18.3.2", + "version": "18.3.3", "description": "DevUI icons based on React", "keywords": [ "ui", diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 2f67195f..775e7a96 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [18.3.3](https://github.com/DevCloudFE/react-devui/compare/v18.3.2...v18.3.3) (2023-03-03) + +### Bug Fixes + +- **ui:** fix collapse-transition not work when el hide initially ([98c8dec](https://github.com/DevCloudFE/react-devui/commit/98c8dece4675c50c08568e2bc72899cbf754da82)) +- **ui:** fix logic of date-picker popup window ([b69cf2d](https://github.com/DevCloudFE/react-devui/commit/b69cf2d9ff4d60a006e0136ec30beebc8e891919)) + ## [18.3.2](https://github.com/DevCloudFE/react-devui/compare/v18.3.1...v18.3.2) (2023-02-24) ### Bug Fixes diff --git a/packages/ui/package.json b/packages/ui/package.json index 4b2ba95b..8d1fc212 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@react-devui/ui", - "version": "18.3.2", + "version": "18.3.3", "description": "DevUI components based on React", "keywords": [ "ui", diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index 80699d48..d4af5307 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.3.3](https://github.com/DevCloudFE/react-devui/compare/v18.3.2...v18.3.3) (2023-03-03) + +**Note:** Version bump only for package @react-devui/utils + ## [18.3.2](https://github.com/DevCloudFE/react-devui/compare/v18.3.1...v18.3.2) (2023-02-24) **Note:** Version bump only for package @react-devui/utils diff --git a/packages/utils/package.json b/packages/utils/package.json index d5bc0dea..a5bd7386 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@react-devui/utils", - "version": "18.3.2", + "version": "18.3.3", "description": "DevUI utils based on React", "keywords": [ "ui",