Skip to content

Commit f5d7c84

Browse files
committedMar 9, 2023
chore: release 18.3.4
1 parent 2bf87b0 commit f5d7c84

10 files changed

+34
-5
lines changed
 

‎CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
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.4](https://github.com/DevCloudFE/react-devui/compare/v18.3.3...v18.3.4) (2023-03-09)
6+
7+
### Bug Fixes
8+
9+
- **site:** safari doesn't support lookbehind ([12a418f](https://github.com/DevCloudFE/react-devui/commit/12a418f63f64c187a6bce4045920cb3ae2a65405))
10+
- **ui:** change focus after visible change ([02d4072](https://github.com/DevCloudFE/react-devui/commit/02d407206c230eb5f1f1bd7489dd2fe68420e5d0))
11+
- **ui:** close popup when tree-select selected ([adb5f33](https://github.com/DevCloudFE/react-devui/commit/adb5f33a2419b6bcbc72201fa9d6df2251385aad))
12+
- **ui:** fix styles ([2bf87b0](https://github.com/DevCloudFE/react-devui/commit/2bf87b0e7a3071f1a2a3349ae4c7c710e1f65bd1))
13+
514
## [18.3.3](https://github.com/DevCloudFE/react-devui/compare/v18.3.2...v18.3.3) (2023-03-03)
615

716
### 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.3",
5+
"version": "18.3.4",
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.4](https://github.com/DevCloudFE/react-devui/compare/v18.3.3...v18.3.4) (2023-03-09)
6+
7+
**Note:** Version bump only for package @react-devui/hooks
8+
59
## [18.3.3](https://github.com/DevCloudFE/react-devui/compare/v18.3.2...v18.3.3) (2023-03-03)
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.3",
3+
"version": "18.3.4",
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.4](https://github.com/DevCloudFE/react-devui/compare/v18.3.3...v18.3.4) (2023-03-09)
6+
7+
**Note:** Version bump only for package @react-devui/icons
8+
59
## [18.3.3](https://github.com/DevCloudFE/react-devui/compare/v18.3.2...v18.3.3) (2023-03-03)
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.3",
3+
"version": "18.3.4",
44
"description": "DevUI icons based on React",
55
"keywords": [
66
"ui",

‎packages/ui/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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.4](https://github.com/DevCloudFE/react-devui/compare/v18.3.3...v18.3.4) (2023-03-09)
6+
7+
### Bug Fixes
8+
9+
- **ui:** change focus after visible change ([02d4072](https://github.com/DevCloudFE/react-devui/commit/02d407206c230eb5f1f1bd7489dd2fe68420e5d0))
10+
- **ui:** close popup when tree-select selected ([adb5f33](https://github.com/DevCloudFE/react-devui/commit/adb5f33a2419b6bcbc72201fa9d6df2251385aad))
11+
- **ui:** fix styles ([2bf87b0](https://github.com/DevCloudFE/react-devui/commit/2bf87b0e7a3071f1a2a3349ae4c7c710e1f65bd1))
12+
513
## [18.3.3](https://github.com/DevCloudFE/react-devui/compare/v18.3.2...v18.3.3) (2023-03-03)
614

715
### 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.3",
3+
"version": "18.3.4",
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.4](https://github.com/DevCloudFE/react-devui/compare/v18.3.3...v18.3.4) (2023-03-09)
6+
7+
**Note:** Version bump only for package @react-devui/utils
8+
59
## [18.3.3](https://github.com/DevCloudFE/react-devui/compare/v18.3.2...v18.3.3) (2023-03-03)
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.3",
3+
"version": "18.3.4",
44
"description": "DevUI utils based on React",
55
"keywords": [
66
"ui",

0 commit comments

Comments
 (0)
Please sign in to comment.