Skip to content

Commit 22129f1

Browse files
v12.2.0
1 parent 370d4af commit 22129f1

File tree

4 files changed

+22
-4
lines changed

4 files changed

+22
-4
lines changed

.versionbot/CHANGELOG.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
- commits:
2+
- subject: "RJST Table: Add `onManageColumnsOpen` prop and track clicks"
3+
hash: 57187862023acb4b29b7aad932ba7521b790a439
4+
body: ""
5+
footer:
6+
Fibery: https://balena.fibery.io/Work/Improvement/Track-clicks-on-the-Manage-columns-action-2746
7+
fibery: https://balena.fibery.io/Work/Improvement/Track-clicks-on-the-Manage-columns-action-2746
8+
Change-type: minor
9+
change-type: minor
10+
author: myarmolinsky
11+
version: 12.2.0
12+
title: ""
13+
date: 2025-04-15T14:17:31.839Z
114
- commits:
215
- subject: Pin @mui/lab to 6.0.0-beta.24 to avoid installing beta-dev versions
316
hash: 7b8fe149aac54291773a61e9af274a0083203ce4

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file
44
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
55
This project adheres to [Semantic Versioning](http://semver.org/).
66

7+
# v12.2.0
8+
## (2025-04-15)
9+
10+
* RJST Table: Add `onManageColumnsOpen` prop and track clicks [myarmolinsky]
11+
712
# v12.1.2
813
## (2025-04-11)
914

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@balena/ui-shared-components",
3-
"version": "12.1.2",
3+
"version": "12.2.0",
44
"main": "./dist/index.js",
55
"sideEffects": false,
66
"files": [
@@ -138,6 +138,6 @@
138138
},
139139
"homepage": "https://github.com/balena-io/ui-shared-components#readme",
140140
"versionist": {
141-
"publishedAt": "2025-04-11T11:04:01.082Z"
141+
"publishedAt": "2025-04-15T14:17:32.043Z"
142142
}
143143
}

0 commit comments

Comments
 (0)