diff --git a/.changeset/late-hounds-scream.md b/.changeset/late-hounds-scream.md deleted file mode 100644 index 5c3f2052..00000000 --- a/.changeset/late-hounds-scream.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": minor ---- - -Remove `base/modes-v2.scss` file diff --git a/.changeset/little-vans-grin.md b/.changeset/little-vans-grin.md deleted file mode 100644 index cefc0e08..00000000 --- a/.changeset/little-vans-grin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": minor ---- - -Bumps `@primer/primitives` to [v4.7.0](https://github.com/primer/primitives/releases/tag/v4.7.0) which includes new [functional color system variables] diff --git a/.changeset/many-bananas-design.md b/.changeset/many-bananas-design.md deleted file mode 100644 index 7ab6e329..00000000 --- a/.changeset/many-bananas-design.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": minor ---- - -Output `dark_high_contrast` theme variables from `base/modes.scss` diff --git a/CHANGELOG.md b/CHANGELOG.md index 58319bd9..fed447f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # @primer/css +## 17.8.0 + +### Minor Changes + +- [#1567](https://github.com/primer/css/pull/1567) [`ab72486f`](https://github.com/primer/css/commit/ab72486f62d0f7e2397e3f0953fbcc4c46f5ef25) Thanks [@colebemis](https://github.com/colebemis)! - Remove `base/modes-v2.scss` file + +* [#1567](https://github.com/primer/css/pull/1567) [`ab72486f`](https://github.com/primer/css/commit/ab72486f62d0f7e2397e3f0953fbcc4c46f5ef25) Thanks [@colebemis](https://github.com/colebemis)! - Bumps `@primer/primitives` to [v4.7.0](https://github.com/primer/primitives/releases/tag/v4.7.0) which includes new [functional color system variables] + +- [#1567](https://github.com/primer/css/pull/1567) [`ab72486f`](https://github.com/primer/css/commit/ab72486f62d0f7e2397e3f0953fbcc4c46f5ef25) Thanks [@colebemis](https://github.com/colebemis)! - Output `dark_high_contrast` theme variables from `base/modes.scss` + ## 17.7.0 ### Minor Changes diff --git a/package.json b/package.json index f1a48b8d..353163c6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/css", - "version": "17.7.0", + "version": "17.8.0", "description": "The CSS implementation of GitHub's Primer Design System", "homepage": "https://primer.style/css", "author": "GitHub, Inc.",