Skip to content

Commit 403c01e

Browse files
committed
chore: release 0.1.0-alpha.2
1 parent 183252e commit 403c01e

File tree

10 files changed

+51
-5
lines changed

10 files changed

+51
-5
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.1.0-alpha.2](https://github.com/DevCloudFE/react-devui/compare/v0.1.0-alpha.1...v0.1.0-alpha.2) (2022-08-15)
7+
8+
9+
### Bug Fixes
10+
11+
* **ui:** add `rfs` that miss ([183252e](https://github.com/DevCloudFE/react-devui/commit/183252ea5a88e78a7afc552f9e445f456a61dc2b))
12+
13+
14+
15+
16+
617
# [0.1.0-alpha.1](https://github.com/DevCloudFE/react-devui/compare/v0.1.0-alpha.0...v0.1.0-alpha.1) (2022-08-15)
718

819
**Note:** Version bump only for package react-devui

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
"useWorkspaces": true,
5-
"version": "0.1.0-alpha.1",
5+
"version": "0.1.0-alpha.2",
66
"command": {
77
"version": {
88
"conventionalCommits": true,

packages/hooks/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.1.0-alpha.2](https://github.com/xiejay97/react-devui/compare/v0.1.0-alpha.1...v0.1.0-alpha.2) (2022-08-15)
7+
8+
**Note:** Version bump only for package @react-devui/hooks
9+
10+
11+
12+
13+
614
# [0.1.0-alpha.1](https://github.com/xiejay97/react-devui/compare/v0.1.0-alpha.0...v0.1.0-alpha.1) (2022-08-15)
715

816
**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.1",
3+
"version": "0.1.0-alpha.2",
44
"author": "Xie Jay <[email protected]>",
55
"description": "DevUI hooks based on React",
66
"title": "DevUI",

packages/icons/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.1.0-alpha.2](https://github.com/xiejay97/react-devui/compare/v0.1.0-alpha.1...v0.1.0-alpha.2) (2022-08-15)
7+
8+
**Note:** Version bump only for package @react-devui/icons
9+
10+
11+
12+
13+
614
# [0.1.0-alpha.1](https://github.com/xiejay97/react-devui/compare/v0.1.0-alpha.0...v0.1.0-alpha.1) (2022-08-15)
715

816
**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.1",
3+
"version": "0.1.0-alpha.2",
44
"author": "Xie Jay <[email protected]>",
55
"description": "DevUI icons based on React",
66
"title": "DevUI",

packages/ui/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.1.0-alpha.2](https://github.com/xiejay97/react-devui/compare/v0.1.0-alpha.1...v0.1.0-alpha.2) (2022-08-15)
7+
8+
9+
### Bug Fixes
10+
11+
* **ui:** add `rfs` that miss ([183252e](https://github.com/xiejay97/react-devui/commit/183252ea5a88e78a7afc552f9e445f456a61dc2b))
12+
13+
14+
15+
16+
617
# [0.1.0-alpha.1](https://github.com/xiejay97/react-devui/compare/v0.1.0-alpha.0...v0.1.0-alpha.1) (2022-08-15)
718

819
**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.1",
3+
"version": "0.1.0-alpha.2",
44
"author": "Xie Jay <[email protected]>",
55
"description": "DevUI components based on React",
66
"title": "DevUI",

packages/utils/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.1.0-alpha.2](https://github.com/xiejay97/react-devui/compare/v0.1.0-alpha.1...v0.1.0-alpha.2) (2022-08-15)
7+
8+
**Note:** Version bump only for package @react-devui/utils
9+
10+
11+
12+
13+
614
# [0.1.0-alpha.1](https://github.com/xiejay97/react-devui/compare/v0.1.0-alpha.0...v0.1.0-alpha.1) (2022-08-15)
715

816
**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.1",
3+
"version": "0.1.0-alpha.2",
44
"author": "Xie Jay <[email protected]>",
55
"description": "DevUI utils based on React",
66
"title": "DevUI",

0 commit comments

Comments
 (0)