From b9029ca5f9df4b431f8d126cfe60303d20d95fe2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20=C5=BBuraw?= <9116238+krzysztofzuraw@users.noreply.github.com> Date: Wed, 3 Apr 2024 10:01:15 +0200 Subject: [PATCH] Release to npm (#786) Co-authored-by: github-actions[bot] --- .changeset/hungry-ghosts-help.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/hungry-ghosts-help.md 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": {