Skip to content

Commit eb4aa79

Browse files
v12.3.4
1 parent ad55356 commit eb4aa79

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: "DownloadImageDialog: Fix the variant selection for non-unified OS
3+
releases"
4+
hash: 27d9e11156ba31dbdeb0e30f51debaf0e6789b13
5+
body: ""
6+
footer:
7+
Change-type: patch
8+
change-type: patch
9+
author: Thodoris Greasidis
10+
version: 12.3.4
11+
title: ""
12+
date: 2025-04-25T09:05:52.869Z
113
- commits:
214
- subject: "RJST: Make primary columns bold by default"
315
hash: af8b5c7c8d49b0bb8367062650a4b12e8cec1d2c

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.4
8+
## (2025-04-25)
9+
10+
* DownloadImageDialog: Fix the variant selection for non-unified OS releases [Thodoris Greasidis]
11+
712
# v12.3.3
813
## (2025-04-24)
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.3",
3+
"version": "12.3.4",
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-24T13:48:20.319Z"
141+
"publishedAt": "2025-04-25T09:05:53.084Z"
142142
}
143143
}

0 commit comments

Comments
 (0)