Skip to content

Commit afe8d7a

Browse files
primer[bot]github-actions[bot]siddharthkp
authored
Release tracking (#4632)
* Version Packages * remove empty codeblock from CHANGELOG.md --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Siddharth Kshetrapal <[email protected]>
1 parent c5166cd commit afe8d7a

File tree

7 files changed

+13
-16
lines changed

7 files changed

+13
-16
lines changed

.changeset/clever-schools-shave.md

-7
This file was deleted.

.changeset/hungry-rockets-smell.md

-5
This file was deleted.

examples/app-router/package.json

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

examples/codesandbox/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@typescript-eslint/eslint-plugin": "^7.3.1",
2121
"@typescript-eslint/parser": "^7.3.1",
2222
"@vitejs/plugin-react": "^4.2.1",
23-
"@primer/react": "36.19.1",
23+
"@primer/react": "36.20.0",
2424
"eslint": "^8.56.0",
2525
"eslint-plugin-react-hooks": "^4.6.0",
2626
"eslint-plugin-react-refresh": "^0.4.5",

examples/nextjs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@primer/octicons-react": "19.x",
13-
"@primer/react": "36.19.1",
13+
"@primer/react": "36.20.0",
1414
"next": "^14.1.0",
1515
"react": "^18.2.0",
1616
"react-dom": "^18.2.0",

packages/react/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @primer/react
22

3+
## 36.20.0
4+
5+
### Minor Changes
6+
7+
- [#4358](https://github.com/primer/react/pull/4358) [`e34e4b265f7584c344a4b6b7145da1a5eec1ffb5`](https://github.com/primer/react/commit/e34e4b265f7584c344a4b6b7145da1a5eec1ffb5) Thanks [@broccolinisoup](https://github.com/broccolinisoup)! - PageHeader: Update the layout styles so that all interactive content comes after the title (while keeping the component visually the same).
8+
This is a breaking change however PageHeader is still a draft component so we are releasing the changes as minor but please upgrade with caution.
9+
10+
- [#4617](https://github.com/primer/react/pull/4617) [`42ba5dc5e722c2341761bf4c6e1e993aac9f2ca8`](https://github.com/primer/react/commit/42ba5dc5e722c2341761bf4c6e1e993aac9f2ca8) Thanks [@JelloBagel](https://github.com/JelloBagel)! - Add an ability to provide custom `aria-label` and `aria-labelledby` to `TreeView.Item`
11+
312
## 36.19.1
413

514
### Patch Changes

packages/react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@primer/react",
3-
"version": "36.19.1",
3+
"version": "36.20.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)