Skip to content

Commit

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

## 0.0.2

### Patch Changes

- Updated dependencies
- Updated dependencies [9dfc1c8]
- floating-ui-x-vue@0.1.1
- floating-ui-x-vue-interactions@0.0.2

## 0.0.1

### 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.1",
"version": "0.0.2",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
7 changes: 7 additions & 0 deletions packages/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# floating-ui-x-vue

## 0.1.1

### Patch Changes

- ewqw
- 9dfc1c8: correct type definitions file exports path

## 0.1.0

### Minor 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.0",
"version": "0.1.1",
"license": "MIT",
"type": "module",
"main": "./dist/floating-ui-x-vue.umd.cjs",
Expand Down

0 comments on commit 6009d3a

Please sign in to comment.