Skip to content

Commit

Permalink
v1.0.0-beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Jan 15, 2022
1 parent 1b972d8 commit b2883f9
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.3",
"version": "1.0.0-beta.4",
"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.3",
"version": "1.0.0-beta.4",
"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.3",
"floating-vue": "^1.0.0-beta.4",
"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.3",
"version": "1.0.0-beta.4",
"description": "floating-vue docs",
"private": true,
"main": "index.js",
Expand All @@ -22,7 +22,7 @@
"dependencies": {
"@kawarimidoll/vuepress-plugin-tailwind": "^2.0.0",
"color": "^3.1.3",
"floating-vue": "^1.0.0-beta.3",
"floating-vue": "^1.0.0-beta.4",
"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.3",
"version": "1.0.0-beta.4",
"description": "Easy Vue tooltips, dropdowns, menus & popovers using floating-ui",
"author": "Guillaume Chau <[email protected]>",
"scripts": {
Expand Down

0 comments on commit b2883f9

Please sign in to comment.