Skip to content

Commit af417b7

Browse files
committed
release: v0.5.0
1 parent cff30ee commit af417b7

32 files changed

+247
-250
lines changed

extensions/chart/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vue-motion/extension-chart",
33
"type": "module",
4-
"version": "0.4.1",
4+
"version": "0.5.0",
55
"description": "The components and hooks of vue-motion",
66
"author": "BugDuck Team",
77
"license": "Apache-2.0",
@@ -27,15 +27,15 @@
2727
"access": "public"
2828
},
2929
"dependencies": {
30+
"@types/luxon": "^3.4.2",
3031
"@vue-motion/core": "workspace:*",
3132
"@vue-motion/lib": "workspace:*",
32-
"vue": "^3.4.26",
33-
"@types/luxon": "^3.4.2",
34-
"luxon": "^3.4.4",
35-
"string-width": "^7.1.0"
33+
"luxon": "^3.5.0",
34+
"string-width": "^7.2.0",
35+
"vue": "^3.5.11"
3636
},
3737
"devDependencies": {
38-
"@vitejs/plugin-vue": "^5.0.4",
38+
"@vitejs/plugin-vue": "^5.1.4",
3939
"vite-plugin-dts": "^3.9.1"
4040
}
4141
}

extensions/code/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vue-motion/extension-code",
33
"type": "module",
4-
"version": "0.4.1",
4+
"version": "0.5.0",
55
"description": "The components and hooks of vue-motion",
66
"author": "BugDuck Team",
77
"license": "Apache-2.0",
@@ -29,11 +29,11 @@
2929
"dependencies": {
3030
"@vue-motion/core": "workspace:*",
3131
"@vue-motion/lib": "workspace:*",
32-
"shiki": "^1.17.6",
33-
"vue": "^3.4.26"
32+
"shiki": "^1.21.0",
33+
"vue": "^3.5.11"
3434
},
3535
"devDependencies": {
36-
"@vitejs/plugin-vue": "^5.0.4",
36+
"@vitejs/plugin-vue": "^5.1.4",
3737
"vite-plugin-dts": "^3.9.1"
3838
}
3939
}

extensions/emoji/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vue-motion/extension-emoji",
33
"type": "module",
4-
"version": "0.4.1",
4+
"version": "0.5.0",
55
"description": "The components and hooks of vue-motion",
66
"author": "BugDuck Team",
77
"license": "Apache-2.0",
@@ -29,10 +29,10 @@
2929
"dependencies": {
3030
"@vue-motion/core": "workspace:*",
3131
"@vue-motion/lib": "workspace:*",
32-
"vue": "^3.4.26"
32+
"vue": "^3.5.11"
3333
},
3434
"devDependencies": {
35-
"@vitejs/plugin-vue": "^5.0.4",
35+
"@vitejs/plugin-vue": "^5.1.4",
3636
"vite-plugin-dts": "^3.9.1"
3737
}
3838
}

extensions/geometry/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vue-motion/extension-geometry",
33
"type": "module",
4-
"version": "0.4.1",
4+
"version": "0.5.0",
55
"description": "The components and hooks of vue-motion",
66
"author": "BugDuck Team",
77
"license": "Apache-2.0",
@@ -29,10 +29,10 @@
2929
"dependencies": {
3030
"@vue-motion/core": "workspace:*",
3131
"@vue-motion/lib": "workspace:*",
32-
"vue": "^3.4.26"
32+
"vue": "^3.5.11"
3333
},
3434
"devDependencies": {
35-
"@vitejs/plugin-vue": "^5.0.4",
35+
"@vitejs/plugin-vue": "^5.1.4",
3636
"vite-plugin-dts": "^3.9.1"
3737
}
3838
}

extensions/google-fonts/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vue-motion/extension-google-fonts",
33
"type": "module",
4-
"version": "0.4.1",
4+
"version": "0.5.0",
55
"description": "The components and hooks of vue-motion",
66
"author": "BugDuck Team",
77
"license": "Apache-2.0",
@@ -29,10 +29,10 @@
2929
"dependencies": {
3030
"@vue-motion/core": "workspace:*",
3131
"@vue-motion/lib": "workspace:*",
32-
"vue": "^3.4.26"
32+
"vue": "^3.5.11"
3333
},
3434
"devDependencies": {
35-
"@vitejs/plugin-vue": "^5.0.4",
35+
"@vitejs/plugin-vue": "^5.1.4",
3636
"vite-plugin-dts": "^3.9.1"
3737
}
3838
}

extensions/layout/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vue-motion/extension-layout",
33
"type": "module",
4-
"version": "0.4.1",
4+
"version": "0.5.0",
55
"description": "The components and hooks of vue-motion",
66
"author": "BugDuck Team",
77
"license": "Apache-2.0",
@@ -29,10 +29,10 @@
2929
"dependencies": {
3030
"@vue-motion/core": "workspace:*",
3131
"@vue-motion/lib": "workspace:*",
32-
"vue": "^3.4.26"
32+
"vue": "^3.5.11"
3333
},
3434
"devDependencies": {
35-
"@vitejs/plugin-vue": "^5.0.4",
35+
"@vitejs/plugin-vue": "^5.1.4",
3636
"vite-plugin-dts": "^3.9.1"
3737
}
3838
}

extensions/lights/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vue-motion/extension-lights",
33
"type": "module",
4-
"version": "0.4.1",
4+
"version": "0.5.0",
55
"description": "The components and hooks of vue-motion",
66
"author": "BugDuck Team",
77
"license": "Apache-2.0",
@@ -29,10 +29,10 @@
2929
"dependencies": {
3030
"@vue-motion/core": "workspace:*",
3131
"@vue-motion/lib": "workspace:*",
32-
"vue": "^3.4.26"
32+
"vue": "^3.5.11"
3333
},
3434
"devDependencies": {
35-
"@vitejs/plugin-vue": "^5.0.4",
35+
"@vitejs/plugin-vue": "^5.1.4",
3636
"vite-plugin-dts": "^3.9.1"
3737
}
3838
}

extensions/markdown/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vue-motion/extension-markdown",
33
"type": "module",
4-
"version": "0.4.1",
4+
"version": "0.5.0",
55
"description": "The components and hooks of vue-motion",
66
"author": "BugDuck Team",
77
"license": "Apache-2.0",
@@ -29,10 +29,10 @@
2929
"dependencies": {
3030
"@vue-motion/core": "workspace:*",
3131
"@vue-motion/lib": "workspace:*",
32-
"vue": "^3.4.26"
32+
"vue": "^3.5.11"
3333
},
3434
"devDependencies": {
35-
"@vitejs/plugin-vue": "^5.0.4",
35+
"@vitejs/plugin-vue": "^5.1.4",
3636
"vite-plugin-dts": "^3.9.1"
3737
}
3838
}

extensions/math/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vue-motion/extension-math",
33
"type": "module",
4-
"version": "0.4.1",
4+
"version": "0.5.0",
55
"description": "The components and hooks of vue-motion",
66
"author": "BugDuck Team",
77
"license": "Apache-2.0",
@@ -31,10 +31,10 @@
3131
"@vue-motion/core": "workspace:*",
3232
"@vue-motion/lib": "workspace:*",
3333
"katex": "^0.16.11",
34-
"vue": "^3.4.26"
34+
"vue": "^3.5.11"
3535
},
3636
"devDependencies": {
37-
"@vitejs/plugin-vue": "^5.0.4",
37+
"@vitejs/plugin-vue": "^5.1.4",
3838
"vite-plugin-dts": "^3.9.1"
3939
}
4040
}

extensions/mindmap/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vue-motion/extension-mindmap",
33
"type": "module",
4-
"version": "0.4.1",
4+
"version": "0.5.0",
55
"description": "The components and hooks of vue-motion",
66
"author": "BugDuck Team",
77
"license": "Apache-2.0",
@@ -29,10 +29,10 @@
2929
"dependencies": {
3030
"@vue-motion/core": "workspace:*",
3131
"@vue-motion/lib": "workspace:*",
32-
"vue": "^3.4.26"
32+
"vue": "^3.5.11"
3333
},
3434
"devDependencies": {
35-
"@vitejs/plugin-vue": "^5.0.4",
35+
"@vitejs/plugin-vue": "^5.1.4",
3636
"vite-plugin-dts": "^3.9.1"
3737
}
3838
}

extensions/platform/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vue-motion/extension-platform",
33
"type": "module",
4-
"version": "0.4.1",
4+
"version": "0.5.0",
55
"description": "The components and hooks of vue-motion",
66
"author": "BugDuck Team",
77
"license": "Apache-2.0",
@@ -29,10 +29,10 @@
2929
"dependencies": {
3030
"@vue-motion/core": "workspace:*",
3131
"@vue-motion/lib": "workspace:*",
32-
"vue": "^3.4.26"
32+
"vue": "^3.5.11"
3333
},
3434
"devDependencies": {
35-
"@vitejs/plugin-vue": "^5.0.4",
35+
"@vitejs/plugin-vue": "^5.1.4",
3636
"vite-plugin-dts": "^3.9.1"
3737
}
3838
}

extensions/skia/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vue-motion/extension-skia",
33
"type": "module",
4-
"version": "0.4.1",
4+
"version": "0.5.0",
55
"description": "The components and hooks of vue-motion",
66
"author": "BugDuck Team",
77
"license": "Apache-2.0",
@@ -30,10 +30,10 @@
3030
"@vue-motion/core": "workspace:*",
3131
"@vue-motion/lib": "workspace:*",
3232
"canvaskit-wasm": "^0.39.1",
33-
"vue": "^3.4.26"
33+
"vue": "^3.5.11"
3434
},
3535
"devDependencies": {
36-
"@vitejs/plugin-vue": "^5.0.4",
36+
"@vitejs/plugin-vue": "^5.1.4",
3737
"vite-plugin-dts": "^3.9.1"
3838
}
3939
}

extensions/table/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vue-motion/extension-table",
33
"type": "module",
4-
"version": "0.4.1",
4+
"version": "0.5.0",
55
"description": "The components and hooks of vue-motion",
66
"author": "BugDuck Team",
77
"license": "Apache-2.0",
@@ -29,10 +29,10 @@
2929
"dependencies": {
3030
"@vue-motion/core": "workspace:*",
3131
"@vue-motion/lib": "workspace:*",
32-
"vue": "^3.4.26"
32+
"vue": "^3.5.11"
3333
},
3434
"devDependencies": {
35-
"@vitejs/plugin-vue": "^5.0.4",
35+
"@vitejs/plugin-vue": "^5.1.4",
3636
"vite-plugin-dts": "^3.9.1"
3737
}
3838
}

extensions/three/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vue-motion/extension-three",
33
"type": "module",
4-
"version": "0.4.1",
4+
"version": "0.5.0",
55
"description": "The components and hooks of vue-motion",
66
"author": "BugDuck Team",
77
"license": "Apache-2.0",
@@ -31,10 +31,10 @@
3131
"@vue-motion/core": "workspace:*",
3232
"@vue-motion/lib": "workspace:*",
3333
"three": "^0.168.0",
34-
"vue": "^3.4.26"
34+
"vue": "^3.5.11"
3535
},
3636
"devDependencies": {
37-
"@vitejs/plugin-vue": "^5.0.4",
37+
"@vitejs/plugin-vue": "^5.1.4",
3838
"vite-plugin-dts": "^3.9.1"
3939
}
4040
}

extensions/typst/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vue-motion/extension-typst",
33
"type": "module",
4-
"version": "0.4.1",
4+
"version": "0.5.0",
55
"description": "The components and hooks of vue-motion",
66
"author": "BugDuck Team",
77
"license": "Apache-2.0",
@@ -31,10 +31,10 @@
3131
"@myriaddreamin/typst.ts": "0.5.0-rc7",
3232
"@vue-motion/core": "workspace:*",
3333
"@vue-motion/lib": "workspace:*",
34-
"vue": "^3.4.26"
34+
"vue": "^3.5.11"
3535
},
3636
"devDependencies": {
37-
"@vitejs/plugin-vue": "^5.0.4",
37+
"@vitejs/plugin-vue": "^5.1.4",
3838
"vite-plugin-dts": "^3.9.1"
3939
}
4040
}

extensions/ui/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vue-motion/extension-ui",
33
"type": "module",
4-
"version": "0.4.1",
4+
"version": "0.5.0",
55
"description": "The components and hooks of vue-motion of Vuejs",
66
"author": "BugDuck Team",
77
"license": "Apache-2.0",
@@ -29,10 +29,10 @@
2929
"dependencies": {
3030
"@vue-motion/core": "workspace:*",
3131
"@vue-motion/lib": "workspace:*",
32-
"vue": "^3.4.26"
32+
"vue": "^3.5.11"
3333
},
3434
"devDependencies": {
35-
"@vitejs/plugin-vue": "^5.0.4",
35+
"@vitejs/plugin-vue": "^5.1.4",
3636
"vite-plugin-dts": "^3.9.1"
3737
}
3838
}

0 commit comments

Comments
 (0)