diff --git a/.changeset/clever-shrimps-search.md b/.changeset/clever-shrimps-search.md deleted file mode 100644 index 300d9abb831..00000000000 --- a/.changeset/clever-shrimps-search.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -Text Input enhancements diff --git a/.changeset/neat-forks-shout.md b/.changeset/neat-forks-shout.md deleted file mode 100644 index 094ca2532d0..00000000000 --- a/.changeset/neat-forks-shout.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -Use extracted [@primer/behaviors](https://github.com/primer/behaviors) for hook behaviors diff --git a/.changeset/tidy-maps-care.md b/.changeset/tidy-maps-care.md deleted file mode 100644 index 2674e1f44b9..00000000000 --- a/.changeset/tidy-maps-care.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -Remove "engines" field from package.json diff --git a/.changeset/tiny-cows-fold.md b/.changeset/tiny-cows-fold.md deleted file mode 100644 index e83ca1af322..00000000000 --- a/.changeset/tiny-cows-fold.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -Button v2 - Fix font family diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a0e261a2cc..81091020504 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # @primer/components +## 34.0.1 + +### Patch Changes + +- [#1661](https://github.com/primer/react/pull/1661) [`6f13441b`](https://github.com/primer/react/commit/6f13441b074bc47e4982bdb15e0470378799dfe0) Thanks [@pksjce](https://github.com/pksjce)! - Text Input enhancements + +* [#1700](https://github.com/primer/react/pull/1700) [`9d2827a9`](https://github.com/primer/react/commit/9d2827a9cbb023c0a412d8040182a887651a55b7) Thanks [@dgreif](https://github.com/dgreif)! - Use extracted [@primer/behaviors](https://github.com/primer/behaviors) for hook behaviors + +- [#1712](https://github.com/primer/react/pull/1712) [`4ce8f07b`](https://github.com/primer/react/commit/4ce8f07be6452ef9bc55ca61ce03202d5ab6a3f9) Thanks [@colebemis](https://github.com/colebemis)! - Remove "engines" field from package.json + +* [#1734](https://github.com/primer/react/pull/1734) [`bba4c245`](https://github.com/primer/react/commit/bba4c2451f1c32cd25e7351ad8f808dc22c85e97) Thanks [@siddharthkp](https://github.com/siddharthkp)! - Button v2 - Fix font family + ## 34.0.0 ### Major Changes diff --git a/package.json b/package.json index 1e7e4d5fde3..6094a4b2a38 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/react", - "version": "34.0.0", + "version": "34.0.1", "description": "An implementation of GitHub's Primer Design System using React", "main": "lib/index.js", "module": "lib-esm/index.js",