Skip to content

Commit e2b7b8a

Browse files
Version Packages
1 parent 02035fe commit e2b7b8a

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.changeset/afraid-beds-lick.md

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

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.16.0",
13+
"@primer/react": "36.17.0",
1414
"next": "^14.1.0",
1515
"react": "^18.2.0",
1616
"react-dom": "^18.2.0",

packages/react/CHANGELOG.md

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

3+
## 36.17.0
4+
5+
### Minor Changes
6+
7+
- [#4389](https://github.com/primer/react/pull/4389) [`02035fef00d927cdf6ff97ce005592657f9a6d13`](https://github.com/primer/react/commit/02035fef00d927cdf6ff97ce005592657f9a6d13) Thanks [@JeffreyKozik](https://github.com/JeffreyKozik)! - experimental/SelectPanel + FormControl: Automatically wires SelectPanel v2 to the accessibility and validation provided by the FormControl component it's nested within
8+
39
## 36.16.0
410

511
### 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.16.0",
3+
"version": "36.17.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)