Skip to content

Commit

Permalink
chore: release 18.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xiejay97 committed Mar 14, 2023
1 parent d6e9e39 commit 2a1838b
Show file tree
Hide file tree
Showing 10 changed files with 46 additions and 5 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

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

# [18.4.0](https://github.com/DevCloudFE/react-devui/compare/v18.3.7...v18.4.0) (2023-03-14)

### Bug Fixes

- **platform:** fix gap not support in old browser ([a922ff7](https://github.com/DevCloudFE/react-devui/commit/a922ff7727e2be1ddf68b902829b7026c94aff8f))
- **ui:** fix style of pagination ([b83a36b](https://github.com/DevCloudFE/react-devui/commit/b83a36bf6d3327c97203aaecc298f2539587cf8e))

### Code Refactoring

- **ui:** add DCardActions ([01176c2](https://github.com/DevCloudFE/react-devui/commit/01176c2f4f327214d449b86084909c20fa4c811a))

### BREAKING CHANGES

- **ui:** adjust api of card's actions.

## [18.3.7](https://github.com/DevCloudFE/react-devui/compare/v18.3.6...v18.3.7) (2023-03-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.3.7",
"version": "18.4.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.4.0](https://github.com/DevCloudFE/react-devui/compare/v18.3.7...v18.4.0) (2023-03-14)

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

## [18.3.7](https://github.com/DevCloudFE/react-devui/compare/v18.3.6...v18.3.7) (2023-03-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.3.7",
"version": "18.4.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.4.0](https://github.com/DevCloudFE/react-devui/compare/v18.3.7...v18.4.0) (2023-03-14)

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

## [18.3.7](https://github.com/DevCloudFE/react-devui/compare/v18.3.6...v18.3.7) (2023-03-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.3.7",
"version": "18.4.0",
"description": "DevUI icons based on React",
"keywords": [
"ui",
Expand Down
14 changes: 14 additions & 0 deletions packages/ui/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.4.0](https://github.com/DevCloudFE/react-devui/compare/v18.3.7...v18.4.0) (2023-03-14)

### Bug Fixes

- **ui:** fix style of pagination ([b83a36b](https://github.com/DevCloudFE/react-devui/commit/b83a36bf6d3327c97203aaecc298f2539587cf8e))

### Code Refactoring

- **ui:** add DCardActions ([01176c2](https://github.com/DevCloudFE/react-devui/commit/01176c2f4f327214d449b86084909c20fa4c811a))

### BREAKING CHANGES

- **ui:** adjust api of card's actions.

## [18.3.7](https://github.com/DevCloudFE/react-devui/compare/v18.3.6...v18.3.7) (2023-03-10)

### 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.7",
"version": "18.4.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.4.0](https://github.com/DevCloudFE/react-devui/compare/v18.3.7...v18.4.0) (2023-03-14)

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

## [18.3.7](https://github.com/DevCloudFE/react-devui/compare/v18.3.6...v18.3.7) (2023-03-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.3.7",
"version": "18.4.0",
"description": "DevUI utils based on React",
"keywords": [
"ui",
Expand Down

0 comments on commit 2a1838b

Please sign in to comment.