From 4864ac949df6e746577bb5238fa5dac45d7e31c4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 20 Jun 2024 14:49:20 +0000 Subject: [PATCH] Version Packages --- .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.",