diff --git a/.changeset/pre.json b/.changeset/pre.json index 1d1238ff36b..7544f3d397c 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -11,6 +11,7 @@ "example-theming": "0.0.0" }, "changesets": [ + "angry-tigers-jump", "beige-schools-kneel", "big-pumas-sit", "blue-stingrays-decide", @@ -25,6 +26,7 @@ "dirty-pianos-wash", "dry-trainers-protect", "dull-dolphins-bake", + "dull-mirrors-dream", "dull-turkeys-cheer", "early-lions-vanish", "eighty-houses-beg", @@ -88,6 +90,7 @@ "tame-boats-hide", "ten-gifts-own", "ten-masks-smoke", + "thin-planes-grow", "thirty-pets-impress", "thirty-tips-bow", "three-coins-tell", diff --git a/examples/app-router/package.json b/examples/app-router/package.json index e1730a52ab1..8e2ea7b19bf 100644 --- a/examples/app-router/package.json +++ b/examples/app-router/package.json @@ -10,7 +10,7 @@ "type-check": "tsc --noEmit" }, "dependencies": { - "@primer/react": "37.0.0-rc.7", + "@primer/react": "37.0.0-rc.8", "next": "^14.2.10", "react": "^18.3.1", "react-dom": "^18.3.1", diff --git a/examples/codesandbox/package.json b/examples/codesandbox/package.json index c0c5a8ca19c..17e54802863 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.2.1", - "@primer/react": "37.0.0-rc.7", + "@primer/react": "37.0.0-rc.8", "eslint": "^8.56.0", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.7", diff --git a/examples/consumer-test/package.json b/examples/consumer-test/package.json index 96b4943e321..46e60b35258 100644 --- a/examples/consumer-test/package.json +++ b/examples/consumer-test/package.json @@ -9,7 +9,7 @@ "@types/react": "^18.2.14", "@types/react-dom": "^18.2.19", "@types/styled-components": "^5.1.11", - "@primer/react": "37.0.0-rc.7", + "@primer/react": "37.0.0-rc.8", "react": "^18.0.0", "react-dom": "^18.0.0", "styled-components": "^5.3.11", diff --git a/examples/theming/package.json b/examples/theming/package.json index ba6884d4c44..7298fe328a8 100644 --- a/examples/theming/package.json +++ b/examples/theming/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@primer/octicons-react": "^19.9.0", - "@primer/react": "37.0.0-rc.7", + "@primer/react": "37.0.0-rc.8", "clsx": "^1.2.1", "next": "^14.2.10", "react": "^18.3.1", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 8bbe38a12de..704576c5201 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,17 @@ # @primer/react +## 37.0.0-rc.8 + +### Major Changes + +- [#4992](https://github.com/primer/react/pull/4992) [`d1d911a`](https://github.com/primer/react/commit/d1d911ad739f4f766234e99afca4ced0ad966da2) Thanks [@joshblack](https://github.com/joshblack)! - Move Octicon, Pagehead, Dialog (v1), and Tooltip (v1) to `@primer/react/deprecated` + +### Patch Changes + +- [#5036](https://github.com/primer/react/pull/5036) [`6671a20`](https://github.com/primer/react/commit/6671a207066bebdd54939d0806fca89c7ab55137) Thanks [@langermank](https://github.com/langermank)! - ActionList.Group: Fix styles for description + +- [#5033](https://github.com/primer/react/pull/5033) [`0b83fe9`](https://github.com/primer/react/commit/0b83fe9772a8c2e71a2d2eb375a11849a6eabb9c) Thanks [@siddharthkp](https://github.com/siddharthkp)! - SelectPanel: Fix font weight from active styles for modern ActionList (behind feature flag) + ## 37.0.0-rc.7 ### Major Changes diff --git a/packages/react/package.json b/packages/react/package.json index 4a24be0b3c7..9099712fed1 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@primer/react", - "version": "37.0.0-rc.7", + "version": "37.0.0-rc.8", "description": "An implementation of GitHub's Primer Design System using React", "main": "lib/index.js", "module": "lib-esm/index.js",