diff --git a/.changeset/nervous-plants-smell.md b/.changeset/nervous-plants-smell.md deleted file mode 100644 index 385c84c88c..0000000000 --- a/.changeset/nervous-plants-smell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": minor ---- - -Add common marketing utilities to primer/marketing diff --git a/.changeset/silver-fireants-run.md b/.changeset/silver-fireants-run.md deleted file mode 100644 index e8d9365b95..0000000000 --- a/.changeset/silver-fireants-run.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": patch ---- - -Fix .btn-with-count documentation diff --git a/.changeset/twelve-buses-pretend.md b/.changeset/twelve-buses-pretend.md deleted file mode 100644 index f1f3fe77fd..0000000000 --- a/.changeset/twelve-buses-pretend.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": minor ---- - -Change TableObject status to deprecated diff --git a/.changeset/witty-donuts-rest.md b/.changeset/witty-donuts-rest.md deleted file mode 100644 index 6acd806ac1..0000000000 --- a/.changeset/witty-donuts-rest.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/css': patch ---- - -Fixing the `color-mode-theme` mixin. Currently the mixin doesn't take into account when `mode="light"` and `light-theme="dark"`. This fix allows dark themes to be set as light themes and to toggle into single light mode. diff --git a/CHANGELOG.md b/CHANGELOG.md index 2020d5d613..e5df94b49c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # @primer/css +## 16.1.0 + +### Minor Changes + +- [#1254](https://github.com/primer/css/pull/1254) [`5d2f0beb`](https://github.com/primer/css/commit/5d2f0beb58b6fab795d5b720e9a14da2f649265c) Thanks [@tobiasahlin](https://github.com/tobiasahlin)! - Add common marketing utilities to primer/marketing + +* [#1201](https://github.com/primer/css/pull/1201) [`29a83bdc`](https://github.com/primer/css/commit/29a83bdcfdc3d647932bfe97c9b3f24f91688280) Thanks [@vdepizzol](https://github.com/vdepizzol)! - Change TableObject status to deprecated + +### Patch Changes + +- [#1197](https://github.com/primer/css/pull/1197) [`a355160a`](https://github.com/primer/css/commit/a355160a30654327f9e51bf677f9b069a46e95a1) Thanks [@neildaniels](https://github.com/neildaniels)! - Fix .btn-with-count documentation + +* [#1261](https://github.com/primer/css/pull/1261) [`b1346678`](https://github.com/primer/css/commit/b1346678f4119f384ac49b0c63c355f56968071a) Thanks [@jonrohan](https://github.com/jonrohan)! - Fixing the `color-mode-theme` mixin. Currently the mixin doesn't take into account when `mode="light"` and `light-theme="dark"`. This fix allows dark themes to be set as light themes and to toggle into single light mode. + ## 16.0.2 ### Patch Changes diff --git a/package.json b/package.json index 7639aad4b7..b0930b8b9c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/css", - "version": "16.0.2", + "version": "16.1.0", "description": "Primer is the CSS framework that powers GitHub's front-end design. primer includes 23 packages that are grouped into 3 core meta-packages for easy install. Each package and meta-package is independently versioned and distributed via npm, so it's easy to include all or part of Primer within your own project.", "homepage": "https://primer.style/css", "author": "GitHub, Inc.",