Skip to content

Commit 354e4a1

Browse files
committed
chore: release 18.1.0
1 parent 0cdd5d8 commit 354e4a1

10 files changed

+53
-5
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
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.0](https://github.com/DevCloudFE/react-devui/compare/v18.0.5...v18.1.0) (2022-12-16)
6+
7+
### Bug Fixes
8+
9+
- **ui:** check if click by keydown ([8eb70ca](https://github.com/DevCloudFE/react-devui/commit/8eb70ca48d2f53adbdc281bc48a906308632b1cf))
10+
11+
### Code Refactoring
12+
13+
- **ui:** no longer use `cloneElement` to change action ([e07e107](https://github.com/DevCloudFE/react-devui/commit/e07e10700b656aaf3ba5a8e7a8e02fee1e6dc18e))
14+
15+
### Features
16+
17+
- **ui:** add `dNowrap` for both td and th ([0541bca](https://github.com/DevCloudFE/react-devui/commit/0541bcad8294418d83e716c5b565c88ca36206ee))
18+
19+
### BREAKING CHANGES
20+
21+
- **ui:** provide action components
22+
523
## [18.0.5](https://github.com/DevCloudFE/react-devui/compare/v18.0.4...v18.0.5) (2022-12-09)
624

725
### 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.0.5",
5+
"version": "18.1.0",
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.1.0](https://github.com/DevCloudFE/react-devui/compare/v18.0.5...v18.1.0) (2022-12-16)
6+
7+
**Note:** Version bump only for package @react-devui/hooks
8+
59
## [18.0.5](https://github.com/DevCloudFE/react-devui/compare/v18.0.4...v18.0.5) (2022-12-09)
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.0.5",
3+
"version": "18.1.0",
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.1.0](https://github.com/DevCloudFE/react-devui/compare/v18.0.5...v18.1.0) (2022-12-16)
6+
7+
**Note:** Version bump only for package @react-devui/icons
8+
59
## [18.0.5](https://github.com/DevCloudFE/react-devui/compare/v18.0.4...v18.0.5) (2022-12-09)
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.0.5",
3+
"version": "18.1.0",
44
"description": "DevUI icons based on React",
55
"keywords": [
66
"ui",

packages/ui/CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
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.0](https://github.com/DevCloudFE/react-devui/compare/v18.0.5...v18.1.0) (2022-12-16)
6+
7+
### Bug Fixes
8+
9+
- **ui:** check if click by keydown ([8eb70ca](https://github.com/DevCloudFE/react-devui/commit/8eb70ca48d2f53adbdc281bc48a906308632b1cf))
10+
11+
### Code Refactoring
12+
13+
- **ui:** no longer use `cloneElement` to change action ([e07e107](https://github.com/DevCloudFE/react-devui/commit/e07e10700b656aaf3ba5a8e7a8e02fee1e6dc18e))
14+
15+
### Features
16+
17+
- **ui:** add `dNowrap` for both td and th ([0541bca](https://github.com/DevCloudFE/react-devui/commit/0541bcad8294418d83e716c5b565c88ca36206ee))
18+
19+
### BREAKING CHANGES
20+
21+
- **ui:** provide action components
22+
523
## [18.0.5](https://github.com/DevCloudFE/react-devui/compare/v18.0.4...v18.0.5) (2022-12-09)
624

725
### 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.0.5",
3+
"version": "18.1.0",
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.1.0](https://github.com/DevCloudFE/react-devui/compare/v18.0.5...v18.1.0) (2022-12-16)
6+
7+
**Note:** Version bump only for package @react-devui/utils
8+
59
## [18.0.5](https://github.com/DevCloudFE/react-devui/compare/v18.0.4...v18.0.5) (2022-12-09)
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.0.5",
3+
"version": "18.1.0",
44
"description": "DevUI utils based on React",
55
"keywords": [
66
"ui",

0 commit comments

Comments
 (0)