Skip to content

Commit 35aede3

Browse files
Version Packages
1 parent 47f672a commit 35aede3

13 files changed

+27
-49
lines changed

.changeset/curvy-fireants-promise.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/fair-trainers-battle.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/khaki-schools-lay.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/nervous-dogs-change.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/old-peas-cross.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/spicy-cobras-hunt.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tall-spiders-pay.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/warm-steaks-fry.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/young-bikes-kneel.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

examples/app-router/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"type-check": "tsc --noEmit"
1010
},
1111
"dependencies": {
12-
"@primer/react": "36.9.0",
12+
"@primer/react": "36.10.0",
1313
"next": "^14.1.0",
1414
"react": "^18.2.0",
1515
"react-dom": "^18.2.0",

examples/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@primer/octicons-react": "^18.2.0",
13-
"@primer/react": "36.9.0",
13+
"@primer/react": "36.10.0",
1414
"next": "^14.1.0",
1515
"react": "^18.2.0",
1616
"react-dom": "^18.2.0",

packages/react/CHANGELOG.md

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

3+
## 36.10.0
4+
5+
### Minor Changes
6+
7+
- [#4233](https://github.com/primer/react/pull/4233) [`fcd05284039b9768e37f687d65eece9242e4e2f8`](https://github.com/primer/react/commit/fcd05284039b9768e37f687d65eece9242e4e2f8) Thanks [@pksjce](https://github.com/pksjce)! - Add a new experimental component ActionBar
8+
9+
### Patch Changes
10+
11+
- [#4321](https://github.com/primer/react/pull/4321) [`94052a35167b2b8f024ebbb2b676acf24641b245`](https://github.com/primer/react/commit/94052a35167b2b8f024ebbb2b676acf24641b245) Thanks [@siddharthkp](https://github.com/siddharthkp)! - experimental/SelectPanel: Fix anchored position inside a Dialog
12+
13+
- [#4279](https://github.com/primer/react/pull/4279) [`a68e2e206eed4ecb8bbf9b0646271c776c301c1a`](https://github.com/primer/react/commit/a68e2e206eed4ecb8bbf9b0646271c776c301c1a) Thanks [@joshblack](https://github.com/joshblack)! - Add aria-labelledby to listbox within draft SelectPanel
14+
15+
- [#4278](https://github.com/primer/react/pull/4278) [`9ec7262fd0bfad6de689c7a73fad71e800cf5620`](https://github.com/primer/react/commit/9ec7262fd0bfad6de689c7a73fad71e800cf5620) Thanks [@langermank](https://github.com/langermank)! - Address a few v8 color bugs
16+
17+
- [#4294](https://github.com/primer/react/pull/4294) [`5ca5c0a6239029abbf285a0e7190e1c766dcab8b`](https://github.com/primer/react/commit/5ca5c0a6239029abbf285a0e7190e1c766dcab8b) Thanks [@siddharthkp](https://github.com/siddharthkp)! - experimental/SelectPanel: Cancel + close panel when user clicks outside
18+
19+
- [#4263](https://github.com/primer/react/pull/4263) [`590486ff650a81637a07f67624497f01303091b4`](https://github.com/primer/react/commit/590486ff650a81637a07f67624497f01303091b4) Thanks [@joshblack](https://github.com/joshblack)! - Update Checkbox to mirror `aria-checked` and the input's `checked` property
20+
21+
- [#4317](https://github.com/primer/react/pull/4317) [`0e744e20620a3e2fefebe94e9e33f71dcb0ee19c`](https://github.com/primer/react/commit/0e744e20620a3e2fefebe94e9e33f71dcb0ee19c) Thanks [@broccolinisoup](https://github.com/broccolinisoup)! - Tooltip: Take position:absolute back that was introduced in https://github.com/primer/react/pull/4250 since causing flickering issues and update v2 id to be the same with v1 for the new docs site.
22+
23+
- [#4239](https://github.com/primer/react/pull/4239) [`03d8d35c4d2be0dc2b1af67d5a3f57e255406453`](https://github.com/primer/react/commit/03d8d35c4d2be0dc2b1af67d5a3f57e255406453) Thanks [@langermank](https://github.com/langermank)! - Update the font-weight of the Dialog subtitle component to be normal
24+
25+
- [#4295](https://github.com/primer/react/pull/4295) [`e1dbd6adb4ea2f302722b11c62a631b9c43277c2`](https://github.com/primer/react/commit/e1dbd6adb4ea2f302722b11c62a631b9c43277c2) Thanks [@langermank](https://github.com/langermank)! - Fix `placeholder` selector for form components
26+
327
## 36.9.0
428

529
### 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": "36.9.0",
3+
"version": "36.10.0",
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)