diff --git a/.changeset/sweet-apples-fetch.md b/.changeset/sweet-apples-fetch.md deleted file mode 100644 index 20ee7be52..000000000 --- a/.changeset/sweet-apples-fetch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hashicorp/react-subnav': patch ---- - -Attempts to fix overflow issue that causes layout shift on dot-io sites. diff --git a/packages/subnav/CHANGELOG.md b/packages/subnav/CHANGELOG.md index ae37d160c..940bbc9a4 100644 --- a/packages/subnav/CHANGELOG.md +++ b/packages/subnav/CHANGELOG.md @@ -1,5 +1,11 @@ # @hashicorp/react-subnav +## 9.3.5 + +### Patch Changes + +- [#586](https://github.com/hashicorp/react-components/pull/586) [`bff747b4`](https://github.com/hashicorp/react-components/commit/bff747b4f790f00a9e8e23e682fc94510d69bddf) Thanks [@zchsh](https://github.com/zchsh)! - Attempts to fix overflow issue that causes layout shift on dot-io sites. + ## 9.3.4 ### Patch Changes diff --git a/packages/subnav/package.json b/packages/subnav/package.json index 2fc2f79e7..5bd3c9c23 100644 --- a/packages/subnav/package.json +++ b/packages/subnav/package.json @@ -1,7 +1,7 @@ { "name": "@hashicorp/react-subnav", "description": "Displays a navigation bar, with links and a call-to-action.", - "version": "9.3.4", + "version": "9.3.5", "author": "HashiCorp", "contributors": [ "Zach Shilton"