Skip to content

Commit 1a669d7

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/babel-2af6e4d82b
2 parents 9a1dbf4 + 5fa2dce commit 1a669d7

File tree

10 files changed

+20
-29
lines changed

10 files changed

+20
-29
lines changed

.changeset/huge-llamas-punch.md

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

.changeset/rotten-mugs-tan.md

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

.changeset/slow-seas-design.md

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

.changeset/sweet-pets-breathe.md

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

.changeset/thin-plants-fetch.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
@@ -17,7 +17,7 @@
1717
"@types/react": "^18.3.11",
1818
"@types/react-dom": "^18.3.0",
1919
"@vitejs/plugin-react": "^4.3.3",
20-
"@primer/react": "38.7.1",
20+
"@primer/react": "38.8.0",
2121
"@primer/styled-react": "1.0.2",
2222
"styled-components": "5.x",
2323
"typescript": "^5.9.2",

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": "38.7.1",
13+
"@primer/react": "38.8.0",
1414
"@primer/styled-react": "1.0.2",
1515
"next": "^16.0.10",
1616
"react": "^19.2.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.21.0",
14-
"@primer/react": "38.7.1",
14+
"@primer/react": "38.8.0",
1515
"@primer/styled-react": "1.0.2",
1616
"clsx": "^2.1.1",
1717
"next": "^16.0.10",

packages/react/CHANGELOG.md

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

3+
## 38.8.0
4+
5+
### Minor Changes
6+
7+
- [#7455](https://github.com/primer/react/pull/7455) [`a86c183`](https://github.com/primer/react/commit/a86c183f5ea7add7584f895cff3027a7db35675e) Thanks [@HiroAgustin](https://github.com/HiroAgustin)! - Remove ConfirmationDialog custom renders to ensure visual parity with Dialog
8+
9+
- [#7438](https://github.com/primer/react/pull/7438) [`160c1c4`](https://github.com/primer/react/commit/160c1c4cf1c5111dd46b68471d49733f47f524cc) Thanks [@francinelucca](https://github.com/francinelucca)! - feat: make Spinner's delay customizable
10+
11+
- [#7436](https://github.com/primer/react/pull/7436) [`9a4e46c`](https://github.com/primer/react/commit/9a4e46cf902a5c2e046ca7771211536ae0bd08ed) Thanks [@TylerJDev](https://github.com/TylerJDev)! - FilteredActionList: Adds new prop `scrollBehavior` to allow customization of scroll behavior
12+
13+
- [#7448](https://github.com/primer/react/pull/7448) [`838859d`](https://github.com/primer/react/commit/838859d8ee2afc2afca71a28114020a14a68b297) Thanks [@francinelucca](https://github.com/francinelucca)! - feat(SkeletonBox): add customizable delay
14+
15+
### Patch Changes
16+
17+
- [#7451](https://github.com/primer/react/pull/7451) [`0fc4523`](https://github.com/primer/react/commit/0fc45237ef3f912c86663817eb8983875b4c8d7e) Thanks [@daantosaurus](https://github.com/daantosaurus)! - UnderlineNav.Item: Fix layout issues when children contain React elements by extracting only direct text content for the `data-content` attribute.
18+
319
## 38.7.1
420

521
### Patch Changes

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@primer/react",
33
"type": "module",
4-
"version": "38.7.1",
4+
"version": "38.8.0",
55
"description": "An implementation of GitHub's Primer Design System using React",
66
"main": "./dist/index.js",
77
"module": "./dist/index.js",

0 commit comments

Comments
 (0)