Skip to content

Commit f7f1cd5

Browse files
committed
chore: release 0.1.0-alpha.1
1 parent 05a7a62 commit f7f1cd5

File tree

10 files changed

+45
-5
lines changed

10 files changed

+45
-5
lines changed

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.1](https://github.com/DevCloudFE/react-devui/compare/v0.1.0-alpha.0...v0.1.0-alpha.1) (2022-08-15)
7+
8+
**Note:** Version bump only for package react-devui
9+
10+
11+
12+
13+
614
# 0.1.0-alpha.0 (2022-08-15)
715

816

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.0",
5+
"version": "0.1.0-alpha.1",
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.1](https://github.com/xiejay97/react-devui/compare/v0.1.0-alpha.0...v0.1.0-alpha.1) (2022-08-15)
7+
8+
**Note:** Version bump only for package @react-devui/hooks
9+
10+
11+
12+
13+
614
# 0.1.0-alpha.0 (2022-08-15)
715

816

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.0",
3+
"version": "0.1.0-alpha.1",
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.1](https://github.com/xiejay97/react-devui/compare/v0.1.0-alpha.0...v0.1.0-alpha.1) (2022-08-15)
7+
8+
**Note:** Version bump only for package @react-devui/icons
9+
10+
11+
12+
13+
614
# 0.1.0-alpha.0 (2022-08-15)
715

816

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

packages/ui/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.1](https://github.com/xiejay97/react-devui/compare/v0.1.0-alpha.0...v0.1.0-alpha.1) (2022-08-15)
7+
8+
**Note:** Version bump only for package @react-devui/ui
9+
10+
11+
12+
13+
614
# 0.1.0-alpha.0 (2022-08-15)
715

816

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.0",
3+
"version": "0.1.0-alpha.1",
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.1](https://github.com/xiejay97/react-devui/compare/v0.1.0-alpha.0...v0.1.0-alpha.1) (2022-08-15)
7+
8+
**Note:** Version bump only for package @react-devui/utils
9+
10+
11+
12+
13+
614
# 0.1.0-alpha.0 (2022-08-15)
715

816

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

0 commit comments

Comments
 (0)