diff --git a/.changeset/chatty-tools-travel.md b/.changeset/chatty-tools-travel.md deleted file mode 100644 index 2d635287905..00000000000 --- a/.changeset/chatty-tools-travel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': patch ---- - -UnderlineNav2: Correct the icon colours to be `fg.muted` 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/lovely-planes-pull.md b/.changeset/lovely-planes-pull.md deleted file mode 100644 index ea29564a961..00000000000 --- a/.changeset/lovely-planes-pull.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': patch ---- - -update icon types and primer octicons diff --git a/.changeset/mighty-bananas-bathe.md b/.changeset/mighty-bananas-bathe.md deleted file mode 100644 index 48d965d286c..00000000000 --- a/.changeset/mighty-bananas-bathe.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@primer/react": patch ---- - -ActionMenu: Fix missing divider for first item when the menu is open with mouse - - diff --git a/.changeset/pink-papayas-relate.md b/.changeset/pink-papayas-relate.md deleted file mode 100644 index 86ec2997696..00000000000 --- a/.changeset/pink-papayas-relate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -Fix `useDynamicTextareaHeight` initial render with slots 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/.changeset/silver-olives-wave.md b/.changeset/silver-olives-wave.md deleted file mode 100644 index 0a72bac877a..00000000000 --- a/.changeset/silver-olives-wave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': patch ---- - -Add the experimental folder to the npm package for @primer/react diff --git a/CHANGELOG.md b/CHANGELOG.md index 9da543f3863..bd53d84681e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # @primer/components +## 35.26.1 + +### Patch Changes + +- [#3446](https://github.com/primer/react/pull/3446) [`650a46d5`](https://github.com/primer/react/commit/650a46d5dbf10500d4d9af508c71744665f1bd0d) Thanks [@broccolinisoup](https://github.com/broccolinisoup)! - UnderlineNav2: Correct the icon colours to be `fg.muted` + +- [#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 + +- [#3437](https://github.com/primer/react/pull/3437) [`b298c326`](https://github.com/primer/react/commit/b298c3266b8034c695f0d8d2d3c97813f5f44fa0) Thanks [@mattcosta7](https://github.com/mattcosta7)! - update icon types and primer octicons + +- [#3476](https://github.com/primer/react/pull/3476) [`379d947e`](https://github.com/primer/react/commit/379d947ee5500cc20dbf637e6d0fe47af39efc10) Thanks [@siddharthkp](https://github.com/siddharthkp)! - ActionMenu: Fix missing divider for first item when the menu is open with mouse + + + +- [#3196](https://github.com/primer/react/pull/3196) [`21fa73cd`](https://github.com/primer/react/commit/21fa73cde4ff0172a95e0aca19550e5dd554c2a0) Thanks [@iansan5653](https://github.com/iansan5653)! - Fix `useDynamicTextareaHeight` initial render with slots + +- [#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 + +- [#3440](https://github.com/primer/react/pull/3440) [`99a641bd`](https://github.com/primer/react/commit/99a641bde39f5b9029465be48a4f4d8a23f04a59) Thanks [@joshblack](https://github.com/joshblack)! - Add the experimental folder to the npm package for @primer/react + ## 35.26.0 ### Minor Changes diff --git a/package.json b/package.json index 04f988415c7..73c7426b196 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",