Skip to content

Commit e8bdc0c

Browse files
v15.2.10
1 parent 42e4420 commit e8bdc0c

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 empty dateTime input behaviour
3+
hash: 9c0388d3ba39c8449297f0fd7d9e1b62d7238692
4+
body: ""
5+
footer:
6+
Change-type: patch
7+
change-type: patch
8+
author: Andrea Rosci
9+
version: 15.2.10
10+
title: ""
11+
date: 2025-12-02T16:54:02.881Z
112
- commits:
213
- subject: correct Material import to avoid circular dependency
314
hash: 39764f528f6ed0f7e65db089973a75584533f52b

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.10
8+
## (2025-12-02)
9+
10+
* Fix empty dateTime input behaviour [Andrea Rosci]
11+
712
# v15.2.9
813
## (2025-11-24)
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.9",
3+
"version": "15.2.10",
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-11-24T17:03:39.757Z"
138+
"publishedAt": "2025-12-02T16:54:03.043Z"
139139
},
140140
"overrides": {
141141
"storybook": "$storybook",

0 commit comments

Comments
 (0)