Skip to content

Commit d23977a

Browse files
Version Packages (rc)
1 parent 59363a6 commit d23977a

File tree

6 files changed

+44
-4
lines changed

6 files changed

+44
-4
lines changed

.changeset/pre.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
"changesets": [
1313
"beige-schools-kneel",
1414
"blue-stingrays-decide",
15+
"breezy-boxes-jog",
16+
"calm-forks-pull",
1517
"clever-birds-press",
1618
"cool-llamas-live",
1719
"cool-lobsters-nail",
@@ -25,14 +27,17 @@
2527
"forty-ants-tell",
2628
"four-shoes-yell",
2729
"four-tables-glow",
30+
"fuzzy-jobs-deny",
2831
"gold-cups-explode",
32+
"green-schools-smell",
2933
"honest-ligers-fly",
3034
"lemon-candles-deny",
3135
"lovely-days-march",
3236
"mighty-parrots-carry",
3337
"moody-rivers-impress",
3438
"nervous-llamas-ring",
3539
"new-shirts-beam",
40+
"olive-donkeys-exercise",
3641
"pink-actors-cross",
3742
"purple-apricots-relax",
3843
"quick-adults-buy",
@@ -43,14 +48,19 @@
4348
"six-owls-walk",
4449
"sixty-olives-glow",
4550
"soft-tips-chew",
51+
"sour-cooks-dress",
52+
"spicy-eggs-melt",
4653
"spicy-flies-sniff",
4754
"stale-lizards-report",
4855
"tall-wasps-end",
56+
"tame-boats-hide",
57+
"ten-masks-smoke",
4958
"thirty-pets-impress",
5059
"thirty-tips-bow",
5160
"tidy-clocks-marry",
5261
"tough-pans-punch",
5362
"twelve-tables-leave",
63+
"wicked-books-occur",
5464
"yellow-tools-call",
5565
"young-meals-worry"
5666
]

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

packages/react/CHANGELOG.md

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

3+
## 37.0.0-rc.5
4+
5+
### Major Changes
6+
7+
- [#4940](https://github.com/primer/react/pull/4940) [`4d3b504`](https://github.com/primer/react/commit/4d3b50421f0823b3509a048987b15c59cb827176) Thanks [@langermank](https://github.com/langermank)! - Refactor ButtonBase component to use CSS modules behine flag
8+
9+
### Minor Changes
10+
11+
- [#4885](https://github.com/primer/react/pull/4885) [`373ce95`](https://github.com/primer/react/commit/373ce95042a4e2244a220378dccfc03fa001e7cf) Thanks [@jonrohan](https://github.com/jonrohan)! - Refactor Avatar component to use CSS modules behind feature flag
12+
13+
- [#4906](https://github.com/primer/react/pull/4906) [`dbf82f4`](https://github.com/primer/react/commit/dbf82f4576e8d071dc2d41b50396fa68ab5505c2) Thanks [@siddharthkp](https://github.com/siddharthkp)! - SelectPanel: Support <kbd>PageDown</kbd> and <kbd>PageUp</kbd> for keyboard navigation
14+
15+
SelectPanel: Label `listbox` by the title of the panel
16+
17+
### Patch Changes
18+
19+
- [#4910](https://github.com/primer/react/pull/4910) [`c2e4d5e`](https://github.com/primer/react/commit/c2e4d5eadb1a0bca3de81b6e2571585777f00a5d) Thanks [@TylerJDev](https://github.com/TylerJDev)! - Changes the accessible name of the "toggle" button in `LabelGroup` to contain the visual label
20+
21+
- [#4941](https://github.com/primer/react/pull/4941) [`80fe025`](https://github.com/primer/react/commit/80fe025aeea23ec4fa15c50075736df4934659b5) Thanks [@langermank](https://github.com/langermank)! - Bug fix: Button loading spinner color
22+
23+
- [#4957](https://github.com/primer/react/pull/4957) [`6874b89`](https://github.com/primer/react/commit/6874b89026eef5c46fb4d27e1c0fa0f08807a6bc) Thanks [@langermank](https://github.com/langermank)! - Add missing `wide` CSS + className to Stack
24+
25+
- [#4648](https://github.com/primer/react/pull/4648) [`c6931d2`](https://github.com/primer/react/commit/c6931d20ea37888f0416429d068cc495d6cb804d) Thanks [@siddharthkp](https://github.com/siddharthkp)! - ActionMenu: Make sure event handlers on ActionMenu.Button and ActionMenu.Anchor are called
26+
27+
- [#4794](https://github.com/primer/react/pull/4794) [`5f996c6`](https://github.com/primer/react/commit/5f996c641b44303c9b466a3d28f208300eb4f36d) Thanks [@broccolinisoup](https://github.com/broccolinisoup)! - SelectPanel: Update SelectPanel to use modern ActionList behind a feature flag `primer_react_select_panel_with_modern_action_list`
28+
29+
- [#4954](https://github.com/primer/react/pull/4954) [`af7f589`](https://github.com/primer/react/commit/af7f58911338f542525ce650f3aa34e85f9bf811) Thanks [@joshblack](https://github.com/joshblack)! - Banner: Update alignment of actions when it is dismissible and has a hidden title
30+
31+
- [#4943](https://github.com/primer/react/pull/4943) [`c282642`](https://github.com/primer/react/commit/c282642d0f525eca371aa1142b98482f19b366cb) Thanks [@langermank](https://github.com/langermank)! - Button bug fixes: `invisible` variant icon colors missing variables + icon button disabled state
32+
333
## 37.0.0-rc.4
434

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