diff --git a/.changeset/kind-mangos-jam.md b/.changeset/kind-mangos-jam.md deleted file mode 100644 index 541c46c0cd..0000000000 --- a/.changeset/kind-mangos-jam.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@spectrum-css/tooltip": patch ---- - -fix(tooltip): Left and right placements look correct for RTL diff --git a/components/tooltip/CHANGELOG.md b/components/tooltip/CHANGELOG.md index c5ecdf0818..763aeab819 100644 --- a/components/tooltip/CHANGELOG.md +++ b/components/tooltip/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 6.1.1 + +### Patch Changes + +- [#2736](https://github.com/adobe/spectrum-css/pull/2736) [`68117da`](https://github.com/adobe/spectrum-css/commit/68117da0fc1fabaf1576a082741efe0be9449f61) Thanks [@mdt2](https://github.com/mdt2)! - fix(tooltip): Left and right placements look correct for RTL + ## 6.1.0 ### Minor Changes diff --git a/components/tooltip/package.json b/components/tooltip/package.json index cdda0ab504..fdfa96c181 100644 --- a/components/tooltip/package.json +++ b/components/tooltip/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/tooltip", - "version": "6.1.0", + "version": "6.1.1", "description": "The Spectrum CSS tooltip component", "license": "Apache-2.0", "author": "Adobe",