diff --git a/.changeset/lovely-rockets-heal.md b/.changeset/lovely-rockets-heal.md deleted file mode 100644 index c5c2f68ed2..0000000000 --- a/.changeset/lovely-rockets-heal.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": patch ---- - -Fix form tooltip transparency diff --git a/.changeset/slow-bobcats-sleep.md b/.changeset/slow-bobcats-sleep.md deleted file mode 100644 index f61f7e54a9..0000000000 --- a/.changeset/slow-bobcats-sleep.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": patch ---- - -Adding focus outline to the invisible buttons `.btn-invisible` and `.close-button`. diff --git a/.changeset/unlucky-cooks-punch.md b/.changeset/unlucky-cooks-punch.md deleted file mode 100644 index 635a9c48c1..0000000000 --- a/.changeset/unlucky-cooks-punch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": minor ---- - -Creating `.Header-input` class for dark header inputs. This `Header-input` will be used with a `form-control` class. diff --git a/CHANGELOG.md b/CHANGELOG.md index 40c821a02a..cde1ab223b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # @primer/css +## 17.5.0 + +### Minor Changes + +- [#1506](https://github.com/primer/css/pull/1506) [`13cda226`](https://github.com/primer/css/commit/13cda22638cefe6847b1d718ba87a3f62a8ec3bb) Thanks [@jonrohan](https://github.com/jonrohan)! - Creating `.Header-input` class for dark header inputs. This `Header-input` will be used with a `form-control` class. + +### Patch Changes + +- [#1507](https://github.com/primer/css/pull/1507) [`30523d64`](https://github.com/primer/css/commit/30523d6436e7ea06fa511fa9ba8407429e667b42) Thanks [@simurai](https://github.com/simurai)! - Fix form tooltip transparency + +* [#1510](https://github.com/primer/css/pull/1510) [`d1ea5c2c`](https://github.com/primer/css/commit/d1ea5c2c738ae4763dadf7994a9e78c196842bc3) Thanks [@jonrohan](https://github.com/jonrohan)! - Adding focus outline to the invisible buttons `.btn-invisible` and `.close-button`. + ## 17.4.0 ### Minor Changes diff --git a/package.json b/package.json index 6ed843b0d7..b38cc4aed4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/css", - "version": "17.4.0", + "version": "17.5.0", "description": "The CSS implementation of GitHub's Primer Design System", "homepage": "https://primer.style/css", "author": "GitHub, Inc.",