diff --git a/.changeset/cyan-jobs-cheer.md b/.changeset/cyan-jobs-cheer.md deleted file mode 100644 index e66ef41fb..000000000 --- a/.changeset/cyan-jobs-cheer.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@primer/primitives": patch ---- - -Adjust `prettylights` comment fg color - diff --git a/.changeset/five-feet-pretend.md b/.changeset/five-feet-pretend.md deleted file mode 100644 index 399790a12..000000000 --- a/.changeset/five-feet-pretend.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/primitives': patch ---- - -Add stack size tokens to figma export diff --git a/.changeset/sharp-crews-applaud.md b/.changeset/sharp-crews-applaud.md deleted file mode 100644 index 6c12f6a80..000000000 --- a/.changeset/sharp-crews-applaud.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/primitives': patch ---- - -Update xxlarge breakpoint value diff --git a/.changeset/yellow-shrimps-deliver.md b/.changeset/yellow-shrimps-deliver.md deleted file mode 100644 index bd84a7f9b..000000000 --- a/.changeset/yellow-shrimps-deliver.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/primitives': patch ---- - -adding CodeSyntax to tokens for figma diff --git a/CHANGELOG.md b/CHANGELOG.md index 570f08d4c..4f9de2d0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # @primer/primitives +## 7.15.4 + +### Patch Changes + +- [#781](https://github.com/primer/primitives/pull/781) [`8ba7d6b`](https://github.com/primer/primitives/commit/8ba7d6b7e6ef8eb72b5ac2b1eacbbcbf8d9a9a0f) Thanks [@langermank](https://github.com/langermank)! - Adjust `prettylights` comment fg color + +- [#747](https://github.com/primer/primitives/pull/747) [`2b76e2d`](https://github.com/primer/primitives/commit/2b76e2d7c98255ec3f6141d3146b702fa98b2953) Thanks [@lukasoppermann](https://github.com/lukasoppermann)! - Add stack size tokens to figma export + +- [#783](https://github.com/primer/primitives/pull/783) [`d0f95c7`](https://github.com/primer/primitives/commit/d0f95c71061f9840c095e4e99c6a4919e1be9f62) Thanks [@lukasoppermann](https://github.com/lukasoppermann)! - Update xxlarge breakpoint value + +- [#779](https://github.com/primer/primitives/pull/779) [`105afb5`](https://github.com/primer/primitives/commit/105afb5b4f4ad1c7fb912bd8cd6d629135e0ad38) Thanks [@lukasoppermann](https://github.com/lukasoppermann)! - adding CodeSyntax to tokens for figma + ## 7.15.3 ### Patch Changes diff --git a/package.json b/package.json index 1b642e1e1..f9190df77 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/primitives", - "version": "7.15.3", + "version": "7.15.4", "description": "Typography, spacing, and color primitives for Primer design system", "files": [ "dist",