Skip to content

Commit

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

## v2.0.0-beta.24


### 馃┕ Fixes

- **nuxt:** Handle `this` can be undefined (d3993c7)

### 鉂わ笍 Contributors

- Anthony Fu <[email protected]>

## v2.0.0-beta.23


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.23",
"version": "2.0.0-beta.24",
"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.23",
"version": "2.0.0-beta.24",
"description": "Easy Vue tooltips, dropdowns, menus & popovers using floating-ui",
"author": "Guillaume Chau <[email protected]>",
"scripts": {
Expand Down

0 comments on commit 75e5150

Please sign in to comment.