diff --git a/.changeset/afraid-tips-smile.md b/.changeset/afraid-tips-smile.md deleted file mode 100644 index 9de7097efdc..00000000000 --- a/.changeset/afraid-tips-smile.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': minor ---- - -Adds TextInputField, CheckboxInputField, and RadioInputField components. Also adds a few internal (private to primer/react) components to support form fields diff --git a/.changeset/dialogs-title-tag.md b/.changeset/dialogs-title-tag.md deleted file mode 100644 index 097115a5f29..00000000000 --- a/.changeset/dialogs-title-tag.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': patch ---- - -Fix title and subtitle tag for Dialog2 and ConfirmationDialog diff --git a/.changeset/fuzzy-meals-explain.md b/.changeset/fuzzy-meals-explain.md deleted file mode 100644 index a675ca14765..00000000000 --- a/.changeset/fuzzy-meals-explain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -NewButton -> Button2 file name changes diff --git a/.changeset/shaggy-hounds-decide.md b/.changeset/shaggy-hounds-decide.md deleted file mode 100644 index 346319c8c3a..00000000000 --- a/.changeset/shaggy-hounds-decide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -Fix for SelectPanel Filter width diff --git a/CHANGELOG.md b/CHANGELOG.md index 81091020504..37c5973a986 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # @primer/components +## 34.1.0 + +### Minor Changes + +- [#1611](https://github.com/primer/react/pull/1611) [`11382eeb`](https://github.com/primer/react/commit/11382eeb60441fe4d03f5aedf1f28b4b061cb07d) Thanks [@mperrotti](https://github.com/mperrotti)! - Adds TextInputField, CheckboxInputField, and RadioInputField components. Also adds a few internal (private to primer/react) components to support form fields + +### Patch Changes + +- [#1754](https://github.com/primer/react/pull/1754) [`08cdb0bc`](https://github.com/primer/react/commit/08cdb0bcad859663e7e425a89d3b696388f449f3) Thanks [@siddharthkp](https://github.com/siddharthkp)! - Fix title and subtitle tag for Dialog2 and ConfirmationDialog + +* [#1730](https://github.com/primer/react/pull/1730) [`a9dc6f20`](https://github.com/primer/react/commit/a9dc6f20b65d3ed31d4bb13dd234a3c7b36caf10) Thanks [@pksjce](https://github.com/pksjce)! - NewButton -> Button2 file name changes + +- [#1742](https://github.com/primer/react/pull/1742) [`4ab78a26`](https://github.com/primer/react/commit/4ab78a26eaeea517b65ec202a2abeb7f93dcfc89) Thanks [@pksjce](https://github.com/pksjce)! - Fix for SelectPanel Filter width + ## 34.0.1 ### Patch Changes diff --git a/package.json b/package.json index 6c46df3ca62..ffb8e1c28f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/react", - "version": "34.0.1", + "version": "34.1.0", "description": "An implementation of GitHub's Primer Design System using React", "main": "lib/index.js", "module": "lib-esm/index.js",