From dd269fd54a22af522cf2a208fc3004129078d334 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 21 Apr 2023 20:25:07 +0000 Subject: [PATCH] Version Packages --- .changeset/chilled-brooms-grow.md | 7 ------- .changeset/late-hotels-turn.md | 5 ----- .changeset/lemon-berries-run.md | 7 ------- .changeset/wicked-knives-sparkle.md | 5 ----- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 6 files changed, 17 insertions(+), 25 deletions(-) delete mode 100644 .changeset/chilled-brooms-grow.md delete mode 100644 .changeset/late-hotels-turn.md delete mode 100644 .changeset/lemon-berries-run.md delete mode 100644 .changeset/wicked-knives-sparkle.md diff --git a/.changeset/chilled-brooms-grow.md b/.changeset/chilled-brooms-grow.md deleted file mode 100644 index 73d033b8b38..00000000000 --- a/.changeset/chilled-brooms-grow.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@primer/react": patch ---- - -`MarkdownEditor` is now SSR-compatible. - -Warning: In this new implementation, `MarkdownEditor.Toolbar`, `MarkdownEditor.Actions`, and `MarkdownEditor.Label` must be direct children of `MarkdownEditor`. diff --git a/.changeset/late-hotels-turn.md b/.changeset/late-hotels-turn.md deleted file mode 100644 index e764a6e8e0d..00000000000 --- a/.changeset/late-hotels-turn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -Remove `--primer` prefix from CSS var diff --git a/.changeset/lemon-berries-run.md b/.changeset/lemon-berries-run.md deleted file mode 100644 index 1e7bfe65ad4..00000000000 --- a/.changeset/lemon-berries-run.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@primer/react": patch ---- - -`ActionList` and `NavList` are now SSR-compatible. - -Warning: In this new implementation, `ActionList.LeadingVisual`, `ActionList.TrailingVisual,` and `ActionList.Description` must be direct children of `ActionList`. The same applies to `NavList`. diff --git a/.changeset/wicked-knives-sparkle.md b/.changeset/wicked-knives-sparkle.md deleted file mode 100644 index 760da1a2b88..00000000000 --- a/.changeset/wicked-knives-sparkle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -Bug fix: `ButtonGroup` borders show incorrectly on hover diff --git a/CHANGELOG.md b/CHANGELOG.md index 6aca85976b1..76ef9e5091d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # @primer/components +## 35.25.1 + +### Patch Changes + +- [#3174](https://github.com/primer/react/pull/3174) [`d4c6ae5b`](https://github.com/primer/react/commit/d4c6ae5b481631ab9bcd7256f5287612c97e021e) Thanks [@colebemis](https://github.com/colebemis)! - `MarkdownEditor` is now SSR-compatible. + + Warning: In this new implementation, `MarkdownEditor.Toolbar`, `MarkdownEditor.Actions`, and `MarkdownEditor.Label` must be direct children of `MarkdownEditor`. + +- [#3209](https://github.com/primer/react/pull/3209) [`a6279536`](https://github.com/primer/react/commit/a6279536e3c2c28788196fd9a5e28fc53ec6538a) Thanks [@langermank](https://github.com/langermank)! - Remove `--primer` prefix from CSS var + +- [#3173](https://github.com/primer/react/pull/3173) [`6b900e90`](https://github.com/primer/react/commit/6b900e90c3a551251b8161227c3d51ba476b9b5c) Thanks [@colebemis](https://github.com/colebemis)! - `ActionList` and `NavList` are now SSR-compatible. + + Warning: In this new implementation, `ActionList.LeadingVisual`, `ActionList.TrailingVisual,` and `ActionList.Description` must be direct children of `ActionList`. The same applies to `NavList`. + +- [#3198](https://github.com/primer/react/pull/3198) [`a273748b`](https://github.com/primer/react/commit/a273748b6d8162b7f6e819200c5663963558ec2f) Thanks [@langermank](https://github.com/langermank)! - Bug fix: `ButtonGroup` borders show incorrectly on hover + ## 35.25.0 ### Minor Changes diff --git a/package.json b/package.json index c00c0328d37..dbb40372ab1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/react", - "version": "35.25.0", + "version": "35.25.1", "description": "An implementation of GitHub's Primer Design System using React", "main": "lib/index.js", "module": "lib-esm/index.js",