diff --git a/.changeset/tough-guests-tell.md b/.changeset/tough-guests-tell.md deleted file mode 100644 index 7589252fc..000000000 --- a/.changeset/tough-guests-tell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hashicorp/react-docs-sidenav': patch ---- - -This adds the array index to the end of all sidenav "nodes" to increase the uniqueness in keys diff --git a/packages/docs-sidenav/CHANGELOG.md b/packages/docs-sidenav/CHANGELOG.md index 9a046823a..dc4603a40 100644 --- a/packages/docs-sidenav/CHANGELOG.md +++ b/packages/docs-sidenav/CHANGELOG.md @@ -1,5 +1,11 @@ # @hashicorp/react-docs-sidenav +## 9.0.1 + +### Patch Changes + +- [#666](https://github.com/hashicorp/react-components/pull/666) [`7ec02621`](https://github.com/hashicorp/react-components/commit/7ec026210319728a53834c4b8907269e325402cd) Thanks [@thiskevinwang](https://github.com/thiskevinwang)! - This adds the array index to the end of all sidenav "nodes" to increase the uniqueness in keys + ## 9.0.0 ### Major Changes diff --git a/packages/docs-sidenav/package.json b/packages/docs-sidenav/package.json index 933c34b05..ff36ba25f 100644 --- a/packages/docs-sidenav/package.json +++ b/packages/docs-sidenav/package.json @@ -1,7 +1,7 @@ { "name": "@hashicorp/react-docs-sidenav", "description": "Sidebar used for navigation HashiCorp docs", - "version": "9.0.0", + "version": "9.0.1", "author": "HashiCorp", "contributors": [ "Jeff Escalante"