From 49bef9c12dbd8c1f030d09c3be009c714805b7dd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 26 May 2021 21:44:52 +0000 Subject: [PATCH] Version Packages --- .changeset/fuzzy-cars-promise.md | 5 ----- .changeset/quiet-rings-confess.md | 5 ----- .changeset/small-spies-give.md | 5 ----- .changeset/violet-peaches-retire.md | 5 ----- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 6 files changed, 15 insertions(+), 21 deletions(-) delete mode 100644 .changeset/fuzzy-cars-promise.md delete mode 100644 .changeset/quiet-rings-confess.md delete mode 100644 .changeset/small-spies-give.md delete mode 100644 .changeset/violet-peaches-retire.md diff --git a/.changeset/fuzzy-cars-promise.md b/.changeset/fuzzy-cars-promise.md deleted file mode 100644 index ec19209312..0000000000 --- a/.changeset/fuzzy-cars-promise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": patch ---- - -Properly calculating the variables computed value for dist folder diff --git a/.changeset/quiet-rings-confess.md b/.changeset/quiet-rings-confess.md deleted file mode 100644 index 89e174414e..0000000000 --- a/.changeset/quiet-rings-confess.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": patch ---- - -lists.scss: reset `
    ` without 'type' attr to "decimal" diff --git a/.changeset/small-spies-give.md b/.changeset/small-spies-give.md deleted file mode 100644 index f408d3152f..0000000000 --- a/.changeset/small-spies-give.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": minor ---- - -Support SF Mono font in Firefox & Safari diff --git a/.changeset/violet-peaches-retire.md b/.changeset/violet-peaches-retire.md deleted file mode 100644 index c78768eac9..0000000000 --- a/.changeset/violet-peaches-retire.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/css': patch ---- - -Ensures that the visual slash separator for breadcrumbs is not announced by screenreaders. diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e84d77344..9b8ebd1907 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # @primer/css +## 17.2.0 + +### Minor Changes + +- [#992](https://github.com/primer/css/pull/992) [`90f95693`](https://github.com/primer/css/commit/90f95693f5cbfb9f6b7b84735bf5dce2e382601b) Thanks [@simurai](https://github.com/simurai)! - Support SF Mono font in Firefox & Safari + +### Patch Changes + +- [#1423](https://github.com/primer/css/pull/1423) [`6f79bfaa`](https://github.com/primer/css/commit/6f79bfaa7a6fab551fe3e795eda24908c2bf0d2e) Thanks [@jonrohan](https://github.com/jonrohan)! - Properly calculating the variables computed value for dist folder + +* [#1420](https://github.com/primer/css/pull/1420) [`55302dc2`](https://github.com/primer/css/commit/55302dc232cb5cd28c52047a0776549f298a90ce) Thanks [@hpalacio](https://github.com/hpalacio)! - lists.scss: reset `
      ` without 'type' attr to "decimal" + +- [#1424](https://github.com/primer/css/pull/1424) [`30597af9`](https://github.com/primer/css/commit/30597af94da40875a2741f9f4ecc786f8916167c) Thanks [@khiga8](https://github.com/khiga8)! - Ensures that the visual slash separator for breadcrumbs is not announced by screenreaders. + ## 17.1.1 ### Patch Changes diff --git a/package.json b/package.json index 5f5fd3652f..11f5a6bc1d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/css", - "version": "17.1.1", + "version": "17.2.0", "description": "The CSS implementation of GitHub's Primer Design System", "homepage": "https://primer.style/css", "author": "GitHub, Inc.",