From fc24ac31df53e731305b9e6d922a350dfa42cec9 Mon Sep 17 00:00:00 2001 From: "primer[bot]" <119360173+primer[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 15:42:35 +0100 Subject: [PATCH] Version Packages (#2660) Co-authored-by: github-actions[bot] --- .changeset/slow-rabbits-hunt.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/slow-rabbits-hunt.md diff --git a/.changeset/slow-rabbits-hunt.md b/.changeset/slow-rabbits-hunt.md deleted file mode 100644 index 6efb9047..00000000 --- a/.changeset/slow-rabbits-hunt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": patch ---- - -drop “display: none” from details element contents styling diff --git a/CHANGELOG.md b/CHANGELOG.md index 39754246..435eb00f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @primer/css +## 21.3.6 + +### Patch Changes + +- [#2624](https://github.com/primer/css/pull/2624) [`7e62532`](https://github.com/primer/css/commit/7e6253292c3de10a1f333cfc4e6e3216e6a53ab8) Thanks [@sideshowbarker](https://github.com/sideshowbarker)! - drop “display: none” from details element contents styling + ## 21.3.5 ### Patch Changes diff --git a/package.json b/package.json index 2a636f88..38c2e78b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/css", - "version": "21.3.5", + "version": "21.3.6", "description": "The CSS implementation of GitHub's Primer Design System", "homepage": "https://primer.style/css", "author": "GitHub, Inc.",