Skip to content

Commit

Permalink
v1.0.0-beta.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Feb 1, 2022
1 parent 4ae5ecc commit 9f0abc7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"npmClient": "yarn",
"useWorkspaces": true,
"version": "1.0.0-beta.6",
"version": "1.0.0-beta.7",
"packages": [
"packages/*"
]
Expand Down
4 changes: 2 additions & 2 deletions packages/demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "demo",
"version": "1.0.0-beta.6",
"version": "1.0.0-beta.7",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand All @@ -9,7 +9,7 @@
},
"dependencies": {
"core-js": "^3.8.1",
"floating-vue": "^1.0.0-beta.6",
"floating-vue": "^1.0.0-beta.7",
"screenfull": "^4.2.0",
"vue": "^2.6.10",
"vue-router": "^3.0.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "1.0.0-beta.6",
"version": "1.0.0-beta.7",
"description": "floating-vue docs",
"private": true,
"main": "index.js",
Expand All @@ -21,7 +21,7 @@
"license": "MIT",
"dependencies": {
"color": "^3.1.3",
"floating-vue": "^1.0.0-beta.6",
"floating-vue": "^1.0.0-beta.7",
"vue-feather-icons": "^5.1.0",
"vue-github-button": "^1.3.0"
},
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": "1.0.0-beta.6",
"version": "1.0.0-beta.7",
"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 9f0abc7

Please sign in to comment.