Skip to content

Commit b00874c

Browse files
Version Packages (rc) (#5054)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 2703d0c commit b00874c

File tree

7 files changed

+17
-5
lines changed

7 files changed

+17
-5
lines changed

.changeset/pre.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@
8080
"slow-walls-drum",
8181
"soft-tips-chew",
8282
"sour-cooks-dress",
83+
"sour-cycles-warn",
8384
"spicy-eggs-melt",
8485
"spicy-flies-sniff",
8586
"spotty-melons-sit",
@@ -102,6 +103,7 @@
102103
"twenty-spoons-give",
103104
"weak-hats-type",
104105
"weak-ravens-greet",
106+
"wet-otters-pull",
105107
"wicked-books-occur",
106108
"yellow-tools-call",
107109
"young-meals-worry"

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

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.9.0",
14-
"@primer/react": "37.0.0-rc.8",
14+
"@primer/react": "37.0.0-rc.9",
1515
"clsx": "^1.2.1",
1616
"next": "^14.2.10",
1717
"react": "^18.3.1",

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.9
4+
5+
### Minor Changes
6+
7+
- [#5021](https://github.com/primer/react/pull/5021) [`cff067a`](https://github.com/primer/react/commit/cff067afd997988fea9cec4ce9167c07a5d7acbc) Thanks [@joshblack](https://github.com/joshblack)! - Add ResponsiveValue type to `@primer/react` entrypoint
8+
9+
### Patch Changes
10+
11+
- [#5053](https://github.com/primer/react/pull/5053) [`2703d0c`](https://github.com/primer/react/commit/2703d0c659a71d3d0c6e307cb4d6dc2606c070d0) Thanks [@siddharthkp](https://github.com/siddharthkp)! - Banner: Fix margin for inline actions
12+
313
## 37.0.0-rc.8
414

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