diff --git a/.changeset/hip-buses-peel.md b/.changeset/hip-buses-peel.md deleted file mode 100644 index 8f801600bcd..00000000000 --- a/.changeset/hip-buses-peel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': minor ---- - -Adds CheckboxGroup and RadioGroup components to replace the ChoiceFieldset component diff --git a/.changeset/hot-toes-count.md b/.changeset/hot-toes-count.md deleted file mode 100644 index b485b99ddfb..00000000000 --- a/.changeset/hot-toes-count.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': patch ---- - -Makes it possible to render leading and trailing visuals in TextInputWithTokens just like we do in TextInput diff --git a/.changeset/rich-tools-cry.md b/.changeset/rich-tools-cry.md deleted file mode 100644 index 8057603a1ed..00000000000 --- a/.changeset/rich-tools-cry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -Remove link button from the new button diff --git a/.changeset/slimy-garlics-wash.md b/.changeset/slimy-garlics-wash.md deleted file mode 100644 index 0b2afb519f8..00000000000 --- a/.changeset/slimy-garlics-wash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -ActionMenu: Fix typeahead with leading visuals diff --git a/CHANGELOG.md b/CHANGELOG.md index d1c66433df6..f7f1ad0f8f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # @primer/components +## 34.7.0 + +### Minor Changes + +- [#1862](https://github.com/primer/react/pull/1862) [`eebb3f27`](https://github.com/primer/react/commit/eebb3f27c54b68c4a8b4d46c555f7d603e9c8e7d) Thanks [@mperrotti](https://github.com/mperrotti)! - Adds CheckboxGroup and RadioGroup components to replace the ChoiceFieldset component + +### Patch Changes + +- [#1886](https://github.com/primer/react/pull/1886) [`ecbf923e`](https://github.com/primer/react/commit/ecbf923e794498654e9e5d749e3593136a5790ff) Thanks [@mperrotti](https://github.com/mperrotti)! - Makes it possible to render leading and trailing visuals in TextInputWithTokens just like we do in TextInput + +* [#1880](https://github.com/primer/react/pull/1880) [`0256a5f5`](https://github.com/primer/react/commit/0256a5f5bef5fb939700fd2c2d9d92b22c02ab11) Thanks [@pksjce](https://github.com/pksjce)! - Remove link button from the new button + +- [#1914](https://github.com/primer/react/pull/1914) [`b651d70d`](https://github.com/primer/react/commit/b651d70d73b5693ebafc301177aed275c1a17e29) Thanks [@siddharthkp](https://github.com/siddharthkp)! - ActionMenu: Fix typeahead with leading visuals + ## 34.6.0 ### Minor Changes diff --git a/package.json b/package.json index 3e5873665c8..52a2d5b0a7f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/react", - "version": "34.6.0", + "version": "34.7.0", "description": "An implementation of GitHub's Primer Design System using React", "main": "lib/index.js", "module": "lib-esm/index.js",