Skip to content

Commit 64fecd8

Browse files
Version Packages (#1062)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 80cc57c commit 64fecd8

14 files changed

+33
-61
lines changed

.changeset/breezy-ghosts-yell.md

-5
This file was deleted.

.changeset/eight-jars-shop.md

-5
This file was deleted.

.changeset/friendly-parrots-press.md

-5
This file was deleted.

.changeset/gentle-toys-cough.md

-5
This file was deleted.

.changeset/hip-mails-remain.md

-5
This file was deleted.

.changeset/kind-oranges-smash.md

-5
This file was deleted.

.changeset/kind-stingrays-collect.md

-5
This file was deleted.

.changeset/lemon-donuts-protect.md

-5
This file was deleted.

.changeset/metal-cycles-tell.md

-5
This file was deleted.

.changeset/plenty-walls-buy.md

-5
This file was deleted.

.changeset/sweet-apes-bow.md

-5
This file was deleted.

.changeset/thin-birds-hang.md

-5
This file was deleted.

CHANGELOG.md

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

3+
## 10.0.0
4+
5+
### Major Changes
6+
7+
- [#1058](https://github.com/primer/primitives/pull/1058) [`9c3b2c8`](https://github.com/primer/primitives/commit/9c3b2c80e5d602bb584710fd13c0a17338353837) Thanks [@lukasoppermann](https://github.com/lukasoppermann)! - turn into esm module
8+
9+
- [#1055](https://github.com/primer/primitives/pull/1055) [`7806a4c`](https://github.com/primer/primitives/commit/7806a4caa9fe8a16101da4ee08e7d491a2dec93b) Thanks [@lukasoppermann](https://github.com/lukasoppermann)! - update to SDv4
10+
11+
- [#1068](https://github.com/primer/primitives/pull/1068) [`08186e7`](https://github.com/primer/primitives/commit/08186e784a5e7a460fd3c6bd5a4e106f8ff9b005) Thanks [@lukasoppermann](https://github.com/lukasoppermann)! - Adding diffBlob tokens, renaming some old ones and removing one.
12+
13+
### Minor Changes
14+
15+
- [#1072](https://github.com/primer/primitives/pull/1072) [`028ad8e`](https://github.com/primer/primitives/commit/028ad8e25dbdc77b00ba691dd6972198fd63ef35) Thanks [@lukasoppermann](https://github.com/lukasoppermann)! - rm peerDep & unused dep
16+
17+
- [#1064](https://github.com/primer/primitives/pull/1064) [`c6a8dc5`](https://github.com/primer/primitives/commit/c6a8dc59f5b07908d7a1ec9544bccea177697a2d) Thanks [@lukasoppermann](https://github.com/lukasoppermann)! - Adds src to dist as "build" so that primer/brand can use it
18+
19+
- [#1080](https://github.com/primer/primitives/pull/1080) [`ab5ab6b`](https://github.com/primer/primitives/commit/ab5ab6bf3d21a0e61b6928fc5f6636e58ac7140a) Thanks [@lukasoppermann](https://github.com/lukasoppermann)! - Adding motion tokens
20+
21+
### Patch Changes
22+
23+
- [#1081](https://github.com/primer/primitives/pull/1081) [`523ad13`](https://github.com/primer/primitives/commit/523ad1339df82e2e47540589af66f9a817e488ba) Thanks [@lukasoppermann](https://github.com/lukasoppermann)! - Add cubicBezier transform to platform
24+
25+
- [#1066](https://github.com/primer/primitives/pull/1066) [`51b0324`](https://github.com/primer/primitives/commit/51b03241e96b3db7e37a4e50f28d06cf751aa35c) Thanks [@lukasoppermann](https://github.com/lukasoppermann)! - Fixes for colorblind themes
26+
27+
- [`2168c66`](https://github.com/primer/primitives/commit/2168c66ae701f9b529d5cbedcbd1b9dfe6160657) Thanks [@lukasoppermann](https://github.com/lukasoppermann)! - Add token button-invisible-fgColor-active
28+
29+
- [#1078](https://github.com/primer/primitives/pull/1078) [`de32449`](https://github.com/primer/primitives/commit/de32449d3f07a67ceb2fe1d0cc9613b0dde6d4bf) Thanks [@lukasoppermann](https://github.com/lukasoppermann)! - Add linting validation for cubicBezier token schema
30+
31+
- [#1099](https://github.com/primer/primitives/pull/1099) [`80cc57c`](https://github.com/primer/primitives/commit/80cc57c7b4b14be83bfd5c9eec693d6068ecde9d) Thanks [@lukasoppermann](https://github.com/lukasoppermann)! - Replace `deprecated` prop with `$deprecated` which is the w3c standard
32+
33+
- [#1079](https://github.com/primer/primitives/pull/1079) [`a2b1b79`](https://github.com/primer/primitives/commit/a2b1b79c165121d719164981c054d5f1f653e636) Thanks [@lukasoppermann](https://github.com/lukasoppermann)! - add cubicBezier transformer
34+
335
## 9.1.2
436

537
### 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": "9.1.2",
3+
"version": "10.0.0",
44
"description": "Typography, spacing, and color primitives for Primer design system",
55
"type": "module",
66
"files": [

0 commit comments

Comments
 (0)