Skip to content

Commit bec343d

Browse files
committed
chore: release 18.6.0
1 parent f2fa480 commit bec343d

File tree

10 files changed

+37
-5
lines changed

10 files changed

+37
-5
lines changed

Diff for: 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.0](https://github.com/DevCloudFE/react-devui/compare/v18.5.13...v18.6.0) (2023-07-07)
6+
7+
### Bug Fixes
8+
9+
- calculate page size ([f2fa480](https://github.com/DevCloudFE/react-devui/commit/f2fa48096f122b13eaf2fa0b0ea97dd39e7658c6))
10+
11+
### Features
12+
13+
- **platform:** support `'canvas'` chart ([42c7978](https://github.com/DevCloudFE/react-devui/commit/42c7978e82e91d3cf00e2f77f720a3ae820c4683))
14+
515
## [18.5.13](https://github.com/DevCloudFE/react-devui/compare/v18.5.12...v18.5.13) (2023-07-05)
616

717
### Bug Fixes

Diff for: 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.5.13",
5+
"version": "18.6.0",
66
"command": {
77
"version": {
88
"conventionalCommits": true,

Diff for: packages/hooks/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.0](https://github.com/DevCloudFE/react-devui/compare/v18.5.13...v18.6.0) (2023-07-07)
6+
7+
### Bug Fixes
8+
9+
- calculate page size ([f2fa480](https://github.com/DevCloudFE/react-devui/commit/f2fa48096f122b13eaf2fa0b0ea97dd39e7658c6))
10+
511
## [18.5.13](https://github.com/DevCloudFE/react-devui/compare/v18.5.12...v18.5.13) (2023-07-05)
612

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

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

Diff for: 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.0](https://github.com/DevCloudFE/react-devui/compare/v18.5.13...v18.6.0) (2023-07-07)
6+
7+
**Note:** Version bump only for package @react-devui/icons
8+
59
## [18.5.13](https://github.com/DevCloudFE/react-devui/compare/v18.5.12...v18.5.13) (2023-07-05)
610

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

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

Diff for: 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.0](https://github.com/DevCloudFE/react-devui/compare/v18.5.13...v18.6.0) (2023-07-07)
6+
7+
### Bug Fixes
8+
9+
- calculate page size ([f2fa480](https://github.com/DevCloudFE/react-devui/commit/f2fa48096f122b13eaf2fa0b0ea97dd39e7658c6))
10+
511
## [18.5.13](https://github.com/DevCloudFE/react-devui/compare/v18.5.12...v18.5.13) (2023-07-05)
612

713
### Bug Fixes

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

Diff for: packages/utils/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.0](https://github.com/DevCloudFE/react-devui/compare/v18.5.13...v18.6.0) (2023-07-07)
6+
7+
### Bug Fixes
8+
9+
- calculate page size ([f2fa480](https://github.com/DevCloudFE/react-devui/commit/f2fa48096f122b13eaf2fa0b0ea97dd39e7658c6))
10+
511
## [18.5.13](https://github.com/DevCloudFE/react-devui/compare/v18.5.12...v18.5.13) (2023-07-05)
612

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

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

0 commit comments

Comments
 (0)