Skip to content

Commit d7945d0

Browse files
committed
chore: release 18.5.12
1 parent f7d37d9 commit d7945d0

File tree

10 files changed

+33
-5
lines changed

10 files changed

+33
-5
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
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.5.12](https://github.com/DevCloudFE/react-devui/compare/v18.5.11...v18.5.12) (2023-07-05)
6+
7+
### Bug Fixes
8+
9+
- **platform:** fix table checkbox hidden ([cd9d014](https://github.com/DevCloudFE/react-devui/commit/cd9d01431793be9aba45240abb1e1cc3e7b517fa))
10+
11+
### Features
12+
13+
- **ui:** add `$enable-gap` ([f7d37d9](https://github.com/DevCloudFE/react-devui/commit/f7d37d94fc0674e01831c1e7866322abec19e3f3))
14+
515
## [18.5.11](https://github.com/DevCloudFE/react-devui/compare/v18.5.10...v18.5.11) (2023-06-21)
616

717
### Features

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.5.11",
5+
"version": "18.5.12",
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.12](https://github.com/DevCloudFE/react-devui/compare/v18.5.11...v18.5.12) (2023-07-05)
6+
7+
**Note:** Version bump only for package @react-devui/hooks
8+
59
## [18.5.11](https://github.com/DevCloudFE/react-devui/compare/v18.5.10...v18.5.11) (2023-06-21)
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.5.11",
3+
"version": "18.5.12",
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.12](https://github.com/DevCloudFE/react-devui/compare/v18.5.11...v18.5.12) (2023-07-05)
6+
7+
**Note:** Version bump only for package @react-devui/icons
8+
59
## [18.5.11](https://github.com/DevCloudFE/react-devui/compare/v18.5.10...v18.5.11) (2023-06-21)
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.5.11",
3+
"version": "18.5.12",
44
"description": "DevUI icons based on React",
55
"keywords": [
66
"ui",

packages/ui/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
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.5.12](https://github.com/DevCloudFE/react-devui/compare/v18.5.11...v18.5.12) (2023-07-05)
6+
7+
### Features
8+
9+
- **ui:** add `$enable-gap` ([f7d37d9](https://github.com/DevCloudFE/react-devui/commit/f7d37d94fc0674e01831c1e7866322abec19e3f3))
10+
511
## [18.5.11](https://github.com/DevCloudFE/react-devui/compare/v18.5.10...v18.5.11) (2023-06-21)
612

713
### Features

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.5.11",
3+
"version": "18.5.12",
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.12](https://github.com/DevCloudFE/react-devui/compare/v18.5.11...v18.5.12) (2023-07-05)
6+
7+
**Note:** Version bump only for package @react-devui/utils
8+
59
## [18.5.11](https://github.com/DevCloudFE/react-devui/compare/v18.5.10...v18.5.11) (2023-06-21)
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.5.11",
3+
"version": "18.5.12",
44
"description": "DevUI utils based on React",
55
"keywords": [
66
"ui",

0 commit comments

Comments
 (0)