Skip to content

Commit 69afefc

Browse files
Version Packages
1 parent b7346b2 commit 69afefc

File tree

11 files changed

+22
-34
lines changed

11 files changed

+22
-34
lines changed

.changeset/curvy-ties-breathe.md

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

.changeset/cyan-lights-try.md

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

.changeset/hungry-pumas-poke.md

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

.changeset/little-papayas-knock.md

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

.changeset/new-mangos-fold.md

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

.changeset/rich-berries-argue.md

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

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.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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
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+
- [#5807](https://github.com/primer/react/pull/5807) [`926f8f8`](https://github.com/primer/react/commit/926f8f8124bc7c825908dd28b3e4d5673a8f295b) Thanks [@jamieshark](https://github.com/jamieshark)! - Removes feature flag for FormControl
10+
11+
- [#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)
12+
13+
### Patch Changes
14+
15+
- [#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
16+
17+
- [#5629](https://github.com/primer/react/pull/5629) [`b7346b2`](https://github.com/primer/react/commit/b7346b296b831efa9e2c3db24c6460623c0efae5) Thanks [@hectahertz](https://github.com/hectahertz)! - Make Dialog footer scrollable on very short viewports
18+
19+
- [#5629](https://github.com/primer/react/pull/5629) [`b7346b2`](https://github.com/primer/react/commit/b7346b296b831efa9e2c3db24c6460623c0efae5) Thanks [@hectahertz](https://github.com/hectahertz)! - Update the Dialog stress test story to go fullscreen on narrow screens
20+
321
## 37.17.0
422

523
### Minor Changes

0 commit comments

Comments
 (0)