Skip to content

Commit 13b310c

Browse files
Version Packages (rc)
1 parent c5696b3 commit 13b310c

File tree

7 files changed

+64
-5
lines changed

7 files changed

+64
-5
lines changed

.changeset/pre.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"breezy-boxes-jog",
1818
"breezy-buckets-wash",
1919
"calm-forks-pull",
20+
"clean-lions-learn",
2021
"clever-birds-press",
2122
"cool-llamas-live",
2223
"cool-lobsters-nail",
@@ -29,27 +30,36 @@
2930
"eighty-houses-beg",
3031
"eleven-drinks-kiss",
3132
"fifty-foxes-drop",
33+
"fifty-rockets-joke",
3234
"flat-avocados-cheer",
35+
"flat-weeks-battle",
3336
"fluffy-ravens-thank",
3437
"forty-ants-tell",
3538
"four-shoes-yell",
3639
"four-tables-glow",
3740
"friendly-boats-serve",
3841
"fuzzy-jobs-deny",
3942
"gold-cups-explode",
43+
"good-years-attack",
4044
"green-poems-play",
4145
"green-schools-smell",
46+
"happy-fireants-mate",
4247
"honest-ligers-fly",
4348
"hot-baboons-allow",
4449
"lemon-candles-deny",
50+
"light-chefs-bow",
51+
"little-bats-approve",
52+
"long-pans-travel",
4553
"lovely-days-march",
54+
"lucky-oranges-camp",
4655
"mighty-parrots-carry",
4756
"moody-rivers-impress",
4857
"nervous-llamas-ring",
4958
"new-shirts-beam",
5059
"nice-moles-know",
5160
"odd-rings-applaud",
5261
"olive-donkeys-exercise",
62+
"orange-steaks-do",
5363
"pink-actors-cross",
5464
"purple-apricots-relax",
5565
"quick-adults-buy",
@@ -61,26 +71,33 @@
6171
"serious-terms-sniff",
6272
"seven-scissors-explain",
6373
"short-boats-cover",
74+
"silent-planes-grab",
6475
"silly-weeks-clap",
6576
"six-owls-walk",
6677
"sixty-olives-glow",
78+
"slow-walls-drum",
6779
"soft-tips-chew",
6880
"sour-cooks-dress",
6981
"spicy-eggs-melt",
7082
"spicy-flies-sniff",
7183
"stale-lizards-report",
7284
"stale-pets-tan",
85+
"strong-tables-rest",
7386
"tall-wasps-end",
7487
"tame-boats-hide",
7588
"ten-gifts-own",
7689
"ten-masks-smoke",
7790
"thirty-pets-impress",
7891
"thirty-tips-bow",
92+
"three-coins-tell",
93+
"three-scissors-hide",
7994
"tidy-bats-warn",
8095
"tidy-clocks-marry",
8196
"tough-pans-punch",
8297
"twelve-tables-leave",
98+
"twenty-spoons-give",
8399
"weak-hats-type",
100+
"weak-ravens-greet",
84101
"wicked-books-occur",
85102
"yellow-tools-call",
86103
"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.6",
13+
"@primer/react": "37.0.0-rc.7",
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.6",
23+
"@primer/react": "37.0.0-rc.7",
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.6",
12+
"@primer/react": "37.0.0-rc.7",
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.6",
14+
"@primer/react": "37.0.0-rc.7",
1515
"clsx": "^1.2.1",
1616
"next": "^14.2.10",
1717
"react": "^18.3.1",

packages/react/CHANGELOG.md

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

3+
## 37.0.0-rc.7
4+
5+
### Major Changes
6+
7+
- [#4784](https://github.com/primer/react/pull/4784) [`b518005`](https://github.com/primer/react/commit/b51800530e84520057b7517044ca611b409eaa57) Thanks [@joshblack](https://github.com/joshblack)! - Remove temporary folders for TypeScript resolution of sub-paths
8+
9+
- [#4807](https://github.com/primer/react/pull/4807) [`055c9a7`](https://github.com/primer/react/commit/055c9a7150ac2761ee82998a45448d04129f781b) Thanks [@langermank](https://github.com/langermank)! - Remove deprecated `Button` component
10+
11+
### Minor Changes
12+
13+
- [#4965](https://github.com/primer/react/pull/4965) [`5426a9a`](https://github.com/primer/react/commit/5426a9a0b46d4f0a93bba985e248f8b1f775b6e7) Thanks [@joshblack](https://github.com/joshblack)! - Update CounterLabel to use CSS Modules behind feature flag
14+
15+
- [#4956](https://github.com/primer/react/pull/4956) [`15cb90f`](https://github.com/primer/react/commit/15cb90fde3e59f41475b19daef0851a969885248) Thanks [@francinelucca](https://github.com/francinelucca)! - fix(PageHeader): add role prop and aria-label in top-level element
16+
17+
- [#4962](https://github.com/primer/react/pull/4962) [`1977a68`](https://github.com/primer/react/commit/1977a682841267dc22ca49b5b05f56511f73764c) Thanks [@joshblack](https://github.com/joshblack)! - Update Checkbox component to use CSS Modules behind feature flag
18+
19+
- [#4976](https://github.com/primer/react/pull/4976) [`f448b1b`](https://github.com/primer/react/commit/f448b1b3debd72a3a372f4083d656a4e235cbfc9) Thanks [@joshblack](https://github.com/joshblack)! - Add certain wildcard exports to named entry points
20+
21+
- [#5007](https://github.com/primer/react/pull/5007) [`c909285`](https://github.com/primer/react/commit/c90928570c416f226f9bfdba25062131d406f687) Thanks [@lukasoppermann](https://github.com/lukasoppermann)! - ProgressBar: Add `bg` prop to `ProgressBar.Item`
22+
23+
- [#4960](https://github.com/primer/react/pull/4960) [`21c3fce`](https://github.com/primer/react/commit/21c3fcea267c2a0f181310934ad34e548a1d605a) Thanks [@joshblack](https://github.com/joshblack)! - Add support for experimental IssueLabel component
24+
25+
- [#5002](https://github.com/primer/react/pull/5002) [`9bd5c89`](https://github.com/primer/react/commit/9bd5c8936fa316c1216fb8fd22034b3355097431) Thanks [@jonrohan](https://github.com/jonrohan)! - chore(AvatarPair): Convert AvatarPair to CSS modules
26+
27+
### Patch Changes
28+
29+
- [#5026](https://github.com/primer/react/pull/5026) [`3302440`](https://github.com/primer/react/commit/33024402ccc9f739ebf358cea6e90f409e4e1188) Thanks [@siddharthkp](https://github.com/siddharthkp)! - Banner: Fix alignment of secondary action without primary action
30+
31+
- [#5018](https://github.com/primer/react/pull/5018) [`8e4beae`](https://github.com/primer/react/commit/8e4beae98592c38a172aa0c2be604d7c06e941c7) Thanks [@jonrohan](https://github.com/jonrohan)! - Remove the CSS modules feature flag from `Heading`
32+
33+
- [#5023](https://github.com/primer/react/pull/5023) [`1691e46`](https://github.com/primer/react/commit/1691e466a2749393af87ced37f4f72694582e0bb) Thanks [@jonrohan](https://github.com/jonrohan)! - Move Button component feature flag from primer_react_css_modules_team to primer_react_css_modules_staff
34+
35+
- [#5020](https://github.com/primer/react/pull/5020) [`31f03fb`](https://github.com/primer/react/commit/31f03fbdcdcd1bfca6fee15443b0c0bd241a42df) Thanks [@jonrohan](https://github.com/jonrohan)! - Move Text component feature flag from primer_react_css_modules_staff to primer_react_css_modules_ga
36+
37+
- [#5001](https://github.com/primer/react/pull/5001) [`597d285`](https://github.com/primer/react/commit/597d285a9cd876f52e7be56ba2dde1aed2c473f2) Thanks [@jonrohan](https://github.com/jonrohan)! - Migrate `ButtonGroup` component to use CSS modules behind the `primer_react_css_modules_team` feature flag
38+
39+
- [#5022](https://github.com/primer/react/pull/5022) [`4395d16`](https://github.com/primer/react/commit/4395d162be1a80233bada149966b36a27f91ba51) Thanks [@jonrohan](https://github.com/jonrohan)! - Move Label component feature flag from primer_react_css_modules_staff to primer_react_css_modules_ga
40+
41+
- [#5024](https://github.com/primer/react/pull/5024) [`45f3597`](https://github.com/primer/react/commit/45f359770ae830073f49aa23297aa9788809b46d) Thanks [@jonrohan](https://github.com/jonrohan)! - Move Avatar component feature flag from primer_react_css_modules_team to primer_react_css_modules_staff
42+
43+
- [#5011](https://github.com/primer/react/pull/5011) [`7a5205d`](https://github.com/primer/react/commit/7a5205d88e6c1600e83232a102378d97639b4223) Thanks [@langermank](https://github.com/langermank)! - Bug fix: `Button` aria-expanded state (CSS Modules)
44+
345
## 37.0.0-rc.6
446

547
### 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.6",
3+
"version": "37.0.0-rc.7",
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)