Skip to content

Commit 4ebea7b

Browse files
committed
chore: release 18.0.2
1 parent 3b5b7b4 commit 4ebea7b

10 files changed

Lines changed: 34 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
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.0.2](https://github.com/DevCloudFE/react-devui/compare/v18.0.1...v18.0.2) (2022-11-30)
6+
7+
### Bug Fixes
8+
9+
- **platform:** adjust init ([6a0ab44](https://github.com/DevCloudFE/react-devui/commit/6a0ab44888bfa52e62a285f50dfe776507aad34e))
10+
- **platform:** clear `keyword` when reset ([4816227](https://github.com/DevCloudFE/react-devui/commit/4816227c471281c0863488647b288db42417b1b4))
11+
- **platform:** use `params` in `get` request ([c7c4c06](https://github.com/DevCloudFE/react-devui/commit/c7c4c06f1d2436de8d1fade9984d76a3974094cd))
12+
- **ui:** fix max-index in dev env ([f4628a9](https://github.com/DevCloudFE/react-devui/commit/f4628a939e7bebb770374d007b528db354030dee))
13+
- **ui:** rename `DCheckboxList` to `DCheckboxItem` ([ee94f54](https://github.com/DevCloudFE/react-devui/commit/ee94f549f7f8feb264579d8db3b11d30b1a2ddd6))
14+
515
## [18.0.1](https://github.com/DevCloudFE/react-devui/compare/v18.0.0...v18.0.1) (2022-11-25)
616

717
### 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.0.1",
5+
"version": "18.0.2",
66
"command": {
77
"version": {
88
"conventionalCommits": true,

packages/hooks/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.0.2](https://github.com/DevCloudFE/react-devui/compare/v18.0.1...v18.0.2) (2022-11-30)
6+
7+
**Note:** Version bump only for package @react-devui/hooks
8+
59
## [18.0.1](https://github.com/DevCloudFE/react-devui/compare/v18.0.0...v18.0.1) (2022-11-25)
610

711
**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.0.1",
3+
"version": "18.0.2",
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.0.2](https://github.com/DevCloudFE/react-devui/compare/v18.0.1...v18.0.2) (2022-11-30)
6+
7+
**Note:** Version bump only for package @react-devui/icons
8+
59
## [18.0.1](https://github.com/DevCloudFE/react-devui/compare/v18.0.0...v18.0.1) (2022-11-25)
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.0.1",
3+
"version": "18.0.2",
44
"description": "DevUI icons based on React",
55
"keywords": [
66
"ui",

packages/ui/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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.0.2](https://github.com/DevCloudFE/react-devui/compare/v18.0.1...v18.0.2) (2022-11-30)
6+
7+
### Bug Fixes
8+
9+
- **ui:** fix max-index in dev env ([f4628a9](https://github.com/DevCloudFE/react-devui/commit/f4628a939e7bebb770374d007b528db354030dee))
10+
- **ui:** rename `DCheckboxList` to `DCheckboxItem` ([ee94f54](https://github.com/DevCloudFE/react-devui/commit/ee94f549f7f8feb264579d8db3b11d30b1a2ddd6))
11+
512
## [18.0.1](https://github.com/DevCloudFE/react-devui/compare/v18.0.0...v18.0.1) (2022-11-25)
613

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

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.0.1",
3+
"version": "18.0.2",
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.0.2](https://github.com/DevCloudFE/react-devui/compare/v18.0.1...v18.0.2) (2022-11-30)
6+
7+
**Note:** Version bump only for package @react-devui/utils
8+
59
## [18.0.1](https://github.com/DevCloudFE/react-devui/compare/v18.0.0...v18.0.1) (2022-11-25)
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.0.1",
3+
"version": "18.0.2",
44
"description": "DevUI utils based on React",
55
"keywords": [
66
"ui",

0 commit comments

Comments
 (0)