Skip to content

Commit 36b4c6c

Browse files
authored
Merge pull request #167 from primer/changeset-release/main
Release Tracking
2 parents 9f037d2 + 92fe40e commit 36b4c6c

File tree

9 files changed

+21
-36
lines changed

9 files changed

+21
-36
lines changed

.changeset/friendly-trains-cry.md

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

.changeset/nasty-doors-perform.md

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

.changeset/ninety-bobcats-stare.md

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

.changeset/poor-emus-study.md

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

.changeset/tricky-ants-itch.md

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

.changeset/warm-steaks-allow.md

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

.changeset/wild-camels-begin.md

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

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# @primer/primitives
22

3+
## 4.5.0
4+
5+
### Minor Changes
6+
7+
- [#172](https://github.com/primer/primitives/pull/172) [`2271374`](https://github.com/primer/primitives/commit/2271374c7489a7b4cb32715cd3e6d958ca3c3c42) Thanks [@simurai](https://github.com/simurai)! - Add `primer.fg.white`
8+
9+
* [#168](https://github.com/primer/primitives/pull/168) [`cd89a9c`](https://github.com/primer/primitives/commit/cd89a9c9baebf6e35a92d2ce4d1bd7e3b9222159) Thanks [@simurai](https://github.com/simurai)! - Add checks-donut variables
10+
11+
- [#171](https://github.com/primer/primitives/pull/171) [`9e7b1bb`](https://github.com/primer/primitives/commit/9e7b1bbdf1154ced03dbd3e7399b7d60006fc79a) Thanks [@Juliusschaeper](https://github.com/Juliusschaeper)! - Added new variable for diff foreground
12+
13+
* [#173](https://github.com/primer/primitives/pull/173) [`86d4ffd`](https://github.com/primer/primitives/commit/86d4ffd1aadbcaddad238d5ae3b0b4081e0c6886) Thanks [@simurai](https://github.com/simurai)! - Deprecate text-white
14+
15+
### Patch Changes
16+
17+
- [#170](https://github.com/primer/primitives/pull/170) [`e055b14`](https://github.com/primer/primitives/commit/e055b147209b790ac2f59a3245753a372712cbfd) Thanks [@Juliusschaeper](https://github.com/Juliusschaeper)! - Remapped neutral.emphasis to gray.4 instead of gray.6
18+
19+
* [#166](https://github.com/primer/primitives/pull/166) [`2f55806`](https://github.com/primer/primitives/commit/2f55806f00a8d380ed67198faa0146902b5e7c18) Thanks [@Juliusschaeper](https://github.com/Juliusschaeper)! - Changed attention.emphasis from 5 → 4
20+
21+
- [#169](https://github.com/primer/primitives/pull/169) [`dc4e70a`](https://github.com/primer/primitives/commit/dc4e70ab140fccc3603b46fdc15dced3b1b27c4a) Thanks [@Juliusschaeper](https://github.com/Juliusschaeper)! - Fixed danger button hover state
22+
323
## 4.4.4
424

525
### Patch 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/primitives",
3-
"version": "4.4.4",
3+
"version": "4.5.0",
44
"description": "Typography, spacing, and color primitives for Primer design system",
55
"files": ["dist"],
66
"main": "dist/js/index.js",

0 commit comments

Comments
 (0)