Skip to content

Commit d96a6b4

Browse files
v12.5.0
1 parent ad42072 commit d96a6b4

File tree

4 files changed

+22
-4
lines changed

4 files changed

+22
-4
lines changed

.versionbot/CHANGELOG.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
- commits:
2+
- subject: "Form/SelectWidget: Support the placeholder property"
3+
hash: 3996098a01cd1b1c137e3ac146a14284e43b9672
4+
body: ""
5+
footer:
6+
Change-type: minor
7+
change-type: minor
8+
See: https://balena.fibery.io/Work/Project/re-pitching-API-Limit-size-of-large-fields-975
9+
see: https://balena.fibery.io/Work/Project/re-pitching-API-Limit-size-of-large-fields-975
10+
author: Thodoris Greasidis
11+
version: 12.5.0
12+
title: ""
13+
date: 2025-06-10T13:26:54.555Z
114
- commits:
215
- subject: Disable interactivity on all tooltips
316
hash: 4c6afa8fe34475dbe866845c215ceed559700e26

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.5.0
8+
## (2025-06-10)
9+
10+
* Form/SelectWidget: Support the placeholder property [Thodoris Greasidis]
11+
712
# v12.4.4
813
## (2025-06-03)
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.4.4",
3+
"version": "12.5.0",
44
"main": "./dist/index.js",
55
"sideEffects": false,
66
"files": [
@@ -132,7 +132,7 @@
132132
},
133133
"homepage": "https://github.com/balena-io/ui-shared-components#readme",
134134
"versionist": {
135-
"publishedAt": "2025-06-03T12:44:46.082Z"
135+
"publishedAt": "2025-06-10T13:26:54.749Z"
136136
},
137137
"overrides": {
138138
"storybook": "$storybook"

0 commit comments

Comments
 (0)