Skip to content

Commit 233501b

Browse files
Version Packages
1 parent 74d3de4 commit 233501b

File tree

8 files changed

+16
-19
lines changed

8 files changed

+16
-19
lines changed

.changeset/popular-moose-end.md

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

.changeset/tiny-fireants-deny.md

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

.changeset/tricky-scissors-walk.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
@@ -10,7 +10,7 @@
1010
"type-check": "tsc --noEmit"
1111
},
1212
"dependencies": {
13-
"@primer/react": "37.7.1",
13+
"@primer/react": "37.8.0",
1414
"next": "^14.2.10",
1515
"react": "^18.3.1",
1616
"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.3.3",
23-
"@primer/react": "37.7.1",
23+
"@primer/react": "37.8.0",
2424
"eslint": "^8.56.0",
2525
"eslint-plugin-react-hooks": "^4.6.0",
2626
"eslint-plugin-react-refresh": "^0.4.7",

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.9.0",
14-
"@primer/react": "37.7.1",
14+
"@primer/react": "37.8.0",
1515
"clsx": "^1.2.1",
1616
"next": "^14.2.10",
1717
"react": "^18.3.1",

packages/react/CHANGELOG.md

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

3+
## 37.8.0
4+
5+
### Minor Changes
6+
7+
- [#5331](https://github.com/primer/react/pull/5331) [`e39dddb`](https://github.com/primer/react/commit/e39dddb32beea3e583aa1cf9f42ae8ba521dbaed) Thanks [@TylerJDev](https://github.com/TylerJDev)! - Convert ConfirmationDialog to CSS modules behind feature flag
8+
9+
### Patch Changes
10+
11+
- [#5409](https://github.com/primer/react/pull/5409) [`d48afbc`](https://github.com/primer/react/commit/d48afbc5daae5a194e65f67a63698d2030aeb60a) Thanks [@langermank](https://github.com/langermank)! - Fix `border-color` on ActionList Group header
12+
13+
- [#5411](https://github.com/primer/react/pull/5411) [`74d3de4`](https://github.com/primer/react/commit/74d3de44f140949c63b335d130708e1895176fa5) Thanks [@langermank](https://github.com/langermank)! - Remove `min-width` on leading visuals in ActionList
14+
315
## 37.7.1
416

517
### 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.7.1",
3+
"version": "37.8.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)