Skip to content

Commit

Permalink
release: v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sheepbox8646 committed Oct 6, 2024
1 parent cff30ee commit af417b7
Show file tree
Hide file tree
Showing 32 changed files with 247 additions and 250 deletions.
12 changes: 6 additions & 6 deletions extensions/chart/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vue-motion/extension-chart",
"type": "module",
"version": "0.4.1",
"version": "0.5.0",
"description": "The components and hooks of vue-motion",
"author": "BugDuck Team",
"license": "Apache-2.0",
Expand All @@ -27,15 +27,15 @@
"access": "public"
},
"dependencies": {
"@types/luxon": "^3.4.2",
"@vue-motion/core": "workspace:*",
"@vue-motion/lib": "workspace:*",
"vue": "^3.4.26",
"@types/luxon": "^3.4.2",
"luxon": "^3.4.4",
"string-width": "^7.1.0"
"luxon": "^3.5.0",
"string-width": "^7.2.0",
"vue": "^3.5.11"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue": "^5.1.4",
"vite-plugin-dts": "^3.9.1"
}
}
8 changes: 4 additions & 4 deletions extensions/code/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vue-motion/extension-code",
"type": "module",
"version": "0.4.1",
"version": "0.5.0",
"description": "The components and hooks of vue-motion",
"author": "BugDuck Team",
"license": "Apache-2.0",
Expand Down Expand Up @@ -29,11 +29,11 @@
"dependencies": {
"@vue-motion/core": "workspace:*",
"@vue-motion/lib": "workspace:*",
"shiki": "^1.17.6",
"vue": "^3.4.26"
"shiki": "^1.21.0",
"vue": "^3.5.11"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue": "^5.1.4",
"vite-plugin-dts": "^3.9.1"
}
}
6 changes: 3 additions & 3 deletions extensions/emoji/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vue-motion/extension-emoji",
"type": "module",
"version": "0.4.1",
"version": "0.5.0",
"description": "The components and hooks of vue-motion",
"author": "BugDuck Team",
"license": "Apache-2.0",
Expand Down Expand Up @@ -29,10 +29,10 @@
"dependencies": {
"@vue-motion/core": "workspace:*",
"@vue-motion/lib": "workspace:*",
"vue": "^3.4.26"
"vue": "^3.5.11"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue": "^5.1.4",
"vite-plugin-dts": "^3.9.1"
}
}
6 changes: 3 additions & 3 deletions extensions/geometry/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vue-motion/extension-geometry",
"type": "module",
"version": "0.4.1",
"version": "0.5.0",
"description": "The components and hooks of vue-motion",
"author": "BugDuck Team",
"license": "Apache-2.0",
Expand Down Expand Up @@ -29,10 +29,10 @@
"dependencies": {
"@vue-motion/core": "workspace:*",
"@vue-motion/lib": "workspace:*",
"vue": "^3.4.26"
"vue": "^3.5.11"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue": "^5.1.4",
"vite-plugin-dts": "^3.9.1"
}
}
6 changes: 3 additions & 3 deletions extensions/google-fonts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vue-motion/extension-google-fonts",
"type": "module",
"version": "0.4.1",
"version": "0.5.0",
"description": "The components and hooks of vue-motion",
"author": "BugDuck Team",
"license": "Apache-2.0",
Expand Down Expand Up @@ -29,10 +29,10 @@
"dependencies": {
"@vue-motion/core": "workspace:*",
"@vue-motion/lib": "workspace:*",
"vue": "^3.4.26"
"vue": "^3.5.11"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue": "^5.1.4",
"vite-plugin-dts": "^3.9.1"
}
}
6 changes: 3 additions & 3 deletions extensions/layout/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vue-motion/extension-layout",
"type": "module",
"version": "0.4.1",
"version": "0.5.0",
"description": "The components and hooks of vue-motion",
"author": "BugDuck Team",
"license": "Apache-2.0",
Expand Down Expand Up @@ -29,10 +29,10 @@
"dependencies": {
"@vue-motion/core": "workspace:*",
"@vue-motion/lib": "workspace:*",
"vue": "^3.4.26"
"vue": "^3.5.11"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue": "^5.1.4",
"vite-plugin-dts": "^3.9.1"
}
}
6 changes: 3 additions & 3 deletions extensions/lights/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vue-motion/extension-lights",
"type": "module",
"version": "0.4.1",
"version": "0.5.0",
"description": "The components and hooks of vue-motion",
"author": "BugDuck Team",
"license": "Apache-2.0",
Expand Down Expand Up @@ -29,10 +29,10 @@
"dependencies": {
"@vue-motion/core": "workspace:*",
"@vue-motion/lib": "workspace:*",
"vue": "^3.4.26"
"vue": "^3.5.11"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue": "^5.1.4",
"vite-plugin-dts": "^3.9.1"
}
}
6 changes: 3 additions & 3 deletions extensions/markdown/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vue-motion/extension-markdown",
"type": "module",
"version": "0.4.1",
"version": "0.5.0",
"description": "The components and hooks of vue-motion",
"author": "BugDuck Team",
"license": "Apache-2.0",
Expand Down Expand Up @@ -29,10 +29,10 @@
"dependencies": {
"@vue-motion/core": "workspace:*",
"@vue-motion/lib": "workspace:*",
"vue": "^3.4.26"
"vue": "^3.5.11"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue": "^5.1.4",
"vite-plugin-dts": "^3.9.1"
}
}
6 changes: 3 additions & 3 deletions extensions/math/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vue-motion/extension-math",
"type": "module",
"version": "0.4.1",
"version": "0.5.0",
"description": "The components and hooks of vue-motion",
"author": "BugDuck Team",
"license": "Apache-2.0",
Expand Down Expand Up @@ -31,10 +31,10 @@
"@vue-motion/core": "workspace:*",
"@vue-motion/lib": "workspace:*",
"katex": "^0.16.11",
"vue": "^3.4.26"
"vue": "^3.5.11"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue": "^5.1.4",
"vite-plugin-dts": "^3.9.1"
}
}
6 changes: 3 additions & 3 deletions extensions/mindmap/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vue-motion/extension-mindmap",
"type": "module",
"version": "0.4.1",
"version": "0.5.0",
"description": "The components and hooks of vue-motion",
"author": "BugDuck Team",
"license": "Apache-2.0",
Expand Down Expand Up @@ -29,10 +29,10 @@
"dependencies": {
"@vue-motion/core": "workspace:*",
"@vue-motion/lib": "workspace:*",
"vue": "^3.4.26"
"vue": "^3.5.11"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue": "^5.1.4",
"vite-plugin-dts": "^3.9.1"
}
}
6 changes: 3 additions & 3 deletions extensions/platform/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vue-motion/extension-platform",
"type": "module",
"version": "0.4.1",
"version": "0.5.0",
"description": "The components and hooks of vue-motion",
"author": "BugDuck Team",
"license": "Apache-2.0",
Expand Down Expand Up @@ -29,10 +29,10 @@
"dependencies": {
"@vue-motion/core": "workspace:*",
"@vue-motion/lib": "workspace:*",
"vue": "^3.4.26"
"vue": "^3.5.11"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue": "^5.1.4",
"vite-plugin-dts": "^3.9.1"
}
}
6 changes: 3 additions & 3 deletions extensions/skia/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vue-motion/extension-skia",
"type": "module",
"version": "0.4.1",
"version": "0.5.0",
"description": "The components and hooks of vue-motion",
"author": "BugDuck Team",
"license": "Apache-2.0",
Expand Down Expand Up @@ -30,10 +30,10 @@
"@vue-motion/core": "workspace:*",
"@vue-motion/lib": "workspace:*",
"canvaskit-wasm": "^0.39.1",
"vue": "^3.4.26"
"vue": "^3.5.11"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue": "^5.1.4",
"vite-plugin-dts": "^3.9.1"
}
}
6 changes: 3 additions & 3 deletions extensions/table/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vue-motion/extension-table",
"type": "module",
"version": "0.4.1",
"version": "0.5.0",
"description": "The components and hooks of vue-motion",
"author": "BugDuck Team",
"license": "Apache-2.0",
Expand Down Expand Up @@ -29,10 +29,10 @@
"dependencies": {
"@vue-motion/core": "workspace:*",
"@vue-motion/lib": "workspace:*",
"vue": "^3.4.26"
"vue": "^3.5.11"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue": "^5.1.4",
"vite-plugin-dts": "^3.9.1"
}
}
6 changes: 3 additions & 3 deletions extensions/three/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vue-motion/extension-three",
"type": "module",
"version": "0.4.1",
"version": "0.5.0",
"description": "The components and hooks of vue-motion",
"author": "BugDuck Team",
"license": "Apache-2.0",
Expand Down Expand Up @@ -31,10 +31,10 @@
"@vue-motion/core": "workspace:*",
"@vue-motion/lib": "workspace:*",
"three": "^0.168.0",
"vue": "^3.4.26"
"vue": "^3.5.11"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue": "^5.1.4",
"vite-plugin-dts": "^3.9.1"
}
}
6 changes: 3 additions & 3 deletions extensions/typst/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vue-motion/extension-typst",
"type": "module",
"version": "0.4.1",
"version": "0.5.0",
"description": "The components and hooks of vue-motion",
"author": "BugDuck Team",
"license": "Apache-2.0",
Expand Down Expand Up @@ -31,10 +31,10 @@
"@myriaddreamin/typst.ts": "0.5.0-rc7",
"@vue-motion/core": "workspace:*",
"@vue-motion/lib": "workspace:*",
"vue": "^3.4.26"
"vue": "^3.5.11"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue": "^5.1.4",
"vite-plugin-dts": "^3.9.1"
}
}
6 changes: 3 additions & 3 deletions extensions/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vue-motion/extension-ui",
"type": "module",
"version": "0.4.1",
"version": "0.5.0",
"description": "The components and hooks of vue-motion of Vuejs",
"author": "BugDuck Team",
"license": "Apache-2.0",
Expand Down Expand Up @@ -29,10 +29,10 @@
"dependencies": {
"@vue-motion/core": "workspace:*",
"@vue-motion/lib": "workspace:*",
"vue": "^3.4.26"
"vue": "^3.5.11"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue": "^5.1.4",
"vite-plugin-dts": "^3.9.1"
}
}
Loading

0 comments on commit af417b7

Please sign in to comment.