From 8f5d135396235cc40a70a21fbdd609f4af3026eb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 28 Mar 2023 16:35:59 +0000 Subject: [PATCH] Version Packages --- .changeset/chilled-icons-hammer.md | 5 ----- .changeset/pink-tables-report.md | 5 ----- .changeset/stupid-bats-end.md | 5 ----- .changeset/unlucky-books-sort.md | 5 ----- .changeset/wild-snakes-fetch.md | 5 ----- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 7 files changed, 17 insertions(+), 26 deletions(-) delete mode 100644 .changeset/chilled-icons-hammer.md delete mode 100644 .changeset/pink-tables-report.md delete mode 100644 .changeset/stupid-bats-end.md delete mode 100644 .changeset/unlucky-books-sort.md delete mode 100644 .changeset/wild-snakes-fetch.md diff --git a/.changeset/chilled-icons-hammer.md b/.changeset/chilled-icons-hammer.md deleted file mode 100644 index aa0dfa5bdbc..00000000000 --- a/.changeset/chilled-icons-hammer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -Remove incorrect focus styles on ActionList items diff --git a/.changeset/pink-tables-report.md b/.changeset/pink-tables-report.md deleted file mode 100644 index bf78a81e3f8..00000000000 --- a/.changeset/pink-tables-report.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': minor ---- - -Adds text alignment option to columns diff --git a/.changeset/stupid-bats-end.md b/.changeset/stupid-bats-end.md deleted file mode 100644 index 0ecab62f117..00000000000 --- a/.changeset/stupid-bats-end.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': patch ---- - -Stop rendering `activeClassName` when there is no `to` prop is passed for react-router (TabNav, SubNav, BreadCrumb, UnderlineNav v1) diff --git a/.changeset/unlucky-books-sort.md b/.changeset/unlucky-books-sort.md deleted file mode 100644 index 65741705a71..00000000000 --- a/.changeset/unlucky-books-sort.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -Use open/closed colors for `StateLabel` diff --git a/.changeset/wild-snakes-fetch.md b/.changeset/wild-snakes-fetch.md deleted file mode 100644 index 1d2abbe235d..00000000000 --- a/.changeset/wild-snakes-fetch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": minor ---- - -Adds `tabIndex` and `role="region"` to `PageLayout.Pane` when overflow is detected (scrollHeight > clientHeight). Also requires either `aria-labelledby` or `aria-label` when overflow is detected, and throws an error if neither is defined. diff --git a/CHANGELOG.md b/CHANGELOG.md index 6011d9ae7f3..550b55d5c86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # @primer/components +## 35.23.0 + +### Minor Changes + +- [#3068](https://github.com/primer/react/pull/3068) [`09e11335`](https://github.com/primer/react/commit/09e11335f5a415459e18feabe2686511adb51fe4) Thanks [@mperrotti](https://github.com/mperrotti)! - Adds text alignment option to columns + +- [#3012](https://github.com/primer/react/pull/3012) [`04d9db02`](https://github.com/primer/react/commit/04d9db02c0ba6ddca13a0b2bd0f4ada3e00991e7) Thanks [@radglob](https://github.com/radglob)! - Adds `tabIndex` and `role="region"` to `PageLayout.Pane` when overflow is detected (scrollHeight > clientHeight). Also requires either `aria-labelledby` or `aria-label` when overflow is detected, and throws an error if neither is defined. + +### Patch Changes + +- [#3056](https://github.com/primer/react/pull/3056) [`7e4f7714`](https://github.com/primer/react/commit/7e4f7714f4839b0bd304770da1e64aa247a68d7b) Thanks [@langermank](https://github.com/langermank)! - Remove incorrect focus styles on ActionList items + +- [#3061](https://github.com/primer/react/pull/3061) [`b71cb1fb`](https://github.com/primer/react/commit/b71cb1fb2240b08a816278af0dd94ac4e2e1246d) Thanks [@broccolinisoup](https://github.com/broccolinisoup)! - Stop rendering `activeClassName` when there is no `to` prop is passed for react-router (TabNav, SubNav, BreadCrumb, UnderlineNav v1) + +- [#3041](https://github.com/primer/react/pull/3041) [`e5f13300`](https://github.com/primer/react/commit/e5f133004721426a63c8647e22f987dddd716442) Thanks [@simurai](https://github.com/simurai)! - Use open/closed colors for `StateLabel` + ## 35.22.0 ### Minor Changes diff --git a/package.json b/package.json index 34814db4be8..ef4925b6285 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/react", - "version": "35.22.0", + "version": "35.23.0", "description": "An implementation of GitHub's Primer Design System using React", "main": "lib/index.js", "module": "lib-esm/index.js",