Skip to content

Commit

Permalink
chore: release 18.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xiejay97 committed Feb 24, 2023
1 parent 132cecc commit eac6ade
Show file tree
Hide file tree
Showing 10 changed files with 44 additions and 5 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [18.3.1](https://github.com/DevCloudFE/react-devui/compare/v18.3.0...v18.3.1) (2023-02-24)

### Bug Fixes

- **ui:** fix input pass `dModel` not work ([8cfa7ca](https://github.com/DevCloudFE/react-devui/commit/8cfa7ca77495e381c484487bc8df0b026f7911bc))
- **ui:** fix menu-indicator flash ([ed794b0](https://github.com/DevCloudFE/react-devui/commit/ed794b0f15c5f1137c34bda09e78fe36001724a5))
- **ui:** remove `min-width` when button is link type ([f4e3a06](https://github.com/DevCloudFE/react-devui/commit/f4e3a068363d9519dec5f66ee758c5398ccb3720))
- **ui:** render `div` when `dSearchable` is `false` ([84f4189](https://github.com/DevCloudFE/react-devui/commit/84f41896f493b029d175d08ea3933747986aee4a))

### Features

- **platform:** add correct className for `Link` ([1dfda85](https://github.com/DevCloudFE/react-devui/commit/1dfda85565890c8fdf6868173ff0f6923c45b39c))
- **ui:** optimize date-picker ([132cecc](https://github.com/DevCloudFE/react-devui/commit/132cecc6863dc56993c9d6c1e7458efafa837231))

# [18.3.0](https://github.com/DevCloudFE/react-devui/compare/v18.2.0...v18.3.0) (2023-02-17)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useNx": true,
"packages": ["packages/hooks", "packages/icons", "packages/ui", "packages/utils"],
"version": "18.3.0",
"version": "18.3.1",
"command": {
"version": {
"conventionalCommits": true,
Expand Down
4 changes: 4 additions & 0 deletions packages/hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [18.3.1](https://github.com/DevCloudFE/react-devui/compare/v18.3.0...v18.3.1) (2023-02-24)

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

# [18.3.0](https://github.com/DevCloudFE/react-devui/compare/v18.2.0...v18.3.0) (2023-02-17)

**Note:** Version bump only for package @react-devui/hooks
Expand Down
2 changes: 1 addition & 1 deletion packages/hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-devui/hooks",
"version": "18.3.0",
"version": "18.3.1",
"description": "DevUI hooks based on React",
"keywords": [
"ui",
Expand Down
4 changes: 4 additions & 0 deletions packages/icons/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [18.3.1](https://github.com/DevCloudFE/react-devui/compare/v18.3.0...v18.3.1) (2023-02-24)

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

# [18.3.0](https://github.com/DevCloudFE/react-devui/compare/v18.2.0...v18.3.0) (2023-02-17)

**Note:** Version bump only for package @react-devui/icons
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-devui/icons",
"version": "18.3.0",
"version": "18.3.1",
"description": "DevUI icons based on React",
"keywords": [
"ui",
Expand Down
13 changes: 13 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [18.3.1](https://github.com/DevCloudFE/react-devui/compare/v18.3.0...v18.3.1) (2023-02-24)

### Bug Fixes

- **ui:** fix input pass `dModel` not work ([8cfa7ca](https://github.com/DevCloudFE/react-devui/commit/8cfa7ca77495e381c484487bc8df0b026f7911bc))
- **ui:** fix menu-indicator flash ([ed794b0](https://github.com/DevCloudFE/react-devui/commit/ed794b0f15c5f1137c34bda09e78fe36001724a5))
- **ui:** remove `min-width` when button is link type ([f4e3a06](https://github.com/DevCloudFE/react-devui/commit/f4e3a068363d9519dec5f66ee758c5398ccb3720))
- **ui:** render `div` when `dSearchable` is `false` ([84f4189](https://github.com/DevCloudFE/react-devui/commit/84f41896f493b029d175d08ea3933747986aee4a))

### Features

- **ui:** optimize date-picker ([132cecc](https://github.com/DevCloudFE/react-devui/commit/132cecc6863dc56993c9d6c1e7458efafa837231))

# [18.3.0](https://github.com/DevCloudFE/react-devui/compare/v18.2.0...v18.3.0) (2023-02-17)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-devui/ui",
"version": "18.3.0",
"version": "18.3.1",
"description": "DevUI components based on React",
"keywords": [
"ui",
Expand Down
4 changes: 4 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [18.3.1](https://github.com/DevCloudFE/react-devui/compare/v18.3.0...v18.3.1) (2023-02-24)

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

# [18.3.0](https://github.com/DevCloudFE/react-devui/compare/v18.2.0...v18.3.0) (2023-02-17)

**Note:** Version bump only for package @react-devui/utils
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-devui/utils",
"version": "18.3.0",
"version": "18.3.1",
"description": "DevUI utils based on React",
"keywords": [
"ui",
Expand Down

0 comments on commit eac6ade

Please sign in to comment.