From bc6afc1428086d1b269d79f1c8ad4c22c7e8a05a Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Tue, 23 Aug 2022 21:23:57 +0800 Subject: [PATCH] chore: release v9.1.1 --- package.json | 2 +- packages/components/package.json | 2 +- packages/core/package.json | 2 +- packages/core/useEventListener/index.md | 1 - packages/electron/package.json | 2 +- packages/firebase/package.json | 2 +- packages/integrations/package.json | 2 +- packages/math/package.json | 2 +- packages/metadata/package.json | 2 +- packages/nuxt/package.json | 2 +- packages/router/package.json | 2 +- packages/rxjs/package.json | 2 +- packages/shared/package.json | 2 +- 13 files changed, 12 insertions(+), 13 deletions(-) diff --git a/package.json b/package.json index d41b0b452cc..bdb3a3268b2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vueuse/monorepo", - "version": "9.1.0", + "version": "9.1.1", "private": true, "packageManager": "pnpm@7.6.0", "description": "Collection of essential Vue Composition Utilities", diff --git a/packages/components/package.json b/packages/components/package.json index 37599570938..95c3ba06922 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@vueuse/components", - "version": "9.1.0", + "version": "9.1.1", "description": "Renderless components for VueUse", "author": "Jacob Clevenger", "license": "MIT", diff --git a/packages/core/package.json b/packages/core/package.json index 6511a03b6d2..eeff1f11e17 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vueuse/core", - "version": "9.1.0", + "version": "9.1.1", "description": "Collection of essential Vue Composition Utilities", "author": "Anthony Fu ", "license": "MIT", diff --git a/packages/core/useEventListener/index.md b/packages/core/useEventListener/index.md index fc3e28b47f8..7da1d545d41 100644 --- a/packages/core/useEventListener/index.md +++ b/packages/core/useEventListener/index.md @@ -39,4 +39,3 @@ const cleanup = useEventListener(document, 'keydown', (e) => { console.log(e.key cleanup() // This will unregister the listener. ``` - diff --git a/packages/electron/package.json b/packages/electron/package.json index 258da7d968e..5fc3c2b1eec 100644 --- a/packages/electron/package.json +++ b/packages/electron/package.json @@ -1,6 +1,6 @@ { "name": "@vueuse/electron", - "version": "9.1.0", + "version": "9.1.1", "description": "Electron renderer process modules for VueUse", "author": "Archer Gu", "license": "MIT", diff --git a/packages/firebase/package.json b/packages/firebase/package.json index 3d42d2325cc..67d3f64aa53 100644 --- a/packages/firebase/package.json +++ b/packages/firebase/package.json @@ -1,6 +1,6 @@ { "name": "@vueuse/firebase", - "version": "9.1.0", + "version": "9.1.1", "description": "Enables realtime bindings for Firebase", "author": "Anthony Fu ", "license": "MIT", diff --git a/packages/integrations/package.json b/packages/integrations/package.json index e52ef27213c..1371e70564d 100644 --- a/packages/integrations/package.json +++ b/packages/integrations/package.json @@ -1,6 +1,6 @@ { "name": "@vueuse/integrations", - "version": "9.1.0", + "version": "9.1.1", "description": "Integration wrappers for utility libraries", "author": "Anthony Fu ", "license": "MIT", diff --git a/packages/math/package.json b/packages/math/package.json index 9a73ba4fc35..11334cb6fc7 100644 --- a/packages/math/package.json +++ b/packages/math/package.json @@ -1,6 +1,6 @@ { "name": "@vueuse/math", - "version": "9.1.0", + "version": "9.1.1", "description": "Math functions for VueUse", "author": "Anthony Fu ", "license": "MIT", diff --git a/packages/metadata/package.json b/packages/metadata/package.json index eeb63a8b3a2..5a9c5c61552 100644 --- a/packages/metadata/package.json +++ b/packages/metadata/package.json @@ -1,6 +1,6 @@ { "name": "@vueuse/metadata", - "version": "9.1.0", + "version": "9.1.1", "description": "Metadata for VueUse functions", "author": "Anthony Fu ", "license": "MIT", diff --git a/packages/nuxt/package.json b/packages/nuxt/package.json index 496f9b24dbb..f343a17a938 100644 --- a/packages/nuxt/package.json +++ b/packages/nuxt/package.json @@ -1,6 +1,6 @@ { "name": "@vueuse/nuxt", - "version": "9.1.0", + "version": "9.1.1", "description": "VueUse Nuxt Module", "author": "Anthony Fu ", "license": "MIT", diff --git a/packages/router/package.json b/packages/router/package.json index e4b4479d994..c508d1368de 100644 --- a/packages/router/package.json +++ b/packages/router/package.json @@ -1,6 +1,6 @@ { "name": "@vueuse/router", - "version": "9.1.0", + "version": "9.1.1", "description": "Utilities for vue-router", "author": "Anthony Fu ", "license": "MIT", diff --git a/packages/rxjs/package.json b/packages/rxjs/package.json index 1189698497e..d56214d1742 100644 --- a/packages/rxjs/package.json +++ b/packages/rxjs/package.json @@ -1,6 +1,6 @@ { "name": "@vueuse/rxjs", - "version": "9.1.0", + "version": "9.1.1", "description": "Enables RxJS reactive functions in Vue", "author": "Anthony Fu ", "license": "MIT", diff --git a/packages/shared/package.json b/packages/shared/package.json index 718d9984870..0bc52a060df 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -1,6 +1,6 @@ { "name": "@vueuse/shared", - "version": "9.1.0", + "version": "9.1.1", "author": "Anthony Fu ", "license": "MIT", "funding": "https://github.com/sponsors/antfu",