Skip to content

Commit

Permalink
chore: release v0.1.2-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
YunYouJun committed Jan 26, 2024
1 parent 13da360 commit 7945d6e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "@yunlefun/toolkit-monorepo",
"type": "module",
"version": "0.1.1",
"version": "0.1.2-beta.1",
"private": true,
"packageManager": "[email protected]",
"description": "Toolkit for YunLeFun developing.",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion packages/constants/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yunlefun/constants",
"version": "0.1.1",
"version": "0.1.2-beta.1",
"exports": {
".": {
"types": "./dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/toolkit/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@yunlefun/toolkit",
"type": "module",
"version": "0.1.1",
"version": "0.1.2-beta.1",
"description": "Toolkit for YunLeFun developing.",
"author": {
"name": "YunLeFun",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@yunlefun/utils",
"type": "module",
"version": "0.1.1",
"version": "0.1.2-beta.1",
"description": "Common Utils for YunLeFun developing.",
"author": {
"name": "YunLeFun",
Expand Down
2 changes: 1 addition & 1 deletion packages/vueuse/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@yunlefun/vueuse",
"type": "module",
"version": "0.1.2-beta.0",
"version": "0.1.2-beta.1",
"description": "Vue Composition API for YunLeFun developing.",
"author": {
"name": "YunLeFun",
Expand Down

0 comments on commit 7945d6e

Please sign in to comment.