diff --git a/CHANGELOG.md b/CHANGELOG.md index a8f5c95f..d63ab62c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [18.0.3](https://github.com/DevCloudFE/react-devui/compare/v18.0.2...v18.0.3) (2022-12-05) + +### Bug Fixes + +- **platform:** should be empty until select list inited ([a9823b2](https://github.com/DevCloudFE/react-devui/commit/a9823b2dc6885dd9089689e278dde2fe98199a36)) + +### Features + +- **platform:** add `aLabelAlign` prop to detail-view ([9710203](https://github.com/DevCloudFE/react-devui/commit/9710203e0384292b6e9b4b2fb5c60c351ec8011e)) +- **platform:** add detail-view component ([f752d3f](https://github.com/DevCloudFE/react-devui/commit/f752d3f9ece6a6fde6895392e4efc12a6f688217)) +- **platform:** add fn to handle http response ([b721e07](https://github.com/DevCloudFE/react-devui/commit/b721e0767b85392e121fda0e79d29f519343cc65)) + ## [18.0.2](https://github.com/DevCloudFE/react-devui/compare/v18.0.1...v18.0.2) (2022-11-30) ### Bug Fixes diff --git a/lerna.json b/lerna.json index ae13f998..932a58cc 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.2", + "version": "18.0.3", "command": { "version": { "conventionalCommits": true, diff --git a/packages/hooks/CHANGELOG.md b/packages/hooks/CHANGELOG.md index ac3e9fe5..55a6e17f 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.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 + ## [18.0.2](https://github.com/DevCloudFE/react-devui/compare/v18.0.1...v18.0.2) (2022-11-30) **Note:** Version bump only for package @react-devui/hooks diff --git a/packages/hooks/package.json b/packages/hooks/package.json index 389aa2f9..dc4e3639 100644 --- a/packages/hooks/package.json +++ b/packages/hooks/package.json @@ -1,6 +1,6 @@ { "name": "@react-devui/hooks", - "version": "18.0.2", + "version": "18.0.3", "description": "DevUI hooks based on React", "keywords": [ "ui", diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index 3eeea6eb..7dd438cf 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.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 + ## [18.0.2](https://github.com/DevCloudFE/react-devui/compare/v18.0.1...v18.0.2) (2022-11-30) **Note:** Version bump only for package @react-devui/icons diff --git a/packages/icons/package.json b/packages/icons/package.json index cde95c3f..47c7f5a2 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@react-devui/icons", - "version": "18.0.2", + "version": "18.0.3", "description": "DevUI icons based on React", "keywords": [ "ui", diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 1cfc4284..861ab0d2 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/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.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 + ## [18.0.2](https://github.com/DevCloudFE/react-devui/compare/v18.0.1...v18.0.2) (2022-11-30) ### Bug Fixes diff --git a/packages/ui/package.json b/packages/ui/package.json index 0bd5aafd..a9046616 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@react-devui/ui", - "version": "18.0.2", + "version": "18.0.3", "description": "DevUI components based on React", "keywords": [ "ui", diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index c7a4664b..759b8512 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.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 + ## [18.0.2](https://github.com/DevCloudFE/react-devui/compare/v18.0.1...v18.0.2) (2022-11-30) **Note:** Version bump only for package @react-devui/utils diff --git a/packages/utils/package.json b/packages/utils/package.json index acf20f33..5752a851 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@react-devui/utils", - "version": "18.0.2", + "version": "18.0.3", "description": "DevUI utils based on React", "keywords": [ "ui",