Skip to content

Commit 26c896c

Browse files
v12.1.1
1 parent c22dfbd commit 26c896c

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: Momentary virtualized autocomplete loadNext fix
3+
hash: 03768d3c9b81b50e00ebf2c4728366eddd1a02ff
4+
body: ""
5+
footer:
6+
Change-type: patch
7+
change-type: patch
8+
author: Andrea Rosci
9+
version: 12.1.1
10+
title: ""
11+
date: 2025-04-10T12:37:45.855Z
112
- commits:
213
- subject: Improve typing and remove nested recursive import
314
hash: 6ec631a6bf4ec553dd3e12bc2017188d7b95130d

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.1.1
8+
## (2025-04-10)
9+
10+
* Momentary virtualized autocomplete loadNext fix [Andrea Rosci]
11+
712
# v12.1.0
813
## (2025-04-09)
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.1.0",
3+
"version": "12.1.1",
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-09T13:21:56.791Z"
141+
"publishedAt": "2025-04-10T12:37:46.057Z"
142142
}
143143
}

0 commit comments

Comments
 (0)