From 004841e8cad5e19f1828bca0f87356abb3c6bb93 Mon Sep 17 00:00:00 2001 From: Guillaume Chau Date: Wed, 17 Jan 2024 12:44:56 +0100 Subject: [PATCH] v5.1.1 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- packages/floating-vue/package.json | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bbe235f4..d14417ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## v5.1.1 + + +### 🩹 Fixes + + - Fix v-close-popper to function on mousedown (#1014) + +### ❤️ Contributors + +- Giannis Koutsaftakis ([@kouts](http://github.com/kouts)) + ## v5.1.0 diff --git a/package.json b/package.json index ec4cc88b..6e4f7c8f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "floating-vue-monorepo", "packageManager": "pnpm@8.6.2", - "version": "5.1.0", + "version": "5.1.1", "private": true, "scripts": { "build": "pnpm -r --filter=\"./packages/*\" run build", diff --git a/packages/floating-vue/package.json b/packages/floating-vue/package.json index 0d477244..35515d9e 100644 --- a/packages/floating-vue/package.json +++ b/packages/floating-vue/package.json @@ -1,6 +1,6 @@ { "name": "floating-vue", - "version": "5.1.0", + "version": "5.1.1", "description": "Easy Vue tooltips, dropdowns, menus & popovers using floating-ui", "author": "Guillaume Chau ", "scripts": {