Skip to content

Commit

Permalink
chore: release v0.1.2-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
YunYouJun committed Jan 26, 2024
1 parent 777e2b6 commit aa97926
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@yunlefun/toolkit-monorepo",
"type": "module",
"version": "0.1.2-beta.2",
"version": "0.1.2-beta.3",
"private": true,
"packageManager": "[email protected]",
"description": "Toolkit for YunLeFun developing.",
Expand All @@ -14,7 +14,7 @@
"funding": "https://github.com/sponsors/YunLeFun",
"repository": {
"type": "git",
"url": "git+https://github.com/YunLeFun/toolkit.git"
"url": "https://github.com/YunLeFun/toolkit.git"
},
"scripts": {
"build": "pnpm -r --filter=./packages/** run build",
Expand Down
5 changes: 4 additions & 1 deletion packages/constants/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"name": "@yunlefun/constants",
"version": "0.1.2-beta.2",
"version": "0.1.2-beta.3",
"repository": {
"url": "https://github.com/YunLeFun/toolkit"
},
"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.2-beta.2",
"version": "0.1.2-beta.3",
"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.2-beta.2",
"version": "0.1.2-beta.3",
"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.2",
"version": "0.1.2-beta.3",
"description": "Vue Composition API for YunLeFun developing.",
"author": {
"name": "YunLeFun",
Expand Down

0 comments on commit aa97926

Please sign in to comment.