Skip to content

Commit

Permalink
Version Packages (#2742)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Jan 16, 2024
1 parent de70c04 commit 5d025db
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/large-donuts-beam.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @floating-ui/vue

## 1.0.4

### Patch Changes

- de70c04: fix: change `isComponentPublicInstance` implementation

## 1.0.3

### Patch Changes
Expand Down
6 changes: 4 additions & 2 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@floating-ui/vue",
"version": "1.0.3",
"version": "1.0.4",
"description": "Floating UI for Vue",
"publishConfig": {
"access": "public"
Expand All @@ -22,7 +22,9 @@
}
},
"sideEffects": false,
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"lint": "biome lint .",
"clean": "rimraf dist out-tsc",
Expand Down

0 comments on commit 5d025db

Please sign in to comment.