Skip to content

Commit c45485a

Browse files
Version Packages
1 parent 897374d commit c45485a

File tree

9 files changed

+18
-24
lines changed

9 files changed

+18
-24
lines changed

.changeset/hot-cooks-collect.md

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

.changeset/proud-steaks-bake.md

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

.changeset/sharp-buckets-study.md

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

.changeset/strong-mangos-rest.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.29.1",
23+
"@primer/react": "37.30.0",
2424
"eslint": "^9.32.0",
2525
"eslint-plugin-react-hooks": "^5.2.0",
2626
"eslint-plugin-react-refresh": "^0.4.20",

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.29.1",
13+
"@primer/react": "37.30.0",
1414
"next": "^15.2.3",
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.29.1",
14+
"@primer/react": "37.30.0",
1515
"clsx": "^2.1.1",
1616
"next": "^14.2.30",
1717
"react": "^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+
## 37.30.0
4+
5+
### Minor Changes
6+
7+
- [#6350](https://github.com/primer/react/pull/6350) [`8731f43`](https://github.com/primer/react/commit/8731f439e5982cdb085f87612bb8d1cd72d61da9) Thanks [@liuliu-dev](https://github.com/liuliu-dev)! - Adds `icon` and `action` props to `SelectPanelMessage` to improve UX and accessibility.
8+
9+
- [#6307](https://github.com/primer/react/pull/6307) [`210aaa6`](https://github.com/primer/react/commit/210aaa6e8c68c6f671290ff4fbc77515182f1833) Thanks [@khiga8](https://github.com/khiga8)! - Remove the feature flag for `primer_react_segmented_control_tooltip` and GA tootip by default behavior.
10+
11+
### Patch Changes
12+
13+
- [#6349](https://github.com/primer/react/pull/6349) [`b831e20`](https://github.com/primer/react/commit/b831e207f9d18740d106e94fc1afe516d06f9e56) Thanks [@langermank](https://github.com/langermank)! - Align `font` with PVC for Tooltip
14+
15+
- [#6341](https://github.com/primer/react/pull/6341) [`744102b`](https://github.com/primer/react/commit/744102b05275077116c4c31392f6ebe5d5af89f0) Thanks [@ompharate](https://github.com/ompharate)! - Update TextInput TypeScript types to make shared props optional
16+
317
## 37.29.1
418

519
### Patch 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": "37.29.1",
3+
"version": "37.30.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)