Skip to content

Commit

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

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

# [1.0.0-alpha.0](https://github.com/DevCloudFE/react-devui/compare/v0.1.0-alpha.11...v1.0.0-alpha.0) (2022-11-18)

### Bug Fixes

- **platform:** save query when refresh table ([94ad9d8](https://github.com/DevCloudFE/react-devui/commit/94ad9d85a2c170f5293fce9ed243b7f600c0c756))
- **ui:** `dSkipFirstTransition` should be `false` to keep mask transition ([22c1f9e](https://github.com/DevCloudFE/react-devui/commit/22c1f9eb82ac90f56ccc2c3609f13bb9d90b5d6a))
- **ui:** add stopPropagation to upload-action ([67172c7](https://github.com/DevCloudFE/react-devui/commit/67172c7fc20bd9409a5ae1fb2f5d6f594989e493))
- **ui:** clearable when date not null ([3d4333a](https://github.com/DevCloudFE/react-devui/commit/3d4333af57c80098ef2a90240b61cba8a87ae52b))
- **ui:** default value of `dNowrap` should be false ([f809548](https://github.com/DevCloudFE/react-devui/commit/f80954853a0fee5593cc3501f8b255e19748c09e))
- **ui:** fix miss tree panel's `ref` ([2503338](https://github.com/DevCloudFE/react-devui/commit/2503338a70f112310f81e253a9b3bc7ceeee1911))
- **ui:** fix update upload list ([763e429](https://github.com/DevCloudFE/react-devui/commit/763e4290e24c7f581df39073592e4a2bc8b36900))
- **ui:** spinner should display inline when `dAlone` is true ([c5ec01d](https://github.com/DevCloudFE/react-devui/commit/c5ec01d2c9f56cfc3573a1eb60a97ecd97d254a4))

### Code Refactoring

- **ui:** refactor `slides` component ([c71e227](https://github.com/DevCloudFE/react-devui/commit/c71e227e1b2974f762f9b9b38dbc402e9dea1337))

### Features

- **platform:** add detail route ([a06e2a3](https://github.com/DevCloudFE/react-devui/commit/a06e2a39f7e6bf5fadd5292ef7d73bd763bb2744))
- **ui:** `slides` support swipe gesture ([2f2ce7d](https://github.com/DevCloudFE/react-devui/commit/2f2ce7d289b53943492dfff3ca75efe8ac738974))
- **ui:** support destroy node after element hided ([060c0cd](https://github.com/DevCloudFE/react-devui/commit/060c0cdc3695591d7873453c26ab2b1e66d81d6c))

### BREAKING CHANGES

- **ui:** remove `swiper`

# [0.1.0-alpha.11](https://github.com/DevCloudFE/react-devui/compare/v0.1.0-alpha.10...v0.1.0-alpha.11) (2022-11-08)

### 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": "0.1.0-alpha.11",
"version": "1.0.0-alpha.0",
"command": {
"version": {
"conventionalCommits": true,
Expand Down
14 changes: 14 additions & 0 deletions packages/hooks/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.

# [1.0.0-alpha.0](https://github.com/DevCloudFE/react-devui/compare/v0.1.0-alpha.11...v1.0.0-alpha.0) (2022-11-18)

### Code Refactoring

- **ui:** refactor `slides` component ([c71e227](https://github.com/DevCloudFE/react-devui/commit/c71e227e1b2974f762f9b9b38dbc402e9dea1337))

### Features

- **platform:** add detail route ([a06e2a3](https://github.com/DevCloudFE/react-devui/commit/a06e2a39f7e6bf5fadd5292ef7d73bd763bb2744))

### BREAKING CHANGES

- **ui:** remove `swiper`

# [0.1.0-alpha.11](https://github.com/DevCloudFE/react-devui/compare/v0.1.0-alpha.10...v0.1.0-alpha.11) (2022-11-08)

**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": "0.1.0-alpha.11",
"version": "1.0.0-alpha.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.

# [1.0.0-alpha.0](https://github.com/DevCloudFE/react-devui/compare/v0.1.0-alpha.11...v1.0.0-alpha.0) (2022-11-18)

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

# [0.1.0-alpha.11](https://github.com/DevCloudFE/react-devui/compare/v0.1.0-alpha.10...v0.1.0-alpha.11) (2022-11-08)

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

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

# [1.0.0-alpha.0](https://github.com/DevCloudFE/react-devui/compare/v0.1.0-alpha.11...v1.0.0-alpha.0) (2022-11-18)

### Bug Fixes

- **ui:** `dSkipFirstTransition` should be `false` to keep mask transition ([22c1f9e](https://github.com/DevCloudFE/react-devui/commit/22c1f9eb82ac90f56ccc2c3609f13bb9d90b5d6a))
- **ui:** add stopPropagation to upload-action ([67172c7](https://github.com/DevCloudFE/react-devui/commit/67172c7fc20bd9409a5ae1fb2f5d6f594989e493))
- **ui:** clearable when date not null ([3d4333a](https://github.com/DevCloudFE/react-devui/commit/3d4333af57c80098ef2a90240b61cba8a87ae52b))
- **ui:** default value of `dNowrap` should be false ([f809548](https://github.com/DevCloudFE/react-devui/commit/f80954853a0fee5593cc3501f8b255e19748c09e))
- **ui:** fix miss tree panel's `ref` ([2503338](https://github.com/DevCloudFE/react-devui/commit/2503338a70f112310f81e253a9b3bc7ceeee1911))
- **ui:** fix update upload list ([763e429](https://github.com/DevCloudFE/react-devui/commit/763e4290e24c7f581df39073592e4a2bc8b36900))
- **ui:** spinner should display inline when `dAlone` is true ([c5ec01d](https://github.com/DevCloudFE/react-devui/commit/c5ec01d2c9f56cfc3573a1eb60a97ecd97d254a4))

### Code Refactoring

- **ui:** refactor `slides` component ([c71e227](https://github.com/DevCloudFE/react-devui/commit/c71e227e1b2974f762f9b9b38dbc402e9dea1337))

### Features

- **platform:** add detail route ([a06e2a3](https://github.com/DevCloudFE/react-devui/commit/a06e2a39f7e6bf5fadd5292ef7d73bd763bb2744))
- **ui:** `slides` support swipe gesture ([2f2ce7d](https://github.com/DevCloudFE/react-devui/commit/2f2ce7d289b53943492dfff3ca75efe8ac738974))
- **ui:** support destroy node after element hided ([060c0cd](https://github.com/DevCloudFE/react-devui/commit/060c0cdc3695591d7873453c26ab2b1e66d81d6c))

### BREAKING CHANGES

- **ui:** remove `swiper`

# [0.1.0-alpha.11](https://github.com/DevCloudFE/react-devui/compare/v0.1.0-alpha.10...v0.1.0-alpha.11) (2022-11-08)

**Note:** Version bump only for package @react-devui/ui
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": "0.1.0-alpha.11",
"version": "1.0.0-alpha.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.

# [1.0.0-alpha.0](https://github.com/DevCloudFE/react-devui/compare/v0.1.0-alpha.11...v1.0.0-alpha.0) (2022-11-18)

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

# [0.1.0-alpha.11](https://github.com/DevCloudFE/react-devui/compare/v0.1.0-alpha.10...v0.1.0-alpha.11) (2022-11-08)

**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": "0.1.0-alpha.11",
"version": "1.0.0-alpha.0",
"description": "DevUI utils based on React",
"keywords": [
"ui",
Expand Down

0 comments on commit cdee125

Please sign in to comment.