Skip to content

Commit 9fd1935

Browse files
v11.2.21
1 parent b6d68a6 commit 9fd1935

File tree

4 files changed

+28
-4
lines changed

4 files changed

+28
-4
lines changed

.versionbot/CHANGELOG.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
- commits:
2+
- subject: "DownloadImageDialog: Fix Unknown DOM property `autocomplete` error"
3+
hash: 75e8a011d9c08e758b0e923353cee85355ebcad4
4+
body: ""
5+
footer:
6+
Change-type: patch
7+
change-type: patch
8+
author: myarmolinsky
9+
- subject: "TextFields: Migrate from deprecated inputProps/InputProps to slotProps"
10+
hash: 739d900bee07c1d86b671c380483aa36c01aaf42
11+
body: ""
12+
footer:
13+
Change-type: patch
14+
change-type: patch
15+
author: myarmolinsky
16+
version: 11.2.21
17+
title: ""
18+
date: 2025-03-18T14:34:48.848Z
119
- commits:
220
- subject: "DownloadImageDialog: Add missing `withUrlValidation` to dependency
321
array"

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ 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+
# v11.2.21
8+
## (2025-03-18)
9+
10+
* DownloadImageDialog: Fix Unknown DOM property `autocomplete` error [myarmolinsky]
11+
* TextFields: Migrate from deprecated inputProps/InputProps to slotProps [myarmolinsky]
12+
713
# v11.2.20
814
## (2025-03-18)
915

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": "11.2.20",
3+
"version": "11.2.21",
44
"main": "./dist/index.js",
55
"sideEffects": false,
66
"files": [
@@ -137,6 +137,6 @@
137137
},
138138
"homepage": "https://github.com/balena-io/ui-shared-components#readme",
139139
"versionist": {
140-
"publishedAt": "2025-03-18T14:26:37.145Z"
140+
"publishedAt": "2025-03-18T14:34:49.033Z"
141141
}
142142
}

0 commit comments

Comments
 (0)