From 80570f7c5f0e873d35d1a3922ecf4885fa519056 Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Wed, 6 Jul 2022 11:52:39 +0800 Subject: [PATCH] chore: release v8.8.0 --- package.json | 2 +- packages/components/package.json | 2 +- packages/contributors.json | 12 +++++++++--- packages/core/package.json | 2 +- packages/core/useBase64/index.md | 1 - packages/electron/package.json | 2 +- packages/firebase/package.json | 2 +- packages/integrations/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, 20 insertions(+), 15 deletions(-) diff --git a/package.json b/package.json index 0227522dda0..f3da58d7973 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vueuse/monorepo", - "version": "8.7.5", + "version": "8.8.0", "private": true, "packageManager": "pnpm@7.1.7", "description": "Collection of essential Vue Composition Utilities", diff --git a/packages/components/package.json b/packages/components/package.json index 038399aafcd..dcdc4d432b3 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@vueuse/components", - "version": "8.7.5", + "version": "8.8.0", "description": "Renderless components for VueUse", "author": "Jacob Clevenger", "license": "MIT", diff --git a/packages/contributors.json b/packages/contributors.json index 89847bc52ea..7a3a8c30600 100644 --- a/packages/contributors.json +++ b/packages/contributors.json @@ -24,6 +24,7 @@ "donotloveshampo", "aa900031", "hengshanMWC", + "LittleSound", "ArcherGu", "daikiojm", "Demivan", @@ -36,7 +37,8 @@ "Talljack", "markthree", "AllenYu0118", - "LittleSound", + "FRSgit", + "chaii3", "peter50216", "lvjiaxuan", "amrbashir", @@ -77,7 +79,6 @@ "unknownzjc", "vaaski", "sapphi-red", - "FRSgit", "climba03003", "AaronBeaudoin", "soub4i", @@ -102,6 +103,7 @@ "benatkin", "blackhu0804", "Bobakanoosh", + "Brain777777", "bperel", "bryceandy", "MssText", @@ -113,6 +115,7 @@ "damienroche", "danmindru", "DesselBane", + "dfreier", "eggsy", "posva", "Maiquu", @@ -133,6 +136,7 @@ "HassanZahirnia", "Hebilicious", "hognevevle", + "Holi0317", "HomyeeKing", "hchiam", "IIFelix", @@ -211,12 +215,12 @@ "livthomas", "scvnc", "viniciuskneves", + "waldi", "yassilah", "Tahul", "xiaoxiangmoe", "Zenthae", "vhhsyt", - "chaii3", "r1ader", "hsyq", "hchlq", @@ -236,6 +240,7 @@ "odex21", "ordago", "tolking", + "qinwencheng", "reslear", "rhdehf1030", "sondh0127", @@ -251,6 +256,7 @@ "nooooooom", "Coiven", "songlairui", + "murongg", "jiangmaniu", "Hongbusi", "egoist" diff --git a/packages/core/package.json b/packages/core/package.json index 4934a974a7a..34a0e7fc7bc 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vueuse/core", - "version": "8.7.5", + "version": "8.8.0", "description": "Collection of essential Vue Composition Utilities", "author": "Anthony Fu ", "license": "MIT", diff --git a/packages/core/useBase64/index.md b/packages/core/useBase64/index.md index 077e527b035..5cb21e88aa8 100644 --- a/packages/core/useBase64/index.md +++ b/packages/core/useBase64/index.md @@ -19,4 +19,3 @@ const { base64 } = useBase64(text) If you use object, array, map or set you can provide serializer in options. Otherwise, your data will be serialized by default serializer. Objects and arrays will be transformed in string by JSON.stringify. Map and set will be transformed in object and array respectively before stringify. - diff --git a/packages/electron/package.json b/packages/electron/package.json index cd21c739cf2..8d39cb1c2e4 100644 --- a/packages/electron/package.json +++ b/packages/electron/package.json @@ -1,6 +1,6 @@ { "name": "@vueuse/electron", - "version": "8.7.5", + "version": "8.8.0", "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 e1ea8a20c66..629325d7d95 100644 --- a/packages/firebase/package.json +++ b/packages/firebase/package.json @@ -1,6 +1,6 @@ { "name": "@vueuse/firebase", - "version": "8.7.5", + "version": "8.8.0", "description": "Enables realtime bindings for Firebase", "author": "Anthony Fu ", "license": "MIT", diff --git a/packages/integrations/package.json b/packages/integrations/package.json index 6d4f6fac52a..8ee584532ab 100644 --- a/packages/integrations/package.json +++ b/packages/integrations/package.json @@ -1,6 +1,6 @@ { "name": "@vueuse/integrations", - "version": "8.7.5", + "version": "8.8.0", "description": "Integration wrappers for utility libraries", "author": "Anthony Fu ", "license": "MIT", diff --git a/packages/metadata/package.json b/packages/metadata/package.json index 1cbc3e9afff..ab7f058baa5 100644 --- a/packages/metadata/package.json +++ b/packages/metadata/package.json @@ -1,6 +1,6 @@ { "name": "@vueuse/metadata", - "version": "8.7.5", + "version": "8.8.0", "description": "Metadata for VueUse functions", "author": "Anthony Fu ", "license": "MIT", diff --git a/packages/nuxt/package.json b/packages/nuxt/package.json index 7712e3b8a6e..32a5224ac4c 100644 --- a/packages/nuxt/package.json +++ b/packages/nuxt/package.json @@ -1,6 +1,6 @@ { "name": "@vueuse/nuxt", - "version": "8.7.5", + "version": "8.8.0", "description": "VueUse Nuxt Module", "author": "Anthony Fu ", "license": "MIT", diff --git a/packages/router/package.json b/packages/router/package.json index bb38fcf12bf..7390fdd342c 100644 --- a/packages/router/package.json +++ b/packages/router/package.json @@ -1,6 +1,6 @@ { "name": "@vueuse/router", - "version": "8.7.5", + "version": "8.8.0", "description": "Utilities for vue-router", "author": "Anthony Fu ", "license": "MIT", diff --git a/packages/rxjs/package.json b/packages/rxjs/package.json index 85010b072f0..57f417c1ef4 100644 --- a/packages/rxjs/package.json +++ b/packages/rxjs/package.json @@ -1,6 +1,6 @@ { "name": "@vueuse/rxjs", - "version": "8.7.5", + "version": "8.8.0", "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 bcd692da9b3..0e1486fbc23 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -1,6 +1,6 @@ { "name": "@vueuse/shared", - "version": "8.7.5", + "version": "8.8.0", "author": "Anthony Fu ", "license": "MIT", "funding": "https://github.com/sponsors/antfu",