From c600d7c681fb3f9d5c0304d1fa507605305082f5 Mon Sep 17 00:00:00 2001 From: Andrew Luca <1881266+iamandrewluca@users.noreply.github.com> Date: Mon, 21 Feb 2022 23:25:43 +0200 Subject: [PATCH] 1.1.1 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index d6fb02c..2de3cc9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@allindevelopers/vue-floating-ui", - "version": "1.1.0", + "version": "1.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@allindevelopers/vue-floating-ui", - "version": "1.1.0", + "version": "1.1.1", "dependencies": { "@floating-ui/dom": "^0.2.0" }, diff --git a/package.json b/package.json index 7bad380..fe7a1dd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@allindevelopers/vue-floating-ui", "description": "Vue implementation of @floating-ui/react-dom", - "version": "1.1.0", + "version": "1.1.1", "license": "MIT", "author": "Andrew Luca (https://iamandrewluca.com)", "sideEffects": false,