Skip to content

Commit 6565d0f

Browse files
committed
chore: release 18.1.3
1 parent b5378f2 commit 6565d0f

File tree

10 files changed

+35
-5
lines changed

10 files changed

+35
-5
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
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.3](https://github.com/DevCloudFE/react-devui/compare/v18.1.2...v18.1.3) (2023-01-13)
6+
7+
### Bug Fixes
8+
9+
- **platform:** fix navigate to login when login ([3e8b93c](https://github.com/DevCloudFE/react-devui/commit/3e8b93c72de4817ddbb9b55e56cf5fac07b215bf))
10+
- **platform:** remount route when location's path change ([1e78e57](https://github.com/DevCloudFE/react-devui/commit/1e78e57c2a8dd401bed0f9c324ceb989bd33b71b))
11+
12+
### Features
13+
14+
- **hooks:** useResize add skipEmpty param ([fbed91f](https://github.com/DevCloudFE/react-devui/commit/fbed91fa1d1e776196318e00320823ab82d4c304))
15+
- **platform:** route's data support pass params ([d04f94f](https://github.com/DevCloudFE/react-devui/commit/d04f94fbde1176c33a11e4a96f4c9501878657f9))
16+
517
## [18.1.2](https://github.com/DevCloudFE/react-devui/compare/v18.1.1...v18.1.2) (2023-01-06)
618

719
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
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.2",
5+
"version": "18.1.3",
66
"command": {
77
"version": {
88
"conventionalCommits": true,

packages/hooks/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
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.3](https://github.com/DevCloudFE/react-devui/compare/v18.1.2...v18.1.3) (2023-01-13)
6+
7+
### Features
8+
9+
- **hooks:** useResize add skipEmpty param ([fbed91f](https://github.com/DevCloudFE/react-devui/commit/fbed91fa1d1e776196318e00320823ab82d4c304))
10+
511
## [18.1.2](https://github.com/DevCloudFE/react-devui/compare/v18.1.1...v18.1.2) (2023-01-06)
612

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

packages/hooks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-devui/hooks",
3-
"version": "18.1.2",
3+
"version": "18.1.3",
44
"description": "DevUI hooks based on React",
55
"keywords": [
66
"ui",

packages/icons/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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.3](https://github.com/DevCloudFE/react-devui/compare/v18.1.2...v18.1.3) (2023-01-13)
6+
7+
**Note:** Version bump only for package @react-devui/icons
8+
59
## [18.1.2](https://github.com/DevCloudFE/react-devui/compare/v18.1.1...v18.1.2) (2023-01-06)
610

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

packages/icons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-devui/icons",
3-
"version": "18.1.2",
3+
"version": "18.1.3",
44
"description": "DevUI icons based on React",
55
"keywords": [
66
"ui",

packages/ui/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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.3](https://github.com/DevCloudFE/react-devui/compare/v18.1.2...v18.1.3) (2023-01-13)
6+
7+
**Note:** Version bump only for package @react-devui/ui
8+
59
## [18.1.2](https://github.com/DevCloudFE/react-devui/compare/v18.1.1...v18.1.2) (2023-01-06)
610

711
### Bug Fixes

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-devui/ui",
3-
"version": "18.1.2",
3+
"version": "18.1.3",
44
"description": "DevUI components based on React",
55
"keywords": [
66
"ui",

packages/utils/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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.3](https://github.com/DevCloudFE/react-devui/compare/v18.1.2...v18.1.3) (2023-01-13)
6+
7+
**Note:** Version bump only for package @react-devui/utils
8+
59
## [18.1.2](https://github.com/DevCloudFE/react-devui/compare/v18.1.1...v18.1.2) (2023-01-06)
610

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

packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-devui/utils",
3-
"version": "18.1.2",
3+
"version": "18.1.3",
44
"description": "DevUI utils based on React",
55
"keywords": [
66
"ui",

0 commit comments

Comments
 (0)