Skip to content

Commit ea912f5

Browse files
Version Packages
1 parent bd9225d commit ea912f5

File tree

8 files changed

+16
-19
lines changed

8 files changed

+16
-19
lines changed

.changeset/curvy-ties-breathe.md

-5
This file was deleted.

.changeset/cyan-lights-try.md

-5
This file was deleted.

.changeset/new-mangos-fold.md

-5
This file was deleted.

examples/codesandbox/package.json

+1-1
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.3.3",
23-
"@primer/react": "37.17.0",
23+
"@primer/react": "37.18.0",
2424
"eslint": "^8.56.0",
2525
"eslint-plugin-react-hooks": "^4.6.0",
2626
"eslint-plugin-react-refresh": "^0.4.19",

examples/nextjs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"type-check": "tsc --noEmit"
1111
},
1212
"dependencies": {
13-
"@primer/react": "37.17.0",
13+
"@primer/react": "37.18.0",
1414
"next": "^15.1.4",
1515
"react": "^19.0.0",
1616
"react-dom": "^19.0.0",

examples/theming/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@primer/octicons-react": "^19.14.0",
14-
"@primer/react": "37.17.0",
14+
"@primer/react": "37.18.0",
1515
"clsx": "^1.2.1",
1616
"next": "^14.2.21",
1717
"react": "^18.3.1",

packages/react/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @primer/react
22

3+
## 37.18.0
4+
5+
### Minor Changes
6+
7+
- [#5820](https://github.com/primer/react/pull/5820) [`bd9225d`](https://github.com/primer/react/commit/bd9225df84b1636c6db17217d3304bbdc026d998) Thanks [@hussam-i-am](https://github.com/hussam-i-am)! - feat(Pagination): add renderPage prop to Pagination
8+
9+
- [#5826](https://github.com/primer/react/pull/5826) [`5f40e43`](https://github.com/primer/react/commit/5f40e43cb3d70f049b23de005849f543cdeaa9d6) Thanks [@francinelucca](https://github.com/francinelucca)! - SelectPanel: Implement empty state (behind ff)
10+
11+
### Patch Changes
12+
13+
- [#5818](https://github.com/primer/react/pull/5818) [`a19676d`](https://github.com/primer/react/commit/a19676d1f019c8c944e0644e94d7d3f558bbb726) Thanks [@iansan5653](https://github.com/iansan5653)! - Add workaround for Chrome bug where `KeybindingHint` in combination with `aria-labelledby` results in incorrect label
14+
315
## 37.17.0
416

517
### Minor Changes

packages/react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@primer/react",
3-
"version": "37.17.0",
3+
"version": "37.18.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)