Skip to content

Commit

Permalink
v5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Jan 15, 2024
1 parent 89258a9 commit 0de649a
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## v5.1.0


### 馃殌 Enhancements

- Close on mousedown (89258a9)

### 馃拝 Refactors

- Improve types (#1011)

### 馃彙 Chore

- Remove vue2 demo (#1009)

### 鉂わ笍 Contributors

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

## v5.0.3


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": "pnpm@8.6.2",
"version": "5.0.3",
"version": "5.1.0",
"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": "5.0.3",
"version": "5.1.0",
"description": "Easy Vue tooltips, dropdowns, menus & popovers using floating-ui",
"author": "Guillaume Chau <guillaume.b.chau@gmail.com>",
"scripts": {
Expand Down

0 comments on commit 0de649a

Please sign in to comment.