From 547414086ceffa752708c8e14fdd342c70592aa5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 23 Feb 2023 23:32:50 +0000 Subject: [PATCH] Version Packages --- .changeset/calm-moons-serve.md | 5 ----- .changeset/dry-turtles-sing.md | 5 ----- .changeset/fair-lobsters-sin.md | 5 ----- .changeset/metal-ants-punch.md | 5 ----- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 6 files changed, 13 insertions(+), 21 deletions(-) delete mode 100644 .changeset/calm-moons-serve.md delete mode 100644 .changeset/dry-turtles-sing.md delete mode 100644 .changeset/fair-lobsters-sin.md delete mode 100644 .changeset/metal-ants-punch.md diff --git a/.changeset/calm-moons-serve.md b/.changeset/calm-moons-serve.md deleted file mode 100644 index 7d67233221b..00000000000 --- a/.changeset/calm-moons-serve.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': patch ---- - -Button: Fixes the style override issue when size is explicitly specified as medium diff --git a/.changeset/dry-turtles-sing.md b/.changeset/dry-turtles-sing.md deleted file mode 100644 index de0111d376a..00000000000 --- a/.changeset/dry-turtles-sing.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': patch ---- - -PageHeader: Make default heading level `h2` diff --git a/.changeset/fair-lobsters-sin.md b/.changeset/fair-lobsters-sin.md deleted file mode 100644 index 2612e0e407d..00000000000 --- a/.changeset/fair-lobsters-sin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -Add `isolation:isolate` to `ButtonGroup` container diff --git a/.changeset/metal-ants-punch.md b/.changeset/metal-ants-punch.md deleted file mode 100644 index 6e6d87bc026..00000000000 --- a/.changeset/metal-ants-punch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -Decrease `invisible` button icon CSS specifity diff --git a/CHANGELOG.md b/CHANGELOG.md index 914fa056806..51675b6f709 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # @primer/components +## 35.20.1 + +### Patch Changes + +- [#2929](https://github.com/primer/react/pull/2929) [`ee4b76f8`](https://github.com/primer/react/commit/ee4b76f8ff2b711f72efb0cf790113c67bdd08e6) Thanks [@broccolinisoup](https://github.com/broccolinisoup)! - Button: Fixes the style override issue when size is explicitly specified as medium + +- [#2905](https://github.com/primer/react/pull/2905) [`6bf9e677`](https://github.com/primer/react/commit/6bf9e6772608a639da8b7db5f6f13248b7b186cf) Thanks [@broccolinisoup](https://github.com/broccolinisoup)! - PageHeader: Make default heading level `h2` + +- [#2910](https://github.com/primer/react/pull/2910) [`0c701920`](https://github.com/primer/react/commit/0c7019201084c0f39ff3b4cb51d4f57f0e3d65d1) Thanks [@iansan5653](https://github.com/iansan5653)! - Add `isolation:isolate` to `ButtonGroup` container + +- [#2925](https://github.com/primer/react/pull/2925) [`6f50b156`](https://github.com/primer/react/commit/6f50b1569ac4024672fa19bc3a916528e2308566) Thanks [@langermank](https://github.com/langermank)! - Decrease `invisible` button icon CSS specifity + ## 35.20.0 ### Minor Changes diff --git a/package.json b/package.json index ea51537b832..721627f2eba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/react", - "version": "35.20.0", + "version": "35.20.1", "description": "An implementation of GitHub's Primer Design System using React", "main": "lib/index.js", "module": "lib-esm/index.js",