From 70726bcb19cf05679609a2638467dfa9f657efbe Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 6 Sep 2023 14:31:14 +0000 Subject: [PATCH] Version Packages --- .changeset/angry-beds-itch.md | 7 ----- .changeset/breezy-insects-work.md | 7 ----- .changeset/fifty-seas-relax.md | 7 ----- .changeset/grumpy-maps-shave.md | 7 ----- .changeset/lazy-bees-train.md | 7 ----- .changeset/lazy-eyes-bow.md | 7 ----- .changeset/long-walls-sparkle.md | 7 ----- .changeset/sharp-eels-study.md | 7 ----- .changeset/silly-dots-lick.md | 7 ----- .changeset/sweet-turtles-applaud.md | 7 ----- CHANGELOG.md | 46 +++++++++++++++++++++++++++++ package.json | 2 +- 12 files changed, 47 insertions(+), 71 deletions(-) delete mode 100644 .changeset/angry-beds-itch.md delete mode 100644 .changeset/breezy-insects-work.md delete mode 100644 .changeset/fifty-seas-relax.md delete mode 100644 .changeset/grumpy-maps-shave.md delete mode 100644 .changeset/lazy-bees-train.md delete mode 100644 .changeset/lazy-eyes-bow.md delete mode 100644 .changeset/long-walls-sparkle.md delete mode 100644 .changeset/sharp-eels-study.md delete mode 100644 .changeset/silly-dots-lick.md delete mode 100644 .changeset/sweet-turtles-applaud.md diff --git a/.changeset/angry-beds-itch.md b/.changeset/angry-beds-itch.md deleted file mode 100644 index 851b988409d..00000000000 --- a/.changeset/angry-beds-itch.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@primer/react': patch ---- - -PageLayout.Content no longer renders as `main` by default. Instead, developers may add a `main` landmark within `Pagelayout.Content` themselves. - - diff --git a/.changeset/breezy-insects-work.md b/.changeset/breezy-insects-work.md deleted file mode 100644 index f5fc407548e..00000000000 --- a/.changeset/breezy-insects-work.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@primer/react': patch ---- - -Fixes a bug where children of AvatarStack would still show a transition when the component re-renders with a different number of children. Fixes https://github.com/primer/react/issues/3688 - - diff --git a/.changeset/fifty-seas-relax.md b/.changeset/fifty-seas-relax.md deleted file mode 100644 index 56e1ccce064..00000000000 --- a/.changeset/fifty-seas-relax.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@primer/react': patch ---- - -Adds the defaultOpen prop to NavList.Item - - diff --git a/.changeset/grumpy-maps-shave.md b/.changeset/grumpy-maps-shave.md deleted file mode 100644 index 2bd49b0acb2..00000000000 --- a/.changeset/grumpy-maps-shave.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@primer/react': patch ---- - -Update type exports to prevent missing export warnings - - diff --git a/.changeset/lazy-bees-train.md b/.changeset/lazy-bees-train.md deleted file mode 100644 index 90324dcd2c2..00000000000 --- a/.changeset/lazy-bees-train.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@primer/react': minor ---- - -Octicons: Upgrade react-octicons to v19.7.0 - - diff --git a/.changeset/lazy-eyes-bow.md b/.changeset/lazy-eyes-bow.md deleted file mode 100644 index 6103291c1de..00000000000 --- a/.changeset/lazy-eyes-bow.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@primer/react": patch ---- - -Use `control` CSS var with fallback for form component border-color - - diff --git a/.changeset/long-walls-sparkle.md b/.changeset/long-walls-sparkle.md deleted file mode 100644 index 5d6f59339d9..00000000000 --- a/.changeset/long-walls-sparkle.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@primer/react': patch ---- - -Fix dialog bug where escape would move focus when dialog was closed - - diff --git a/.changeset/sharp-eels-study.md b/.changeset/sharp-eels-study.md deleted file mode 100644 index 54d2b99f904..00000000000 --- a/.changeset/sharp-eels-study.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@primer/react': minor ---- - -Adds onSelectSuggestion callback to - - diff --git a/.changeset/silly-dots-lick.md b/.changeset/silly-dots-lick.md deleted file mode 100644 index dc22c64df64..00000000000 --- a/.changeset/silly-dots-lick.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@primer/react": minor ---- - -Update ActionList checkbox styles to form checkbox styles (impacts ActionMenu and SelectPanel) - - diff --git a/.changeset/sweet-turtles-applaud.md b/.changeset/sweet-turtles-applaud.md deleted file mode 100644 index 6581bd01cd4..00000000000 --- a/.changeset/sweet-turtles-applaud.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@primer/react": minor ---- - -Allow consumers to make components that are compatible with `FormControl` by reading forwarded props in from the `useFormControlForwardedProps` hook - - diff --git a/CHANGELOG.md b/CHANGELOG.md index d29c1e43e08..22edf79cfb5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,51 @@ # @primer/components +## 35.29.0 + +### Minor Changes + +- [#3692](https://github.com/primer/react/pull/3692) [`4046e058`](https://github.com/primer/react/commit/4046e058253cd9b2fb0f7e45cc01d12049bfd306) Thanks [@broccolinisoup](https://github.com/broccolinisoup)! - Octicons: Upgrade react-octicons to v19.7.0 + + + +- [#3647](https://github.com/primer/react/pull/3647) [`e480a4a4`](https://github.com/primer/react/commit/e480a4a42d33e21c7db0c4ba364bc0fc0372ec93) Thanks [@paxos](https://github.com/paxos)! - Adds onSelectSuggestion callback to + + + +- [#3607](https://github.com/primer/react/pull/3607) [`c0e22fc1`](https://github.com/primer/react/commit/c0e22fc14697627c81c8a21137c72350e8d1a703) Thanks [@langermank](https://github.com/langermank)! - Update ActionList checkbox styles to form checkbox styles (impacts ActionMenu and SelectPanel) + + + +- [#3632](https://github.com/primer/react/pull/3632) [`3a8b841c`](https://github.com/primer/react/commit/3a8b841ce7d1d411142619b7a942e896d3eb01c9) Thanks [@iansan5653](https://github.com/iansan5653)! - Allow consumers to make components that are compatible with `FormControl` by reading forwarded props in from the `useFormControlForwardedProps` hook + + + +### Patch Changes + +- [#3675](https://github.com/primer/react/pull/3675) [`ade10e64`](https://github.com/primer/react/commit/ade10e64afd320a5299eea68f214718a638fc290) Thanks [@radglob](https://github.com/radglob)! - PageLayout.Content no longer renders as `main` by default. Instead, developers may add a `main` landmark within `Pagelayout.Content` themselves. + + + +- [#3709](https://github.com/primer/react/pull/3709) [`edc0168e`](https://github.com/primer/react/commit/edc0168ea0a9747d7cbe06f0f2973a8f10937db5) Thanks [@mperrotti](https://github.com/mperrotti)! - Fixes a bug where children of AvatarStack would still show a transition when the component re-renders with a different number of children. Fixes https://github.com/primer/react/issues/3688 + + + +- [#3698](https://github.com/primer/react/pull/3698) [`d759fd32`](https://github.com/primer/react/commit/d759fd32c36369b9ef4b7efafe1a5463baa48c14) Thanks [@gracepark](https://github.com/gracepark)! - Adds the defaultOpen prop to NavList.Item + + + +- [#3662](https://github.com/primer/react/pull/3662) [`2ca670a8`](https://github.com/primer/react/commit/2ca670a882925ce2cbd447d52f1ac390efe29253) Thanks [@joshblack](https://github.com/joshblack)! - Update type exports to prevent missing export warnings + + + +- [#3654](https://github.com/primer/react/pull/3654) [`556d826a`](https://github.com/primer/react/commit/556d826af1dd9cc74f8bf22e7f0f521d185a87d2) Thanks [@langermank](https://github.com/langermank)! - Use `control` CSS var with fallback for form component border-color + + + +- [#3689](https://github.com/primer/react/pull/3689) [`5d992715`](https://github.com/primer/react/commit/5d9927154518e9076fa6e7d5a83d1d7ff94c6aee) Thanks [@jdrush89](https://github.com/jdrush89)! - Fix dialog bug where escape would move focus when dialog was closed + + + ## 35.28.0 ### Minor Changes diff --git a/package.json b/package.json index e7a1f020e94..a57e18f6311 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/react", - "version": "35.28.0", + "version": "35.29.0", "description": "An implementation of GitHub's Primer Design System using React", "main": "lib/index.js", "module": "lib-esm/index.js",