Skip to content

Commit 9d537d7

Browse files
v15.2.11
1 parent 457320d commit 9d537d7

File tree

4 files changed

+20
-4
lines changed

4 files changed

+20
-4
lines changed

.versionbot/CHANGELOG.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
- commits:
2+
- subject: "Add Device Dialog: Only show Secureboot option for non-ESR"
3+
hash: 5c7916306951e79b0a3900c92ab939d96c37587b
4+
body: ""
5+
footer:
6+
Change-type: patch
7+
change-type: patch
8+
author: Matthew Yarmolinsky
9+
version: 15.2.11
10+
title: ""
11+
date: 2025-12-08T18:38:46.674Z
112
- commits:
213
- subject: Fix empty dateTime input behaviour
314
hash: 9c0388d3ba39c8449297f0fd7d9e1b62d7238692

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.11
8+
## (2025-12-08)
9+
10+
* Add Device Dialog: Only show Secureboot option for non-ESR [Matthew Yarmolinsky]
11+
712
# v15.2.10
813
## (2025-12-02)
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.10",
3+
"version": "15.2.11",
44
"main": "./dist/index.js",
55
"sideEffects": false,
66
"files": [
@@ -135,7 +135,7 @@
135135
},
136136
"homepage": "https://github.com/balena-io/ui-shared-components#readme",
137137
"versionist": {
138-
"publishedAt": "2025-12-02T16:54:03.043Z"
138+
"publishedAt": "2025-12-08T18:38:46.820Z"
139139
},
140140
"overrides": {
141141
"storybook": "$storybook",

0 commit comments

Comments
 (0)