diff --git a/.changeset/clever-zebras-help.md b/.changeset/clever-zebras-help.md deleted file mode 100644 index c00d71589..000000000 --- a/.changeset/clever-zebras-help.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/primitives': patch ---- - -Fioxed RGBAfloatconversion diff --git a/.changeset/fast-rockets-hear.md b/.changeset/fast-rockets-hear.md deleted file mode 100644 index 6afd5abf3..000000000 --- a/.changeset/fast-rockets-hear.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/primitives': patch ---- - -Adding group prop to figma output diff --git a/.changeset/rich-dancers-rush.md b/.changeset/rich-dancers-rush.md deleted file mode 100644 index 259bdcaf5..000000000 --- a/.changeset/rich-dancers-rush.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/primitives': patch ---- - -fix shadow diff --git a/.changeset/spicy-sheep-look.md b/.changeset/spicy-sheep-look.md deleted file mode 100644 index 9acb6f73e..000000000 --- a/.changeset/spicy-sheep-look.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/primitives': patch ---- - -Allow some bgColors to be used as borders diff --git a/.changeset/spicy-tomatoes-build.md b/.changeset/spicy-tomatoes-build.md deleted file mode 100644 index 755f5cb9b..000000000 --- a/.changeset/spicy-tomatoes-build.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@primer/primitives': patch ---- - -update borderColor Success - diff --git a/.changeset/wild-mangos-deny.md b/.changeset/wild-mangos-deny.md deleted file mode 100644 index aec33b763..000000000 --- a/.changeset/wild-mangos-deny.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/primitives': patch ---- - -Fixing shadows 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..92c44fcdd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # @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 + +### Patch Changes + +- [#722](https://github.com/primer/primitives/pull/722) [`5394816`](https://github.com/primer/primitives/commit/5394816c98924e5b80d27cdf2a17b4bca2ac97aa) Thanks [@lukasoppermann](https://github.com/lukasoppermann)! - Fioxed RGBAfloatconversion + +- [#723](https://github.com/primer/primitives/pull/723) [`a3b0d21`](https://github.com/primer/primitives/commit/a3b0d21746ac288c89c4f0f89f944cbe4b46d61c) Thanks [@lukasoppermann](https://github.com/lukasoppermann)! - Adding group prop to figma output + +- [#729](https://github.com/primer/primitives/pull/729) [`d6bbf2a`](https://github.com/primer/primitives/commit/d6bbf2a2a0f9c0e2c91e77870f380a60eee670a4) Thanks [@lukasoppermann](https://github.com/lukasoppermann)! - fix shadow + +- [#727](https://github.com/primer/primitives/pull/727) [`364c09f`](https://github.com/primer/primitives/commit/364c09fd462fc31a049d82f0a50d914695d5bde1) Thanks [@lukasoppermann](https://github.com/lukasoppermann)! - Allow some bgColors to be used as borders + +- [#730](https://github.com/primer/primitives/pull/730) [`0c237e3`](https://github.com/primer/primitives/commit/0c237e392ab78863da8b17b0aa185dd0f3df92e1) Thanks [@lukasoppermann](https://github.com/lukasoppermann)! - update borderColor Success + +- [#721](https://github.com/primer/primitives/pull/721) [`01aae86`](https://github.com/primer/primitives/commit/01aae86812435d2a6dc387d75641aa2a526cbdad) Thanks [@lukasoppermann](https://github.com/lukasoppermann)! - Fixing shadows + ## 7.12.0 ### Minor Changes diff --git a/package.json b/package.json index 18d1433c5..a4e35329e 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",