diff --git a/.changeset/orange-eels-kiss.md b/.changeset/orange-eels-kiss.md deleted file mode 100644 index 998a449a3a7..00000000000 --- a/.changeset/orange-eels-kiss.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@primer/react': patch ---- - -1. Fix a spacing issue with the loading spinner in a `TextInputWithTokens` -2. Bolds form validation text to be visually balanced with the icon diff --git a/CHANGELOG.md b/CHANGELOG.md index c56e8f22cf9..84885a3d01c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # @primer/components +## 35.2.1 + +### Patch Changes + +- [#2013](https://github.com/primer/react/pull/2013) [`5f6c5e22`](https://github.com/primer/react/commit/5f6c5e2249c9bb4c6a6b744755ea4607d10a0b74) Thanks [@mperrotti](https://github.com/mperrotti)! - 1. Fix a spacing issue with the loading spinner in a `TextInputWithTokens` + 2. Bolds form validation text to be visually balanced with the icon + ## 35.2.0 ### Minor Changes diff --git a/package.json b/package.json index c6e3a0bae80..f706cc9c82e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/react", - "version": "35.2.0", + "version": "35.2.1", "description": "An implementation of GitHub's Primer Design System using React", "main": "lib/index.js", "module": "lib-esm/index.js",