Skip to content

Commit e9754bc

Browse files
v15.4.0
1 parent c50815d commit e9754bc

4 files changed

Lines changed: 20 additions & 4 deletions

File tree

.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: remove formats prop and consolidate under context
3+
hash: 27f23d315b7cc4e97f12eeeab5a13c350d8e952f
4+
body: ""
5+
footer:
6+
Change-type: minor
7+
change-type: minor
8+
author: Andrea Rosci
9+
version: 15.4.0
10+
title: ""
11+
date: 2025-12-23T15:48:53.386Z
112
- commits:
213
- subject: Add MUI X date pickers
314
hash: df10f4a72dd3f302854b276815445aafc6286ba9

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.4.0
8+
## (2025-12-23)
9+
10+
* remove formats prop and consolidate under context [Andrea Rosci]
11+
712
# v15.3.0
813
## (2025-12-19)
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.3.0",
3+
"version": "15.4.0",
44
"main": "./dist/index.js",
55
"sideEffects": false,
66
"files": [
@@ -137,7 +137,7 @@
137137
},
138138
"homepage": "https://github.com/balena-io/ui-shared-components#readme",
139139
"versionist": {
140-
"publishedAt": "2025-12-19T08:53:35.083Z"
140+
"publishedAt": "2025-12-23T15:48:53.527Z"
141141
},
142142
"overrides": {
143143
"storybook": "$storybook",

0 commit comments

Comments
 (0)