Skip to content

Commit 9b789b1

Browse files
committed
version: 1.8.4
1 parent 37708fd commit 9b789b1

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"docs:build-github":"tsx scripts/gitPage.ts github",
1010
"docs:build-gitee":"tsx scripts/gitPage.ts gitee",
1111
"clean": " rimraf dist lib es",
12-
"build": "tsx scripts/build.ts",
12+
"build": "pnpm bootstrap && tsx scripts/build.ts",
1313
"test": "vitest",
1414
"test:ui": "vitest --ui",
1515
"coverage": "vitest run --coverage",

packages/hooks/meta-data.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
"useMap",
3030
"useMedia",
3131
"useMouse",
32+
"useMutationObserver",
3233
"useNetwork",
3334
"usePreview",
3435
"usePrevious",

packages/hooks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-hooks-plus",
3-
"version": "1.8.3",
3+
"version": "1.8.4",
44
"description": "Vue hooks library",
55
"files": [
66
"dist",

0 commit comments

Comments
 (0)