Skip to content

Commit f3a2b19

Browse files
Version Packages (rc)
1 parent 5f7bd0b commit f3a2b19

File tree

7 files changed

+15
-5
lines changed

7 files changed

+15
-5
lines changed

.changeset/pre.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
"olive-donkeys-exercise",
6464
"orange-steaks-do",
6565
"pink-actors-cross",
66+
"plenty-books-agree",
6667
"purple-apricots-relax",
6768
"quick-adults-buy",
6869
"quick-feet-sip",
@@ -98,6 +99,7 @@
9899
"three-scissors-hide",
99100
"tidy-bats-warn",
100101
"tidy-clocks-marry",
102+
"tidy-impalas-remain",
101103
"tough-pans-punch",
102104
"twelve-tables-leave",
103105
"twenty-spoons-give",

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

packages/react/CHANGELOG.md

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

3+
## 37.0.0-rc.10
4+
5+
### Patch Changes
6+
7+
- [#5068](https://github.com/primer/react/pull/5068) [`5f7bd0b`](https://github.com/primer/react/commit/5f7bd0b399073b2f22b8eaec548c37ff19a5ea86) Thanks [@jonrohan](https://github.com/jonrohan)! - fix for `toggleStyledComponent` utility, When the feature flag is enabled and sx prop is passed in use, Box
8+
9+
- [#5066](https://github.com/primer/react/pull/5066) [`702ba5c`](https://github.com/primer/react/commit/702ba5ca59d42abc57a1d6da539935534edcd2ab) Thanks [@jonrohan](https://github.com/jonrohan)! - Use the IconButton for the close button on Dialog
10+
311
## 37.0.0-rc.9
412

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