Skip to content

Commit 32b9693

Browse files
Version Packages (#1932)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent b7cebb7 commit 32b9693

File tree

5 files changed

+11
-16
lines changed

5 files changed

+11
-16
lines changed

.changeset/pretty-cougars-walk.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/safe-ssr-theming.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/three-papayas-beg.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @primer/components
22

3+
## 34.7.1
4+
5+
### Patch Changes
6+
7+
- [#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`
8+
9+
* [#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
10+
11+
- [#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
12+
313
## 34.7.0
414

515
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@primer/react",
3-
"version": "34.7.0",
3+
"version": "34.7.1",
44
"description": "An implementation of GitHub's Primer Design System using React",
55
"main": "lib/index.js",
66
"module": "lib-esm/index.js",

0 commit comments

Comments
 (0)