Skip to content

Commit 6f81302

Browse files
Version Packages (rc)
1 parent 961c1c4 commit 6f81302

File tree

8 files changed

+69
-7
lines changed

8 files changed

+69
-7
lines changed

.changeset/pre.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,12 @@
1212
"@primer/styled-react": "0.1.0"
1313
},
1414
"changesets": [
15+
"beige-plums-obey",
1516
"big-oranges-marry",
1617
"bright-dolls-dance",
1718
"bright-parents-flow",
1819
"busy-bananas-smash",
20+
"chilly-dingos-build",
1921
"chubby-colts-nail",
2022
"cold-teams-buy",
2123
"cruel-papers-film",
@@ -27,17 +29,22 @@
2729
"few-mails-sing",
2830
"five-squids-sin",
2931
"gentle-rockets-go",
32+
"gentle-sheep-feel",
33+
"giant-impalas-occur",
3034
"gold-dingos-sneeze",
3135
"great-hats-serve",
3236
"hot-bears-cry",
3337
"hot-melons-jump",
38+
"hot-mirrors-feel",
3439
"icy-pianos-say",
3540
"lemon-jokes-camp",
41+
"light-colts-burn",
3642
"little-peas-mix",
3743
"lovely-vans-burn",
3844
"metal-badgers-joke",
3945
"metal-cups-peel",
4046
"metal-lamps-appear",
47+
"mighty-lizards-lick",
4148
"new-dragons-melt",
4249
"new-shrimps-appear",
4350
"nine-cobras-talk",
@@ -48,22 +55,30 @@
4855
"salty-geese-own",
4956
"seven-coats-hang",
5057
"seven-forks-join",
58+
"sharp-papayas-destroy",
59+
"silent-wasps-warn",
5160
"silly-parks-give",
5261
"slick-months-cry",
62+
"smooth-singers-thank",
5363
"soft-islands-warn",
5464
"spotty-colts-hear",
65+
"stale-avocados-enjoy",
5566
"stale-wasps-smell",
5667
"strange-knives-study",
5768
"strange-peas-kiss",
5869
"strong-falcons-design",
5970
"strong-lions-tan",
71+
"tame-ducks-ring",
72+
"tasty-cheetahs-pay",
73+
"ten-jobs-attack",
6074
"thin-oranges-lick",
6175
"three-hounds-refuse",
6276
"tricky-eggs-cross",
6377
"twenty-baboons-pull",
6478
"unlucky-hotels-shake",
6579
"wet-crews-drum",
6680
"wet-terms-argue",
81+
"wicked-starfishes-shout",
6782
"witty-chicken-leave",
6883
"young-dots-heal",
6984
"young-timers-accept"

examples/codesandbox/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@types/react": "^18.3.11",
1818
"@types/react-dom": "^18.3.0",
1919
"@vitejs/plugin-react": "^4.3.3",
20-
"@primer/react": "38.0.0-rc.3",
20+
"@primer/react": "38.0.0-rc.4",
2121
"styled-components": "5.x",
2222
"typescript": "^5.9.2",
2323
"vite": "^7.1.5"

examples/nextjs/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": "38.0.0-rc.3",
13+
"@primer/react": "38.0.0-rc.4",
1414
"next": "^15.2.3",
1515
"react": "18.3.1",
1616
"react-dom": "18.3.1",

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.14.0",
14-
"@primer/react": "38.0.0-rc.3",
14+
"@primer/react": "38.0.0-rc.4",
1515
"clsx": "^2.1.1",
1616
"next": "^15.2.3",
1717
"react": "18.3.1",

packages/react/CHANGELOG.md

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

3+
## 38.0.0-rc.4
4+
5+
### Major Changes
6+
7+
- [#6857](https://github.com/primer/react/pull/6857) [`b9b558e`](https://github.com/primer/react/commit/b9b558efe1033150b05adc88d28234db5dc82f95) Thanks [@pksjce](https://github.com/pksjce)! - Remove PointerBox from @primer-react
8+
9+
- [#6668](https://github.com/primer/react/pull/6668) [`acb6233`](https://github.com/primer/react/commit/acb6233fa0cf715d660ae222ebca9853115cb707) Thanks [@liuliu-dev](https://github.com/liuliu-dev)! - Update UnderlineNav component to no longer support sx and remove Box usage from it.
10+
11+
- [#6835](https://github.com/primer/react/pull/6835) [`961c1c4`](https://github.com/primer/react/commit/961c1c48d942b9d8d81289a5d09d78f4d985f5da) Thanks [@joshblack](https://github.com/joshblack)! - Remove support for `sx` from `ButtonGroup`
12+
13+
- [#6876](https://github.com/primer/react/pull/6876) [`2102252`](https://github.com/primer/react/commit/2102252ef34899bb37c52ca4df193ba5cca41a94) Thanks [@llastflowers](https://github.com/llastflowers)! - Update FilteredActionList and FilteredActionListLoaders components to no longer support sx
14+
15+
- [#6679](https://github.com/primer/react/pull/6679) [`6158135`](https://github.com/primer/react/commit/6158135e42be9486bb7de35fbedf96e412b8a1d7) Thanks [@llastflowers](https://github.com/llastflowers)! - Update CounterLabel component to no longer support sx
16+
17+
- [#6866](https://github.com/primer/react/pull/6866) [`3237a4e`](https://github.com/primer/react/commit/3237a4e549779a2b3144b1f48974e533d28cca2a) Thanks [@francinelucca](https://github.com/francinelucca)! - chore(LinkButton): remove sx from LinkButton
18+
19+
- [#6655](https://github.com/primer/react/pull/6655) [`092185f`](https://github.com/primer/react/commit/092185f7b9d6c70296e629e03790676502b701e5) Thanks [@llastflowers](https://github.com/llastflowers)! - Update CheckboxGroup component to no longer support sx
20+
21+
- [#6654](https://github.com/primer/react/pull/6654) [`513cc3f`](https://github.com/primer/react/commit/513cc3feed5723632e54f07cae9d4397e3783fdc) Thanks [@llastflowers](https://github.com/llastflowers)! - Update Checkbox component to no longer support sx
22+
23+
- [#6863](https://github.com/primer/react/pull/6863) [`9614c0e`](https://github.com/primer/react/commit/9614c0eae7d77bdf879df474c44d613b673e6d4e) Thanks [@pksjce](https://github.com/pksjce)! - Remove Banner from experimental
24+
25+
### Patch Changes
26+
27+
- [#6829](https://github.com/primer/react/pull/6829) [`b568765`](https://github.com/primer/react/commit/b568765159a22fefbb2e521947a6c99109cb6f19) Thanks [@francinelucca](https://github.com/francinelucca)! - chore: fix ActionBar gap issue
28+
29+
- [#6879](https://github.com/primer/react/pull/6879) [`c8fc6b8`](https://github.com/primer/react/commit/c8fc6b81d61834ab143a578b379d7dcc49e17d62) Thanks [@francinelucca](https://github.com/francinelucca)! - chore(FilteredActionList): fix className override
30+
31+
- [#6881](https://github.com/primer/react/pull/6881) [`8d52362`](https://github.com/primer/react/commit/8d523624366dda9cbb5c200560ffcf9b91f57655) Thanks [@langermank](https://github.com/langermank)! - Implement forced colors for progress bar
32+
33+
- [#6854](https://github.com/primer/react/pull/6854) [`dd8eeed`](https://github.com/primer/react/commit/dd8eeeddb39a7afbdd38d3df8f0568f176e5d4de) Thanks [@pksjce](https://github.com/pksjce)! - Breadcrumbs: Fix esc button not being able to focus on the menubuttonRef
34+
335
## 38.0.0-rc.3
436

537
### Major Changes

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@primer/react",
33
"type": "module",
4-
"version": "38.0.0-rc.3",
4+
"version": "38.0.0-rc.4",
55
"description": "An implementation of GitHub's Primer Design System using React",
66
"main": "./dist/index.js",
77
"module": "./dist/index.js",

packages/styled-react/CHANGELOG.md

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

3+
## 1.0.0-rc.4
4+
5+
### Minor Changes
6+
7+
- [#6848](https://github.com/primer/react/pull/6848) [`156903c`](https://github.com/primer/react/commit/156903c27504b7a24d71db94a48df934d629c4d8) Thanks [@jonrohan](https://github.com/jonrohan)! - feat(styled-react): Add an automatic generation of a components.json file to be used in the `primer-react/use-styled-react-import` eslint plugin
8+
9+
- [#6866](https://github.com/primer/react/pull/6866) [`3237a4e`](https://github.com/primer/react/commit/3237a4e549779a2b3144b1f48974e533d28cca2a) Thanks [@francinelucca](https://github.com/francinelucca)! - chore(LinkButton): remove sx from LinkButton
10+
11+
### Patch Changes
12+
13+
- [#6862](https://github.com/primer/react/pull/6862) [`697d6e0`](https://github.com/primer/react/commit/697d6e01eca0be0405445b3b406ef30da48545df) Thanks [@liuliu-dev](https://github.com/liuliu-dev)! - Export TooltipProps, TextInputProps, TokenProps.
14+
15+
- Updated dependencies [[`b9b558e`](https://github.com/primer/react/commit/b9b558efe1033150b05adc88d28234db5dc82f95), [`b568765`](https://github.com/primer/react/commit/b568765159a22fefbb2e521947a6c99109cb6f19), [`c8fc6b8`](https://github.com/primer/react/commit/c8fc6b81d61834ab143a578b379d7dcc49e17d62), [`acb6233`](https://github.com/primer/react/commit/acb6233fa0cf715d660ae222ebca9853115cb707), [`961c1c4`](https://github.com/primer/react/commit/961c1c48d942b9d8d81289a5d09d78f4d985f5da), [`2102252`](https://github.com/primer/react/commit/2102252ef34899bb37c52ca4df193ba5cca41a94), [`6158135`](https://github.com/primer/react/commit/6158135e42be9486bb7de35fbedf96e412b8a1d7), [`8d52362`](https://github.com/primer/react/commit/8d523624366dda9cbb5c200560ffcf9b91f57655), [`3237a4e`](https://github.com/primer/react/commit/3237a4e549779a2b3144b1f48974e533d28cca2a), [`092185f`](https://github.com/primer/react/commit/092185f7b9d6c70296e629e03790676502b701e5), [`513cc3f`](https://github.com/primer/react/commit/513cc3feed5723632e54f07cae9d4397e3783fdc), [`dd8eeed`](https://github.com/primer/react/commit/dd8eeeddb39a7afbdd38d3df8f0568f176e5d4de), [`9614c0e`](https://github.com/primer/react/commit/9614c0eae7d77bdf879df474c44d613b673e6d4e)]:
16+
- @primer/react@38.0.0-rc.4
17+
318
## 1.0.0-rc.3
419

520
### Patch Changes

packages/styled-react/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@primer/styled-react",
3-
"version": "1.0.0-rc.3",
3+
"version": "1.0.0-rc.4",
44
"type": "module",
55
"exports": {
66
".": {
@@ -30,7 +30,7 @@
3030
"devDependencies": {
3131
"@babel/preset-react": "^7.27.1",
3232
"@babel/preset-typescript": "^7.27.1",
33-
"@primer/react": "^38.0.0-rc.3",
33+
"@primer/react": "^38.0.0-rc.4",
3434
"@rollup/plugin-babel": "^6.0.4",
3535
"@types/react": "18.3.11",
3636
"@types/react-dom": "18.3.1",
@@ -45,7 +45,7 @@
4545
"typescript": "^5.9.2"
4646
},
4747
"peerDependencies": {
48-
"@primer/react": "38.0.0-rc.3",
48+
"@primer/react": "38.0.0-rc.4",
4949
"@types/react": "18.x || 19.x",
5050
"@types/react-dom": "18.x || 19.x",
5151
"@types/react-is": "18.x || 19.x",

0 commit comments

Comments
 (0)