diff --git a/CHANGELOG.md b/CHANGELOG.md index f017815d..1582f24e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## v5.2.1 + + +### 🚀 Enhancements + + - Add deprecation notice to VTooltip and VClosePopper (abf094f) + +### 🩹 Fixes + + - Revert autohide on mousedown, add autoHideOnMousedown in config, fix #1015 (#1015) + - Watch triggers array deeply, fix #1018 (#1018) + +### ❤️ Contributors + +- Guillaume Chau ([@Akryum](http://github.com/Akryum)) + ## v5.2.0 diff --git a/package.json b/package.json index 8c88b5cd..894857d8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "floating-vue-monorepo", "packageManager": "pnpm@8.6.2", - "version": "5.2.0", + "version": "5.2.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 44b170cf..55e240ab 100644 --- a/packages/floating-vue/package.json +++ b/packages/floating-vue/package.json @@ -1,6 +1,6 @@ { "name": "floating-vue", - "version": "5.2.0", + "version": "5.2.1", "description": "Easy Vue tooltips, dropdowns, menus & popovers using floating-ui", "author": "Guillaume Chau ", "scripts": {