Skip to content

Commit

Permalink
chore: first public release
Browse files Browse the repository at this point in the history
  • Loading branch information
renatodeleao committed Nov 7, 2022
1 parent a98b9d5 commit c538c36
Show file tree
Hide file tree
Showing 7 changed files with 47 additions and 4 deletions.
16 changes: 16 additions & 0 deletions apps/playground-vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# playground-vue

## 0.0.1

### Patch Changes

- Updated dependencies
- [email protected]
- [email protected]

## 0.0.0

### Patch Changes

- Updated dependencies
- [email protected]
- [email protected]

## 0.0.0-initial-20221104174409

### 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.0-initial-20221104174409",
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"dev:vue-interactions": "pnpm --filter=floating-ui-x-vue-interactions run dev",
"play:vue": "pnpm --filter=playground-vue run dev",
"typecheck:vue": "pnpm --filter=floating-ui-x-vue run typecheck",
"typecheck:vue-interactions": "pnpm --filter=floating-ui-x-vue-interactions run typecheck"
"typecheck:vue-interactions": "pnpm --filter=floating-ui-x-vue-interactions run typecheck",
"release:vue": "pnpm run build:vue && changeset"
},
"prettier": {
"singleQuote": true,
Expand Down
14 changes: 14 additions & 0 deletions packages/vue-interactions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# floating-ui-x-vue-interactions

## 0.0.1

### Patch Changes

- Updated dependencies
- [email protected]

## 0.0.0

### Patch Changes

- Updated dependencies
- [email protected]

## 0.0.0-initial-20221104174409

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-interactions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "floating-ui-x-vue-interactions",
"version": "0.0.0-initial-20221104174409",
"version": "0.0.1",
"private": true,
"license": "MIT",
"type": "module",
Expand Down
12 changes: 12 additions & 0 deletions packages/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# floating-ui-x-vue

## 0.1.0

### Minor Changes

- First public release

## 0.0.0

### Minor Changes

- First official version after snapshot release

## 0.0.0-initial-20221104174409

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

0 comments on commit c538c36

Please sign in to comment.