Skip to content

Commit 5f33b14

Browse files
Version Packages (#4384)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent a392556 commit 5f33b14

File tree

7 files changed

+15
-18
lines changed

7 files changed

+15
-18
lines changed

.changeset/rotten-schools-whisper.md

-5
This file was deleted.

.changeset/silly-geese-juggle.md

-5
This file was deleted.

.changeset/young-cooks-shave.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.11.0",
12+
"@primer/react": "36.12.0",
1313
"next": "^14.1.0",
1414
"react": "^18.2.0",
1515
"react-dom": "^18.2.0",

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

packages/react/CHANGELOG.md

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

3+
## 36.12.0
4+
5+
### Minor Changes
6+
7+
- [#4380](https://github.com/primer/react/pull/4380) [`a392556c734bcc1966f18370d1b3ddf6dcd7d0d4`](https://github.com/primer/react/commit/a392556c734bcc1966f18370d1b3ddf6dcd7d0d4) Thanks [@broccolinisoup](https://github.com/broccolinisoup)! - Tooltip v1: Remove the caret from the tooltip to make it consistent with the new tooltip design
8+
9+
- [#4364](https://github.com/primer/react/pull/4364) [`2f65ea526fce085f1e55b78c32a6b462d8f3583f`](https://github.com/primer/react/commit/2f65ea526fce085f1e55b78c32a6b462d8f3583f) Thanks [@joshblack](https://github.com/joshblack)! - Update IconButton default color to use fgColor-muted
10+
11+
### Patch Changes
12+
13+
- [#4379](https://github.com/primer/react/pull/4379) [`cb54f4298700d369e616aaefb2e7df4830231736`](https://github.com/primer/react/commit/cb54f4298700d369e616aaefb2e7df4830231736) Thanks [@langermank](https://github.com/langermank)! - Bug fix: default Button disabled bg-color
14+
315
## 36.11.0
416

517
### Minor 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.11.0",
3+
"version": "36.12.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)