Skip to content

Commit e3ffe00

Browse files
committed
v5.2.2
1 parent 94a0ea3 commit e3ffe00

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## v5.2.2
4+
5+
6+
### 🩹 Fixes
7+
8+
- V-close-popper directive, #1022 (#1022)
9+
10+
### ❤️ Contributors
11+
12+
- Guillaume Chau ([@Akryum](http://github.com/Akryum))
13+
314
## v5.2.1
415

516

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "floating-vue-monorepo",
33
"packageManager": "[email protected]",
4-
"version": "5.2.1",
4+
"version": "5.2.2",
55
"private": true,
66
"scripts": {
77
"build": "pnpm -r --filter=\"./packages/*\" run build",

packages/floating-vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "floating-vue",
3-
"version": "5.2.1",
3+
"version": "5.2.2",
44
"description": "Easy Vue tooltips, dropdowns, menus & popovers using floating-ui",
55
"author": "Guillaume Chau <[email protected]>",
66
"scripts": {

0 commit comments

Comments
 (0)