From 2d68b6031cd5755e5ce38c4c78386f5f09bcbb6f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 7 Sep 2023 20:39:17 +0000 Subject: [PATCH] Version Packages --- .changeset/cuddly-rice-press.md | 7 ------- .changeset/nasty-jobs-itch.md | 7 ------- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 4 files changed, 15 insertions(+), 15 deletions(-) delete mode 100644 .changeset/cuddly-rice-press.md delete mode 100644 .changeset/nasty-jobs-itch.md diff --git a/.changeset/cuddly-rice-press.md b/.changeset/cuddly-rice-press.md deleted file mode 100644 index b35405b4578f..000000000000 --- a/.changeset/cuddly-rice-press.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@primer/react': patch ---- - -Update the `children` prop for `Button` to be optional - - diff --git a/.changeset/nasty-jobs-itch.md b/.changeset/nasty-jobs-itch.md deleted file mode 100644 index 8698f41de0b6..000000000000 --- a/.changeset/nasty-jobs-itch.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@primer/react': minor ---- - -Add support for leadingVisual and trailingVisual props to Button - - diff --git a/CHANGELOG.md b/CHANGELOG.md index 22edf79cfb5f..a0497f9bfd01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # @primer/components +## 35.30.0 + +### Minor Changes + +- [#3715](https://github.com/primer/react/pull/3715) [`1f889281`](https://github.com/primer/react/commit/1f88928117acf86a3acd75c405b0064f080a66e3) Thanks [@joshblack](https://github.com/joshblack)! - Add support for leadingVisual and trailingVisual props to Button + + + +### Patch Changes + +- [#3661](https://github.com/primer/react/pull/3661) [`25693b08`](https://github.com/primer/react/commit/25693b08e8f2c89af1199c2f9d4fe38777f8a70b) Thanks [@joshblack](https://github.com/joshblack)! - Update the `children` prop for `Button` to be optional + + + ## 35.29.0 ### Minor Changes diff --git a/package.json b/package.json index a57e18f63114..190d6eb2b974 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/react", - "version": "35.29.0", + "version": "35.30.0", "description": "An implementation of GitHub's Primer Design System using React", "main": "lib/index.js", "module": "lib-esm/index.js",