diff --git a/.changeset/pretty-cougars-walk.md b/.changeset/pretty-cougars-walk.md deleted file mode 100644 index b95f5d245be..00000000000 --- a/.changeset/pretty-cougars-walk.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -ThemeProvider: Fix `setColorMode`. Broken in `34.6.0` diff --git a/.changeset/safe-ssr-theming.md b/.changeset/safe-ssr-theming.md deleted file mode 100644 index 961d7a59812..00000000000 --- a/.changeset/safe-ssr-theming.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -Fixes the theming implementation with server side rendering to use a CSRF safe approach diff --git a/.changeset/three-papayas-beg.md b/.changeset/three-papayas-beg.md deleted file mode 100644 index 11e13d4c629..00000000000 --- a/.changeset/three-papayas-beg.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -Add outline background and border color diff --git a/CHANGELOG.md b/CHANGELOG.md index f7f1ad0f8f6..9d54f5f311d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # @primer/components +## 34.7.1 + +### Patch Changes + +- [#1936](https://github.com/primer/react/pull/1936) [`ceaaf171`](https://github.com/primer/react/commit/ceaaf17174f08ccccd5223066e456c38b76241c1) Thanks [@siddharthkp](https://github.com/siddharthkp)! - ThemeProvider: Fix `setColorMode`. Broken in `34.6.0` + +* [#1913](https://github.com/primer/react/pull/1913) [`92a02377`](https://github.com/primer/react/commit/92a023770f04662a3571de7e87fab8565592bae4) Thanks [@siddharthkp](https://github.com/siddharthkp)! - Fixes the theming implementation with server side rendering to use a CSRF safe approach + +- [#1928](https://github.com/primer/react/pull/1928) [`4dc15c33`](https://github.com/primer/react/commit/4dc15c3300838733da39fd2895692cce5bc3a3b5) Thanks [@pksjce](https://github.com/pksjce)! - Add outline background and border color + ## 34.7.0 ### Minor Changes diff --git a/package.json b/package.json index 52a2d5b0a7f..f0317d7a133 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/react", - "version": "34.7.0", + "version": "34.7.1", "description": "An implementation of GitHub's Primer Design System using React", "main": "lib/index.js", "module": "lib-esm/index.js",