diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e645ec8..b687de5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,61 @@ # [2.0.0-beta.20](https://github.com/Akryum/v-tooltip/compare/v2.0.0-beta.19...v2.0.0-beta.20) (2022-09-08) +## v2.0.0-beta.21 + + +### 🚀 Enhancements + + - Add pointers event (#855) + +### 🩹 Fixes + + - DisposeTimeout not working, closes #941 (#947, #941) + +### 💅 Refactors + + - ⚠️ Project maintanace (#959) + +### 📖 Documentation + + - Update README (47be706) + - Update Nuxt 3 installation guide (#865) + - Fix floating-ui.com link (#942) + - Typo (#915) + - Remove stylus from SponsorButton.vue (fd50931) + - Fix build (e1f40af) + - Improve styles in dark mode (90d9dd2) + - Use src component directly (c2ffed5) + +### 📦 Build + + - Exclude sources from published package (#945) + +### 🏡 Chore + + - Copy LICENSE (b85e169) + - Update deps (5d2448e) + - Downgrade floating-ui (113c5ee) + - Upgrade `@floating-ui/dom` (6a6c350) + - Update for aou changes (5952dda) + - Improve lints (081d153) + - Clean up (677829c) + +#### ⚠️ Breaking Changes + + - ⚠️ Project maintanace (#959) + +### ❤️ Contributors + +- Anthony Fu +- Guillaume Chau ([@Akryum](http://github.com/Akryum)) +- Jairo Blatt ([@jairoblatt](http://github.com/jairoblatt)) +- Ari Perkkiö ([@AriPerkkio](http://github.com/AriPerkkio)) +- Y-tomida ([@ty-v1](http://github.com/ty-v1)) +- David Hewson +- Damian Głowala +- Amal Mathew + ### Features * noAutoFocus ([919df7c](https://github.com/Akryum/v-tooltip/commit/919df7c71c7c058e36be0e04121adbdc2a8939b9)) diff --git a/package.json b/package.json index c736d1b8..1a934d02 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "floating-vue-monorepo", "packageManager": "pnpm@8.6.2", - "version": "2.0.0-beta.20", + "version": "2.0.0-beta.21", "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 23c7d704..ef48a007 100644 --- a/packages/floating-vue/package.json +++ b/packages/floating-vue/package.json @@ -1,6 +1,6 @@ { "name": "floating-vue", - "version": "2.0.0-beta.20", + "version": "2.0.0-beta.21", "description": "Easy Vue tooltips, dropdowns, menus & popovers using floating-ui", "author": "Guillaume Chau ", "scripts": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7529475e..a496c490 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -240,9 +240,6 @@ importers: fs-extra: specifier: ^11.1.1 version: 11.1.1 - typescript: - specifier: ^5.1.3 - version: 5.1.3 vite: specifier: ^4.3.9 version: 4.3.9