diff --git a/.changeset/brown-suns-raise.md b/.changeset/brown-suns-raise.md deleted file mode 100644 index 7f721c7ce4..0000000000 --- a/.changeset/brown-suns-raise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": patch ---- - -Remove IE11 support in tooltip diff --git a/.changeset/proud-donkeys-happen.md b/.changeset/proud-donkeys-happen.md deleted file mode 100644 index 48050faf58..0000000000 --- a/.changeset/proud-donkeys-happen.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": patch ---- - -Add narrow/regular/wide viewport range utilities diff --git a/.changeset/shaggy-birds-marry.md b/.changeset/shaggy-birds-marry.md deleted file mode 100644 index db032408b3..0000000000 --- a/.changeset/shaggy-birds-marry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": patch ---- - -More CSS updates to `Autocomplete` diff --git a/CHANGELOG.md b/CHANGELOG.md index 330f87eb8b..394c2d5343 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # @primer/css +## 19.7.1 + +### Patch Changes + +- [#2001](https://github.com/primer/css/pull/2001) [`47cec404`](https://github.com/primer/css/commit/47cec40472173b412df59e6990c0ac1b1ed43d04) Thanks [@jdanyow](https://github.com/jdanyow)! - Remove IE11 support in tooltip + +* [#1995](https://github.com/primer/css/pull/1995) [`557b100a`](https://github.com/primer/css/commit/557b100a77a4befe6d07fac14cb48b08bed18356) Thanks [@vdepizzol](https://github.com/vdepizzol)! - Add narrow/regular/wide viewport range utilities + +- [#2000](https://github.com/primer/css/pull/2000) [`264a89a5`](https://github.com/primer/css/commit/264a89a51a75eefa6a371e6ad11518519cd98b36) Thanks [@khiga8](https://github.com/khiga8)! - More CSS updates to `Autocomplete` + ## 19.7.0 ### Minor Changes diff --git a/package.json b/package.json index 1a07764cde..4565a52c6c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/css", - "version": "19.7.0", + "version": "19.7.1", "description": "The CSS implementation of GitHub's Primer Design System", "homepage": "https://primer.style/css", "author": "GitHub, Inc.",