diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b76c0c1..4afaff5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## v5.0.3 + + +### 🩹 Fixes + + - Set default disposeTimeout to default transition duration (18e786c) + +### 📖 Documentation + + - Import directly (fa626ac) + - Upgrade vitepress + search (5a46278) + - Enable search detailed view by default (3175a62) + +### ❤️ Contributors + +- Guillaume Chau ([@Akryum](http://github.com/Akryum)) + ## v5.0.2 diff --git a/package.json b/package.json index a0817f91..462bea95 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "floating-vue-monorepo", "packageManager": "pnpm@8.6.2", - "version": "5.0.2", + "version": "5.0.3", "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 e8e20413..12b3943c 100644 --- a/packages/floating-vue/package.json +++ b/packages/floating-vue/package.json @@ -1,6 +1,6 @@ { "name": "floating-vue", - "version": "5.0.2", + "version": "5.0.3", "description": "Easy Vue tooltips, dropdowns, menus & popovers using floating-ui", "author": "Guillaume Chau ", "scripts": {