diff --git a/.changeset/clean-planets-sleep.md b/.changeset/clean-planets-sleep.md deleted file mode 100644 index 0aa70c95513..00000000000 --- a/.changeset/clean-planets-sleep.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -bugfix(SelectPanel): Set border-top-color on selectpanel footer diff --git a/.changeset/fifty-deers-applaud.md b/.changeset/fifty-deers-applaud.md deleted file mode 100644 index b8d3f6a0372..00000000000 --- a/.changeset/fifty-deers-applaud.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -The `UnderlinePanels` component wasn't supporting passing in `className`. Adding to the prop list diff --git a/.changeset/khaki-pillows-change.md b/.changeset/khaki-pillows-change.md deleted file mode 100644 index 0575abf4cf5..00000000000 --- a/.changeset/khaki-pillows-change.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -SubNav: Adds `aria-current` to selected links diff --git a/.changeset/plenty-dragons-argue.md b/.changeset/plenty-dragons-argue.md deleted file mode 100644 index 4654c316978..00000000000 --- a/.changeset/plenty-dragons-argue.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": minor ---- - -Blankslate: Add support for button in `Blankslate.PrimaryAction` diff --git a/.changeset/shaggy-comics-whisper.md b/.changeset/shaggy-comics-whisper.md deleted file mode 100644 index a665f985634..00000000000 --- a/.changeset/shaggy-comics-whisper.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": minor ---- - -Remove CSS modules feature flag from Header diff --git a/.changeset/silent-cameras-care.md b/.changeset/silent-cameras-care.md deleted file mode 100644 index a42c1e7fb20..00000000000 --- a/.changeset/silent-cameras-care.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -fix(SelectPanel): Correctly recalculate position on overflow diff --git a/.changeset/tidy-hounds-change.md b/.changeset/tidy-hounds-change.md deleted file mode 100644 index 66c310e5a84..00000000000 --- a/.changeset/tidy-hounds-change.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -Fix LinkButton types and stories diff --git a/examples/codesandbox/package.json b/examples/codesandbox/package.json index 5b38939298f..c0e7f53503c 100644 --- a/examples/codesandbox/package.json +++ b/examples/codesandbox/package.json @@ -20,7 +20,7 @@ "@typescript-eslint/eslint-plugin": "^7.11.0", "@typescript-eslint/parser": "^7.3.1", "@vitejs/plugin-react": "^4.3.3", - "@primer/react": "37.13.0", + "@primer/react": "37.14.0", "eslint": "^8.56.0", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.18", diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index ba0b38ce392..33357051d16 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -10,7 +10,7 @@ "type-check": "tsc --noEmit" }, "dependencies": { - "@primer/react": "37.13.0", + "@primer/react": "37.14.0", "next": "^15.1.4", "react": "^19.0.0", "react-dom": "^19.0.0", diff --git a/examples/theming/package.json b/examples/theming/package.json index c4d3571dd28..51c128e72a1 100644 --- a/examples/theming/package.json +++ b/examples/theming/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@primer/octicons-react": "^19.14.0", - "@primer/react": "37.13.0", + "@primer/react": "37.14.0", "clsx": "^1.2.1", "next": "^14.2.15", "react": "^18.3.1", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 1e87d8502e4..a8a04f84a95 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,25 @@ # @primer/react +## 37.14.0 + +### Minor Changes + +- [#5687](https://github.com/primer/react/pull/5687) [`2bbc5a0`](https://github.com/primer/react/commit/2bbc5a036bc5e57d25aa559e88b16a6063e27646) Thanks [@TylerJDev](https://github.com/TylerJDev)! - Blankslate: Add support for button in `Blankslate.PrimaryAction` + +- [#5510](https://github.com/primer/react/pull/5510) [`37a91b5`](https://github.com/primer/react/commit/37a91b51569bc4be92c6994ec6fe433584328911) Thanks [@jonrohan](https://github.com/jonrohan)! - Remove CSS modules feature flag from Header + +### Patch Changes + +- [#5712](https://github.com/primer/react/pull/5712) [`22508b7`](https://github.com/primer/react/commit/22508b7ceb10638d983c68a800d691aed812d724) Thanks [@jonrohan](https://github.com/jonrohan)! - bugfix(SelectPanel): Set border-top-color on selectpanel footer + +- [#5686](https://github.com/primer/react/pull/5686) [`64f183b`](https://github.com/primer/react/commit/64f183bb028cd1072af2c7e2892ad21bdadf882c) Thanks [@jonrohan](https://github.com/jonrohan)! - The `UnderlinePanels` component wasn't supporting passing in `className`. Adding to the prop list + +- [#5661](https://github.com/primer/react/pull/5661) [`1262f5a`](https://github.com/primer/react/commit/1262f5affa84330c917b964fa0cd8d907b398afc) Thanks [@TylerJDev](https://github.com/TylerJDev)! - SubNav: Adds `aria-current` to selected links + +- [#5562](https://github.com/primer/react/pull/5562) [`947b59d`](https://github.com/primer/react/commit/947b59d43079003f5be6eea60b7dc2025fb21a4e) Thanks [@francinelucca](https://github.com/francinelucca)! - fix(SelectPanel): Correctly recalculate position on overflow + +- [#5655](https://github.com/primer/react/pull/5655) [`56baa0a`](https://github.com/primer/react/commit/56baa0a791ba8a714fec28e3794e471358ddfde3) Thanks [@hectahertz](https://github.com/hectahertz)! - Fix LinkButton types and stories + ## 37.13.0 ### Minor Changes diff --git a/packages/react/package.json b/packages/react/package.json index 7edd8d67cf6..4c28e8ba733 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@primer/react", - "version": "37.13.0", + "version": "37.14.0", "description": "An implementation of GitHub's Primer Design System using React", "main": "lib/index.js", "module": "lib-esm/index.js",