Skip to content

Commit

Permalink
chore: release v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
YunYouJun committed Apr 14, 2024
1 parent f3d9736 commit 62870a2
Show file tree
Hide file tree
Showing 8 changed files with 1,123 additions and 617 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@yunlefun/toolkit-monorepo",
"type": "module",
"version": "0.1.2-beta.4",
"version": "0.1.2",
"private": true,
"packageManager": "[email protected].0",
"packageManager": "[email protected].7",
"description": "Toolkit for YunLeFun developing.",
"author": {
"name": "YunLeFun",
Expand All @@ -25,16 +25,16 @@
"typecheck": "vue-tsc --noEmit"
},
"devDependencies": {
"@antfu/eslint-config": "^2.6.3",
"@types/node": "^20.11.8",
"@antfu/eslint-config": "^2.13.3",
"@types/node": "^20.12.7",
"@yunlefun/vueuse": "workspace:*",
"@yunyoujun/utils": "^0.3.5",
"bumpp": "^9.3.0",
"eslint": "^8.56.0",
"typescript": "^5.3.3",
"bumpp": "^9.4.0",
"eslint": "^9.0.0",
"typescript": "^5.4.5",
"unbuild": "^2.0.0",
"vite": "^5.0.12",
"vitest": "^1.2.2",
"vue-tsc": "^1.8.27"
"vite": "^5.2.8",
"vitest": "^1.5.0",
"vue-tsc": "^2.0.13"
}
}
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.2-beta.4",
"version": "0.1.2",
"repository": {
"url": "https://github.com/YunLeFun/toolkit"
},
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.4",
"version": "0.1.2",
"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.4",
"version": "0.1.2",
"description": "Common Utils for YunLeFun developing.",
"author": {
"name": "YunLeFun",
Expand Down
6 changes: 3 additions & 3 deletions 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.5",
"version": "0.1.2",
"description": "Vue Composition API for YunLeFun developing.",
"author": {
"name": "YunLeFun",
Expand Down Expand Up @@ -58,7 +58,7 @@
"@yunlefun/utils": "workspace:*"
},
"devDependencies": {
"@vueuse/core": "^10.7.2",
"vue": "^3.4.15"
"@vueuse/core": "^10.9.0",
"vue": "^3.4.21"
}
}
10 changes: 5 additions & 5 deletions playground/test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.4.15"
"vue": "^3.4.21"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.3",
"@vitejs/plugin-vue": "^5.0.4",
"@yunlefun/utils": "workspace:*",
"typescript": "^5.3.3",
"vite": "^5.0.12",
"vue-tsc": "^1.8.27"
"typescript": "^5.4.5",
"vite": "^5.2.8",
"vue-tsc": "^2.0.13"
}
}
4 changes: 2 additions & 2 deletions playground/vanilla/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"devDependencies": {
"typescript": "^5.3.3",
"vite": "^5.0.12"
"typescript": "^5.4.5",
"vite": "^5.2.8"
}
}
Loading

0 comments on commit 62870a2

Please sign in to comment.