diff --git a/CHANGELOG.md b/CHANGELOG.md index b7492fc5..75f3e0f4 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.1.4](https://github.com/DevCloudFE/react-devui/compare/v18.1.3...v18.1.4) (2023-02-03) + +### Bug Fixes + +- **ui:** fix ts of `FormGroup` ([7382686](https://github.com/DevCloudFE/react-devui/commit/73826865268cb9f2e527c560767644ee502768b8)) +- **ui:** input no padding-right when button on the far right ([cbedd56](https://github.com/DevCloudFE/react-devui/commit/cbedd5632b0d6a942c495180f7002144443fb945)) + +### Features + +- **platform:** add `center` and `noWrapper` for detail-view ([c5a81ea](https://github.com/DevCloudFE/react-devui/commit/c5a81eabfb484b8b0cf7d4db57998129d3135217)) +- **platform:** support responsive form ([b5fa2a2](https://github.com/DevCloudFE/react-devui/commit/b5fa2a2c589062199cf4dc7de3593b739c1d6592)) + ## [18.1.3](https://github.com/DevCloudFE/react-devui/compare/v18.1.2...v18.1.3) (2023-01-13) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 648c802c..f3a232b8 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.1.3", + "version": "18.1.4", "command": { "version": { "conventionalCommits": true, diff --git a/packages/hooks/CHANGELOG.md b/packages/hooks/CHANGELOG.md index 573027cf..f482d515 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.1.4](https://github.com/DevCloudFE/react-devui/compare/v18.1.3...v18.1.4) (2023-02-03) + +**Note:** Version bump only for package @react-devui/hooks + ## [18.1.3](https://github.com/DevCloudFE/react-devui/compare/v18.1.2...v18.1.3) (2023-01-13) ### Features diff --git a/packages/hooks/package.json b/packages/hooks/package.json index 195ec762..c9de2707 100644 --- a/packages/hooks/package.json +++ b/packages/hooks/package.json @@ -1,6 +1,6 @@ { "name": "@react-devui/hooks", - "version": "18.1.3", + "version": "18.1.4", "description": "DevUI hooks based on React", "keywords": [ "ui", diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index a9268839..838563d0 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.1.4](https://github.com/DevCloudFE/react-devui/compare/v18.1.3...v18.1.4) (2023-02-03) + +**Note:** Version bump only for package @react-devui/icons + ## [18.1.3](https://github.com/DevCloudFE/react-devui/compare/v18.1.2...v18.1.3) (2023-01-13) **Note:** Version bump only for package @react-devui/icons diff --git a/packages/icons/package.json b/packages/icons/package.json index c78666e4..ffad65f5 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@react-devui/icons", - "version": "18.1.3", + "version": "18.1.4", "description": "DevUI icons based on React", "keywords": [ "ui", diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 0b56f3e5..9addf2f1 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.1.4](https://github.com/DevCloudFE/react-devui/compare/v18.1.3...v18.1.4) (2023-02-03) + +### Bug Fixes + +- **ui:** fix ts of `FormGroup` ([7382686](https://github.com/DevCloudFE/react-devui/commit/73826865268cb9f2e527c560767644ee502768b8)) +- **ui:** input no padding-right when button on the far right ([cbedd56](https://github.com/DevCloudFE/react-devui/commit/cbedd5632b0d6a942c495180f7002144443fb945)) + ## [18.1.3](https://github.com/DevCloudFE/react-devui/compare/v18.1.2...v18.1.3) (2023-01-13) **Note:** Version bump only for package @react-devui/ui diff --git a/packages/ui/package.json b/packages/ui/package.json index e3bf6bf9..706f33c7 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@react-devui/ui", - "version": "18.1.3", + "version": "18.1.4", "description": "DevUI components based on React", "keywords": [ "ui", diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index ef61a613..66b01eec 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.1.4](https://github.com/DevCloudFE/react-devui/compare/v18.1.3...v18.1.4) (2023-02-03) + +**Note:** Version bump only for package @react-devui/utils + ## [18.1.3](https://github.com/DevCloudFE/react-devui/compare/v18.1.2...v18.1.3) (2023-01-13) **Note:** Version bump only for package @react-devui/utils diff --git a/packages/utils/package.json b/packages/utils/package.json index a5ceb64d..3374a637 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@react-devui/utils", - "version": "18.1.3", + "version": "18.1.4", "description": "DevUI utils based on React", "keywords": [ "ui",