diff --git a/package.json b/package.json index a726c46..ef2b62a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-tippy", - "version": "6.5.0", + "version": "6.6.0", "main": "index.js", "module": "dist/vue-tippy.mjs", "unpkg": "dist/vue-tippy.iife.js", diff --git a/src/index.ts b/src/index.ts index 0f97178..912822e 100644 --- a/src/index.ts +++ b/src/index.ts @@ -4,6 +4,7 @@ import tippy, { followCursor, animateFill, roundArrow, + hideAll, } from 'tippy.js' import Tippy from './components/Tippy' @@ -27,6 +28,7 @@ export { useTippyComponent, roundArrow, tippy, + hideAll, useSingleton, setDefaultProps, Tippy,