Skip to content

Commit

Permalink
chore: release v8.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed May 16, 2022
1 parent f0067ac commit 68ae8d1
Show file tree
Hide file tree
Showing 12 changed files with 16 additions and 14 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@vueuse/monorepo",
"version": "8.4.2",
"version": "8.5.0",
"private": true,
"packageManager": "pnpm@7.0.0",
"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.4.2",
"version": "8.5.0",
"description": "Renderless components for VueUse",
"keywords": [
"vue",
Expand Down
8 changes: 5 additions & 3 deletions packages/contributors.json
@@ -1,7 +1,7 @@
[
"antfu",
"wheatjs",
"webfansplz",
"wheatjs",
"okxiaoliang4",
"sibbng",
"anteriovieira",
Expand Down Expand Up @@ -35,6 +35,7 @@
"Talljack",
"markthree",
"AllenYu0118",
"LittleSound",
"peter50216",
"amrbashir",
"thisprojectworks",
Expand Down Expand Up @@ -71,10 +72,10 @@
"macheteHot",
"unknownzjc",
"vaaski",
"yyyang1996",
"sapphi-red",
"FRSgit",
"climba03003",
"AaronBeaudoin",
"soub4i",
"adrianjost",
"avfrancev",
Expand All @@ -90,7 +91,6 @@
"heyitsarpit",
"zhl1232",
"aryraditya",
"LittleSound",
"azrikahar",
"baboon-king",
"benlesh",
Expand Down Expand Up @@ -171,6 +171,7 @@
"praburangki",
"QiroNT",
"ramonakira",
"Redemption198",
"neelance",
"wobsoriano",
"rromanv",
Expand All @@ -196,6 +197,7 @@
"Zenthae",
"vhhsyt",
"r1ader",
"hchlq",
"iGalaxyz",
"winter-ice",
"monkeywithacupcake",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@vueuse/core",
"version": "8.4.2",
"version": "8.5.0",
"description": "Collection of essential Vue Composition Utilities",
"keywords": [
"vue",
Expand Down
2 changes: 1 addition & 1 deletion packages/electron/package.json
@@ -1,6 +1,6 @@
{
"name": "@vueuse/electron",
"version": "8.4.2",
"version": "8.5.0",
"description": "Electron renderer process modules for VueUse",
"keywords": [
"vue",
Expand Down
2 changes: 1 addition & 1 deletion packages/firebase/package.json
@@ -1,6 +1,6 @@
{
"name": "@vueuse/firebase",
"version": "8.4.2",
"version": "8.5.0",
"description": "Enables realtime bindings for Firebase",
"keywords": [
"vue",
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/package.json
@@ -1,6 +1,6 @@
{
"name": "@vueuse/integrations",
"version": "8.4.2",
"version": "8.5.0",
"description": "Integration wrappers for utility libraries",
"keywords": [
"vue",
Expand Down
2 changes: 1 addition & 1 deletion packages/metadata/package.json
@@ -1,6 +1,6 @@
{
"name": "@vueuse/metadata",
"version": "8.4.2",
"version": "8.5.0",
"description": "Metadata for VueUse functions",
"keywords": [
"vue",
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxt/package.json
@@ -1,6 +1,6 @@
{
"name": "@vueuse/nuxt",
"version": "8.4.2",
"version": "8.5.0",
"description": "VueUse Nuxt Module",
"keywords": [
"vue",
Expand Down
2 changes: 1 addition & 1 deletion packages/router/package.json
@@ -1,6 +1,6 @@
{
"name": "@vueuse/router",
"version": "8.4.2",
"version": "8.5.0",
"description": "Utilities for vue-router",
"keywords": [
"vue",
Expand Down
2 changes: 1 addition & 1 deletion packages/rxjs/package.json
@@ -1,6 +1,6 @@
{
"name": "@vueuse/rxjs",
"version": "8.4.2",
"version": "8.5.0",
"description": "Enables RxJS reactive functions in Vue",
"keywords": [
"vue",
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
@@ -1,6 +1,6 @@
{
"name": "@vueuse/shared",
"version": "8.4.2",
"version": "8.5.0",
"keywords": [
"vue",
"vue-use",
Expand Down

0 comments on commit 68ae8d1

Please sign in to comment.