diff --git a/.changeset/happy-streets-push.md b/.changeset/happy-streets-push.md deleted file mode 100644 index 35c81d6..0000000 --- a/.changeset/happy-streets-push.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vingy/vueltip": patch ---- - -Prefix default attributes with `data` diff --git a/.changeset/rich-maps-cheer.md b/.changeset/rich-maps-cheer.md deleted file mode 100644 index 00caed6..0000000 --- a/.changeset/rich-maps-cheer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vingy/vueltip": major ---- - -Breaking: rename 'content' to 'text' diff --git a/.changeset/ten-pugs-double.md b/.changeset/ten-pugs-double.md deleted file mode 100644 index ea6325a..0000000 --- a/.changeset/ten-pugs-double.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vingy/vueltip": minor ---- - -Add custom data to directive to enable complex tooltips diff --git a/packages/vueltip/CHANGELOG.md b/packages/vueltip/CHANGELOG.md index ee25962..56fb40b 100644 --- a/packages/vueltip/CHANGELOG.md +++ b/packages/vueltip/CHANGELOG.md @@ -1,5 +1,19 @@ # @vingy/vueltip +## 2.0.0 + +### Major Changes + +- [#33](https://github.com/vinpogo/vue-utils/pull/33) [`8603532`](https://github.com/vinpogo/vue-utils/commit/8603532f718bb9de8672b9ca93a2939f392864a3) Thanks [@vinpogo](https://github.com/vinpogo)! - Breaking: rename 'content' to 'text' + +### Minor Changes + +- [#33](https://github.com/vinpogo/vue-utils/pull/33) [`42b4422`](https://github.com/vinpogo/vue-utils/commit/42b442286a527b8d08bbe7c767a7d35073d3e26b) Thanks [@vinpogo](https://github.com/vinpogo)! - Add custom data to directive to enable complex tooltips + +### Patch Changes + +- [#33](https://github.com/vinpogo/vue-utils/pull/33) [`14b2d6b`](https://github.com/vinpogo/vue-utils/commit/14b2d6bea10362d2abef72c8895221bb848dc75b) Thanks [@vinpogo](https://github.com/vinpogo)! - Prefix default attributes with `data` + ## 1.3.1 ### Patch Changes diff --git a/packages/vueltip/package.json b/packages/vueltip/package.json index d20c66a..38f2a72 100644 --- a/packages/vueltip/package.json +++ b/packages/vueltip/package.json @@ -1,6 +1,6 @@ { "name": "@vingy/vueltip", - "version": "1.3.1", + "version": "2.0.0", "description": "Headless tooltip which only shows when necessary.", "keywords": [ "composition-api",