diff --git a/.changeset/hungry-ghosts-help.md b/.changeset/hungry-ghosts-help.md deleted file mode 100644 index 86ffd093..00000000 --- a/.changeset/hungry-ghosts-help.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@saleor/macaw-ui": patch ---- - -Prevent Tooltip to show empty content tooltip when there is no children or empty string diff --git a/CHANGELOG.md b/CHANGELOG.md index f14393da..e2ff3c15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @saleor/macaw-ui +## 1.1.3 + +### Patch Changes + +- 52642a5: Prevent Tooltip to show empty content tooltip when there is no children or empty string + ## 1.1.2 ### Patch Changes diff --git a/package.json b/package.json index 01037bba..14f726cb 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.1.2", + "version": "1.1.3", "license": "CC-BY-4.0", "homepage": "https://macaw-ui.vercel.app/", "repository": {