diff --git a/.changeset/cold-glasses-enjoy.md b/.changeset/cold-glasses-enjoy.md deleted file mode 100644 index 0d763706b..000000000 --- a/.changeset/cold-glasses-enjoy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/primitives": patch ---- - -Add `card` pattern tokens diff --git a/.changeset/honest-geckos-unite.md b/.changeset/honest-geckos-unite.md deleted file mode 100644 index f269d33f9..000000000 --- a/.changeset/honest-geckos-unite.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/primitives': minor ---- - -remove color-scale colors from output diff --git a/.changeset/pretty-chefs-grin.md b/.changeset/pretty-chefs-grin.md deleted file mode 100644 index bcbfd5f81..000000000 --- a/.changeset/pretty-chefs-grin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/primitives": patch ---- - -Add `label` pattern tokens diff --git a/.changeset/seven-cameras-notice.md b/.changeset/seven-cameras-notice.md deleted file mode 100644 index af4908bc8..000000000 --- a/.changeset/seven-cameras-notice.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/primitives": patch ---- - -Add `upsell` Banner tokens diff --git a/.changeset/thick-carrots-obey.md b/.changeset/thick-carrots-obey.md deleted file mode 100644 index 589aa0d47..000000000 --- a/.changeset/thick-carrots-obey.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/primitives': minor ---- - -Removes scss output for v8 tokens diff --git a/CHANGELOG.md b/CHANGELOG.md index 456e4da18..4d27a098c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # @primer/primitives +## 7.16.0 + +### Minor Changes + +- [#851](https://github.com/primer/primitives/pull/851) [`b46607e5`](https://github.com/primer/primitives/commit/b46607e55a4d1a56f885732ba03be7135ed72efe) Thanks [@lukasoppermann](https://github.com/lukasoppermann)! - remove color-scale colors from output + +- [#873](https://github.com/primer/primitives/pull/873) [`30cb6371`](https://github.com/primer/primitives/commit/30cb63719833d88f75213d9159ff619a22349c8f) Thanks [@lukasoppermann](https://github.com/lukasoppermann)! - Removes scss output for v8 tokens + +### Patch Changes + +- [#857](https://github.com/primer/primitives/pull/857) [`8f372b04`](https://github.com/primer/primitives/commit/8f372b04a3c5efca0b3d4997811839af9c20a12c) Thanks [@langermank](https://github.com/langermank)! - Add `card` pattern tokens + +- [#863](https://github.com/primer/primitives/pull/863) [`48d50a30`](https://github.com/primer/primitives/commit/48d50a3061e6dd1a706eebd7b89b935752ed806d) Thanks [@langermank](https://github.com/langermank)! - Add `label` pattern tokens + +- [#856](https://github.com/primer/primitives/pull/856) [`f2d49f22`](https://github.com/primer/primitives/commit/f2d49f22bc87f6ce48c1d79701665ab9be82ddd3) Thanks [@langermank](https://github.com/langermank)! - Add `upsell` Banner tokens + ## 7.15.15 ### Patch Changes diff --git a/package.json b/package.json index 2fc05caa0..a05509905 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/primitives", - "version": "7.15.15", + "version": "7.16.0", "description": "Typography, spacing, and color primitives for Primer design system", "files": [ "dist",