Skip to content

Commit 47b376d

Browse files
committed
v5.0.3
1 parent 18e786c commit 47b376d

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

Diff for: CHANGELOG.md

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

3+
## v5.0.3
4+
5+
6+
### 🩹 Fixes
7+
8+
- Set default disposeTimeout to default transition duration (18e786c)
9+
10+
### 📖 Documentation
11+
12+
- Import directly (fa626ac)
13+
- Upgrade vitepress + search (5a46278)
14+
- Enable search detailed view by default (3175a62)
15+
16+
### ❤️ Contributors
17+
18+
- Guillaume Chau ([@Akryum](http://github.com/Akryum))
19+
320
## v5.0.2
421

522

Diff for: 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.2",
4+
"version": "5.0.3",
55
"private": true,
66
"scripts": {
77
"build": "pnpm -r --filter=\"./packages/*\" run build",

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

0 commit comments

Comments
 (0)