Skip to content

Commit

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

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

## [18.0.3](https://github.com/DevCloudFE/react-devui/compare/v18.0.2...v18.0.3) (2022-12-05)

### Bug Fixes

- **platform:** should be empty until select list inited ([a9823b2](https://github.com/DevCloudFE/react-devui/commit/a9823b2dc6885dd9089689e278dde2fe98199a36))

### Features

- **platform:** add `aLabelAlign` prop to detail-view ([9710203](https://github.com/DevCloudFE/react-devui/commit/9710203e0384292b6e9b4b2fb5c60c351ec8011e))
- **platform:** add detail-view component ([f752d3f](https://github.com/DevCloudFE/react-devui/commit/f752d3f9ece6a6fde6895392e4efc12a6f688217))
- **platform:** add fn to handle http response ([b721e07](https://github.com/DevCloudFE/react-devui/commit/b721e0767b85392e121fda0e79d29f519343cc65))

## [18.0.2](https://github.com/DevCloudFE/react-devui/compare/v18.0.1...v18.0.2) (2022-11-30)

### 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.2",
"version": "18.0.3",
"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.0.3](https://github.com/DevCloudFE/react-devui/compare/v18.0.2...v18.0.3) (2022-12-05)

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

## [18.0.2](https://github.com/DevCloudFE/react-devui/compare/v18.0.1...v18.0.2) (2022-11-30)

**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.2",
"version": "18.0.3",
"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.0.3](https://github.com/DevCloudFE/react-devui/compare/v18.0.2...v18.0.3) (2022-12-05)

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

## [18.0.2](https://github.com/DevCloudFE/react-devui/compare/v18.0.1...v18.0.2) (2022-11-30)

**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.2",
"version": "18.0.3",
"description": "DevUI icons based on React",
"keywords": [
"ui",
Expand Down
4 changes: 4 additions & 0 deletions packages/ui/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.0.3](https://github.com/DevCloudFE/react-devui/compare/v18.0.2...v18.0.3) (2022-12-05)

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

## [18.0.2](https://github.com/DevCloudFE/react-devui/compare/v18.0.1...v18.0.2) (2022-11-30)

### 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.2",
"version": "18.0.3",
"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.0.3](https://github.com/DevCloudFE/react-devui/compare/v18.0.2...v18.0.3) (2022-12-05)

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

## [18.0.2](https://github.com/DevCloudFE/react-devui/compare/v18.0.1...v18.0.2) (2022-11-30)

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

0 comments on commit 0c9b094

Please sign in to comment.