diff --git a/.changeset/loud-schools-own.md b/.changeset/loud-schools-own.md deleted file mode 100644 index 068d42c986a..00000000000 --- a/.changeset/loud-schools-own.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -Fix `TextInput` types diff --git a/.changeset/seven-hornets-jam.md b/.changeset/seven-hornets-jam.md deleted file mode 100644 index 2699e13c8dd..00000000000 --- a/.changeset/seven-hornets-jam.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': minor ---- - -Adds button element selector to FilteredSearch button styles diff --git a/.changeset/spotty-eagles-help.md b/.changeset/spotty-eagles-help.md deleted file mode 100644 index 2593685d9e9..00000000000 --- a/.changeset/spotty-eagles-help.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': patch ---- - -Instead of rendering unexpected FormControl children before the rest of the content, we render them in the same spot we'd normally render a Primer input component diff --git a/.changeset/stupid-terms-hang.md b/.changeset/stupid-terms-hang.md deleted file mode 100644 index bee78b92e04..00000000000 --- a/.changeset/stupid-terms-hang.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": minor ---- - -Bump primer/primitives to `7.5.1` diff --git a/.changeset/yellow-planes-decide.md b/.changeset/yellow-planes-decide.md deleted file mode 100644 index d0923ffb3ea..00000000000 --- a/.changeset/yellow-planes-decide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -Add disabled color and backgroundColor to Button.Counter diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d23bad7bf2..11feba0cc08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # @primer/components +## 35.1.0 + +### Minor Changes + +- [#1942](https://github.com/primer/react/pull/1942) [`3f50ef54`](https://github.com/primer/react/commit/3f50ef543b8cea0306aba44bb44611f22dae657d) Thanks [@mperrotti](https://github.com/mperrotti)! - Adds button element selector to FilteredSearch button styles + +* [#1961](https://github.com/primer/react/pull/1961) [`767d4166`](https://github.com/primer/react/commit/767d4166ef3e76e8ea12b6eec2d1d22f45f8609c) Thanks [@simurai](https://github.com/simurai)! - Bump primer/primitives to `7.5.1` + +### Patch Changes + +- [#1959](https://github.com/primer/react/pull/1959) [`2025036e`](https://github.com/primer/react/commit/2025036e552d8c8d02ed3139e5c8da4cb1546bb7) Thanks [@colebemis](https://github.com/colebemis)! - Fix `TextInput` types + +* [#1968](https://github.com/primer/react/pull/1968) [`1b01485a`](https://github.com/primer/react/commit/1b01485a282dc882aa7c8cc3a55fe736afdac029) Thanks [@mperrotti](https://github.com/mperrotti)! - Instead of rendering unexpected FormControl children before the rest of the content, we render them in the same spot we'd normally render a Primer input component + +- [#1955](https://github.com/primer/react/pull/1955) [`77e123f4`](https://github.com/primer/react/commit/77e123f403df0669f492ac636de651506709bd9a) Thanks [@pksjce](https://github.com/pksjce)! - Add disabled color and backgroundColor to Button.Counter + ## 35.0.1 ### Patch Changes diff --git a/package.json b/package.json index 1570c01b181..f80909698e1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/react", - "version": "35.0.1", + "version": "35.1.0", "description": "An implementation of GitHub's Primer Design System using React", "main": "lib/index.js", "module": "lib-esm/index.js",