Skip to content

Commit 335bb3c

Browse files
committed
chore: release v1.7.3
1 parent 317cc6a commit 335bb3c

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-motion",
3-
"version": "1.7.2",
3+
"version": "1.7.3",
44
"private": true,
55
"packageManager": "pnpm@9.15.0+sha1.8bfdb6d72b4d5fdf87d21d27f2bfbe2b21dd2629",
66
"description": "",

packages/motion/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "motion-v",
3-
"version": "1.7.2",
3+
"version": "1.7.3",
44
"description": "",
55
"author": "",
66
"license": "MIT",
@@ -60,10 +60,12 @@
6060
},
6161
"files": [
6262
"./LICENSE",
63+
"./README.md",
6364
"./dist"
6465
],
6566
"scripts": {
6667
"dev": "vite build --watch",
68+
"prebuild": "cp ../../README.md ./README.md || true",
6769
"build": "rimraf dist && vite build",
6870
"test": "vitest --dom",
6971
"coverage": "vitest run --coverage",

packages/plugins/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "plugins",
3-
"version": "1.7.2",
3+
"version": "1.7.3",
44
"private": true,
55
"description": "",
66
"author": "",

0 commit comments

Comments
 (0)