From c7c80f46797fa04088b5212b5f62c9ba9fca61ec Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 28 Sep 2022 20:02:51 +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/sweet-eggs-complain.md | 5 ----- .changeset/twenty-pianos-suffer.md | 5 ----- .changeset/weak-ears-search.md | 5 ----- .changeset/weak-peaches-teach.md | 5 ----- CHANGELOG.md | 24 ++++++++++++++++++++++++ package.json | 2 +- 11 files changed, 25 insertions(+), 46 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/sweet-eggs-complain.md delete mode 100644 .changeset/twenty-pianos-suffer.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/sweet-eggs-complain.md b/.changeset/sweet-eggs-complain.md deleted file mode 100644 index 7d922deb655..00000000000 --- a/.changeset/sweet-eggs-complain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': minor ---- - -UnderlineNav2: Introducing overflow behavior for fine and coarse pointer devices diff --git a/.changeset/twenty-pianos-suffer.md b/.changeset/twenty-pianos-suffer.md deleted file mode 100644 index f2f70f5ea15..00000000000 --- a/.changeset/twenty-pianos-suffer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': minor ---- - -Update "exports" config to use "import" and "require" for ESM and CommonJS bundles 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..5240bb39a09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,29 @@ # @primer/components +## 35.11.0 + +### Minor Changes + +- [#2297](https://github.com/primer/react/pull/2297) [`cad2bc0c`](https://github.com/primer/react/commit/cad2bc0cca63b9159b981c01ae5bd42093964bf1) Thanks [@broccolinisoup](https://github.com/broccolinisoup)! - UnderlineNav2: Introducing overflow behavior for fine and coarse pointer devices + +* [#2366](https://github.com/primer/react/pull/2366) [`13b44608`](https://github.com/primer/react/commit/13b4460807124bc8d7014916476774d229950678) Thanks [@joshblack](https://github.com/joshblack)! - Update "exports" config to use "import" and "require" for ESM and CommonJS bundles + +- [#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 7b83f68da0e..ec92ffbf5c2 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",