Skip to content

Commit 1bfaaa1

Browse files
Version Packages (#2034)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 231c70b commit 1bfaaa1

File tree

5 files changed

+14
-19
lines changed

5 files changed

+14
-19
lines changed

.changeset/orange-eels-kiss.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/quick-toys-fly.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tall-dancers-exercise.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @primer/components
22

3+
## 35.2.1
4+
5+
### Patch Changes
6+
7+
- [#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`
8+
2. Bolds form validation text to be visually balanced with the icon
9+
10+
* [#2053](https://github.com/primer/react/pull/2053) [`231c70b9`](https://github.com/primer/react/commit/231c70b9e3757840e0dc1baf53e5bfd9a679e953) Thanks [@langermank](https://github.com/langermank)! - Namespace UnderlineNav
11+
12+
- [#2033](https://github.com/primer/react/pull/2033) [`0d7a871a`](https://github.com/primer/react/commit/0d7a871a64fb8770405d252ec88d7467d350a550) Thanks [@mperrotti](https://github.com/mperrotti)! - - Text input inner action's hover bg should not touch the text input edges
13+
- Increases touch target area of the text input inner action button
14+
- Deprecated `children` and `variant` props on the `TextInputInnerAction` component, but they're **still supported for now**.
15+
316
## 35.2.0
417

518
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@primer/react",
3-
"version": "35.2.0",
3+
"version": "35.2.1",
44
"description": "An implementation of GitHub's Primer Design System using React",
55
"main": "lib/index.js",
66
"module": "lib-esm/index.js",

0 commit comments

Comments
 (0)