diff --git a/CHANGELOG.md b/CHANGELOG.md index f37acc05..ac46c047 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v5.0.0 + +Bumping the version to prevent issues with tags from vue-tooltip v3 and v4 in the repository. + +No changes compared to floating-vue v2.0.0 + ## v2.0.0 diff --git a/package.json b/package.json index e7545aee..63157371 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "floating-vue-monorepo", "packageManager": "pnpm@8.6.2", - "version": "2.0.0", + "version": "5.0.0", "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 9d265701..b4813934 100644 --- a/packages/floating-vue/package.json +++ b/packages/floating-vue/package.json @@ -1,6 +1,6 @@ { "name": "floating-vue", - "version": "2.0.0", + "version": "5.0.0", "description": "Easy Vue tooltips, dropdowns, menus & popovers using floating-ui", "author": "Guillaume Chau ", "scripts": {