diff --git a/.changeset/beige-hairs-jam.md b/.changeset/beige-hairs-jam.md deleted file mode 100644 index 1ce4e7d3c5..0000000000 --- a/.changeset/beige-hairs-jam.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": patch ---- - -Bump primer/primitives to `7.4.0` diff --git a/.changeset/dry-clocks-speak.md b/.changeset/dry-clocks-speak.md deleted file mode 100644 index 7681f261d6..0000000000 --- a/.changeset/dry-clocks-speak.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": patch ---- - -Minor bugfix for AvatarStack. Removing the box-shadow from the AvatarStack-body on hover. diff --git a/.changeset/few-mice-scream.md b/.changeset/few-mice-scream.md deleted file mode 100644 index 3b64215f1f..0000000000 --- a/.changeset/few-mice-scream.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": patch ---- - -ActionList item outlines for high contrast theme diff --git a/.changeset/lemon-games-swim.md b/.changeset/lemon-games-swim.md deleted file mode 100644 index 510e01b3bf..0000000000 --- a/.changeset/lemon-games-swim.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": minor ---- - -Adds new PageLayout component CSS with Storybook documentation diff --git a/.changeset/six-avocados-promise.md b/.changeset/six-avocados-promise.md deleted file mode 100644 index 939d265a60..0000000000 --- a/.changeset/six-avocados-promise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": patch ---- - -[ActionList] Add hover to `aria-current` elements and other micro interactions diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b33e8f615..0344d9a299 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # @primer/css +## 19.2.0 + +### Minor Changes + +- [#1737](https://github.com/primer/css/pull/1737) [`6b4089d8`](https://github.com/primer/css/commit/6b4089d8b37174ca061762c56b5e4134a54cf4ef) Thanks [@vdepizzol](https://github.com/vdepizzol)! - Adds new PageLayout component CSS with Storybook documentation + +### Patch Changes + +- [#1855](https://github.com/primer/css/pull/1855) [`8f2e7534`](https://github.com/primer/css/commit/8f2e7534ecbdb3d0e773d60c725b55dc4bb263e2) Thanks [@simurai](https://github.com/simurai)! - Bump primer/primitives to `7.4.0` + +* [#1869](https://github.com/primer/css/pull/1869) [`868f61a1`](https://github.com/primer/css/commit/868f61a199df14862922d52905de66cdb1e1c192) Thanks [@jdanyow](https://github.com/jdanyow)! - Minor bugfix for AvatarStack. Removing the box-shadow from the AvatarStack-body on hover. + +- [#1856](https://github.com/primer/css/pull/1856) [`cbe3fb56`](https://github.com/primer/css/commit/cbe3fb56e4c7ee6bfe803eb0c15e15ab95d84157) Thanks [@langermank](https://github.com/langermank)! - ActionList item outlines for high contrast theme + +* [#1870](https://github.com/primer/css/pull/1870) [`815daff9`](https://github.com/primer/css/commit/815daff9f07d8096d572cf75bee17284f36492f6) Thanks [@vdepizzol](https://github.com/vdepizzol)! - [ActionList] Add hover to `aria-current` elements and other micro interactions + ## 19.1.1 ### Patch Changes diff --git a/package.json b/package.json index c2399a99b3..18c2981bc0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/css", - "version": "19.1.1", + "version": "19.2.0", "description": "The CSS implementation of GitHub's Primer Design System", "homepage": "https://primer.style/css", "author": "GitHub, Inc.",