Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Jan 8, 2024
1 parent 942a360 commit c7f1d90
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 2 deletions.
35 changes: 35 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,40 @@
# Changelog

## v2.0.0


### 🚀 Enhancements

- Export vTooltip and vClosePopper for script setup usage (16b3a9b)
- Remove dispose event (4be2062)

### 🩹 Fixes

- Import nuxt composables from #imports (#998)
- Change default disposeTimeout to 0 (0699bf8)

### 💅 Refactors

- Default components are now simple ts files (6439fce)

### 📖 Documentation

- Fixed spelling mistake in migration v2 docs (#983)

### 🌊 Types

- Props and events (ee27b15)

### ✅ Tests

- **lint:** Fix (942a360)

### ❤️ Contributors

- Guillaume Chau ([@Akryum](http://github.com/Akryum))
- Yahlieel Jafta <[email protected]>
- Daniel Roe <[email protected]>

## v2.0.0-beta.24


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "floating-vue-monorepo",
"packageManager": "[email protected]",
"version": "2.0.0-beta.24",
"version": "2.0.0",
"private": true,
"scripts": {
"build": "pnpm -r --filter=\"./packages/*\" run build",
Expand Down
2 changes: 1 addition & 1 deletion packages/floating-vue/package.json
@@ -1,6 +1,6 @@
{
"name": "floating-vue",
"version": "2.0.0-beta.24",
"version": "2.0.0",
"description": "Easy Vue tooltips, dropdowns, menus & popovers using floating-ui",
"author": "Guillaume Chau <[email protected]>",
"scripts": {
Expand Down

0 comments on commit c7f1d90

Please sign in to comment.