Skip to content

Commit

Permalink
chore: release v6.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Oct 16, 2021
1 parent 9b409b0 commit 223bfce
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Collection of essential Vue Composition Utilities
<a href="https://www.npmjs.com/package/@vueuse/core" target="__blank"><img src="https://img.shields.io/npm/v/@vueuse/core?color=a1b858&label=" alt="NPM version"></a>
<a href="https://www.npmjs.com/package/@vueuse/core" target="__blank"><img alt="NPM Downloads" src="https://img.shields.io/npm/dm/@vueuse/core?color=50a36f&label="></a>
<a href="https://vueuse.org" target="__blank"><img src="https://img.shields.io/static/v1?label=&message=docs%20%26%20demos&color=1e8a7a" alt="Docs & Demos"></a>
<img alt="Function Count" src="https://img.shields.io/badge/-155%20functions-13708a">
<img alt="Function Count" src="https://img.shields.io/badge/-156%20functions-13708a">
<br>
<a href="https://github.com/vueuse/vueuse" target="__blank"><img alt="GitHub stars" src="https://img.shields.io/github/stars/vueuse/vueuse?style=social"></a>
</p>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vueuse/monorepo",
"version": "6.5.3",
"version": "6.6.0",
"private": true,
"description": "Collection of essential Vue Composition Utilities",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vueuse/components",
"version": "6.5.3",
"version": "6.6.0",
"description": "Renderless components for VueUse",
"keywords": [
"vue",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vueuse/core",
"version": "6.5.3",
"version": "6.6.0",
"description": "Collection of essential Vue Composition Utilities",
"keywords": [
"vue",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/useScroll/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ const { x, y, isScrolling, arrivedState } = useScroll(el)
const { x, y, isScrolling, arrivedState } = useScroll(el, {
offset: { top: 30, bottom: 30, right: 30, left: 30 },
})
```
```
2 changes: 1 addition & 1 deletion packages/electron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vueuse/electron",
"version": "6.5.3",
"version": "6.6.0",
"description": "Electron renderer process modules for VueUse",
"keywords": [
"vue",
Expand Down
2 changes: 1 addition & 1 deletion packages/firebase/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vueuse/firebase",
"version": "6.5.3",
"version": "6.6.0",
"description": "Enables realtime bindings for Firebase",
"keywords": [
"vue",
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vueuse/integrations",
"version": "6.5.3",
"version": "6.6.0",
"description": "Integration wrappers for utility libraries",
"keywords": [
"vue",
Expand Down
2 changes: 1 addition & 1 deletion packages/router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vueuse/router",
"version": "6.5.3",
"version": "6.6.0",
"description": "Utilities for vue-router",
"keywords": [
"vue",
Expand Down
2 changes: 1 addition & 1 deletion packages/rxjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vueuse/rxjs",
"version": "6.5.3",
"version": "6.6.0",
"description": "Enables RxJS reactive functions in Vue",
"keywords": [
"vue",
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vueuse/shared",
"version": "6.5.3",
"version": "6.6.0",
"keywords": [
"vue",
"vue-use",
Expand Down

0 comments on commit 223bfce

Please sign in to comment.