Skip to content

Commit 1fb447e

Browse files
Version Packages (rc)
1 parent a0999a4 commit 1fb447e

File tree

6 files changed

+16
-4
lines changed

6 files changed

+16
-4
lines changed

.changeset/pre.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,12 @@
3232
"new-shirts-beam",
3333
"pink-actors-cross",
3434
"quick-adults-buy",
35+
"quiet-rules-rescue",
3536
"seven-scissors-explain",
3637
"short-boats-cover",
3738
"sixty-olives-glow",
3839
"soft-tips-chew",
40+
"spicy-flies-sniff",
3941
"tall-wasps-end",
4042
"thirty-tips-bow",
4143
"tough-pans-punch",

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.3",
13+
"@primer/react": "37.0.0-rc.4",
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.3",
23+
"@primer/react": "37.0.0-rc.4",
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.3",
12+
"@primer/react": "37.0.0-rc.4",
1313
"react": "^18.0.0",
1414
"react-dom": "^18.0.0",
1515
"styled-components": "^5.3.11",

packages/react/CHANGELOG.md

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

3+
## 37.0.0-rc.4
4+
5+
### Minor Changes
6+
7+
- [#4884](https://github.com/primer/react/pull/4884) [`46dc2f36190edf38f96020443014f8024177ae50`](https://github.com/primer/react/commit/46dc2f36190edf38f96020443014f8024177ae50) Thanks [@langermank](https://github.com/langermank)! - Bump `primer/primitives` v9
8+
9+
### Patch Changes
10+
11+
- [#4865](https://github.com/primer/react/pull/4865) [`ce2c6749922a97a258147382bdc31e410f6b76eb`](https://github.com/primer/react/commit/ce2c6749922a97a258147382bdc31e410f6b76eb) Thanks [@camertron](https://github.com/camertron)! - Update `Label` font weight to match Rails component
12+
313
## 37.0.0-rc.3
414

515
### 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.0.0-rc.3",
3+
"version": "37.0.0-rc.4",
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)