Skip to content

Commit 3f4462f

Browse files
Release tracking (#7296)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 335e9e8 commit 3f4462f

File tree

8 files changed

+16
-19
lines changed

8 files changed

+16
-19
lines changed

.changeset/afraid-buckets-build.md

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

.changeset/fruity-groups-brush.md

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

.changeset/healthy-poets-act.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.5.0",
20+
"@primer/react": "38.6.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.5.0",
13+
"@primer/react": "38.6.0",
1414
"@primer/styled-react": "1.0.2",
1515
"next": "^16.0.7",
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.14.0",
14-
"@primer/react": "38.5.0",
14+
"@primer/react": "38.6.0",
1515
"@primer/styled-react": "1.0.2",
1616
"clsx": "^2.1.1",
1717
"next": "^16.0.7",

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+
## 38.6.0
4+
5+
### Minor Changes
6+
7+
- [#7157](https://github.com/primer/react/pull/7157) [`eddd934`](https://github.com/primer/react/commit/eddd9340cab24ebf8054c79ca855028ed511c495) Thanks [@joshblack](https://github.com/joshblack)! - Add feature flag to control whether Spinner animations are synchronized
8+
9+
- [#7277](https://github.com/primer/react/pull/7277) [`4a1c9a5`](https://github.com/primer/react/commit/4a1c9a5e48cdce7059358cd37a6d7f3f23e20c43) Thanks [@kendallgassner](https://github.com/kendallgassner)! - Added callback prop onActiveDescendantChanged to FilteredActionList
10+
11+
### Patch Changes
12+
13+
- [#7305](https://github.com/primer/react/pull/7305) [`335e9e8`](https://github.com/primer/react/commit/335e9e8eedc23de3041656acffb4873cd007f698) Thanks [@llastflowers](https://github.com/llastflowers)! - Revert PR #7275
14+
315
## 38.5.0
416

517
### Minor 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.5.0",
4+
"version": "38.6.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)