diff --git a/.changeset/giant-bees-impress.md b/.changeset/giant-bees-impress.md deleted file mode 100644 index 0b9d17e7e92..00000000000 --- a/.changeset/giant-bees-impress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -Fix an issue in useAnnouncements.tsx causing a TypeError in production. The activeItem variable may be null. diff --git a/.changeset/lazy-jars-leave.md b/.changeset/lazy-jars-leave.md deleted file mode 100644 index 22849369cf2..00000000000 --- a/.changeset/lazy-jars-leave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -Avoid accessing properties of potentially null document.body in PageLayout diff --git a/examples/app-router/package.json b/examples/app-router/package.json index 9c89f7ca6f3..b4dde761f87 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.10.0", + "@primer/react": "37.10.1", "next": "^14.2.15", "react": "^18.3.1", "react-dom": "^18.3.1", diff --git a/examples/codesandbox/package.json b/examples/codesandbox/package.json index b785b91c3ec..7eccaae074d 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.10.0", + "@primer/react": "37.10.1", "eslint": "^8.56.0", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.7", diff --git a/examples/theming/package.json b/examples/theming/package.json index f5c90939319..4237e048b90 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.10.0", + "@primer/react": "37.10.1", "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 9ecd37d429a..3b64e59956a 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,13 @@ # @primer/react +## 37.10.1 + +### Patch Changes + +- [#5551](https://github.com/primer/react/pull/5551) [`c0360db`](https://github.com/primer/react/commit/c0360db263e046f7d756bb157fb520167353be91) Thanks [@camertron](https://github.com/camertron)! - Fix an issue in useAnnouncements.tsx causing a TypeError in production. The activeItem variable may be null. + +- [#5552](https://github.com/primer/react/pull/5552) [`c87e80c`](https://github.com/primer/react/commit/c87e80c129fd293610bdc7df902c0df2b08f3220) Thanks [@camertron](https://github.com/camertron)! - Avoid accessing properties of potentially null document.body in PageLayout + ## 37.10.0 ### Minor Changes diff --git a/packages/react/package.json b/packages/react/package.json index 1b889e3eaf8..415bf7cb87d 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@primer/react", - "version": "37.10.0", + "version": "37.10.1", "description": "An implementation of GitHub's Primer Design System using React", "main": "lib/index.js", "module": "lib-esm/index.js",