Skip to content

Commit 0de649a

Browse files
committed
v5.1.0
1 parent 89258a9 commit 0de649a

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

CHANGELOG.md

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

3+
## v5.1.0
4+
5+
6+
### 🚀 Enhancements
7+
8+
- Close on mousedown (89258a9)
9+
10+
### 💅 Refactors
11+
12+
- Improve types (#1011)
13+
14+
### 🏡 Chore
15+
16+
- Remove vue2 demo (#1009)
17+
18+
### ❤️ Contributors
19+
20+
- Guillaume Chau ([@Akryum](http://github.com/Akryum))
21+
- Anthony Fu <[email protected]>
22+
323
## v5.0.3
424

525

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.0.3",
4+
"version": "5.1.0",
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.0.3",
3+
"version": "5.1.0",
44
"description": "Easy Vue tooltips, dropdowns, menus & popovers using floating-ui",
55
"author": "Guillaume Chau <[email protected]>",
66
"scripts": {

0 commit comments

Comments
 (0)