From 48d3896f82076412fe728844757df44aaa311474 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 3 Apr 2023 20:21:39 +0000 Subject: [PATCH] Version Packages --- .changeset/itchy-years-retire.md | 6 ------ .changeset/sharp-eggs-crash.md | 7 ------- .changeset/violet-cobras-sparkle.md | 5 ----- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 5 files changed, 15 insertions(+), 19 deletions(-) delete mode 100644 .changeset/itchy-years-retire.md delete mode 100644 .changeset/sharp-eggs-crash.md delete mode 100644 .changeset/violet-cobras-sparkle.md diff --git a/.changeset/itchy-years-retire.md b/.changeset/itchy-years-retire.md deleted file mode 100644 index 8f971bab0fa8..000000000000 --- a/.changeset/itchy-years-retire.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@primer/react': minor ---- - -Experimental Support: exporting useResponsiveValue - diff --git a/.changeset/sharp-eggs-crash.md b/.changeset/sharp-eggs-crash.md deleted file mode 100644 index 3e64d1a28c16..000000000000 --- a/.changeset/sharp-eggs-crash.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@primer/react": patch ---- - -`TreeView` is now SSR-compatible. - -Warning: In this new implementation, `TreeView.LeadingVisual` and `TreeView.TrailingView` must be direct children of `TreeView.Item`. diff --git a/.changeset/violet-cobras-sparkle.md b/.changeset/violet-cobras-sparkle.md deleted file mode 100644 index 506e99078a83..000000000000 --- a/.changeset/violet-cobras-sparkle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': patch ---- - -Fixes styling issue where PointerBox would show a border between the caret and the box if the background color was transparent. diff --git a/CHANGELOG.md b/CHANGELOG.md index aa4bd3671969..41814f584f74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # @primer/components +## 35.25.0 + +### Minor Changes + +- [#3090](https://github.com/primer/react/pull/3090) [`1b8bb16f`](https://github.com/primer/react/commit/1b8bb16f9d874738bae02f88e458495c39052134) Thanks [@kendallgassner](https://github.com/kendallgassner)! - Experimental Support: exporting useResponsiveValue + +### Patch Changes + +- [#3097](https://github.com/primer/react/pull/3097) [`a38c00e6`](https://github.com/primer/react/commit/a38c00e6722373599e6be83b857c7f22c2014459) Thanks [@colebemis](https://github.com/colebemis)! - `TreeView` is now SSR-compatible. + + Warning: In this new implementation, `TreeView.LeadingVisual` and `TreeView.TrailingView` must be direct children of `TreeView.Item`. + +- [#3094](https://github.com/primer/react/pull/3094) [`16cae51a`](https://github.com/primer/react/commit/16cae51a243a66707ddd1f027d9429ee3e0f45b6) Thanks [@mperrotti](https://github.com/mperrotti)! - Fixes styling issue where PointerBox would show a border between the caret and the box if the background color was transparent. + ## 35.24.0 ### Minor Changes diff --git a/package.json b/package.json index 6f3651f447c9..14fe9d4a536c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/react", - "version": "35.24.0", + "version": "35.25.0", "description": "An implementation of GitHub's Primer Design System using React", "main": "lib/index.js", "module": "lib-esm/index.js",