From 8837348f1cae80c51e5853d27845a2518310aeef Mon Sep 17 00:00:00 2001 From: "primer[bot]" <119360173+primer[bot]@users.noreply.github.com> Date: Thu, 20 Jun 2024 14:03:49 -0700 Subject: [PATCH] Version Packages (#2635) Co-authored-by: github-actions[bot] --- .changeset/red-flowers-own.md | 5 ----- .changeset/young-foxes-battle.md | 5 ----- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 4 files changed, 9 insertions(+), 11 deletions(-) delete mode 100644 .changeset/red-flowers-own.md delete mode 100644 .changeset/young-foxes-battle.md diff --git a/.changeset/red-flowers-own.md b/.changeset/red-flowers-own.md deleted file mode 100644 index 45c0f5ab69..0000000000 --- a/.changeset/red-flowers-own.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": patch ---- - -Use `control` borders for subnav + disabled button fix diff --git a/.changeset/young-foxes-battle.md b/.changeset/young-foxes-battle.md deleted file mode 100644 index 7c707d38a9..0000000000 --- a/.changeset/young-foxes-battle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": patch ---- - -Upgrade to @primer/primtives@8.2.0 and @primer/stylelint-config@13.0.0-rc diff --git a/CHANGELOG.md b/CHANGELOG.md index 558eda7e30..3e5ae67d72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # @primer/css +## 21.3.2 + +### Patch Changes + +- [#2643](https://github.com/primer/css/pull/2643) [`ab6076c`](https://github.com/primer/css/commit/ab6076c62bac967d5d0c805744e50cc8d73d4171) Thanks [@langermank](https://github.com/langermank)! - Use `control` borders for subnav + disabled button fix + +- [#2634](https://github.com/primer/css/pull/2634) [`af3ab76`](https://github.com/primer/css/commit/af3ab76454fd3045315082a14cdc5bdfcabd860a) Thanks [@jonrohan](https://github.com/jonrohan)! - Upgrade to @primer/primtives@8.2.0 and @primer/stylelint-config@13.0.0-rc + ## 21.3.1 ### Patch Changes diff --git a/package.json b/package.json index 8bdd393e05..ab7b696651 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/css", - "version": "21.3.1", + "version": "21.3.2", "description": "The CSS implementation of GitHub's Primer Design System", "homepage": "https://primer.style/css", "author": "GitHub, Inc.",