Skip to content

Commit cdee125

Browse files
committed
chore: release 1.0.0-alpha.0
1 parent 9a0707a commit cdee125

File tree

10 files changed

+80
-5
lines changed

10 files changed

+80
-5
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,33 @@
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+
# [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)
6+
7+
### Bug Fixes
8+
9+
- **platform:** save query when refresh table ([94ad9d8](https://github.com/DevCloudFE/react-devui/commit/94ad9d85a2c170f5293fce9ed243b7f600c0c756))
10+
- **ui:** `dSkipFirstTransition` should be `false` to keep mask transition ([22c1f9e](https://github.com/DevCloudFE/react-devui/commit/22c1f9eb82ac90f56ccc2c3609f13bb9d90b5d6a))
11+
- **ui:** add stopPropagation to upload-action ([67172c7](https://github.com/DevCloudFE/react-devui/commit/67172c7fc20bd9409a5ae1fb2f5d6f594989e493))
12+
- **ui:** clearable when date not null ([3d4333a](https://github.com/DevCloudFE/react-devui/commit/3d4333af57c80098ef2a90240b61cba8a87ae52b))
13+
- **ui:** default value of `dNowrap` should be false ([f809548](https://github.com/DevCloudFE/react-devui/commit/f80954853a0fee5593cc3501f8b255e19748c09e))
14+
- **ui:** fix miss tree panel's `ref` ([2503338](https://github.com/DevCloudFE/react-devui/commit/2503338a70f112310f81e253a9b3bc7ceeee1911))
15+
- **ui:** fix update upload list ([763e429](https://github.com/DevCloudFE/react-devui/commit/763e4290e24c7f581df39073592e4a2bc8b36900))
16+
- **ui:** spinner should display inline when `dAlone` is true ([c5ec01d](https://github.com/DevCloudFE/react-devui/commit/c5ec01d2c9f56cfc3573a1eb60a97ecd97d254a4))
17+
18+
### Code Refactoring
19+
20+
- **ui:** refactor `slides` component ([c71e227](https://github.com/DevCloudFE/react-devui/commit/c71e227e1b2974f762f9b9b38dbc402e9dea1337))
21+
22+
### Features
23+
24+
- **platform:** add detail route ([a06e2a3](https://github.com/DevCloudFE/react-devui/commit/a06e2a39f7e6bf5fadd5292ef7d73bd763bb2744))
25+
- **ui:** `slides` support swipe gesture ([2f2ce7d](https://github.com/DevCloudFE/react-devui/commit/2f2ce7d289b53943492dfff3ca75efe8ac738974))
26+
- **ui:** support destroy node after element hided ([060c0cd](https://github.com/DevCloudFE/react-devui/commit/060c0cdc3695591d7873453c26ab2b1e66d81d6c))
27+
28+
### BREAKING CHANGES
29+
30+
- **ui:** remove `swiper`
31+
532
# [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)
633

734
### 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": "0.1.0-alpha.11",
5+
"version": "1.0.0-alpha.0",
66
"command": {
77
"version": {
88
"conventionalCommits": true,

packages/hooks/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
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+
# [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)
6+
7+
### Code Refactoring
8+
9+
- **ui:** refactor `slides` component ([c71e227](https://github.com/DevCloudFE/react-devui/commit/c71e227e1b2974f762f9b9b38dbc402e9dea1337))
10+
11+
### Features
12+
13+
- **platform:** add detail route ([a06e2a3](https://github.com/DevCloudFE/react-devui/commit/a06e2a39f7e6bf5fadd5292ef7d73bd763bb2744))
14+
15+
### BREAKING CHANGES
16+
17+
- **ui:** remove `swiper`
18+
519
# [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)
620

721
**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": "0.1.0-alpha.11",
3+
"version": "1.0.0-alpha.0",
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+
# [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)
6+
7+
**Note:** Version bump only for package @react-devui/icons
8+
59
# [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)
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": "0.1.0-alpha.11",
3+
"version": "1.0.0-alpha.0",
44
"description": "DevUI icons based on React",
55
"keywords": [
66
"ui",

packages/ui/CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,32 @@
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+
# [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)
6+
7+
### Bug Fixes
8+
9+
- **ui:** `dSkipFirstTransition` should be `false` to keep mask transition ([22c1f9e](https://github.com/DevCloudFE/react-devui/commit/22c1f9eb82ac90f56ccc2c3609f13bb9d90b5d6a))
10+
- **ui:** add stopPropagation to upload-action ([67172c7](https://github.com/DevCloudFE/react-devui/commit/67172c7fc20bd9409a5ae1fb2f5d6f594989e493))
11+
- **ui:** clearable when date not null ([3d4333a](https://github.com/DevCloudFE/react-devui/commit/3d4333af57c80098ef2a90240b61cba8a87ae52b))
12+
- **ui:** default value of `dNowrap` should be false ([f809548](https://github.com/DevCloudFE/react-devui/commit/f80954853a0fee5593cc3501f8b255e19748c09e))
13+
- **ui:** fix miss tree panel's `ref` ([2503338](https://github.com/DevCloudFE/react-devui/commit/2503338a70f112310f81e253a9b3bc7ceeee1911))
14+
- **ui:** fix update upload list ([763e429](https://github.com/DevCloudFE/react-devui/commit/763e4290e24c7f581df39073592e4a2bc8b36900))
15+
- **ui:** spinner should display inline when `dAlone` is true ([c5ec01d](https://github.com/DevCloudFE/react-devui/commit/c5ec01d2c9f56cfc3573a1eb60a97ecd97d254a4))
16+
17+
### Code Refactoring
18+
19+
- **ui:** refactor `slides` component ([c71e227](https://github.com/DevCloudFE/react-devui/commit/c71e227e1b2974f762f9b9b38dbc402e9dea1337))
20+
21+
### Features
22+
23+
- **platform:** add detail route ([a06e2a3](https://github.com/DevCloudFE/react-devui/commit/a06e2a39f7e6bf5fadd5292ef7d73bd763bb2744))
24+
- **ui:** `slides` support swipe gesture ([2f2ce7d](https://github.com/DevCloudFE/react-devui/commit/2f2ce7d289b53943492dfff3ca75efe8ac738974))
25+
- **ui:** support destroy node after element hided ([060c0cd](https://github.com/DevCloudFE/react-devui/commit/060c0cdc3695591d7873453c26ab2b1e66d81d6c))
26+
27+
### BREAKING CHANGES
28+
29+
- **ui:** remove `swiper`
30+
531
# [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)
632

733
**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": "0.1.0-alpha.11",
3+
"version": "1.0.0-alpha.0",
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+
# [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)
6+
7+
**Note:** Version bump only for package @react-devui/utils
8+
59
# [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)
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": "0.1.0-alpha.11",
3+
"version": "1.0.0-alpha.0",
44
"description": "DevUI utils based on React",
55
"keywords": [
66
"ui",

0 commit comments

Comments
 (0)