Skip to content

Commit

Permalink
v2.0.0-beta.22
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jun 16, 2023
1 parent aac29fc commit 47b3834
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## v2.0.0-beta.22


### 🩹 Fixes

- Expose nuxt module (aac29fc)

### 🏡 Chore

- Fix CHANGELOG.md (4dc73f5)
- Add title to CHANGELOG.md (b2068dd)

### ❤️ Contributors

- Anthony Fu <[email protected]>
- Guillaume Chau ([@Akryum](http://github.com/Akryum))

## v2.0.0-beta.21


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

0 comments on commit 47b3834

Please sign in to comment.