diff --git a/.changeset/honest-fishes-explain.md b/.changeset/honest-fishes-explain.md deleted file mode 100644 index a9446ca6e4f..00000000000 --- a/.changeset/honest-fishes-explain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': patch ---- - -improve performance of the MarkdownEditor component when fullHeight is enabled diff --git a/.changeset/polite-kings-rhyme.md b/.changeset/polite-kings-rhyme.md deleted file mode 100644 index 24f914d214d..00000000000 --- a/.changeset/polite-kings-rhyme.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -TreeView: Ignore arrow key events when combined with cmd or alt keys to avoid interfering with native browser shortcuts. diff --git a/.changeset/serious-bats-reply.md b/.changeset/serious-bats-reply.md deleted file mode 100644 index a2901c9d926..00000000000 --- a/.changeset/serious-bats-reply.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -Fix `Dialog2` backdrop color variable diff --git a/CHANGELOG.md b/CHANGELOG.md index 9da543f3863..d2913bfc934 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # @primer/components +## 35.26.1 + +### Patch Changes + +- [#3423](https://github.com/primer/react/pull/3423) [`af32ec79`](https://github.com/primer/react/commit/af32ec7989899b48b4fc2cec393bc2de29f9f643) Thanks [@japf](https://github.com/japf)! - improve performance of the MarkdownEditor component when fullHeight is enabled + +- [#3413](https://github.com/primer/react/pull/3413) [`4dc719c4`](https://github.com/primer/react/commit/4dc719c453870c7ddb595cfbabc1310358f4ecce) Thanks [@colebemis](https://github.com/colebemis)! - TreeView: Ignore arrow key events when combined with cmd or alt keys to avoid interfering with native browser shortcuts. + +- [#3411](https://github.com/primer/react/pull/3411) [`295c4bcd`](https://github.com/primer/react/commit/295c4bcd4b2db37a92979afedb2b25aee80db632) Thanks [@dusave](https://github.com/dusave)! - Fix `Dialog2` backdrop color variable + ## 35.26.0 ### Minor Changes diff --git a/package.json b/package.json index f88215352c3..d2ff75ba622 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/react", - "version": "35.26.0", + "version": "35.26.1", "description": "An implementation of GitHub's Primer Design System using React", "main": "lib/index.js", "module": "lib-esm/index.js",