Skip to content

Commit b42fa36

Browse files
committed
chore: release 18.6.2
1 parent 612011a commit b42fa36

10 files changed

+33
-5
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
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.6.2](https://github.com/DevCloudFE/react-devui/compare/v18.6.1...v18.6.2) (2023-07-10)
6+
7+
### Bug Fixes
8+
9+
- **ui:** calculate click position ([612011a](https://github.com/DevCloudFE/react-devui/commit/612011ad28414577db99089d3e8c648307ff06dd))
10+
11+
### Features
12+
13+
- **platform:** chart support locale ([ff75a14](https://github.com/DevCloudFE/react-devui/commit/ff75a14d5071fa1d28d4977a207015e67f5d897f))
14+
515
## [18.6.1](https://github.com/DevCloudFE/react-devui/compare/v18.6.0...v18.6.1) (2023-07-07)
616

717
**Note:** Version bump only for package react-devui

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.6.1",
5+
"version": "18.6.2",
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.6.2](https://github.com/DevCloudFE/react-devui/compare/v18.6.1...v18.6.2) (2023-07-10)
6+
7+
**Note:** Version bump only for package @react-devui/hooks
8+
59
## [18.6.1](https://github.com/DevCloudFE/react-devui/compare/v18.6.0...v18.6.1) (2023-07-07)
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.6.1",
3+
"version": "18.6.2",
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.6.2](https://github.com/DevCloudFE/react-devui/compare/v18.6.1...v18.6.2) (2023-07-10)
6+
7+
**Note:** Version bump only for package @react-devui/icons
8+
59
## [18.6.1](https://github.com/DevCloudFE/react-devui/compare/v18.6.0...v18.6.1) (2023-07-07)
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.6.1",
3+
"version": "18.6.2",
44
"description": "DevUI icons based on React",
55
"keywords": [
66
"ui",

packages/ui/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
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.6.2](https://github.com/DevCloudFE/react-devui/compare/v18.6.1...v18.6.2) (2023-07-10)
6+
7+
### Bug Fixes
8+
9+
- **ui:** calculate click position ([612011a](https://github.com/DevCloudFE/react-devui/commit/612011ad28414577db99089d3e8c648307ff06dd))
10+
511
## [18.6.1](https://github.com/DevCloudFE/react-devui/compare/v18.6.0...v18.6.1) (2023-07-07)
612

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

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.6.1",
3+
"version": "18.6.2",
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.6.2](https://github.com/DevCloudFE/react-devui/compare/v18.6.1...v18.6.2) (2023-07-10)
6+
7+
**Note:** Version bump only for package @react-devui/utils
8+
59
## [18.6.1](https://github.com/DevCloudFE/react-devui/compare/v18.6.0...v18.6.1) (2023-07-07)
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.6.1",
3+
"version": "18.6.2",
44
"description": "DevUI utils based on React",
55
"keywords": [
66
"ui",

0 commit comments

Comments
 (0)