diff --git a/.changeset/slow-rabbits-hunt.md b/.changeset/slow-rabbits-hunt.md deleted file mode 100644 index 6efb904772..0000000000 --- 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 39754246a5..435eb00f9d 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 2a636f88ff..38c2e78b0f 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.",