diff --git a/.changeset/witty-countries-ring.md b/.changeset/witty-countries-ring.md deleted file mode 100644 index 3d0a9727a..000000000 --- a/.changeset/witty-countries-ring.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'@primer/primitives': minor ---- - -- Add `inverse` color options for semantic color tokens to support Toast -- Update the default `emphasis` background color to `white` in dark mode -- Add `overlay` size tokens - - diff --git a/CHANGELOG.md b/CHANGELOG.md index 47df7e3ef..61f9db214 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # @primer/primitives +## 7.13.0 + +### Minor Changes + +- [#682](https://github.com/primer/primitives/pull/682) [`a082224`](https://github.com/primer/primitives/commit/a082224be3ef4d8cc73d7e8af11a727bbfb6d00d) Thanks [@langermank](https://github.com/langermank)! - - Add `inverse` color options for semantic color tokens to support Toast + - Update the default `emphasis` background color to `white` in dark mode + - Add `overlay` size tokens + ## 7.12.0 ### Minor Changes diff --git a/package.json b/package.json index 3b986b9b9..f09ae4120 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/primitives", - "version": "7.12.0", + "version": "7.13.0", "description": "Typography, spacing, and color primitives for Primer design system", "files": [ "dist",