Skip to content

Commit 67ab3b6

Browse files
committed
chore: release v11.0.3
1 parent 0a47557 commit 67ab3b6

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": "11.0.2",
4+
"version": "11.0.3",
55
"private": true,
66
"packageManager": "[email protected]",
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,6 +1,6 @@
11
{
22
"name": "@vueuse/components",
3-
"version": "11.0.2",
3+
"version": "11.0.3",
44
"description": "Renderless components for VueUse",
55
"author": "Jacob Clevenger<https://github.com/wheatjs>",
66
"license": "MIT",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vueuse/core",
3-
"version": "11.0.2",
3+
"version": "11.0.3",
44
"description": "Collection of essential Vue Composition Utilities",
55
"author": "Anthony Fu <https://github.com/antfu>",
66
"license": "MIT",

packages/electron/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vueuse/electron",
3-
"version": "11.0.2",
3+
"version": "11.0.3",
44
"description": "Electron renderer process modules for VueUse",
55
"author": "Archer Gu<https://github.com/ArcherGu>",
66
"license": "MIT",

packages/firebase/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vueuse/firebase",
3-
"version": "11.0.2",
3+
"version": "11.0.3",
44
"description": "Enables realtime bindings for Firebase",
55
"author": "Anthony Fu <https://github.com/antfu>",
66
"license": "MIT",

packages/integrations/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vueuse/integrations",
3-
"version": "11.0.2",
3+
"version": "11.0.3",
44
"description": "Integration wrappers for utility libraries",
55
"author": "Anthony Fu <https://github.com/antfu>",
66
"license": "MIT",

packages/math/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vueuse/math",
3-
"version": "11.0.2",
3+
"version": "11.0.3",
44
"description": "Math functions for VueUse",
55
"author": "Anthony Fu <https://github.com/antfu>",
66
"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": "11.0.2",
4+
"version": "11.0.3",
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": "11.0.2",
4+
"version": "11.0.3",
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,6 +1,6 @@
11
{
22
"name": "@vueuse/router",
3-
"version": "11.0.2",
3+
"version": "11.0.3",
44
"description": "Utilities for vue-router",
55
"author": "Anthony Fu <https://github.com/antfu>",
66
"license": "MIT",

packages/rxjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vueuse/rxjs",
3-
"version": "11.0.2",
3+
"version": "11.0.3",
44
"description": "Enables RxJS reactive functions in Vue",
55
"author": "Anthony Fu <https://github.com/antfu>",
66
"license": "MIT",

packages/shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vueuse/shared",
3-
"version": "11.0.2",
3+
"version": "11.0.3",
44
"author": "Anthony Fu <https://github.com/antfu>",
55
"license": "MIT",
66
"funding": "https://github.com/sponsors/antfu",

0 commit comments

Comments
 (0)