Skip to content

Commit

Permalink
release: v0.0.20-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mengxinssfd committed Feb 19, 2024
1 parent 57acc43 commit 257e265
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## [0.0.20-beta.1](https://github.com/js-tool-pack/react-ui/compare/v0.0.20-beta.0...v0.0.20-beta.1) (2024-02-19)

## [0.0.20-beta.0](https://github.com/js-tool-pack/react-ui/compare/v0.0.19...v0.0.20-beta.0) (2024-02-19)

### Features
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.20-beta.0",
"version": "0.0.20-beta.1",
"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.20-beta.0",
"version": "0.0.20-beta.1",
"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.20-beta.0",
"version": "0.0.20-beta.1",
"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.20-beta.0",
"version": "0.0.20-beta.1",
"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.20-beta.0",
"version": "0.0.20-beta.1",
"types": "dist/index.d.ts",
"main": "dist/index.js",
"private": true,
Expand Down

0 comments on commit 257e265

Please sign in to comment.