Skip to content

Commit eac6ade

Browse files
committed
chore: release 18.3.1
1 parent 132cecc commit eac6ade

10 files changed

+44
-5
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
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.3.1](https://github.com/DevCloudFE/react-devui/compare/v18.3.0...v18.3.1) (2023-02-24)
6+
7+
### Bug Fixes
8+
9+
- **ui:** fix input pass `dModel` not work ([8cfa7ca](https://github.com/DevCloudFE/react-devui/commit/8cfa7ca77495e381c484487bc8df0b026f7911bc))
10+
- **ui:** fix menu-indicator flash ([ed794b0](https://github.com/DevCloudFE/react-devui/commit/ed794b0f15c5f1137c34bda09e78fe36001724a5))
11+
- **ui:** remove `min-width` when button is link type ([f4e3a06](https://github.com/DevCloudFE/react-devui/commit/f4e3a068363d9519dec5f66ee758c5398ccb3720))
12+
- **ui:** render `div` when `dSearchable` is `false` ([84f4189](https://github.com/DevCloudFE/react-devui/commit/84f41896f493b029d175d08ea3933747986aee4a))
13+
14+
### Features
15+
16+
- **platform:** add correct className for `Link` ([1dfda85](https://github.com/DevCloudFE/react-devui/commit/1dfda85565890c8fdf6868173ff0f6923c45b39c))
17+
- **ui:** optimize date-picker ([132cecc](https://github.com/DevCloudFE/react-devui/commit/132cecc6863dc56993c9d6c1e7458efafa837231))
18+
519
# [18.3.0](https://github.com/DevCloudFE/react-devui/compare/v18.2.0...v18.3.0) (2023-02-17)
620

721
### Bug Fixes

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.3.0",
5+
"version": "18.3.1",
66
"command": {
77
"version": {
88
"conventionalCommits": true,

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.3.1](https://github.com/DevCloudFE/react-devui/compare/v18.3.0...v18.3.1) (2023-02-24)
6+
7+
**Note:** Version bump only for package @react-devui/hooks
8+
59
# [18.3.0](https://github.com/DevCloudFE/react-devui/compare/v18.2.0...v18.3.0) (2023-02-17)
610

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

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.3.0",
3+
"version": "18.3.1",
44
"description": "DevUI hooks based on React",
55
"keywords": [
66
"ui",

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.3.1](https://github.com/DevCloudFE/react-devui/compare/v18.3.0...v18.3.1) (2023-02-24)
6+
7+
**Note:** Version bump only for package @react-devui/icons
8+
59
# [18.3.0](https://github.com/DevCloudFE/react-devui/compare/v18.2.0...v18.3.0) (2023-02-17)
610

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

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.3.0",
3+
"version": "18.3.1",
44
"description": "DevUI icons based on React",
55
"keywords": [
66
"ui",

packages/ui/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
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.3.1](https://github.com/DevCloudFE/react-devui/compare/v18.3.0...v18.3.1) (2023-02-24)
6+
7+
### Bug Fixes
8+
9+
- **ui:** fix input pass `dModel` not work ([8cfa7ca](https://github.com/DevCloudFE/react-devui/commit/8cfa7ca77495e381c484487bc8df0b026f7911bc))
10+
- **ui:** fix menu-indicator flash ([ed794b0](https://github.com/DevCloudFE/react-devui/commit/ed794b0f15c5f1137c34bda09e78fe36001724a5))
11+
- **ui:** remove `min-width` when button is link type ([f4e3a06](https://github.com/DevCloudFE/react-devui/commit/f4e3a068363d9519dec5f66ee758c5398ccb3720))
12+
- **ui:** render `div` when `dSearchable` is `false` ([84f4189](https://github.com/DevCloudFE/react-devui/commit/84f41896f493b029d175d08ea3933747986aee4a))
13+
14+
### Features
15+
16+
- **ui:** optimize date-picker ([132cecc](https://github.com/DevCloudFE/react-devui/commit/132cecc6863dc56993c9d6c1e7458efafa837231))
17+
518
# [18.3.0](https://github.com/DevCloudFE/react-devui/compare/v18.2.0...v18.3.0) (2023-02-17)
619

720
### Bug Fixes

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.3.0",
3+
"version": "18.3.1",
44
"description": "DevUI components based on React",
55
"keywords": [
66
"ui",

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.3.1](https://github.com/DevCloudFE/react-devui/compare/v18.3.0...v18.3.1) (2023-02-24)
6+
7+
**Note:** Version bump only for package @react-devui/utils
8+
59
# [18.3.0](https://github.com/DevCloudFE/react-devui/compare/v18.2.0...v18.3.0) (2023-02-17)
610

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

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.3.0",
3+
"version": "18.3.1",
44
"description": "DevUI utils based on React",
55
"keywords": [
66
"ui",

0 commit comments

Comments
 (0)