diff --git a/.changeset/lemon-experts-burn.md b/.changeset/lemon-experts-burn.md deleted file mode 100644 index a73249c73..000000000 --- a/.changeset/lemon-experts-burn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/primitives': patch ---- - -Fix colors in dark HC diff --git a/.changeset/rich-crews-wonder.md b/.changeset/rich-crews-wonder.md deleted file mode 100644 index 67aaf1cb8..000000000 --- a/.changeset/rich-crews-wonder.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/primitives': patch ---- - -Add ::backdrop to css diff --git a/.changeset/violet-bats-itch.md b/.changeset/violet-bats-itch.md deleted file mode 100644 index 865e098a2..000000000 --- a/.changeset/violet-bats-itch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/primitives': patch ---- - -reduce opacity for inset shadow diff --git a/CHANGELOG.md b/CHANGELOG.md index c30c7c24f..a46a18959 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # @primer/primitives +## 7.15.6 + +### Patch Changes + +- [#793](https://github.com/primer/primitives/pull/793) [`aa61b6e`](https://github.com/primer/primitives/commit/aa61b6ea6ec60c7b978c27541ff7a1a54c55bfaa) Thanks [@lukasoppermann](https://github.com/lukasoppermann)! - Fix colors in dark HC + +- [#790](https://github.com/primer/primitives/pull/790) [`a7b7ac3`](https://github.com/primer/primitives/commit/a7b7ac37cd0d7aeb63b225f82c6e8ceb1e049a77) Thanks [@lukasoppermann](https://github.com/lukasoppermann)! - Add ::backdrop to css + +- [#796](https://github.com/primer/primitives/pull/796) [`d842f87`](https://github.com/primer/primitives/commit/d842f87c3f88038bec3d504c01b092d134d0d0b4) Thanks [@lukasoppermann](https://github.com/lukasoppermann)! - reduce opacity for inset shadow + ## 7.15.5 ### Patch Changes diff --git a/package.json b/package.json index 089209622..2e7826787 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/primitives", - "version": "7.15.5", + "version": "7.15.6", "description": "Typography, spacing, and color primitives for Primer design system", "files": [ "dist",