From a34706b8ca5c1c64a270d83cce4edfd6348bf564 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 2 Nov 2023 16:11:16 +0000 Subject: [PATCH] Version Packages --- .changeset/bright-cougars-switch.md | 7 ------- .changeset/five-crews-arrive.md | 7 ------- .changeset/popular-cougars-look.md | 5 ----- .changeset/smart-bugs-occur.md | 7 ------- CHANGELOG.md | 20 ++++++++++++++++++++ package.json | 2 +- 6 files changed, 21 insertions(+), 27 deletions(-) delete mode 100644 .changeset/bright-cougars-switch.md delete mode 100644 .changeset/five-crews-arrive.md delete mode 100644 .changeset/popular-cougars-look.md delete mode 100644 .changeset/smart-bugs-occur.md diff --git a/.changeset/bright-cougars-switch.md b/.changeset/bright-cougars-switch.md deleted file mode 100644 index 0b574281147..00000000000 --- a/.changeset/bright-cougars-switch.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@primer/react': patch ---- - -DataTable: fix incorrect pagination steps when defaultPageIndex is provided - - \ No newline at end of file diff --git a/.changeset/five-crews-arrive.md b/.changeset/five-crews-arrive.md deleted file mode 100644 index 1c26ba45b51..00000000000 --- a/.changeset/five-crews-arrive.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@primer/react': patch ---- - -Select: Add support for `sx` prop - - \ No newline at end of file diff --git a/.changeset/popular-cougars-look.md b/.changeset/popular-cougars-look.md deleted file mode 100644 index 702c1b2a60a..00000000000 --- a/.changeset/popular-cougars-look.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": minor ---- - -Vertically align cell contents in `DataTable` diff --git a/.changeset/smart-bugs-occur.md b/.changeset/smart-bugs-occur.md deleted file mode 100644 index 190f705481e..00000000000 --- a/.changeset/smart-bugs-occur.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@primer/react": patch ---- - -ActionList: Checkbox inside a disabled item should have `not-allowed` cusor - - diff --git a/CHANGELOG.md b/CHANGELOG.md index 2786c4ee7cd..8023d3e19ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # @primer/components +## 36.1.0 + +### Minor Changes + +- [#3843](https://github.com/primer/react/pull/3843) [`4ea8bcf7`](https://github.com/primer/react/commit/4ea8bcf74719947854f28d55210269e0d4431ebb) Thanks [@thyeggman](https://github.com/thyeggman)! - Vertically align cell contents in `DataTable` + +### Patch Changes + +- [#3866](https://github.com/primer/react/pull/3866) [`22fa0928`](https://github.com/primer/react/commit/22fa0928a162bd19b509773a90631c9e53e24de5) Thanks [@strackoverflow](https://github.com/strackoverflow)! - DataTable: fix incorrect pagination steps when defaultPageIndex is provided + + + +- [#3888](https://github.com/primer/react/pull/3888) [`3e20ab1f`](https://github.com/primer/react/commit/3e20ab1fe9ae1ff6c34abd4a8139e7ff008f7c18) Thanks [@strackoverflow](https://github.com/strackoverflow)! - Select: Add support for `sx` prop + + + +- [#3870](https://github.com/primer/react/pull/3870) [`2c24d6a8`](https://github.com/primer/react/commit/2c24d6a876df5c4d0e3ba83fcbdccc685a07b8fb) Thanks [@siddharthkp](https://github.com/siddharthkp)! - ActionList: Checkbox inside a disabled item should have `not-allowed` cusor + + + ## 36.0.0 ### Major Changes diff --git a/package.json b/package.json index 1ec276c401e..d26e2cc9c78 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/react", - "version": "36.0.0", + "version": "36.1.0", "description": "An implementation of GitHub's Primer Design System using React", "main": "lib/index.js", "module": "lib-esm/index.js",