Skip to content

Commit 9104850

Browse files
Version Packages (rc) (#4875)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 6d664ef commit 9104850

File tree

6 files changed

+46
-4
lines changed

6 files changed

+46
-4
lines changed

.changeset/pre.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,11 @@
1414
"beige-schools-kneel",
1515
"blue-stingrays-decide",
1616
"clever-birds-press",
17+
"cool-llamas-live",
1718
"cool-lobsters-nail",
19+
"curvy-goats-sell",
1820
"dry-trainers-protect",
21+
"dull-dolphins-bake",
1922
"early-lions-vanish",
2023
"eleven-drinks-kiss",
2124
"fifty-foxes-drop",
@@ -27,17 +30,26 @@
2730
"honest-ligers-fly",
2831
"lemon-candles-deny",
2932
"lovely-days-march",
33+
"mighty-parrots-carry",
3034
"moody-rivers-impress",
3135
"nervous-llamas-ring",
3236
"new-shirts-beam",
3337
"pink-actors-cross",
38+
"purple-apricots-relax",
3439
"quick-adults-buy",
40+
"quiet-rules-rescue",
41+
"serious-terms-sniff",
3542
"seven-scissors-explain",
3643
"short-boats-cover",
44+
"six-owls-walk",
3745
"sixty-olives-glow",
3846
"soft-tips-chew",
47+
"spicy-flies-sniff",
48+
"stale-lizards-report",
3949
"tall-wasps-end",
50+
"thirty-pets-impress",
4051
"thirty-tips-bow",
52+
"tidy-clocks-marry",
4153
"tough-pans-punch",
4254
"twelve-tables-leave",
4355
"yellow-tools-call",

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.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.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: 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.4
4+
5+
### Minor Changes
6+
7+
- [#4893](https://github.com/primer/react/pull/4893) [`1b098ed`](https://github.com/primer/react/commit/1b098ed246211ed25944984a7cf02348858970af) Thanks [@jonrohan](https://github.com/jonrohan)! - Refactor Label to use CSS modules behind the primer_react_css_modules_team feature flag
8+
9+
- [#4884](https://github.com/primer/react/pull/4884) [`46dc2f3`](https://github.com/primer/react/commit/46dc2f36190edf38f96020443014f8024177ae50) Thanks [@langermank](https://github.com/langermank)! - Bump `primer/primitives` v9
10+
11+
- [#4923](https://github.com/primer/react/pull/4923) [`1dded73`](https://github.com/primer/react/commit/1dded73ea13dca380cf201e9789bb0338689acc8) Thanks [@jonrohan](https://github.com/jonrohan)! - Move the Blankslate css modules feature flag to primer_react_css_modules_ga
12+
13+
- [#4779](https://github.com/primer/react/pull/4779) [`551aff3`](https://github.com/primer/react/commit/551aff34af3e9afbf114b612163a22a2098b2d76) Thanks [@TylerJDev](https://github.com/TylerJDev)! - Adds dependencies to `Dialog` focus trap to ensure focus trap is reset when content within changes
14+
15+
- [#4874](https://github.com/primer/react/pull/4874) [`4c69b38`](https://github.com/primer/react/commit/4c69b38937ad0daa7bf4e9e71f28fd8e7e10a026) Thanks [@jonrohan](https://github.com/jonrohan)! - Refactor `Text` to CSS modules behind primer_react_css_modules_team feature flag
16+
17+
### Patch Changes
18+
19+
- [#4916](https://github.com/primer/react/pull/4916) [`7a24a01`](https://github.com/primer/react/commit/7a24a0153b0cbdd80d3a281b44a79b7852c1cf8e) Thanks [@jonrohan](https://github.com/jonrohan)! - Moving Link CSS modules to staff feature flag
20+
21+
- [#4911](https://github.com/primer/react/pull/4911) [`9846375`](https://github.com/primer/react/commit/9846375ebc12444936ebec8911b8006f22b1234c) Thanks [@TylerJDev](https://github.com/TylerJDev)! - Include current selected menu item in accessible name when using an `aria-label` in `SegmentedControl`
22+
23+
- [#4915](https://github.com/primer/react/pull/4915) [`69922d1`](https://github.com/primer/react/commit/69922d1ddde2cb06586a796b3d06fd0af636fb55) Thanks [@jonrohan](https://github.com/jonrohan)! - Move Heading component to staff feature flag
24+
25+
- [#4891](https://github.com/primer/react/pull/4891) [`ae00350`](https://github.com/primer/react/commit/ae00350e62f6251afe95591bf60cdb8280739b43) Thanks [@langermank](https://github.com/langermank)! - `StackItem` responsive grow bug fix
26+
27+
- [#4928](https://github.com/primer/react/pull/4928) [`caf4bcf`](https://github.com/primer/react/commit/caf4bcfc3e731c56e701cbeaf71d2b79e2a05a22) Thanks [@langermank](https://github.com/langermank)! - Bug fix: `invisible` Button variant missing background color when disabled
28+
29+
- [#4865](https://github.com/primer/react/pull/4865) [`ce2c674`](https://github.com/primer/react/commit/ce2c6749922a97a258147382bdc31e410f6b76eb) Thanks [@camertron](https://github.com/camertron)! - Update `Label` font weight to match Rails component
30+
31+
- [#4895](https://github.com/primer/react/pull/4895) [`0208e9e`](https://github.com/primer/react/commit/0208e9e50a58c0d44b89f9165b2d55f9b465841b) Thanks [@langermank](https://github.com/langermank)! - Bump `primer/primitives` v9.0.3
32+
333
## 37.0.0-rc.3
434

535
### 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)