Skip to content

Commit d5b4f29

Browse files
Version Packages (rc)
1 parent 0112347 commit d5b4f29

File tree

6 files changed

+25
-5
lines changed

6 files changed

+25
-5
lines changed

.changeset/pre.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,21 @@
1414
"beige-schools-kneel",
1515
"clever-birds-press",
1616
"dry-trainers-protect",
17+
"eleven-drinks-kiss",
1718
"fluffy-ravens-thank",
1819
"four-shoes-yell",
1920
"four-tables-glow",
2021
"gold-cups-explode",
2122
"honest-ligers-fly",
2223
"lovely-days-march",
2324
"moody-rivers-impress",
25+
"nervous-llamas-ring",
2426
"new-shirts-beam",
27+
"quick-adults-buy",
28+
"sixty-olives-glow",
2529
"tall-wasps-end",
2630
"tough-pans-punch",
2731
"twelve-tables-leave",
2832
"young-meals-worry"
2933
]
30-
}
34+
}

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.0.0-rc.1",
13+
"@primer/react": "37.0.0-rc.2",
1414
"next": "^14.1.0",
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.2.1",
23-
"@primer/react": "37.0.0-rc.1",
23+
"@primer/react": "37.0.0-rc.2",
2424
"eslint": "^8.56.0",
2525
"eslint-plugin-react-hooks": "^4.6.0",
2626
"eslint-plugin-react-refresh": "^0.4.7",

examples/consumer-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"@types/react": "^18.2.14",
1010
"@types/react-dom": "^18.2.19",
1111
"@types/styled-components": "^5.1.11",
12-
"@primer/react": "37.0.0-rc.1",
12+
"@primer/react": "37.0.0-rc.2",
1313
"react": "^18.0.0",
1414
"react-dom": "^18.0.0",
1515
"styled-components": "^5.3.11",

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.0.0-rc.2
4+
5+
### Major Changes
6+
7+
- [#4783](https://github.com/primer/react/pull/4783) [`7c57f40d55ba2f10c6255e5273d5ae8021a919e5`](https://github.com/primer/react/commit/7c57f40d55ba2f10c6255e5273d5ae8021a919e5) Thanks [@joshblack](https://github.com/joshblack)! - Remove the SSRProvider component and useSSRSafeId hook
8+
9+
### Minor Changes
10+
11+
- [#4819](https://github.com/primer/react/pull/4819) [`0112347b23d1aebf9a5dfea5cb01591b700dd653`](https://github.com/primer/react/commit/0112347b23d1aebf9a5dfea5cb01591b700dd653) Thanks [@joshblack](https://github.com/joshblack)! - Update Heading component to use CSS Modules behind feature flag
12+
13+
### Patch Changes
14+
15+
- [#4828](https://github.com/primer/react/pull/4828) [`1a674f7ad18eb51bfc3ea63ec53b14880ebfd25a`](https://github.com/primer/react/commit/1a674f7ad18eb51bfc3ea63ec53b14880ebfd25a) Thanks [@jonrohan](https://github.com/jonrohan)! - Refactor Link component to use CSS modules using the feature flag `primer_react_css_modules`
16+
17+
- [#4841](https://github.com/primer/react/pull/4841) [`f3b08dfd20681b04c5812a5ff66ea65d0e090db9`](https://github.com/primer/react/commit/f3b08dfd20681b04c5812a5ff66ea65d0e090db9) Thanks [@TylerJDev](https://github.com/TylerJDev)! - Remove `aria-busy` from `ProgressBar` component
18+
319
## 37.0.0-rc.1
420

521
### Minor 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.0.0-rc.1",
3+
"version": "37.0.0-rc.2",
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)