Skip to content

Commit 8db6af8

Browse files
committed
chore: release 18.1.4
1 parent cbedd56 commit 8db6af8

File tree

10 files changed

+36
-5
lines changed

10 files changed

+36
-5
lines changed

Diff for: CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
44

5+
## [18.1.4](https://github.com/DevCloudFE/react-devui/compare/v18.1.3...v18.1.4) (2023-02-03)
6+
7+
### Bug Fixes
8+
9+
- **ui:** fix ts of `FormGroup` ([7382686](https://github.com/DevCloudFE/react-devui/commit/73826865268cb9f2e527c560767644ee502768b8))
10+
- **ui:** input no padding-right when button on the far right ([cbedd56](https://github.com/DevCloudFE/react-devui/commit/cbedd5632b0d6a942c495180f7002144443fb945))
11+
12+
### Features
13+
14+
- **platform:** add `center` and `noWrapper` for detail-view ([c5a81ea](https://github.com/DevCloudFE/react-devui/commit/c5a81eabfb484b8b0cf7d4db57998129d3135217))
15+
- **platform:** support responsive form ([b5fa2a2](https://github.com/DevCloudFE/react-devui/commit/b5fa2a2c589062199cf4dc7de3593b739c1d6592))
16+
517
## [18.1.3](https://github.com/DevCloudFE/react-devui/compare/v18.1.2...v18.1.3) (2023-01-13)
618

719
### Bug Fixes

Diff for: lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
33
"useNx": true,
44
"packages": ["packages/hooks", "packages/icons", "packages/ui", "packages/utils"],
5-
"version": "18.1.3",
5+
"version": "18.1.4",
66
"command": {
77
"version": {
88
"conventionalCommits": true,

Diff for: packages/hooks/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
44

5+
## [18.1.4](https://github.com/DevCloudFE/react-devui/compare/v18.1.3...v18.1.4) (2023-02-03)
6+
7+
**Note:** Version bump only for package @react-devui/hooks
8+
59
## [18.1.3](https://github.com/DevCloudFE/react-devui/compare/v18.1.2...v18.1.3) (2023-01-13)
610

711
### Features

Diff for: packages/hooks/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-devui/hooks",
3-
"version": "18.1.3",
3+
"version": "18.1.4",
44
"description": "DevUI hooks based on React",
55
"keywords": [
66
"ui",

Diff for: packages/icons/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
44

5+
## [18.1.4](https://github.com/DevCloudFE/react-devui/compare/v18.1.3...v18.1.4) (2023-02-03)
6+
7+
**Note:** Version bump only for package @react-devui/icons
8+
59
## [18.1.3](https://github.com/DevCloudFE/react-devui/compare/v18.1.2...v18.1.3) (2023-01-13)
610

711
**Note:** Version bump only for package @react-devui/icons

Diff for: packages/icons/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-devui/icons",
3-
"version": "18.1.3",
3+
"version": "18.1.4",
44
"description": "DevUI icons based on React",
55
"keywords": [
66
"ui",

Diff for: packages/ui/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
44

5+
## [18.1.4](https://github.com/DevCloudFE/react-devui/compare/v18.1.3...v18.1.4) (2023-02-03)
6+
7+
### Bug Fixes
8+
9+
- **ui:** fix ts of `FormGroup` ([7382686](https://github.com/DevCloudFE/react-devui/commit/73826865268cb9f2e527c560767644ee502768b8))
10+
- **ui:** input no padding-right when button on the far right ([cbedd56](https://github.com/DevCloudFE/react-devui/commit/cbedd5632b0d6a942c495180f7002144443fb945))
11+
512
## [18.1.3](https://github.com/DevCloudFE/react-devui/compare/v18.1.2...v18.1.3) (2023-01-13)
613

714
**Note:** Version bump only for package @react-devui/ui

Diff for: packages/ui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-devui/ui",
3-
"version": "18.1.3",
3+
"version": "18.1.4",
44
"description": "DevUI components based on React",
55
"keywords": [
66
"ui",

Diff for: packages/utils/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
44

5+
## [18.1.4](https://github.com/DevCloudFE/react-devui/compare/v18.1.3...v18.1.4) (2023-02-03)
6+
7+
**Note:** Version bump only for package @react-devui/utils
8+
59
## [18.1.3](https://github.com/DevCloudFE/react-devui/compare/v18.1.2...v18.1.3) (2023-01-13)
610

711
**Note:** Version bump only for package @react-devui/utils

Diff for: packages/utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-devui/utils",
3-
"version": "18.1.3",
3+
"version": "18.1.4",
44
"description": "DevUI utils based on React",
55
"keywords": [
66
"ui",

0 commit comments

Comments
 (0)