Skip to content

Commit e2b367d

Browse files
Version Packages (rc)
1 parent 1977a68 commit e2b367d

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
@@ -42,6 +42,7 @@
4242
"honest-ligers-fly",
4343
"hot-baboons-allow",
4444
"lemon-candles-deny",
45+
"light-chefs-bow",
4546
"lovely-days-march",
4647
"mighty-parrots-carry",
4748
"moody-rivers-impress",
@@ -50,6 +51,7 @@
5051
"nice-moles-know",
5152
"odd-rings-applaud",
5253
"olive-donkeys-exercise",
54+
"orange-steaks-do",
5355
"pink-actors-cross",
5456
"purple-apricots-relax",
5557
"quick-adults-buy",
@@ -64,6 +66,7 @@
6466
"silly-weeks-clap",
6567
"six-owls-walk",
6668
"sixty-olives-glow",
69+
"slow-walls-drum",
6770
"soft-tips-chew",
6871
"sour-cooks-dress",
6972
"spicy-eggs-melt",
@@ -80,7 +83,9 @@
8083
"tidy-clocks-marry",
8184
"tough-pans-punch",
8285
"twelve-tables-leave",
86+
"twenty-spoons-give",
8387
"weak-hats-type",
88+
"weak-ravens-greet",
8489
"wicked-books-occur",
8590
"yellow-tools-call",
8691
"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: 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.7
4+
5+
### Minor Changes
6+
7+
- [#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
8+
9+
- [#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`
10+
11+
- [#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
12+
13+
### Patch Changes
14+
15+
- [#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
16+
17+
- [#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)
18+
319
## 37.0.0-rc.6
420

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