Skip to content

Commit

Permalink
release: v0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
mengxinssfd committed Dec 13, 2023
1 parent d9a21e0 commit 352fe66
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.0.9](https://github.com/js-tool-pack/react-ui/compare/v0.0.8...v0.0.9) (2023-12-13)

### Features

- **components:** 新增 Empty 空状态组件 ([62b307d](https://github.com/js-tool-pack/react-ui/commit/62b307d9b2371919bc899b0d325deacf3115e5f7))
- **icons:** 新增 Empty icon ([415a56b](https://github.com/js-tool-pack/react-ui/commit/415a56b43bb1d0aa89708764f50d722e06a287d3))

## [0.0.8](https://github.com/js-tool-pack/react-ui/compare/v0.0.7...v0.0.8) (2023-12-12)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tool-pack/react-ui-monorepo",
"version": "0.0.8",
"version": "0.0.9",
"private": true,
"packageManager": "pnpm@7.1.0",
"workspaces": [
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.0.8",
"version": "0.0.9",
"types": "dist/index.d.ts",
"main": "dist/index.js",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.0.8",
"version": "0.0.9",
"types": "dist/index.d.ts",
"main": "dist/index.js",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/react-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tool-pack/react-ui",
"version": "0.0.8",
"version": "0.0.9",
"sideEffects": false,
"scripts": {
"rm:dist": "rimraf ./dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.0.8",
"version": "0.0.9",
"types": "dist/index.d.ts",
"main": "dist/index.js",
"private": true,
Expand Down

0 comments on commit 352fe66

Please sign in to comment.