diff --git a/.changeset/pre.json b/.changeset/pre.json index c75929315fda..4834ae2cb66a 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -12,9 +12,13 @@ }, "changesets": [ "beige-schools-kneel", + "blue-stingrays-decide", "clever-birds-press", + "cool-lobsters-nail", "dry-trainers-protect", + "early-lions-vanish", "eleven-drinks-kiss", + "fifty-foxes-drop", "fluffy-ravens-thank", "forty-ants-tell", "four-shoes-yell", @@ -28,6 +32,7 @@ "new-shirts-beam", "pink-actors-cross", "quick-adults-buy", + "seven-scissors-explain", "short-boats-cover", "sixty-olives-glow", "soft-tips-chew", diff --git a/examples/app-router/package.json b/examples/app-router/package.json index 14bcdb43d501..e63387962efa 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.2", + "@primer/react": "37.0.0-rc.3", "next": "^14.1.0", "react": "^18.3.1", "react-dom": "^18.3.1", diff --git a/examples/codesandbox/package.json b/examples/codesandbox/package.json index d73181c181ce..826512b299ac 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.2", + "@primer/react": "37.0.0-rc.3", "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 2f95bb3227b3..2326703d6736 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.2", + "@primer/react": "37.0.0-rc.3", "react": "^18.0.0", "react-dom": "^18.0.0", "styled-components": "^5.3.11", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 09a5503ecfc0..49f9c1387acc 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,19 @@ # @primer/react +## 37.0.0-rc.3 + +### Patch Changes + +- [#4870](https://github.com/primer/react/pull/4870) [`3ca513c824fc50b49a88320ec98dd3f1a15d25b9`](https://github.com/primer/react/commit/3ca513c824fc50b49a88320ec98dd3f1a15d25b9) Thanks [@jonrohan](https://github.com/jonrohan)! - Add `:where()` selector to classes that land on nodes that have a `sx` prop. + +- [#4811](https://github.com/primer/react/pull/4811) [`5ee8704ff5b85ec2b848dcfc10c3a8ae40a3a892`](https://github.com/primer/react/commit/5ee8704ff5b85ec2b848dcfc10c3a8ae40a3a892) Thanks [@siddharthkp](https://github.com/siddharthkp)! - Octicon: Add aria-label to the Icon instead of it's container + +- [#4858](https://github.com/primer/react/pull/4858) [`6c69bffb288caf8006cc3316afe86396d9987e49`](https://github.com/primer/react/commit/6c69bffb288caf8006cc3316afe86396d9987e49) Thanks [@jonrohan](https://github.com/jonrohan)! - Refactor Link, Blankslate, Heading to use :where css + +- [#4866](https://github.com/primer/react/pull/4866) [`587603bcd750e558f443b071deb3dac90d004a90`](https://github.com/primer/react/commit/587603bcd750e558f443b071deb3dac90d004a90) Thanks [@langermank](https://github.com/langermank)! - Add `className` to Blankslate + +- [#4831](https://github.com/primer/react/pull/4831) [`0d7a02a062d19b8909124b0756a41bec6455a39e`](https://github.com/primer/react/commit/0d7a02a062d19b8909124b0756a41bec6455a39e) Thanks [@siddharthkp](https://github.com/siddharthkp)! - TextInput: Update trailing action styles for hover state + ## 37.0.0-rc.2 ### Major Changes diff --git a/packages/react/package.json b/packages/react/package.json index 1b0d612d761c..dd55a4b09b70 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@primer/react", - "version": "37.0.0-rc.2", + "version": "37.0.0-rc.3", "description": "An implementation of GitHub's Primer Design System using React", "main": "lib/index.js", "module": "lib-esm/index.js",