Skip to content

Commit bd68936

Browse files
committed
chore: release 0.1.0-alpha.9
1 parent a4fe203 commit bd68936

10 files changed

Lines changed: 57 additions & 5 deletions

File tree

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.9](https://github.com/DevCloudFE/react-devui/compare/v0.1.0-alpha.8...v0.1.0-alpha.9) (2022-08-18)
7+
8+
9+
### Bug Fixes
10+
11+
* **ui:** fix first popup update ([0d0262d](https://github.com/DevCloudFE/react-devui/commit/0d0262defd21bf5bfb53d286dbf2d319b5508179))
12+
13+
14+
15+
16+
617
# [0.1.0-alpha.8](https://github.com/DevCloudFE/react-devui/compare/v0.1.0-alpha.7...v0.1.0-alpha.8) (2022-08-17)
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.8",
5+
"version": "0.1.0-alpha.9",
66
"command": {
77
"version": {
88
"conventionalCommits": true,

packages/hooks/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.9](https://github.com/DevCloudFE/react-devui/compare/v0.1.0-alpha.8...v0.1.0-alpha.9) (2022-08-18)
7+
8+
9+
### Bug Fixes
10+
11+
* **ui:** fix first popup update ([0d0262d](https://github.com/DevCloudFE/react-devui/commit/0d0262defd21bf5bfb53d286dbf2d319b5508179))
12+
13+
14+
15+
16+
617
# [0.1.0-alpha.8](https://github.com/xiejay97/react-devui/compare/v0.1.0-alpha.7...v0.1.0-alpha.8) (2022-08-17)
718

819
**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.8",
3+
"version": "0.1.0-alpha.9",
44
"author": "Xie Jay <xiejay97@gmail.com>",
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.9](https://github.com/DevCloudFE/react-devui/compare/v0.1.0-alpha.8...v0.1.0-alpha.9) (2022-08-18)
7+
8+
**Note:** Version bump only for package @react-devui/icons
9+
10+
11+
12+
13+
614
# [0.1.0-alpha.8](https://github.com/xiejay97/react-devui/compare/v0.1.0-alpha.7...v0.1.0-alpha.8) (2022-08-17)
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.8",
3+
"version": "0.1.0-alpha.9",
44
"author": "Xie Jay <xiejay97@gmail.com>",
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.9](https://github.com/DevCloudFE/react-devui/compare/v0.1.0-alpha.8...v0.1.0-alpha.9) (2022-08-18)
7+
8+
9+
### Bug Fixes
10+
11+
* **ui:** fix first popup update ([0d0262d](https://github.com/DevCloudFE/react-devui/commit/0d0262defd21bf5bfb53d286dbf2d319b5508179))
12+
13+
14+
15+
16+
617
# [0.1.0-alpha.8](https://github.com/xiejay97/react-devui/compare/v0.1.0-alpha.7...v0.1.0-alpha.8) (2022-08-17)
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.8",
3+
"version": "0.1.0-alpha.9",
44
"author": "Xie Jay <xiejay97@gmail.com>",
55
"description": "DevUI components based on React",
66
"title": "DevUI",

packages/utils/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.9](https://github.com/DevCloudFE/react-devui/compare/v0.1.0-alpha.8...v0.1.0-alpha.9) (2022-08-18)
7+
8+
9+
### Bug Fixes
10+
11+
* **ui:** fix first popup update ([0d0262d](https://github.com/DevCloudFE/react-devui/commit/0d0262defd21bf5bfb53d286dbf2d319b5508179))
12+
13+
14+
15+
16+
617
# [0.1.0-alpha.8](https://github.com/xiejay97/react-devui/compare/v0.1.0-alpha.7...v0.1.0-alpha.8) (2022-08-17)
718

819
**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.8",
3+
"version": "0.1.0-alpha.9",
44
"author": "Xie Jay <xiejay97@gmail.com>",
55
"description": "DevUI utils based on React",
66
"title": "DevUI",

0 commit comments

Comments
 (0)