Skip to content

Commit

Permalink
v5.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Jan 29, 2024
1 parent 7812dae commit f897e0b
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "floating-vue-monorepo",
"packageManager": "[email protected]",
"version": "5.2.0",
"version": "5.2.1",
"private": true,
"scripts": {
"build": "pnpm -r --filter=\"./packages/*\" run build",
Expand Down
2 changes: 1 addition & 1 deletion packages/floating-vue/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"scripts": {
Expand Down

0 comments on commit f897e0b

Please sign in to comment.