Skip to content

Commit

Permalink
chore: release v8.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jul 6, 2022
1 parent a64fcca commit 80570f7
Show file tree
Hide file tree
Showing 13 changed files with 20 additions and 15 deletions.
2 changes: 1 addition & 1 deletion 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",
Expand Down
2 changes: 1 addition & 1 deletion 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<https://github.com/wheatjs>",
"license": "MIT",
Expand Down
12 changes: 9 additions & 3 deletions packages/contributors.json
Expand Up @@ -24,6 +24,7 @@
"donotloveshampo",
"aa900031",
"hengshanMWC",
"LittleSound",
"ArcherGu",
"daikiojm",
"Demivan",
Expand All @@ -36,7 +37,8 @@
"Talljack",
"markthree",
"AllenYu0118",
"LittleSound",
"FRSgit",
"chaii3",
"peter50216",
"lvjiaxuan",
"amrbashir",
Expand Down Expand Up @@ -77,7 +79,6 @@
"unknownzjc",
"vaaski",
"sapphi-red",
"FRSgit",
"climba03003",
"AaronBeaudoin",
"soub4i",
Expand All @@ -102,6 +103,7 @@
"benatkin",
"blackhu0804",
"Bobakanoosh",
"Brain777777",
"bperel",
"bryceandy",
"MssText",
Expand All @@ -113,6 +115,7 @@
"damienroche",
"danmindru",
"DesselBane",
"dfreier",
"eggsy",
"posva",
"Maiquu",
Expand All @@ -133,6 +136,7 @@
"HassanZahirnia",
"Hebilicious",
"hognevevle",
"Holi0317",
"HomyeeKing",
"hchiam",
"IIFelix",
Expand Down Expand Up @@ -211,12 +215,12 @@
"livthomas",
"scvnc",
"viniciuskneves",
"waldi",
"yassilah",
"Tahul",
"xiaoxiangmoe",
"Zenthae",
"vhhsyt",
"chaii3",
"r1ader",
"hsyq",
"hchlq",
Expand All @@ -236,6 +240,7 @@
"odex21",
"ordago",
"tolking",
"qinwencheng",
"reslear",
"rhdehf1030",
"sondh0127",
Expand All @@ -251,6 +256,7 @@
"nooooooom",
"Coiven",
"songlairui",
"murongg",
"jiangmaniu",
"Hongbusi",
"egoist"
Expand Down
2 changes: 1 addition & 1 deletion 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 <https://github.com/antfu>",
"license": "MIT",
Expand Down
1 change: 0 additions & 1 deletion packages/core/useBase64/index.md
Expand Up @@ -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.

2 changes: 1 addition & 1 deletion 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<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.7.5",
"version": "8.8.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.7.5",
"version": "8.8.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.7.5",
"version": "8.8.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.7.5",
"version": "8.8.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.7.5",
"version": "8.8.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.7.5",
"version": "8.8.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.7.5",
"version": "8.8.0",
"author": "Anthony Fu <https://github.com/antfu>",
"license": "MIT",
"funding": "https://github.com/sponsors/antfu",
Expand Down

0 comments on commit 80570f7

Please sign in to comment.