Skip to content

Commit 618fd0f

Browse files
Version Packages (#1157)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent f86174b commit 618fd0f

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

.changeset/famous-masks-itch.md

-10
This file was deleted.

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @primer/primitives
22

3+
## 10.3.4
4+
5+
### Patch Changes
6+
7+
- [#1154](https://github.com/primer/primitives/pull/1154) [`f86174b`](https://github.com/primer/primitives/commit/f86174b05a516b8d46b0f2ef5258c72b53ea6e82) Thanks [@lukasoppermann](https://github.com/lukasoppermann)! - Fix borderColor-closed-muted in dark-protanopia-deuteranopia and revert protanopia-deuteranopia open color to be orange again
8+
9+
- `borderColor-closed-muted` in dark-protanopia-deuteranopia is now `gray` instead of `orange`
10+
- `borderColor-open-[muted|emphasis]` in protanopia-deuteranopia is now `orange` again (instead of `blue`)
11+
- `fgColor-open` in protanopia-deuteranopia is now `orange` again (instead of `blue`)
12+
- `bgColor-open-[muted|emphasis]` in protanopia-deuteranopia is now `orange` again (instead of `blue`)
13+
314
## 10.3.3
415

516
### Patch Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@primer/primitives",
3-
"version": "10.3.3",
3+
"version": "10.3.4",
44
"description": "Typography, spacing, and color primitives for Primer design system",
55
"type": "module",
66
"files": [

0 commit comments

Comments
 (0)