diff --git a/.changeset/chilly-spies-warn.md b/.changeset/chilly-spies-warn.md deleted file mode 100644 index 280f7f7d7d8..00000000000 --- a/.changeset/chilly-spies-warn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': patch ---- - -Remove changes to focus outline to prevent double focus rings from showing diff --git a/CHANGELOG.md b/CHANGELOG.md index fa5bed7391d..e862b512482 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @primer/components +## 36.3.1 + +### Patch Changes + +- [#3998](https://github.com/primer/react/pull/3998) [`dd285e2ac`](https://github.com/primer/react/commit/dd285e2ac83eb282ae7c111fd44e2dffaf15ccb2) Thanks [@joshblack](https://github.com/joshblack)! - Remove changes to focus outline to prevent double focus rings from showing + ## 36.3.0 ### Minor Changes diff --git a/package.json b/package.json index a6642cd66d9..7e727ca3782 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/react", - "version": "36.3.0", + "version": "36.3.1", "description": "An implementation of GitHub's Primer Design System using React", "main": "lib/index.js", "module": "lib-esm/index.js",