Skip to content

Commit

Permalink
chore(vue): release 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renatodeleao committed Nov 14, 2022
1 parent aa62db8 commit eb09c3f
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
7 changes: 7 additions & 0 deletions apps/playground-vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# playground-vue

## 0.0.3

### Patch Changes

- Updated dependencies
- [email protected]

## 0.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/playground-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "playground-vue",
"private": true,
"version": "0.0.2",
"version": "0.0.3",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
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-x-vue

## 0.1.2

### Patch Changes

- Handling VirtualElements refrences correctly

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "floating-ui-x-vue",
"version": "0.1.1",
"version": "0.1.2",
"license": "MIT",
"type": "module",
"main": "./dist/floating-ui-x-vue.umd.cjs",
Expand Down

0 comments on commit eb09c3f

Please sign in to comment.