Skip to content

Commit

Permalink
chore: release v8.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed May 31, 2022
1 parent c2194cc commit b19245b
Show file tree
Hide file tree
Showing 12 changed files with 16 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@vueuse/monorepo",
"version": "8.5.0",
"version": "8.6.0",
"private": true,
"packageManager": "pnpm@7.1.7",
"description": "Collection of essential Vue Composition Utilities",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
@@ -1,6 +1,6 @@
{
"name": "@vueuse/components",
"version": "8.5.0",
"version": "8.6.0",
"description": "Renderless components for VueUse",
"author": "Jacob Clevenger<https://github.com/wheatjs>",
"license": "MIT",
Expand Down
6 changes: 5 additions & 1 deletion packages/contributors.json
Expand Up @@ -11,7 +11,7 @@
"lstoeferle",
"harmyderoman",
"Shinigami92",
"michael-observerly",
"michealroberts",
"sxzz",
"wtykirby",
"Donskelle",
Expand Down Expand Up @@ -92,13 +92,15 @@
"heyitsarpit",
"zhl1232",
"aryraditya",
"aurium",
"azrikahar",
"baboon-king",
"benlesh",
"benatkin",
"blackhu0804",
"Bobakanoosh",
"bperel",
"bryceandy",
"MssText",
"CharlesOkwuagwu",
"caozhong1996",
Expand Down Expand Up @@ -161,6 +163,7 @@
"michaelhue",
"mdbetancourt",
"edimitchel",
"michael-harvey",
"MinatoHikari",
"ElMassimo",
"Nicholaiii",
Expand Down Expand Up @@ -227,6 +230,7 @@
"yangger6",
"zmtlwzy",
"7ooz",
"hannoeru",
"nooooooom",
"Coiven",
"songlairui",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@vueuse/core",
"version": "8.5.0",
"version": "8.6.0",
"description": "Collection of essential Vue Composition Utilities",
"author": "Anthony Fu <https://github.com/antfu>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/electron/package.json
@@ -1,6 +1,6 @@
{
"name": "@vueuse/electron",
"version": "8.5.0",
"version": "8.6.0",
"description": "Electron renderer process modules for VueUse",
"author": "Archer Gu<https://github.com/ArcherGu>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/firebase/package.json
@@ -1,6 +1,6 @@
{
"name": "@vueuse/firebase",
"version": "8.5.0",
"version": "8.6.0",
"description": "Enables realtime bindings for Firebase",
"author": "Anthony Fu <https://github.com/antfu>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/package.json
@@ -1,6 +1,6 @@
{
"name": "@vueuse/integrations",
"version": "8.5.0",
"version": "8.6.0",
"description": "Integration wrappers for utility libraries",
"author": "Anthony Fu <https://github.com/antfu>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/metadata/package.json
@@ -1,6 +1,6 @@
{
"name": "@vueuse/metadata",
"version": "8.5.0",
"version": "8.6.0",
"description": "Metadata for VueUse functions",
"author": "Anthony Fu <https://github.com/antfu>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxt/package.json
@@ -1,6 +1,6 @@
{
"name": "@vueuse/nuxt",
"version": "8.5.0",
"version": "8.6.0",
"description": "VueUse Nuxt Module",
"author": "Anthony Fu <https://github.com/antfu>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/router/package.json
@@ -1,6 +1,6 @@
{
"name": "@vueuse/router",
"version": "8.5.0",
"version": "8.6.0",
"description": "Utilities for vue-router",
"author": "Anthony Fu <https://github.com/antfu>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/rxjs/package.json
@@ -1,6 +1,6 @@
{
"name": "@vueuse/rxjs",
"version": "8.5.0",
"version": "8.6.0",
"description": "Enables RxJS reactive functions in Vue",
"author": "Anthony Fu <https://github.com/antfu>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
@@ -1,6 +1,6 @@
{
"name": "@vueuse/shared",
"version": "8.5.0",
"version": "8.6.0",
"author": "Anthony Fu <https://github.com/antfu>",
"license": "MIT",
"funding": "https://github.com/sponsors/antfu",
Expand Down

0 comments on commit b19245b

Please sign in to comment.