diff --git a/.changeset/bumpy-candies-dance.md b/.changeset/bumpy-candies-dance.md deleted file mode 100644 index f069ccdaf95..00000000000 --- a/.changeset/bumpy-candies-dance.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': patch ---- - -Fix DialogV1 story broken link diff --git a/.changeset/dull-kangaroos-relax.md b/.changeset/dull-kangaroos-relax.md deleted file mode 100644 index a71e59db8ae..00000000000 --- a/.changeset/dull-kangaroos-relax.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": minor ---- - -Remove the CSS modules feature flag from Table diff --git a/.changeset/fancy-webs-hear.md b/.changeset/fancy-webs-hear.md deleted file mode 100644 index f551b3e3f1a..00000000000 --- a/.changeset/fancy-webs-hear.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': minor ---- - -Remove the CSS modules feature flag from the BranchName component diff --git a/.changeset/few-papayas-promise.md b/.changeset/few-papayas-promise.md deleted file mode 100644 index 821156dd0b9..00000000000 --- a/.changeset/few-papayas-promise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -fix(SelectPanel): use dvh units for full screen when available diff --git a/.changeset/long-numbers-vanish.md b/.changeset/long-numbers-vanish.md deleted file mode 100644 index b9381e248af..00000000000 --- a/.changeset/long-numbers-vanish.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': minor ---- - -Remove the CSS modules feature flag from the Breadcrumbs component diff --git a/.changeset/ripe-paws-wave.md b/.changeset/ripe-paws-wave.md deleted file mode 100644 index 933aacf8d5a..00000000000 --- a/.changeset/ripe-paws-wave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': minor ---- - -Remove the CSS modules feature flag from Text diff --git a/.changeset/selectpanel-modal.md b/.changeset/selectpanel-modal.md deleted file mode 100644 index 3fda37fdd3b..00000000000 --- a/.changeset/selectpanel-modal.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": minor ---- - -SelectPanel: Add variant="modal" diff --git a/.changeset/slick-chicken-marry.md b/.changeset/slick-chicken-marry.md deleted file mode 100644 index ab58cd14875..00000000000 --- a/.changeset/slick-chicken-marry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': minor ---- - -Remove the CSS modules feature flag from the Stack component diff --git a/.changeset/tough-dodos-retire.md b/.changeset/tough-dodos-retire.md deleted file mode 100644 index 6bca21f4bf4..00000000000 --- a/.changeset/tough-dodos-retire.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': minor ---- - -Remove the CSS modules feature flag from the PageHeader component diff --git a/.changeset/yummy-files-look.md b/.changeset/yummy-files-look.md deleted file mode 100644 index bc3c3b1af50..00000000000 --- a/.changeset/yummy-files-look.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': minor ---- - -Adds className prop to UnderlineNav component. diff --git a/examples/codesandbox/package.json b/examples/codesandbox/package.json index 406f55cbddb..efeb0d9334d 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.19.1", + "@primer/react": "37.20.0", "eslint": "^8.56.0", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.19", diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index 2a1f1b9202b..2e38c99c056 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -10,7 +10,7 @@ "type-check": "tsc --noEmit" }, "dependencies": { - "@primer/react": "37.19.1", + "@primer/react": "37.20.0", "next": "^15.2.3", "react": "^19.0.0", "react-dom": "^19.0.0", diff --git a/examples/theming/package.json b/examples/theming/package.json index 7cf1ad2b569..0e8ca1dcafc 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.19.1", + "@primer/react": "37.20.0", "clsx": "^2.1.1", "next": "^14.2.26", "react": "^18.3.1", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 4a6bb2c0c5e..0c4f1d41e96 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,31 @@ # @primer/react +## 37.20.0 + +### Minor Changes + +- [#5788](https://github.com/primer/react/pull/5788) [`cd9987d`](https://github.com/primer/react/commit/cd9987d9b8620355e438048eef4a4186626a6a95) Thanks [@jonrohan](https://github.com/jonrohan)! - Remove the CSS modules feature flag from Table + +- [#5875](https://github.com/primer/react/pull/5875) [`3014334`](https://github.com/primer/react/commit/301433464a6da7814d3e923aa9e4129b0c118148) Thanks [@jonrohan](https://github.com/jonrohan)! - Remove the CSS modules feature flag from the BranchName component + +- [#5874](https://github.com/primer/react/pull/5874) [`365d53d`](https://github.com/primer/react/commit/365d53d860c51684453235e313c25ec9dd68f5ea) Thanks [@jonrohan](https://github.com/jonrohan)! - Remove the CSS modules feature flag from the Breadcrumbs component + +- [#5868](https://github.com/primer/react/pull/5868) [`7e6475d`](https://github.com/primer/react/commit/7e6475dc1ee3bbaa445741d4f7dc826284017c26) Thanks [@jonrohan](https://github.com/jonrohan)! - Remove the CSS modules feature flag from Text + +- [#5883](https://github.com/primer/react/pull/5883) [`703b69d`](https://github.com/primer/react/commit/703b69dc06db5701a0b09dd51f46b6ceb9ec2e25) Thanks [@hectahertz](https://github.com/hectahertz)! - SelectPanel: Add variant="modal" + +- [#5870](https://github.com/primer/react/pull/5870) [`7373295`](https://github.com/primer/react/commit/737329511320e7adac8092f03250960138ffee32) Thanks [@jonrohan](https://github.com/jonrohan)! - Remove the CSS modules feature flag from the Stack component + +- [#5877](https://github.com/primer/react/pull/5877) [`8a7d583`](https://github.com/primer/react/commit/8a7d5835e01fe4f1c073ba5c33bc73d0cfe148b9) Thanks [@jonrohan](https://github.com/jonrohan)! - Remove the CSS modules feature flag from the PageHeader component + +- [#5931](https://github.com/primer/react/pull/5931) [`96af0aa`](https://github.com/primer/react/commit/96af0aac9d55b00bb1d27003fe01e5ce32791b15) Thanks [@jamieshark](https://github.com/jamieshark)! - Adds className prop to UnderlineNav component. + +### Patch Changes + +- [#5902](https://github.com/primer/react/pull/5902) [`c9659fd`](https://github.com/primer/react/commit/c9659fdd4c917ce6d91900e229ecb70d78ba954b) Thanks [@hectahertz](https://github.com/hectahertz)! - Fix DialogV1 story broken link + +- [#5930](https://github.com/primer/react/pull/5930) [`876b822`](https://github.com/primer/react/commit/876b822f8bb8b28fbe084b16849bd1b9e5f8a8ab) Thanks [@francinelucca](https://github.com/francinelucca)! - fix(SelectPanel): use dvh units for full screen when available + ## 37.19.1 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index 11d643ab218..9151db9c0ea 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@primer/react", - "version": "37.19.1", + "version": "37.20.0", "description": "An implementation of GitHub's Primer Design System using React", "main": "lib/index.js", "module": "lib-esm/index.js",