Skip to content

Commit 02d1561

Browse files
committed
chore: release 18.1.2
1 parent c9d48d1 commit 02d1561

10 files changed

+42
-5
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
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.2](https://github.com/DevCloudFE/react-devui/compare/v18.1.1...v18.1.2) (2023-01-06)
6+
7+
### Bug Fixes
8+
9+
- **ui:** fix textarea ts-type error ([c9d48d1](https://github.com/DevCloudFE/react-devui/commit/c9d48d190fc70dc1879d1fcf9bbc5d714d15a298))
10+
- **ui:** set `min-width` to `0` for input element ([3ccc7b1](https://github.com/DevCloudFE/react-devui/commit/3ccc7b162dd7bd5f54d42560b79ac5db3d8983c4))
11+
- **ui:** submenu should include active item when change color of expand ([128c5f3](https://github.com/DevCloudFE/react-devui/commit/128c5f3aca395cf841b1bf3eec6f1ee651a53fba))
12+
13+
### Features
14+
15+
- **platform:** status-dot support wave animation ([4fc1364](https://github.com/DevCloudFE/react-devui/commit/4fc1364ca6deb1cabd8ead0c7f0085e0c1319ca4))
16+
- **ui:** support update fixed state when table resize ([9fac01a](https://github.com/DevCloudFE/react-devui/commit/9fac01a67695271de66f7baf4df66958067fe2e2))
17+
518
## [18.1.1](https://github.com/DevCloudFE/react-devui/compare/v18.1.0...v18.1.1) (2023-01-03)
619

720
### 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.1.1",
5+
"version": "18.1.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.1.2](https://github.com/DevCloudFE/react-devui/compare/v18.1.1...v18.1.2) (2023-01-06)
6+
7+
**Note:** Version bump only for package @react-devui/hooks
8+
59
## [18.1.1](https://github.com/DevCloudFE/react-devui/compare/v18.1.0...v18.1.1) (2023-01-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.1.1",
3+
"version": "18.1.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.1.2](https://github.com/DevCloudFE/react-devui/compare/v18.1.1...v18.1.2) (2023-01-06)
6+
7+
**Note:** Version bump only for package @react-devui/icons
8+
59
## [18.1.1](https://github.com/DevCloudFE/react-devui/compare/v18.1.0...v18.1.1) (2023-01-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.1.1",
3+
"version": "18.1.2",
44
"description": "DevUI icons based on React",
55
"keywords": [
66
"ui",

packages/ui/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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.2](https://github.com/DevCloudFE/react-devui/compare/v18.1.1...v18.1.2) (2023-01-06)
6+
7+
### Bug Fixes
8+
9+
- **ui:** fix textarea ts-type error ([c9d48d1](https://github.com/DevCloudFE/react-devui/commit/c9d48d190fc70dc1879d1fcf9bbc5d714d15a298))
10+
- **ui:** set `min-width` to `0` for input element ([3ccc7b1](https://github.com/DevCloudFE/react-devui/commit/3ccc7b162dd7bd5f54d42560b79ac5db3d8983c4))
11+
- **ui:** submenu should include active item when change color of expand ([128c5f3](https://github.com/DevCloudFE/react-devui/commit/128c5f3aca395cf841b1bf3eec6f1ee651a53fba))
12+
13+
### Features
14+
15+
- **ui:** support update fixed state when table resize ([9fac01a](https://github.com/DevCloudFE/react-devui/commit/9fac01a67695271de66f7baf4df66958067fe2e2))
16+
517
## [18.1.1](https://github.com/DevCloudFE/react-devui/compare/v18.1.0...v18.1.1) (2023-01-03)
618

719
### 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.1.1",
3+
"version": "18.1.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.1.2](https://github.com/DevCloudFE/react-devui/compare/v18.1.1...v18.1.2) (2023-01-06)
6+
7+
**Note:** Version bump only for package @react-devui/utils
8+
59
## [18.1.1](https://github.com/DevCloudFE/react-devui/compare/v18.1.0...v18.1.1) (2023-01-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.1.1",
3+
"version": "18.1.2",
44
"description": "DevUI utils based on React",
55
"keywords": [
66
"ui",

0 commit comments

Comments
 (0)