Skip to content

Commit 47b3834

Browse files
committed
v2.0.0-beta.22
1 parent aac29fc commit 47b3834

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## v2.0.0-beta.22
4+
5+
6+
### 🩹 Fixes
7+
8+
- Expose nuxt module (aac29fc)
9+
10+
### 🏡 Chore
11+
12+
- Fix CHANGELOG.md (4dc73f5)
13+
- Add title to CHANGELOG.md (b2068dd)
14+
15+
### ❤️ Contributors
16+
17+
- Anthony Fu <[email protected]>
18+
- Guillaume Chau ([@Akryum](http://github.com/Akryum))
19+
320
## v2.0.0-beta.21
421

522

package.json

Lines changed: 1 addition & 1 deletion
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.21",
4+
"version": "2.0.0-beta.22",
55
"private": true,
66
"scripts": {
77
"build": "pnpm -r --filter=\"./packages/*\" run build",

packages/floating-vue/package.json

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

0 commit comments

Comments
 (0)