From 1c53629feca0607ec171e153a284c05f9caab650 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 13 Jan 2022 18:34:51 +0000 Subject: [PATCH] Version Packages --- .changeset/actionmenu2-aria-expanded.md | 5 ----- .changeset/breezy-coats-play.md | 5 ----- .changeset/cool-parrots-double.md | 5 ----- .changeset/gold-fireants-switch.md | 5 ----- .changeset/gorgeous-jeans-occur.md | 5 ----- .changeset/silver-sloths-return.md | 5 ----- .changeset/stupid-bikes-look.md | 5 ----- .changeset/twenty-needles-sit.md | 5 ----- .changeset/two-peas-exercise.md | 5 ----- .changeset/unlucky-jobs-tickle.md | 5 ----- CHANGELOG.md | 26 +++++++++++++++++++++++++ package.json | 2 +- 12 files changed, 27 insertions(+), 51 deletions(-) delete mode 100644 .changeset/actionmenu2-aria-expanded.md delete mode 100644 .changeset/breezy-coats-play.md delete mode 100644 .changeset/cool-parrots-double.md delete mode 100644 .changeset/gold-fireants-switch.md delete mode 100644 .changeset/gorgeous-jeans-occur.md delete mode 100644 .changeset/silver-sloths-return.md delete mode 100644 .changeset/stupid-bikes-look.md delete mode 100644 .changeset/twenty-needles-sit.md delete mode 100644 .changeset/two-peas-exercise.md delete mode 100644 .changeset/unlucky-jobs-tickle.md diff --git a/.changeset/actionmenu2-aria-expanded.md b/.changeset/actionmenu2-aria-expanded.md deleted file mode 100644 index be6ca82f9db..00000000000 --- a/.changeset/actionmenu2-aria-expanded.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': patch ---- - -ActionMenu v2: Add aria-expanded to the ActionMenu.Button diff --git a/.changeset/breezy-coats-play.md b/.changeset/breezy-coats-play.md deleted file mode 100644 index 6f5ee2b2813..00000000000 --- a/.changeset/breezy-coats-play.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': patch ---- - -Adds aria-hidden="true" to InputLabel required asterisk diff --git a/.changeset/cool-parrots-double.md b/.changeset/cool-parrots-double.md deleted file mode 100644 index 8ffb3c506db..00000000000 --- a/.changeset/cool-parrots-double.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': minor ---- - -Adds a component for a native select input diff --git a/.changeset/gold-fireants-switch.md b/.changeset/gold-fireants-switch.md deleted file mode 100644 index 5381a5389aa..00000000000 --- a/.changeset/gold-fireants-switch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': patch ---- - -restores color prop functionality to StyledOcticon diff --git a/.changeset/gorgeous-jeans-occur.md b/.changeset/gorgeous-jeans-occur.md deleted file mode 100644 index 1b726f689b2..00000000000 --- a/.changeset/gorgeous-jeans-occur.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': patch ---- - -replace `Location | Pathname` union type for `to` prop with more appropriate `To` diff --git a/.changeset/silver-sloths-return.md b/.changeset/silver-sloths-return.md deleted file mode 100644 index 7f96e22a916..00000000000 --- a/.changeset/silver-sloths-return.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -Export SelectPanel from the package diff --git a/.changeset/stupid-bikes-look.md b/.changeset/stupid-bikes-look.md deleted file mode 100644 index 50e94f4b0df..00000000000 --- a/.changeset/stupid-bikes-look.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -ActionList v2 Divider: Make divider aria-hidden diff --git a/.changeset/twenty-needles-sit.md b/.changeset/twenty-needles-sit.md deleted file mode 100644 index 618d19208e8..00000000000 --- a/.changeset/twenty-needles-sit.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': minor ---- - -Adds ChoiceFieldset component diff --git a/.changeset/two-peas-exercise.md b/.changeset/two-peas-exercise.md deleted file mode 100644 index 12b7ce69853..00000000000 --- a/.changeset/two-peas-exercise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -Fix AvatarStack opacity for children without sx prop diff --git a/.changeset/unlucky-jobs-tickle.md b/.changeset/unlucky-jobs-tickle.md deleted file mode 100644 index 747195ab053..00000000000 --- a/.changeset/unlucky-jobs-tickle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': patch ---- - -Fix type errors due to missing pathname (string) in union type for LocationDescriptor diff --git a/CHANGELOG.md b/CHANGELOG.md index 37c5973a986..f62c2e2289e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,31 @@ # @primer/components +## 34.2.0 + +### Minor Changes + +- [#1736](https://github.com/primer/react/pull/1736) [`82961d44`](https://github.com/primer/react/commit/82961d441b2108243a8798990f896969fe245457) Thanks [@mperrotti](https://github.com/mperrotti)! - Adds a component for a native select input + +* [#1657](https://github.com/primer/react/pull/1657) [`d143c956`](https://github.com/primer/react/commit/d143c956cd867fe7858670dd58ce69ec652a4c4d) Thanks [@mperrotti](https://github.com/mperrotti)! - Adds ChoiceFieldset component + +### Patch Changes + +- [#1758](https://github.com/primer/react/pull/1758) [`b604403c`](https://github.com/primer/react/commit/b604403c709a7c766d69001bc080957d88a0ed7b) Thanks [@siddharthkp](https://github.com/siddharthkp)! - ActionMenu v2: Add aria-expanded to the ActionMenu.Button + +* [#1770](https://github.com/primer/react/pull/1770) [`39a3bc29`](https://github.com/primer/react/commit/39a3bc29d1362c382027f8749e171fc2b7caa0da) Thanks [@PeterYangIO](https://github.com/PeterYangIO)! - Adds aria-hidden="true" to InputLabel required asterisk + +- [#1781](https://github.com/primer/react/pull/1781) [`064828d2`](https://github.com/primer/react/commit/064828d27584bf098ec370881319a26420eb40e7) Thanks [@rezrah](https://github.com/rezrah)! - restores color prop functionality to StyledOcticon + +* [#1794](https://github.com/primer/react/pull/1794) [`a8c427da`](https://github.com/primer/react/commit/a8c427dab3c7450c1c69b76d600a529f72268214) Thanks [@rezrah](https://github.com/rezrah)! - replace `Location | Pathname` union type for `to` prop with more appropriate `To` + +- [#1772](https://github.com/primer/react/pull/1772) [`52947c44`](https://github.com/primer/react/commit/52947c4446a334180362bd927c4d54b028e036ba) Thanks [@pksjce](https://github.com/pksjce)! - Export SelectPanel from the package + +* [#1757](https://github.com/primer/react/pull/1757) [`6e44d786`](https://github.com/primer/react/commit/6e44d7869c1eba7f5ba9d6bfaaf61b78be721bfd) Thanks [@siddharthkp](https://github.com/siddharthkp)! - ActionList v2 Divider: Make divider aria-hidden + +- [#1751](https://github.com/primer/react/pull/1751) [`03584e09`](https://github.com/primer/react/commit/03584e09830956bbd4cd721c26566e29966a7cef) Thanks [@talune](https://github.com/talune)! - Fix AvatarStack opacity for children without sx prop + +* [#1791](https://github.com/primer/react/pull/1791) [`6a8472b4`](https://github.com/primer/react/commit/6a8472b4acc65dc2609a46fab69d83c89e23956f) Thanks [@rezrah](https://github.com/rezrah)! - Fix type errors due to missing pathname (string) in union type for LocationDescriptor + ## 34.1.0 ### Minor Changes diff --git a/package.json b/package.json index 2d816e51694..6344aed4232 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/react", - "version": "34.1.0", + "version": "34.2.0", "description": "An implementation of GitHub's Primer Design System using React", "main": "lib/index.js", "module": "lib-esm/index.js",