Skip to content

Commit f36bbe2

Browse files
Version Packages
1 parent c093411 commit f36bbe2

File tree

8 files changed

+18
-21
lines changed

8 files changed

+18
-21
lines changed

.changeset/dry-fans-sort.md

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

.changeset/honest-olives-laugh.md

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

.changeset/ninety-mice-rush.md

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

examples/app-router/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"type-check": "tsc --noEmit"
1010
},
1111
"dependencies": {
12-
"@primer/react": "36.22.0",
12+
"@primer/react": "36.23.0",
1313
"next": "^14.1.0",
1414
"react": "^18.3.1",
1515
"react-dom": "^18.3.1",

examples/codesandbox/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@typescript-eslint/eslint-plugin": "^7.11.0",
2121
"@typescript-eslint/parser": "^7.3.1",
2222
"@vitejs/plugin-react": "^4.2.1",
23-
"@primer/react": "36.22.0",
23+
"@primer/react": "36.23.0",
2424
"eslint": "^8.56.0",
2525
"eslint-plugin-react-hooks": "^4.6.0",
2626
"eslint-plugin-react-refresh": "^0.4.7",

examples/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@primer/octicons-react": "19.x",
13-
"@primer/react": "36.22.0",
13+
"@primer/react": "36.23.0",
1414
"next": "^14.1.0",
1515
"react": "^18.3.1",
1616
"react-dom": "^18.3.1",

packages/react/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @primer/react
22

3+
## 36.23.0
4+
5+
### Minor Changes
6+
7+
- [#4140](https://github.com/primer/react/pull/4140) [`c093411ec6caa4d4ce1720a68a22e492d5f39458`](https://github.com/primer/react/commit/c093411ec6caa4d4ce1720a68a22e492d5f39458) Thanks [@mperrotti](https://github.com/mperrotti)! - Adds a prop, `srText`, to the Spinner component to convey a loading message to assistive technologies such as screen readers.
8+
9+
<!-- Changed components: Spinner -->
10+
11+
- [#4527](https://github.com/primer/react/pull/4527) [`623b16e9832173d418092e47a85fd0a0a0d895f8`](https://github.com/primer/react/commit/623b16e9832173d418092e47a85fd0a0a0d895f8) Thanks [@langermank](https://github.com/langermank)! - Add `truncation` prop to `Button` to allow for ellipses overflow or text wrapping for long button labels
12+
13+
### Patch Changes
14+
15+
- [#4651](https://github.com/primer/react/pull/4651) [`b13bbb33d547352926af5206741db123457a09a1`](https://github.com/primer/react/commit/b13bbb33d547352926af5206741db123457a09a1) Thanks [@mperrotti](https://github.com/mperrotti)! - Prevents text color from changing on hover for "inactive" ActionMenu.Items of the "danger" variant. Before this change, the text color would change on hover. After this change, the text color remains the same on hover.
16+
317
## 36.22.0
418

519
### Minor Changes

packages/react/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": "36.22.0",
3+
"version": "36.23.0",
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)