Skip to content

Commit 0279ecd

Browse files
Version Packages (rc)
1 parent cb21a38 commit 0279ecd

File tree

7 files changed

+26
-5
lines changed

7 files changed

+26
-5
lines changed

.changeset/pre.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"example-theming": "0.0.0"
1212
},
1313
"changesets": [
14+
"angry-brooms-knock",
1415
"angry-tigers-jump",
1516
"beige-schools-kneel",
1617
"big-pumas-sit",
@@ -52,6 +53,7 @@
5253
"happy-fireants-mate",
5354
"honest-ligers-fly",
5455
"hot-baboons-allow",
56+
"itchy-paws-bake",
5557
"khaki-dolls-reflect",
5658
"large-glasses-provide",
5759
"large-plants-unite",
@@ -70,17 +72,20 @@
7072
"odd-rings-applaud",
7173
"olive-donkeys-exercise",
7274
"orange-steaks-do",
75+
"perfect-fishes-camp",
7376
"pink-actors-cross",
7477
"plenty-books-agree",
7578
"purple-apricots-relax",
7679
"quick-adults-buy",
7780
"quick-feet-sip",
7881
"quiet-rules-rescue",
82+
"real-seahorses-grab",
7983
"selectpanel-announcements",
8084
"selfish-carpets-breathe",
8185
"serious-sheep-love",
8286
"serious-terms-sniff",
8387
"seven-scissors-explain",
88+
"shiny-otters-call",
8489
"short-boats-cover",
8590
"silent-fireants-kneel",
8691
"silent-planes-grab",

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.10",
13+
"@primer/react": "37.0.0-rc.11",
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.10",
23+
"@primer/react": "37.0.0-rc.11",
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.10",
12+
"@primer/react": "37.0.0-rc.11",
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.10",
14+
"@primer/react": "37.0.0-rc.11",
1515
"clsx": "^1.2.1",
1616
"next": "^14.2.10",
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.0.0-rc.11
4+
5+
### Minor Changes
6+
7+
- [#5097](https://github.com/primer/react/pull/5097) [`2a3c473`](https://github.com/primer/react/commit/2a3c473db4ee5e76903a82c150e09ad75868b15d) Thanks [@randall-krauskopf](https://github.com/randall-krauskopf)! - Added className prop to the AvatarStack component
8+
9+
- [#5099](https://github.com/primer/react/pull/5099) [`cb21a38`](https://github.com/primer/react/commit/cb21a384d63473295480a0905c4ca1ba59faf068) Thanks [@joshblack](https://github.com/joshblack)! - Add ButtonBase to `@primer/react/experimental` to help with wildcard import interop
10+
11+
- [#4994](https://github.com/primer/react/pull/4994) [`be58fff`](https://github.com/primer/react/commit/be58fffd14453e977ab4fe3930829d1d67fcc1a8) Thanks [@camertron](https://github.com/camertron)! - [SegmentedControl, Autocomplete] Support passing React.ReactElements for icons.
12+
13+
### Patch Changes
14+
15+
- [#5029](https://github.com/primer/react/pull/5029) [`0d444d7`](https://github.com/primer/react/commit/0d444d75812aa453e6aff11e4befae259bf9deb5) Thanks [@francinelucca](https://github.com/francinelucca)! - fix(SegmentedControl): set global focus styles
16+
17+
- [#5041](https://github.com/primer/react/pull/5041) [`4da550e`](https://github.com/primer/react/commit/4da550ee52bcc8874ddae86e01e26ace64f48bf8) Thanks [@francinelucca](https://github.com/francinelucca)! - fix(TooltipV2): always add aria-hidden
18+
319
## 37.0.0-rc.10
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.10",
3+
"version": "37.0.0-rc.11",
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)