Skip to content

Commit

Permalink
chore: release 0.1.0-alpha.4
Browse files Browse the repository at this point in the history
  • Loading branch information
xiejay97 committed Aug 16, 2022
1 parent c6bdaeb commit 386ed53
Show file tree
Hide file tree
Showing 10 changed files with 45 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

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





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

**Note:** Version bump only for package react-devui
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,
"useWorkspaces": true,
"version": "0.1.0-alpha.3",
"version": "0.1.0-alpha.4",
"command": {
"version": {
"conventionalCommits": true,
Expand Down
8 changes: 8 additions & 0 deletions packages/hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.1.0-alpha.4](https://github.com/xiejay97/react-devui/compare/v0.1.0-alpha.3...v0.1.0-alpha.4) (2022-08-16)

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





# [0.1.0-alpha.3](https://github.com/xiejay97/react-devui/compare/v0.1.0-alpha.2...v0.1.0-alpha.3) (2022-08-16)

**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.3",
"version": "0.1.0-alpha.4",
"author": "Xie Jay <[email protected]>",
"description": "DevUI hooks based on React",
"title": "DevUI",
Expand Down
8 changes: 8 additions & 0 deletions packages/icons/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.1.0-alpha.4](https://github.com/xiejay97/react-devui/compare/v0.1.0-alpha.3...v0.1.0-alpha.4) (2022-08-16)

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





# [0.1.0-alpha.3](https://github.com/xiejay97/react-devui/compare/v0.1.0-alpha.2...v0.1.0-alpha.3) (2022-08-16)

**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.3",
"version": "0.1.0-alpha.4",
"author": "Xie Jay <[email protected]>",
"description": "DevUI icons based on React",
"title": "DevUI",
Expand Down
8 changes: 8 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.1.0-alpha.4](https://github.com/xiejay97/react-devui/compare/v0.1.0-alpha.3...v0.1.0-alpha.4) (2022-08-16)

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





# [0.1.0-alpha.3](https://github.com/xiejay97/react-devui/compare/v0.1.0-alpha.2...v0.1.0-alpha.3) (2022-08-16)

**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.3",
"version": "0.1.0-alpha.4",
"author": "Xie Jay <[email protected]>",
"description": "DevUI components based on React",
"title": "DevUI",
Expand Down
8 changes: 8 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.1.0-alpha.4](https://github.com/xiejay97/react-devui/compare/v0.1.0-alpha.3...v0.1.0-alpha.4) (2022-08-16)

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





# [0.1.0-alpha.3](https://github.com/xiejay97/react-devui/compare/v0.1.0-alpha.2...v0.1.0-alpha.3) (2022-08-16)

**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.3",
"version": "0.1.0-alpha.4",
"author": "Xie Jay <[email protected]>",
"description": "DevUI utils based on React",
"title": "DevUI",
Expand Down

0 comments on commit 386ed53

Please sign in to comment.