Skip to content

Commit 99a2ec5

Browse files
v12.3.6
1 parent b1eda74 commit 99a2ec5

4 files changed

Lines changed: 21 additions & 4 deletions

File tree

.versionbot/CHANGELOG.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
- commits:
2+
- subject: "Experiment: Allow column reordering with
3+
`reducedDefaultDeviceColumnsAndReordering` feature flag"
4+
hash: 7cd55b8b9398cc6695de49afbaafc0962f269cb9
5+
body: ""
6+
footer:
7+
Change-type: patch
8+
change-type: patch
9+
author: myarmolinsky
10+
version: 12.3.6
11+
title: ""
12+
date: 2025-05-01T19:02:40.048Z
113
- commits:
214
- subject: Update `analytics-client`
315
hash: 5546a9c54cdc8c12937aee6fbda4b65ab4f9232e

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.3.6
8+
## (2025-05-01)
9+
10+
* Experiment: Allow column reordering with `reducedDefaultDeviceColumnsAndReordering` feature flag [myarmolinsky]
11+
712
# v12.3.5
813
## (2025-04-29)
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.3.5",
3+
"version": "12.3.6",
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-29T21:17:57.048Z"
141+
"publishedAt": "2025-05-01T19:02:40.254Z"
142142
}
143143
}

0 commit comments

Comments
 (0)