diff --git a/.changeset/angry-boats-wash.md b/.changeset/angry-boats-wash.md deleted file mode 100644 index 7b7e1d30c6f..00000000000 --- a/.changeset/angry-boats-wash.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@primer/react': patch ---- - -Include `border*Color` properties in sx to support named Primer colors - - diff --git a/.changeset/clever-parents-bathe.md b/.changeset/clever-parents-bathe.md deleted file mode 100644 index 083645355df..00000000000 --- a/.changeset/clever-parents-bathe.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@primer/react': patch ---- - -Update @react-aria/ssr dependency to ^3.5.0 to address server-side rendering mismatch when using React StrictMode - - diff --git a/.changeset/empty-ears-fly.md b/.changeset/empty-ears-fly.md deleted file mode 100644 index 820819eedd5..00000000000 --- a/.changeset/empty-ears-fly.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@primer/react": patch ---- - -[Bug] Remove `flex` from Button labels - - diff --git a/.changeset/hot-readers-promise.md b/.changeset/hot-readers-promise.md deleted file mode 100644 index 8416b7f284b..00000000000 --- a/.changeset/hot-readers-promise.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@primer/react': minor ---- - -Add option to specify custom widths for PageLayout.Pane via the `width` prop. - - diff --git a/.changeset/late-bugs-battle.md b/.changeset/late-bugs-battle.md deleted file mode 100644 index 221ffe97559..00000000000 --- a/.changeset/late-bugs-battle.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@primer/react": patch ---- - -Add aria-selected value to ActionList.Item. - - diff --git a/.changeset/old-cherries-smile.md b/.changeset/old-cherries-smile.md deleted file mode 100644 index 0f43cd49973..00000000000 --- a/.changeset/old-cherries-smile.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@primer/react": patch ---- - -Automatically reposition `InlineAutocomplete` suggestions depending on available space - - diff --git a/.changeset/thin-laws-beam.md b/.changeset/thin-laws-beam.md deleted file mode 100644 index abe28d68d61..00000000000 --- a/.changeset/thin-laws-beam.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@primer/react": patch ---- - -Expose `useSlots` from `drafts/hooks` - - diff --git a/.changeset/tiny-numbers-sip.md b/.changeset/tiny-numbers-sip.md deleted file mode 100644 index 4778ae70452..00000000000 --- a/.changeset/tiny-numbers-sip.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@primer/react": patch ---- - -NavList: Fix when subNav opens automatically and shows current indicator - - diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f977315c75..d29c1e43e08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,43 @@ # @primer/components +## 35.28.0 + +### Minor Changes + +- [#3563](https://github.com/primer/react/pull/3563) [`3bb6dc8c`](https://github.com/primer/react/commit/3bb6dc8cea75fa07974493cfaf95f7e51504c9d3) Thanks [@radglob](https://github.com/radglob)! - Add option to specify custom widths for PageLayout.Pane via the `width` prop. + + + +### Patch Changes + +- [#3619](https://github.com/primer/react/pull/3619) [`d4ae582b`](https://github.com/primer/react/commit/d4ae582b7d2420fd460bb14c2fa45f36be714311) Thanks [@gr2m](https://github.com/gr2m)! - Include `border*Color` properties in sx to support named Primer colors + + + +- [#3561](https://github.com/primer/react/pull/3561) [`94e8d38f`](https://github.com/primer/react/commit/94e8d38f92975b12d1ded61228597c5b322a78ea) Thanks [@joshblack](https://github.com/joshblack)! - Update @react-aria/ssr dependency to ^3.5.0 to address server-side rendering mismatch when using React StrictMode + + + +- [#3613](https://github.com/primer/react/pull/3613) [`dbcd4072`](https://github.com/primer/react/commit/dbcd40727993a0faebe3033ee1556549fb5baa1a) Thanks [@langermank](https://github.com/langermank)! - [Bug] Remove `flex` from Button labels + + + +- [#3579](https://github.com/primer/react/pull/3579) [`66482a72`](https://github.com/primer/react/commit/66482a72000a0f1baf021e2b554e98942081d685) Thanks [@radglob](https://github.com/radglob)! - Add aria-selected value to ActionList.Item. + + + +- [#3614](https://github.com/primer/react/pull/3614) [`709024ff`](https://github.com/primer/react/commit/709024ff45a68c73ed6736e72d9db22b0a25cd33) Thanks [@iansan5653](https://github.com/iansan5653)! - Automatically reposition `InlineAutocomplete` suggestions depending on available space + + + +- [#3609](https://github.com/primer/react/pull/3609) [`f487a8d6`](https://github.com/primer/react/commit/f487a8d653329d73f238b908eca6085f94ca3c93) Thanks [@iansan5653](https://github.com/iansan5653)! - Expose `useSlots` from `drafts/hooks` + + + +- [#3611](https://github.com/primer/react/pull/3611) [`ace603d8`](https://github.com/primer/react/commit/ace603d85e2966fbf8b3bb8b54da42bf00a56679) Thanks [@siddharthkp](https://github.com/siddharthkp)! - NavList: Fix when subNav opens automatically and shows current indicator + + + ## 35.27.1 ### Patch Changes diff --git a/package.json b/package.json index 913dc6a6ff9..88e9ff6d4a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/react", - "version": "35.27.1", + "version": "35.28.0", "description": "An implementation of GitHub's Primer Design System using React", "main": "lib/index.js", "module": "lib-esm/index.js",