Skip to content

Commit ad33c45

Browse files
v15.2.2
1 parent 3defa91 commit ad33c45

File tree

4 files changed

+23
-4
lines changed

4 files changed

+23
-4
lines changed

.versionbot/CHANGELOG.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
- commits:
2+
- subject: "DownloadImageDialog: Fix the Secure Boot switch not being used in the
3+
image download"
4+
hash: 0571c2128780bb35607aee163b7e08a4d244f90b
5+
body: ""
6+
footer:
7+
Change-type: patch
8+
change-type: patch
9+
See: https://balena.zulipchat.com/#narrow/channel/345889-balena-io.2Fos/topic/Secure.20boot.20pentest/near/553402251
10+
see: https://balena.zulipchat.com/#narrow/channel/345889-balena-io.2Fos/topic/Secure.20boot.20pentest/near/553402251
11+
author: Thodoris Greasidis
12+
version: 15.2.2
13+
title: ""
14+
date: 2025-11-05T12:11:09.626Z
115
- commits:
216
- subject: Use `moduleResolution` `bundler`
317
hash: 993fbafb15ed5e29efd93660a788434f2c840cf3

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+
# v15.2.2
8+
## (2025-11-05)
9+
10+
* DownloadImageDialog: Fix the Secure Boot switch not being used in the image download [Thodoris Greasidis]
11+
712
# v15.2.1
813
## (2025-11-04)
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": "15.2.1",
3+
"version": "15.2.2",
44
"main": "./dist/index.js",
55
"sideEffects": false,
66
"files": [
@@ -134,7 +134,7 @@
134134
},
135135
"homepage": "https://github.com/balena-io/ui-shared-components#readme",
136136
"versionist": {
137-
"publishedAt": "2025-11-04T16:01:09.022Z"
137+
"publishedAt": "2025-11-05T12:11:09.761Z"
138138
},
139139
"overrides": {
140140
"storybook": "$storybook"

0 commit comments

Comments
 (0)