diff --git a/.changeset/brave-melons-leave.md b/.changeset/brave-melons-leave.md deleted file mode 100644 index fb51210bef2..00000000000 --- a/.changeset/brave-melons-leave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -TreeView: Add aria-atomic attribute to live region diff --git a/.changeset/popular-taxis-yawn.md b/.changeset/popular-taxis-yawn.md deleted file mode 100644 index f413a98f88f..00000000000 --- a/.changeset/popular-taxis-yawn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -TreeView: Improve performance when rendering lots of items diff --git a/.changeset/tender-turtles-serve.md b/.changeset/tender-turtles-serve.md deleted file mode 100644 index 311317e2152..00000000000 --- a/.changeset/tender-turtles-serve.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': patch ---- - -TreeView: Add support for a skeleton state with the TreeView.SubTree `count` prop diff --git a/.changeset/tough-lobsters-greet.md b/.changeset/tough-lobsters-greet.md deleted file mode 100644 index a083e066b47..00000000000 --- a/.changeset/tough-lobsters-greet.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -TreeView: Add `TreeView.ErrorDialog` component diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a9cb5b3a05..cb3e06e243b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # @primer/components +## 35.12.1 + +### Patch Changes + +- [#2465](https://github.com/primer/react/pull/2465) [`2cd11b7d`](https://github.com/primer/react/commit/2cd11b7d331dc50cc63995d8c792204cbbeafd79) Thanks [@colebemis](https://github.com/colebemis)! - TreeView: Add aria-atomic attribute to live region + +* [#2460](https://github.com/primer/react/pull/2460) [`1f25c904`](https://github.com/primer/react/commit/1f25c9043af82ad07c36e9ec251549623da15cdf) Thanks [@colebemis](https://github.com/colebemis)! - TreeView: Improve performance when rendering lots of items + +- [#2455](https://github.com/primer/react/pull/2455) [`77c0259b`](https://github.com/primer/react/commit/77c0259b8df2757a05cfc0570156f54bc66ef3ed) Thanks [@joshblack](https://github.com/joshblack)! - TreeView: Add support for a skeleton state with the TreeView.SubTree `count` prop + +* [#2452](https://github.com/primer/react/pull/2452) [`aca96c0d`](https://github.com/primer/react/commit/aca96c0d41eaf276cbb2fa18694a059ae4ef299f) Thanks [@colebemis](https://github.com/colebemis)! - TreeView: Add `TreeView.ErrorDialog` component + ## 35.12.0 ### Minor Changes diff --git a/package.json b/package.json index 06759f8fa4b..e12404d872a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/react", - "version": "35.12.0", + "version": "35.12.1", "description": "An implementation of GitHub's Primer Design System using React", "main": "lib/index.js", "module": "lib-esm/index.js",