8000 chore: release v12.8.1 · vueuse/vueuse@1389990 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 1389990

Browse files
committed
chore: release v12.8.1
1 parent 79fcba4 commit 1389990

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vueuse/monorepo",
33
"type": "module",
4-
"version": "12.8.0",
4+
"version": "12.8.1",
55
"private": true,
66
"packageManager": "pnpm@10.5.2",
77
"description": "Collection of essential Vue Composition Utilities",

packages/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vueuse/components",
33
"type": "module",
4-
"version": "12.8.0",
4+
"version": "12.8.1",
55
"description": "Renderless components for VueUse",
66
"author": "Jacob Clevenger<https://github.com/wheatjs>",
77
"license": "MIT",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vueuse/core",
33
"type": "module",
4-
"version": "12.8.0",
4+
"version": "12.8.1",
55
"description": "Collection of essential Vue Composition Utilities",
66
"author": "Anthony Fu <https://github.com/antfu>",
77
"license": "MIT",

packages/electron/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vueuse/electron",
33
"type": "module",
4-
"version": "12.8.0",
4+
"version": "12.8.1",
55
"description": "Electron renderer process modules for VueUse",
66
"author": "Archer Gu<https://github.com/ArcherGu>",
77
"license": "MIT",

packages/firebase/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vueuse/firebase",
33
"type": "module",
4-
"version": "12.8.0",
4+
"version": "12.8.1",
55
"description": "Enables realtime bindings for Firebase",
66
"author": "Anthony Fu <https://github.com/antfu>",
77
"license": "MIT",

packages/integrations/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vueuse/integrations",
33
"type": "module",
4-
"version": "12.8.0",
4+
"version": "12.8.1",
55
"description": "Integration wrappers for utility libraries",
66
"author": "Anthony Fu <https://github.com/antfu>",
77
"license": "MIT",

packages/math/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vueuse/math",
33
"type": "module",
4-
"version": "12.8.0",
4+
"version": "12.8.1",
55
"description": "Math functions for VueUse",
66
"author": "Anthony Fu <https://github.com/antfu>",
77
"license": "MIT",

packages/metadata/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vueuse/metadata",
33
"type": "module",
4-
"version": "12.8.0",
4+
"version": "12.8.1",
55
"description": "Metadata for VueUse functions",
66
"author": "Anthony Fu <https://github.com/antfu>",
77
"license": "MIT",

packages/nuxt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vueuse/nuxt",
33
"type": "module",
4-
"version": "12.8.0",
4+
"version": "12.8.1",
55
"description": "VueUse Nuxt Module",
66
"author": "Anthony Fu <https://github.com/antfu>",
77
"license": "MIT",

packages/router/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vueuse/router",
33
"type": "module",
4-
"version": "12.8.0",
4+
"version": "12.8.1",
55
"description": "Utilities for vue-router",
66
"author": "Anthony Fu <https://github.com/antfu>",
77
"license": "MIT",

0 commit comments

Comments
 (0)
0