From 182fcbcfacc2e8730d1cce22fce8208a95138edf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 28 Sep 2022 02:54:28 +0000 Subject: [PATCH] Version Packages --- .changeset/brown-bees-tap.md | 5 ----- .changeset/calm-clouds-impress.md | 5 ----- .changeset/loud-toys-explode.md | 5 ----- .changeset/odd-terms-grow.md | 5 ----- .changeset/orange-beds-rhyme.md | 5 ----- .changeset/weak-ears-search.md | 5 ----- .changeset/weak-peaches-teach.md | 5 ----- CHANGELOG.md | 20 ++++++++++++++++++++ package.json | 2 +- 9 files changed, 21 insertions(+), 36 deletions(-) delete mode 100644 .changeset/brown-bees-tap.md delete mode 100644 .changeset/calm-clouds-impress.md delete mode 100644 .changeset/loud-toys-explode.md delete mode 100644 .changeset/odd-terms-grow.md delete mode 100644 .changeset/orange-beds-rhyme.md delete mode 100644 .changeset/weak-ears-search.md delete mode 100644 .changeset/weak-peaches-teach.md diff --git a/.changeset/brown-bees-tap.md b/.changeset/brown-bees-tap.md deleted file mode 100644 index 6dd5c496416..00000000000 --- a/.changeset/brown-bees-tap.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -TreeView: Fix focus styles in styled-components v5.2+ diff --git a/.changeset/calm-clouds-impress.md b/.changeset/calm-clouds-impress.md deleted file mode 100644 index 60c598bde5c..00000000000 --- a/.changeset/calm-clouds-impress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': patch ---- - -Add new accessible frontmatter variable diff --git a/.changeset/loud-toys-explode.md b/.changeset/loud-toys-explode.md deleted file mode 100644 index abac35ac7ce..00000000000 --- a/.changeset/loud-toys-explode.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -Add support for typeahead search of items in a TreeView diff --git a/.changeset/odd-terms-grow.md b/.changeset/odd-terms-grow.md deleted file mode 100644 index 47d84169188..00000000000 --- a/.changeset/odd-terms-grow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -[Internal] Update build process to use `rollup`. This change should be transparent as generated entrypoints remain the same diff --git a/.changeset/orange-beds-rhyme.md b/.changeset/orange-beds-rhyme.md deleted file mode 100644 index 0792d828290..00000000000 --- a/.changeset/orange-beds-rhyme.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -TreeView: Increase touch target size for coarse pointers diff --git a/.changeset/weak-ears-search.md b/.changeset/weak-ears-search.md deleted file mode 100644 index 870a79d439e..00000000000 --- a/.changeset/weak-ears-search.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": minor ---- - -Remove non-tab elements from `TabNav` focus zone diff --git a/.changeset/weak-peaches-teach.md b/.changeset/weak-peaches-teach.md deleted file mode 100644 index 6720e40392c..00000000000 --- a/.changeset/weak-peaches-teach.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": minor ---- - -Add `pasteUrlsAsPlainText` prop to control URL pasting behavior in `MarkdownEditor` diff --git a/CHANGELOG.md b/CHANGELOG.md index 029c6b3550f..1c11c13a9af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # @primer/components +## 35.11.0 + +### Minor Changes + +- [#2367](https://github.com/primer/react/pull/2367) [`252a605d`](https://github.com/primer/react/commit/252a605d0d3add613b441b5be0fa9a027f191592) Thanks [@iansan5653](https://github.com/iansan5653)! - Remove non-tab elements from `TabNav` focus zone + +* [#2368](https://github.com/primer/react/pull/2368) [`aeb6152c`](https://github.com/primer/react/commit/aeb6152c04f299fda80131673b422009d5df0913) Thanks [@iansan5653](https://github.com/iansan5653)! - Add `pasteUrlsAsPlainText` prop to control URL pasting behavior in `MarkdownEditor` + +### Patch Changes + +- [#2375](https://github.com/primer/react/pull/2375) [`96f3b8a1`](https://github.com/primer/react/commit/96f3b8a1f84f8b934d43c19af0e03025be9d5e9f) Thanks [@colebemis](https://github.com/colebemis)! - TreeView: Fix focus styles in styled-components v5.2+ + +* [#2258](https://github.com/primer/react/pull/2258) [`270157a6`](https://github.com/primer/react/commit/270157a627097851e576ed0169d2321077f80602) Thanks [@josepmartins](https://github.com/josepmartins)! - Add new accessible frontmatter variable + +- [#2357](https://github.com/primer/react/pull/2357) [`143286ed`](https://github.com/primer/react/commit/143286edc2aebc55a03ca81d6a303046cb6d0da1) Thanks [@colebemis](https://github.com/colebemis)! - Add support for typeahead search of items in a TreeView + +* [#2327](https://github.com/primer/react/pull/2327) [`df2a834c`](https://github.com/primer/react/commit/df2a834cdddcf32dc339ce50a29ef6bcfc7ae813) Thanks [@joshblack](https://github.com/joshblack)! - [Internal] Update build process to use `rollup`. This change should be transparent as generated entrypoints remain the same + +- [#2376](https://github.com/primer/react/pull/2376) [`33ba836f`](https://github.com/primer/react/commit/33ba836fbf064b30400e9675d44f5d798aa95cf1) Thanks [@colebemis](https://github.com/colebemis)! - TreeView: Increase touch target size for coarse pointers + ## 35.10.0 ### Minor Changes diff --git a/package.json b/package.json index 64f70bc173f..9ab56f5ee22 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/react", - "version": "35.10.0", + "version": "35.11.0", "description": "An implementation of GitHub's Primer Design System using React", "main": "lib/index.js", "module": "lib-esm/index.js",