diff --git a/.changeset/tooltip-interactive-arrow-react.md b/.changeset/tooltip-interactive-arrow-react.md deleted file mode 100644 index 3d7a28e03..000000000 --- a/.changeset/tooltip-interactive-arrow-react.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@cypress-design/react-tooltip": patch ---- - -fix: arrow was missing when interactive diff --git a/components/Tooltip/react/CHANGELOG.md b/components/Tooltip/react/CHANGELOG.md index e6c279dc2..2ea9b0895 100644 --- a/components/Tooltip/react/CHANGELOG.md +++ b/components/Tooltip/react/CHANGELOG.md @@ -1,5 +1,11 @@ # @cypress-design/react-tooltip +## 0.10.1 + +### Patch Changes + +- [`ac69cb4`](https://github.com/cypress-io/cypress-design/commit/ac69cb4aa2b725f21d187e5a221f80eac2c89200) Thanks [@elevatebart](https://github.com/elevatebart)! - fix: arrow was missing when interactive + ## 0.10.0 ### Minor Changes diff --git a/components/Tooltip/react/package.json b/components/Tooltip/react/package.json index 129e88a4e..ebe8785af 100644 --- a/components/Tooltip/react/package.json +++ b/components/Tooltip/react/package.json @@ -1,6 +1,6 @@ { "name": "@cypress-design/react-tooltip", - "version": "0.10.0", + "version": "0.10.1", "files": [ "*" ],