diff --git a/.changeset/gorgeous-birds-hear.md b/.changeset/gorgeous-birds-hear.md deleted file mode 100644 index 6277074e96..0000000000 --- a/.changeset/gorgeous-birds-hear.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": patch ---- - -Fix color-fg utilities in links diff --git a/.changeset/nasty-singers-compare.md b/.changeset/nasty-singers-compare.md deleted file mode 100644 index 2d858b83bc..0000000000 --- a/.changeset/nasty-singers-compare.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": minor ---- - -Make `pane` an optional region for PageLayout component diff --git a/.changeset/ninety-phones-run.md b/.changeset/ninety-phones-run.md deleted file mode 100644 index 6d358c7c20..0000000000 --- a/.changeset/ninety-phones-run.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": patch ---- - -Adding .color-bg-transparent utility class diff --git a/CHANGELOG.md b/CHANGELOG.md index 5655d46089..9b701931a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # @primer/css +## 19.6.0 + +### Minor Changes + +- [#1989](https://github.com/primer/css/pull/1989) [`f544ef85`](https://github.com/primer/css/commit/f544ef8574a4d6e12cccf94d534ad66df3e9249a) Thanks [@vdepizzol](https://github.com/vdepizzol)! - Make `pane` an optional region for PageLayout component + +### Patch Changes + +- [#1988](https://github.com/primer/css/pull/1988) [`e3443f1a`](https://github.com/primer/css/commit/e3443f1a69ba5a23d3e3804bf4e22d384783c443) Thanks [@simurai](https://github.com/simurai)! - Fix color-fg utilities in links + +* [#1985](https://github.com/primer/css/pull/1985) [`c2bd6bc9`](https://github.com/primer/css/commit/c2bd6bc9bf90686f258af11c102097d7da000a5b) Thanks [@cheshire137](https://github.com/cheshire137)! - Adding .color-bg-transparent utility class + ## 19.5.1 ### Patch Changes diff --git a/package.json b/package.json index 6d0351ea76..23a57cf29b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/css", - "version": "19.5.1", + "version": "19.6.0", "description": "The CSS implementation of GitHub's Primer Design System", "homepage": "https://primer.style/css", "author": "GitHub, Inc.",