Skip to content

Commit ee9aff0

Browse files
Version Packages
1 parent 74fd6d9 commit ee9aff0

File tree

11 files changed

+20
-34
lines changed

11 files changed

+20
-34
lines changed

.changeset/dull-kangaroos-relax.md

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

.changeset/fancy-webs-hear.md

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

.changeset/long-numbers-vanish.md

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

.changeset/ripe-paws-wave.md

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

.changeset/slick-chicken-marry.md

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

.changeset/tough-dodos-retire.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.19.0",
23+
"@primer/react": "37.20.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.19.0",
13+
"@primer/react": "37.20.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.19.0",
14+
"@primer/react": "37.20.0",
1515
"clsx": "^2.1.1",
1616
"next": "^14.2.26",
1717
"react": "^18.3.1",

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+
## 37.20.0
4+
5+
### Minor Changes
6+
7+
- [#5788](https://github.com/primer/react/pull/5788) [`cd9987d`](https://github.com/primer/react/commit/cd9987d9b8620355e438048eef4a4186626a6a95) Thanks [@jonrohan](https://github.com/jonrohan)! - Remove the CSS modules feature flag from Table
8+
9+
- [#5875](https://github.com/primer/react/pull/5875) [`3014334`](https://github.com/primer/react/commit/301433464a6da7814d3e923aa9e4129b0c118148) Thanks [@jonrohan](https://github.com/jonrohan)! - Remove the CSS modules feature flag from the BranchName component
10+
11+
- [#5874](https://github.com/primer/react/pull/5874) [`365d53d`](https://github.com/primer/react/commit/365d53d860c51684453235e313c25ec9dd68f5ea) Thanks [@jonrohan](https://github.com/jonrohan)! - Remove the CSS modules feature flag from the Breadcrumbs component
12+
13+
- [#5868](https://github.com/primer/react/pull/5868) [`7e6475d`](https://github.com/primer/react/commit/7e6475dc1ee3bbaa445741d4f7dc826284017c26) Thanks [@jonrohan](https://github.com/jonrohan)! - Remove the CSS modules feature flag from Text
14+
15+
- [#5870](https://github.com/primer/react/pull/5870) [`7373295`](https://github.com/primer/react/commit/737329511320e7adac8092f03250960138ffee32) Thanks [@jonrohan](https://github.com/jonrohan)! - Remove the CSS modules feature flag from the Stack component
16+
17+
- [#5877](https://github.com/primer/react/pull/5877) [`8a7d583`](https://github.com/primer/react/commit/8a7d5835e01fe4f1c073ba5c33bc73d0cfe148b9) Thanks [@jonrohan](https://github.com/jonrohan)! - Remove the CSS modules feature flag from the PageHeader component
18+
319
## 37.19.0
420

521
### Minor Changes

0 commit comments

Comments
 (0)