Skip to content

Commit 24032c7

Browse files
Version Packages (#3890)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 22fa092 commit 24032c7

File tree

6 files changed

+21
-27
lines changed

6 files changed

+21
-27
lines changed

.changeset/bright-cougars-switch.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/five-crews-arrive.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/popular-cougars-look.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/smart-bugs-occur.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# @primer/components
22

3+
## 36.1.0
4+
5+
### Minor Changes
6+
7+
- [#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`
8+
9+
### Patch Changes
10+
11+
- [#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
12+
13+
<!-- Changed components: DataTable -->
14+
15+
- [#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
16+
17+
<!-- Changed components: Select -->
18+
19+
- [#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
20+
21+
<!-- Changed components: ActionList -->
22+
323
## 36.0.0
424

525
### Major Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@primer/react",
3-
"version": "36.0.0",
3+
"version": "36.1.0",
44
"description": "An implementation of GitHub's Primer Design System using React",
55
"main": "lib/index.js",
66
"module": "lib-esm/index.js",

0 commit comments

Comments
 (0)