diff --git a/CHANGELOG.md b/CHANGELOG.md index d14417ec..f017815d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## v5.2.0 + + +### 🚀 Enhancements + + - Expose global `recomputeAllPoppers` helper (#1010) + +### ❤️ Contributors + +- Anthony Fu + ## v5.1.1 diff --git a/package.json b/package.json index 6e4f7c8f..8c88b5cd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "floating-vue-monorepo", "packageManager": "pnpm@8.6.2", - "version": "5.1.1", + "version": "5.2.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 35515d9e..44b170cf 100644 --- a/packages/floating-vue/package.json +++ b/packages/floating-vue/package.json @@ -1,6 +1,6 @@ { "name": "floating-vue", - "version": "5.1.1", + "version": "5.2.0", "description": "Easy Vue tooltips, dropdowns, menus & popovers using floating-ui", "author": "Guillaume Chau ", "scripts": {