Skip to content

Commit c7f1d90

Browse files
committed
v2.0.0
1 parent 942a360 commit c7f1d90

File tree

3 files changed

+37
-2
lines changed

3 files changed

+37
-2
lines changed

CHANGELOG.md

+35
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,40 @@
11
# Changelog
22

3+
## v2.0.0
4+
5+
6+
### 🚀 Enhancements
7+
8+
- Export vTooltip and vClosePopper for script setup usage (16b3a9b)
9+
- Remove dispose event (4be2062)
10+
11+
### 🩹 Fixes
12+
13+
- Import nuxt composables from #imports (#998)
14+
- Change default disposeTimeout to 0 (0699bf8)
15+
16+
### 💅 Refactors
17+
18+
- Default components are now simple ts files (6439fce)
19+
20+
### 📖 Documentation
21+
22+
- Fixed spelling mistake in migration v2 docs (#983)
23+
24+
### 🌊 Types
25+
26+
- Props and events (ee27b15)
27+
28+
### ✅ Tests
29+
30+
- **lint:** Fix (942a360)
31+
32+
### ❤️ Contributors
33+
34+
- Guillaume Chau ([@Akryum](http://github.com/Akryum))
35+
- Yahlieel Jafta <[email protected]>
36+
- Daniel Roe <[email protected]>
37+
338
## v2.0.0-beta.24
439

540

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "floating-vue-monorepo",
33
"packageManager": "[email protected]",
4-
"version": "2.0.0-beta.24",
4+
"version": "2.0.0",
55
"private": true,
66
"scripts": {
77
"build": "pnpm -r --filter=\"./packages/*\" run build",

packages/floating-vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "floating-vue",
3-
"version": "2.0.0-beta.24",
3+
"version": "2.0.0",
44
"description": "Easy Vue tooltips, dropdowns, menus & popovers using floating-ui",
55
"author": "Guillaume Chau <[email protected]>",
66
"scripts": {

0 commit comments

Comments
 (0)