From 62014c34d6dcb25ee9e2189c12552c5b059e7834 Mon Sep 17 00:00:00 2001 From: Guillaume Chau Date: Wed, 17 Jan 2024 14:14:47 +0100 Subject: [PATCH] v5.2.0 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- packages/floating-vue/package.json | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) 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": {