Skip to content

Commit d2f69e0

Browse files
Version Packages (#888)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent eeb7a9f commit d2f69e0

12 files changed

+27
-51
lines changed

Diff for: .changeset/angry-carrots-rule.md

-5
This file was deleted.

Diff for: .changeset/breezy-ravens-retire.md

-5
This file was deleted.

Diff for: .changeset/chilled-cars-hang.md

-5
This file was deleted.

Diff for: .changeset/cool-trains-shake.md

-5
This file was deleted.

Diff for: .changeset/few-seas-invite.md

-5
This file was deleted.

Diff for: .changeset/grumpy-plums-rush.md

-5
This file was deleted.

Diff for: .changeset/nasty-games-sparkle.md

-5
This file was deleted.

Diff for: .changeset/tidy-points-visit.md

-5
This file was deleted.

Diff for: .changeset/unlucky-moles-glow.md

-5
This file was deleted.

Diff for: .changeset/weak-panthers-appear.md

-5
This file was deleted.

Diff for: CHANGELOG.md

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

3+
## 7.17.0
4+
5+
### Minor Changes
6+
7+
- [#891](https://github.com/primer/primitives/pull/891) [`68d7424`](https://github.com/primer/primitives/commit/68d7424f441e5fa6c726414d2456ae0f836127a8) Thanks [@lukasoppermann](https://github.com/lukasoppermann)! - adding typo tokens for figma
8+
9+
- [#853](https://github.com/primer/primitives/pull/853) [`bdddfec`](https://github.com/primer/primitives/commit/bdddfec1f0b7a77876ee2a32afee68304c37bfd6) Thanks [@lukasoppermann](https://github.com/lukasoppermann)! - Remove v2 token output (dist/tokens-v2-private)
10+
11+
- [#886](https://github.com/primer/primitives/pull/886) [`372d6d2`](https://github.com/primer/primitives/commit/372d6d23e2ede040cfa9db67788030e275667a0b) Thanks [@lukasoppermann](https://github.com/lukasoppermann)! - Adding src to output so it can be reused by other packages
12+
13+
- [#916](https://github.com/primer/primitives/pull/916) [`eeb7a9f`](https://github.com/primer/primitives/commit/eeb7a9fc160cc6bdd8bb296ffe724088af0750b1) Thanks [@lukasoppermann](https://github.com/lukasoppermann)! - Rename base.color.gray to base.color.neutral, minor because base colors should not be exported
14+
15+
### Patch Changes
16+
17+
- [#852](https://github.com/primer/primitives/pull/852) [`58cce33`](https://github.com/primer/primitives/commit/58cce33ee32df75f75b75787a4bf0f2a223d44bb) Thanks [@lukasoppermann](https://github.com/lukasoppermann)! - rm private output fodlers which should not have been used
18+
19+
- [#905](https://github.com/primer/primitives/pull/905) [`e7d3c6c`](https://github.com/primer/primitives/commit/e7d3c6cba27dbbae61ab8833b6cbb45c436db419) Thanks [@lukasoppermann](https://github.com/lukasoppermann)! - Convert lineHeight from float to pixel value for figma
20+
21+
- [#902](https://github.com/primer/primitives/pull/902) [`50890c6`](https://github.com/primer/primitives/commit/50890c6d6cae48ef97a08bb19b2da236db4e47d9) Thanks [@lukasoppermann](https://github.com/lukasoppermann)! - add figma font family output
22+
23+
- [#889](https://github.com/primer/primitives/pull/889) [`ef6a6c3`](https://github.com/primer/primitives/commit/ef6a6c333e7427a4b5776c9e0472862e47767ba9) Thanks [@lukasoppermann](https://github.com/lukasoppermann)! - Fixes failing contrast for fgColor-done on bg-muted in dark mode
24+
25+
- [#911](https://github.com/primer/primitives/pull/911) [`998fc24`](https://github.com/primer/primitives/commit/998fc241be99aa771979db363bf29f4377e63f6e) Thanks [@lukasoppermann](https://github.com/lukasoppermann)! - Round pixel value in floatToPixel
26+
27+
- [#904](https://github.com/primer/primitives/pull/904) [`ae118b7`](https://github.com/primer/primitives/commit/ae118b72e6612f9cc5ca35ecfa3e39375fb27ad1) Thanks [@langermank](https://github.com/langermank)! - Add missing `pink` display tokens
28+
329
## 7.16.0
430

531
### Minor Changes

Diff for: package.json

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

0 commit comments

Comments
 (0)