diff --git a/.changeset/clever-jars-suffer.md b/.changeset/clever-jars-suffer.md deleted file mode 100644 index a6fc274197..0000000000 --- a/.changeset/clever-jars-suffer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": patch ---- - -Patch: Fix ActionList--divided for label with inline description scenarios diff --git a/.changeset/gentle-lizards-switch.md b/.changeset/gentle-lizards-switch.md deleted file mode 100644 index dd59d3b568..0000000000 --- a/.changeset/gentle-lizards-switch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": patch ---- - -Upgrading @primer/stylelint-config@12.3.0 and fixing violations diff --git a/.changeset/moody-apricots-bake.md b/.changeset/moody-apricots-bake.md deleted file mode 100644 index 8e65886c96..0000000000 --- a/.changeset/moody-apricots-bake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": patch ---- - -Reduce size of `Label--inline` diff --git a/.changeset/nice-beers-peel.md b/.changeset/nice-beers-peel.md deleted file mode 100644 index 3e12cab54b..0000000000 --- a/.changeset/nice-beers-peel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": minor ---- - -Add mono font stack to tag diff --git a/.changeset/seven-dolls-explain.md b/.changeset/seven-dolls-explain.md deleted file mode 100644 index 35df66c63e..0000000000 --- a/.changeset/seven-dolls-explain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": patch ---- - -Adds --color-accent-emphasis and --color-fg-on-emphasis rules for Windows High Contrast Mode diff --git a/.changeset/seven-steaks-wait.md b/.changeset/seven-steaks-wait.md deleted file mode 100644 index 2c72d2941c..0000000000 --- a/.changeset/seven-steaks-wait.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": patch ---- - -Fix layout gutter none styles diff --git a/.changeset/swift-actors-drum.md b/.changeset/swift-actors-drum.md deleted file mode 100644 index 88ab456411..0000000000 --- a/.changeset/swift-actors-drum.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": patch ---- - -Make `pagination` responsive by default diff --git a/.changeset/warm-bottles-arrive.md b/.changeset/warm-bottles-arrive.md deleted file mode 100644 index 686eee63bd..0000000000 --- a/.changeset/warm-bottles-arrive.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": minor ---- - -Add blankslate classes to replace utilities diff --git a/CHANGELOG.md b/CHANGELOG.md index 0344d9a299..8626ea1f08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # @primer/css +## 19.3.0 + +### Minor Changes + +- [#1876](https://github.com/primer/css/pull/1876) [`bcf447ab`](https://github.com/primer/css/commit/bcf447ab226e6043dd47c1fcc395ba104af866d4) Thanks [@vdepizzol](https://github.com/vdepizzol)! - Add mono font stack to tag + +* [#1919](https://github.com/primer/css/pull/1919) [`21085f5c`](https://github.com/primer/css/commit/21085f5c6cc538b5014a47de76642554a4291cc6) Thanks [@hectahertz](https://github.com/hectahertz)! - Add blankslate classes to replace utilities + +### Patch Changes + +- [#1892](https://github.com/primer/css/pull/1892) [`55bd498b`](https://github.com/primer/css/commit/55bd498b7357e86659ac574f0f745f7b420fb6d3) Thanks [@langermank](https://github.com/langermank)! - Patch: Fix ActionList--divided for label with inline description scenarios + +* [#1906](https://github.com/primer/css/pull/1906) [`f02d9a3e`](https://github.com/primer/css/commit/f02d9a3e4e86c2659a9f507995bcb90c5226e34e) Thanks [@jonrohan](https://github.com/jonrohan)! - Upgrading @primer/stylelint-config@12.3.0 and fixing violations + +- [#1908](https://github.com/primer/css/pull/1908) [`84581e96`](https://github.com/primer/css/commit/84581e96aee50ff3883907dfe1069701edd1c24a) Thanks [@simurai](https://github.com/simurai)! - Reduce size of `Label--inline` + +* [#1890](https://github.com/primer/css/pull/1890) [`74d0438b`](https://github.com/primer/css/commit/74d0438bd4dbaed447b553c5d3c8b945da282836) Thanks [@andrialexandrou](https://github.com/andrialexandrou)! - Adds --color-accent-emphasis and --color-fg-on-emphasis rules for Windows High Contrast Mode + +- [#1882](https://github.com/primer/css/pull/1882) [`4a06aba1`](https://github.com/primer/css/commit/4a06aba1d3f80bcc228ff4360d0e02d5ace158ff) Thanks [@tqwewe](https://github.com/tqwewe)! - Fix layout gutter none styles + +* [#1894](https://github.com/primer/css/pull/1894) [`d1adf595`](https://github.com/primer/css/commit/d1adf595308afb97f83c5ca172222944189a5961) Thanks [@simurai](https://github.com/simurai)! - Make `pagination` responsive by default + ## 19.2.0 ### Minor Changes diff --git a/package.json b/package.json index 5248215a0b..bff8304c8b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/css", - "version": "19.2.0", + "version": "19.3.0", "description": "The CSS implementation of GitHub's Primer Design System", "homepage": "https://primer.style/css", "author": "GitHub, Inc.",