diff --git a/CHANGELOG.md b/CHANGELOG.md index ac46c047..99665728 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## v5.0.1 + + +### 🩹 Fixes + + - `Element' is not defined on server (47eb20c) + +### 📖 Documentation + + - Update to v5 (44d0108) + +### ❤️ Contributors + +- Guillaume Chau ([@Akryum](http://github.com/Akryum)) + ## v5.0.0 Bumping the version to prevent issues with tags from vue-tooltip v3 and v4 in the repository. diff --git a/package.json b/package.json index 63157371..268972c6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "floating-vue-monorepo", "packageManager": "pnpm@8.6.2", - "version": "5.0.0", + "version": "5.0.1", "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 b4813934..eb0824e4 100644 --- a/packages/floating-vue/package.json +++ b/packages/floating-vue/package.json @@ -1,6 +1,6 @@ { "name": "floating-vue", - "version": "5.0.0", + "version": "5.0.1", "description": "Easy Vue tooltips, dropdowns, menus & popovers using floating-ui", "author": "Guillaume Chau ", "scripts": {