Skip to content

Commit 1b5ec00

Browse files
committed
chore: release 18.5.0
1 parent 237f5aa commit 1b5ec00

10 files changed

Lines changed: 45 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
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.5.0](https://github.com/DevCloudFE/react-devui/compare/v18.4.1...v18.5.0) (2023-03-16)
6+
7+
### Bug Fixes
8+
9+
- **ui:** fix style when card action is disabled ([a4e3077](https://github.com/DevCloudFE/react-devui/commit/a4e307739b7c6209bcdac2bac550b33cbb86e660))
10+
11+
### Code Refactoring
12+
13+
- **ui:** remove dCloseOnClick in dropdown ([adde61a](https://github.com/DevCloudFE/react-devui/commit/adde61ad28d34864cbfa860c90d8bbd5df7c7c62))
14+
15+
### BREAKING CHANGES
16+
17+
- **ui:** onItemClick support control close.
18+
519
## [18.4.1](https://github.com/DevCloudFE/react-devui/compare/v18.4.0...v18.4.1) (2023-03-15)
620

721
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
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.4.1",
5+
"version": "18.5.0",
66
"command": {
77
"version": {
88
"conventionalCommits": true,

packages/hooks/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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.5.0](https://github.com/DevCloudFE/react-devui/compare/v18.4.1...v18.5.0) (2023-03-16)
6+
7+
**Note:** Version bump only for package @react-devui/hooks
8+
59
## [18.4.1](https://github.com/DevCloudFE/react-devui/compare/v18.4.0...v18.4.1) (2023-03-15)
610

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

packages/hooks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-devui/hooks",
3-
"version": "18.4.1",
3+
"version": "18.5.0",
44
"description": "DevUI hooks based on React",
55
"keywords": [
66
"ui",

packages/icons/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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.5.0](https://github.com/DevCloudFE/react-devui/compare/v18.4.1...v18.5.0) (2023-03-16)
6+
7+
**Note:** Version bump only for package @react-devui/icons
8+
59
## [18.4.1](https://github.com/DevCloudFE/react-devui/compare/v18.4.0...v18.4.1) (2023-03-15)
610

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

packages/icons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-devui/icons",
3-
"version": "18.4.1",
3+
"version": "18.5.0",
44
"description": "DevUI icons based on React",
55
"keywords": [
66
"ui",

packages/ui/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
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.5.0](https://github.com/DevCloudFE/react-devui/compare/v18.4.1...v18.5.0) (2023-03-16)
6+
7+
### Bug Fixes
8+
9+
- **ui:** fix style when card action is disabled ([a4e3077](https://github.com/DevCloudFE/react-devui/commit/a4e307739b7c6209bcdac2bac550b33cbb86e660))
10+
11+
### Code Refactoring
12+
13+
- **ui:** remove dCloseOnClick in dropdown ([adde61a](https://github.com/DevCloudFE/react-devui/commit/adde61ad28d34864cbfa860c90d8bbd5df7c7c62))
14+
15+
### BREAKING CHANGES
16+
17+
- **ui:** onItemClick support control close.
18+
519
## [18.4.1](https://github.com/DevCloudFE/react-devui/compare/v18.4.0...v18.4.1) (2023-03-15)
620

721
### Bug Fixes

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-devui/ui",
3-
"version": "18.4.1",
3+
"version": "18.5.0",
44
"description": "DevUI components based on React",
55
"keywords": [
66
"ui",

packages/utils/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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.5.0](https://github.com/DevCloudFE/react-devui/compare/v18.4.1...v18.5.0) (2023-03-16)
6+
7+
**Note:** Version bump only for package @react-devui/utils
8+
59
## [18.4.1](https://github.com/DevCloudFE/react-devui/compare/v18.4.0...v18.4.1) (2023-03-15)
610

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

packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-devui/utils",
3-
"version": "18.4.1",
3+
"version": "18.5.0",
44
"description": "DevUI utils based on React",
55
"keywords": [
66
"ui",

0 commit comments

Comments
 (0)