Skip to content

Commit df4d1b8

Browse files
v15.7.3
1 parent 51290b6 commit df4d1b8

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: Move enumNames to uiSchema since schema support is deprecated
3+
hash: b78be73d577e6af811c02c47020d13a6ab61f1b7
4+
body: ""
5+
footer:
6+
Change-type: patch
7+
change-type: patch
8+
author: Andrea Rosci
9+
version: 15.7.3
10+
title: ""
11+
date: 2026-03-30T15:05:21.405Z
112
- commits:
213
- subject: "package.json: Fix the repository url"
314
hash: 1517e0ab9b7b38c2332dce1d5c59e215d09c01e5

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.7.3
8+
## (2026-03-30)
9+
10+
* Move enumNames to uiSchema since schema support is deprecated [Andrea Rosci]
11+
712
# v15.7.2
813
## (2026-03-30)
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.7.2",
3+
"version": "15.7.3",
44
"main": "./dist/index.js",
55
"sideEffects": false,
66
"files": [
@@ -137,7 +137,7 @@
137137
},
138138
"homepage": "https://github.com/balena-io-modules/ui-shared-components#readme",
139139
"versionist": {
140-
"publishedAt": "2026-03-30T14:18:32.305Z"
140+
"publishedAt": "2026-03-30T15:05:21.558Z"
141141
},
142142
"overrides": {
143143
"storybook": "$storybook",

0 commit comments

Comments
 (0)