Skip to content

Commit

Permalink
chore: release 18.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xiejay97 committed Dec 16, 2022
1 parent 0cdd5d8 commit 354e4a1
Show file tree
Hide file tree
Showing 10 changed files with 53 additions and 5 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

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

# [18.1.0](https://github.com/DevCloudFE/react-devui/compare/v18.0.5...v18.1.0) (2022-12-16)

### Bug Fixes

- **ui:** check if click by keydown ([8eb70ca](https://github.com/DevCloudFE/react-devui/commit/8eb70ca48d2f53adbdc281bc48a906308632b1cf))

### Code Refactoring

- **ui:** no longer use `cloneElement` to change action ([e07e107](https://github.com/DevCloudFE/react-devui/commit/e07e10700b656aaf3ba5a8e7a8e02fee1e6dc18e))

### Features

- **ui:** add `dNowrap` for both td and th ([0541bca](https://github.com/DevCloudFE/react-devui/commit/0541bcad8294418d83e716c5b565c88ca36206ee))

### BREAKING CHANGES

- **ui:** provide action components

## [18.0.5](https://github.com/DevCloudFE/react-devui/compare/v18.0.4...v18.0.5) (2022-12-09)

### 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.0.5",
"version": "18.1.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.1.0](https://github.com/DevCloudFE/react-devui/compare/v18.0.5...v18.1.0) (2022-12-16)

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

## [18.0.5](https://github.com/DevCloudFE/react-devui/compare/v18.0.4...v18.0.5) (2022-12-09)

**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.0.5",
"version": "18.1.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.1.0](https://github.com/DevCloudFE/react-devui/compare/v18.0.5...v18.1.0) (2022-12-16)

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

## [18.0.5](https://github.com/DevCloudFE/react-devui/compare/v18.0.4...v18.0.5) (2022-12-09)

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

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

# [18.1.0](https://github.com/DevCloudFE/react-devui/compare/v18.0.5...v18.1.0) (2022-12-16)

### Bug Fixes

- **ui:** check if click by keydown ([8eb70ca](https://github.com/DevCloudFE/react-devui/commit/8eb70ca48d2f53adbdc281bc48a906308632b1cf))

### Code Refactoring

- **ui:** no longer use `cloneElement` to change action ([e07e107](https://github.com/DevCloudFE/react-devui/commit/e07e10700b656aaf3ba5a8e7a8e02fee1e6dc18e))

### Features

- **ui:** add `dNowrap` for both td and th ([0541bca](https://github.com/DevCloudFE/react-devui/commit/0541bcad8294418d83e716c5b565c88ca36206ee))

### BREAKING CHANGES

- **ui:** provide action components

## [18.0.5](https://github.com/DevCloudFE/react-devui/compare/v18.0.4...v18.0.5) (2022-12-09)

### 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.0.5",
"version": "18.1.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.1.0](https://github.com/DevCloudFE/react-devui/compare/v18.0.5...v18.1.0) (2022-12-16)

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

## [18.0.5](https://github.com/DevCloudFE/react-devui/compare/v18.0.4...v18.0.5) (2022-12-09)

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

0 comments on commit 354e4a1

Please sign in to comment.