Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c69e6c5

Browse files
committed
chore: release v13.1.0
1 parent c1d6e01 commit c69e6c5

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vueuse/monorepo",
33
"type": "module",
4-
"version": "13.0.0",
4+
"version": "13.1.0",
55
"private": true,
66
"packageManager": "[email protected]",
77
"description": "Collection of essential Vue Composition Utilities",

packages/components/package.json

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

packages/core/package.json

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

packages/electron/package.json

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

packages/firebase/package.json

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

packages/integrations/package.json

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

packages/math/package.json

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

packages/metadata/package.json

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

packages/nuxt/package.json

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

packages/router/package.json

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

packages/rxjs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vueuse/rxjs",
33
"type": "module",
4-
"version": "13.0.0",
4+
"version": "13.1.0",
55
"description": "Enables RxJS reactive functions in Vue",
66
"author": "Anthony Fu <https://github.com/antfu>",
77
"license": "MIT",

packages/shared/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vueuse/shared",
33
"type": "module",
4-
"version": "13.0.0",
4+
"version": "13.1.0",
55
"author": "Anthony Fu <https://github.com/antfu>",
66
"license": "MIT",
77
"funding": "https://github.com/sponsors/antfu",

0 commit comments

Comments
 (0)