diff --git a/.changeset/bright-flowers-itch.md b/.changeset/bright-flowers-itch.md deleted file mode 100644 index 72ac5afc6c1..00000000000 --- a/.changeset/bright-flowers-itch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -`FormControl` now accepts a `ref` prop diff --git a/.changeset/funny-ears-add.md b/.changeset/funny-ears-add.md deleted file mode 100644 index 314f71b9e02..00000000000 --- a/.changeset/funny-ears-add.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -Checkbox: `value` prop is now optional diff --git a/.changeset/old-schools-happen.md b/.changeset/old-schools-happen.md deleted file mode 100644 index 41d5ab20f6b..00000000000 --- a/.changeset/old-schools-happen.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -Add monospace prop to textinput diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e597d5dbb4..ae3ad250932 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # @primer/components +## 35.0.1 + +### Patch Changes + +- [#1949](https://github.com/primer/react/pull/1949) [`e430bd8b`](https://github.com/primer/react/commit/e430bd8b635d8cb25e73e4301a0fedc6c60a1e3a) Thanks [@colebemis](https://github.com/colebemis)! - `FormControl` now accepts a `ref` prop + +* [#1960](https://github.com/primer/react/pull/1960) [`26c7784d`](https://github.com/primer/react/commit/26c7784d24a2c3d1e0b33457c42ac804ac1dcd64) Thanks [@colebemis](https://github.com/colebemis)! - Checkbox: `value` prop is now optional + +- [#1935](https://github.com/primer/react/pull/1935) [`40c93d8b`](https://github.com/primer/react/commit/40c93d8bad64e3e5c906f0140978b8991d15be92) Thanks [@pksjce](https://github.com/pksjce)! - Add monospace prop to textinput + ## 35.0.0 ### Major Changes diff --git a/package.json b/package.json index 6e9f3d5e1a2..75e425e68aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/react", - "version": "35.0.0", + "version": "35.0.1", "description": "An implementation of GitHub's Primer Design System using React", "main": "lib/index.js", "module": "lib-esm/index.js",