diff --git a/.changeset/four-jeans-travel.md b/.changeset/four-jeans-travel.md deleted file mode 100644 index 7c68b9d2fce..00000000000 --- a/.changeset/four-jeans-travel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -Add draft `SplitPageLayout` component diff --git a/.changeset/fuzzy-windows-divide.md b/.changeset/fuzzy-windows-divide.md deleted file mode 100644 index 90d2a132968..00000000000 --- a/.changeset/fuzzy-windows-divide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': minor ---- - -Add a `stickyTop` prop, the height of a sticky header, to the `PageLayout.Pane` to push the pane down for the sticky header when necessary. diff --git a/.changeset/giant-hotels-love.md b/.changeset/giant-hotels-love.md deleted file mode 100644 index b4a364d0fb6..00000000000 --- a/.changeset/giant-hotels-love.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -Include React 18 in peerDependencies diff --git a/.changeset/inline-textarea-caret.md b/.changeset/inline-textarea-caret.md deleted file mode 100644 index 5955ce039a8..00000000000 --- a/.changeset/inline-textarea-caret.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -Inline the `@koddson/textarea-caret` dependency to fix non-ESM builds diff --git a/.changeset/unlucky-ways-run.md b/.changeset/unlucky-ways-run.md deleted file mode 100644 index 3ddc6bbc323..00000000000 --- a/.changeset/unlucky-ways-run.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': minor ---- - -Moves SegmentedControl to the main bundle and updates it's lifecycle status to "Alpha" diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d24b1bebb6..8e3c8a6eb66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # @primer/components +## 35.7.0 + +### Minor Changes + +- [#2232](https://github.com/primer/react/pull/2232) [`a0fcce61`](https://github.com/primer/react/commit/a0fcce61c04f45ead24fee8f8e25fcf6f3137cd3) Thanks [@broccolinisoup](https://github.com/broccolinisoup)! - Add a `stickyTop` prop, the height of a sticky header, to the `PageLayout.Pane` to push the pane down for the sticky header when necessary. + +* [#2228](https://github.com/primer/react/pull/2228) [`bf99db99`](https://github.com/primer/react/commit/bf99db999a54149682cc708f620145cd0fa1938d) Thanks [@mperrotti](https://github.com/mperrotti)! - Moves SegmentedControl to the main bundle and updates it's lifecycle status to "Alpha" + +### Patch Changes + +- [#2239](https://github.com/primer/react/pull/2239) [`041d6d0e`](https://github.com/primer/react/commit/041d6d0ee478456fdb6ff691b1704bfc01d891bc) Thanks [@colebemis](https://github.com/colebemis)! - Add draft `SplitPageLayout` component + +* [#2205](https://github.com/primer/react/pull/2205) [`4badb579`](https://github.com/primer/react/commit/4badb579d3832d06670ebf200a713d610254825d) Thanks [@okuryu](https://github.com/okuryu)! - Include React 18 in peerDependencies + +- [#2244](https://github.com/primer/react/pull/2244) [`cf6f0e6b`](https://github.com/primer/react/commit/cf6f0e6bfedc78901ebe4fa2689a53ae86f021ed) Thanks [@iansan5653](https://github.com/iansan5653)! - Inline the `@koddson/textarea-caret` dependency to fix non-ESM builds + ## 35.6.0 ### Minor Changes diff --git a/package.json b/package.json index 16f44119b5a..9527330d613 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/react", - "version": "35.6.0", + "version": "35.7.0", "description": "An implementation of GitHub's Primer Design System using React", "main": "lib/index.js", "module": "lib-esm/index.js",