Skip to content

Commit ae0e498

Browse files
v15.1.1
1 parent 873418f commit ae0e498

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: Fix schema passed to filters when not persistent
3+
hash: e66b39f1612834c663191d375bb5bd2e904440e1
4+
body: ""
5+
footer:
6+
Change-type: patch
7+
change-type: patch
8+
author: Andrea Rosci
9+
version: 15.1.1
10+
title: ""
11+
date: 2025-10-27T12:32:40.593Z
112
- commits:
213
- subject: "DownloadImageDialog: Add support for Secure Boot for Generic x86
314
devices"

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.1.1
8+
## (2025-10-27)
9+
10+
* Fix schema passed to filters when not persistent [Andrea Rosci]
11+
712
# v15.1.0
813
## (2025-10-15)
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.1.0",
3+
"version": "15.1.1",
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-10-15T12:29:15.160Z"
137+
"publishedAt": "2025-10-27T12:32:40.723Z"
138138
},
139139
"overrides": {
140140
"storybook": "$storybook"

0 commit comments

Comments
 (0)