Skip to content

Commit

Permalink
chore: release 18.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xiejay97 committed Feb 17, 2023
1 parent 7506017 commit 5a467ae
Show file tree
Hide file tree
Showing 10 changed files with 57 additions and 5 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@

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

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

### Bug Fixes

- **platform:** should `useQueryParams` only change `query` ([634556b](https://github.com/DevCloudFE/react-devui/commit/634556bdac657db2f21df17036502590c67bbc79))
- **ui:** fix miss `flexShrink` in virtual-scroll's fill element ([1c2cdf3](https://github.com/DevCloudFE/react-devui/commit/1c2cdf30886ac296c0499e0d089fafa9cf183b5f))

### Code Refactoring

- **ui:** remove `dExpandAll` api ([f51cd58](https://github.com/DevCloudFE/react-devui/commit/f51cd58cbf77b7408e2da6e08779ffebb930f9d7))

### Features

- **platform:** add `skipRenderLink` to breadcrumb ([7506017](https://github.com/DevCloudFE/react-devui/commit/7506017e6031691b1045a2fe8488dc47c2a786da))
- **ui:** add `dVirtual` for all virtual-scroll ([2b7e268](https://github.com/DevCloudFE/react-devui/commit/2b7e268e5ef912f7e2d6f551d888f094a2654fd2))
- **ui:** support custom dropdown for tabs ([862effe](https://github.com/DevCloudFE/react-devui/commit/862effe59bf0945b43d200e6b65811528890e7d8))

### BREAKING CHANGES

- **ui:** use `dExpandAll` usually not as expected.

# [18.2.0](https://github.com/DevCloudFE/react-devui/compare/v18.1.4...v18.2.0) (2023-02-10)

### 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.2.0",
"version": "18.3.0",
"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.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

# [18.2.0](https://github.com/DevCloudFE/react-devui/compare/v18.1.4...v18.2.0) (2023-02-10)

**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.2.0",
"version": "18.3.0",
"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.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

# [18.2.0](https://github.com/DevCloudFE/react-devui/compare/v18.1.4...v18.2.0) (2023-02-10)

**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.2.0",
"version": "18.3.0",
"description": "DevUI icons based on React",
"keywords": [
"ui",
Expand Down
19 changes: 19 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

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

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

### Bug Fixes

- **ui:** fix miss `flexShrink` in virtual-scroll's fill element ([1c2cdf3](https://github.com/DevCloudFE/react-devui/commit/1c2cdf30886ac296c0499e0d089fafa9cf183b5f))

### Code Refactoring

- **ui:** remove `dExpandAll` api ([f51cd58](https://github.com/DevCloudFE/react-devui/commit/f51cd58cbf77b7408e2da6e08779ffebb930f9d7))

### Features

- **ui:** add `dVirtual` for all virtual-scroll ([2b7e268](https://github.com/DevCloudFE/react-devui/commit/2b7e268e5ef912f7e2d6f551d888f094a2654fd2))
- **ui:** support custom dropdown for tabs ([862effe](https://github.com/DevCloudFE/react-devui/commit/862effe59bf0945b43d200e6b65811528890e7d8))

### BREAKING CHANGES

- **ui:** use `dExpandAll` usually not as expected.

# [18.2.0](https://github.com/DevCloudFE/react-devui/compare/v18.1.4...v18.2.0) (2023-02-10)

### Code Refactoring
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.2.0",
"version": "18.3.0",
"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.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

# [18.2.0](https://github.com/DevCloudFE/react-devui/compare/v18.1.4...v18.2.0) (2023-02-10)

**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.2.0",
"version": "18.3.0",
"description": "DevUI utils based on React",
"keywords": [
"ui",
Expand Down

0 comments on commit 5a467ae

Please sign in to comment.