Skip to content

Commit 552eaff

Browse files
v15.6.1
1 parent 3b6aba0 commit 552eaff

4 files changed

Lines changed: 76 additions & 4 deletions

File tree

.versionbot/CHANGELOG.yml

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,63 @@
1+
- commits:
2+
- subject: Use `@rjsf/utils` instead of `json-schema` for `JSONSchema` typing
3+
hash: e38e542367b8c4398cc5027119ccc0259e295427
4+
body: ""
5+
footer:
6+
Change-type: patch
7+
change-type: patch
8+
author: Matthew Yarmolinsky
9+
- subject: Run `npm audit fix`
10+
hash: 6e170f6230a7efa4aada8166ec86be6545cc7972
11+
body: ""
12+
footer:
13+
Change-type: patch
14+
change-type: patch
15+
author: Matthew Yarmolinsky
16+
- subject: Add missing dev dependency `@fortawesome/fontawesome-svg-core`
17+
hash: 8bd7b244512258a92a2a80baafa79200cc40327f
18+
body: ""
19+
footer:
20+
Change-type: patch
21+
change-type: patch
22+
author: Matthew Yarmolinsky
23+
- subject: Add missing dependency `@mui/utils`
24+
hash: 2fc7b9188c1e54c124492b52df2f87c5d332eef2
25+
body: ""
26+
footer:
27+
Change-type: patch
28+
change-type: patch
29+
author: Matthew Yarmolinsky
30+
- subject: Add missing dependency `@dnd-kit/utilities`
31+
hash: c8c657b9e4b305ac7a4e989893050b0fe13058fa
32+
body: ""
33+
footer:
34+
Change-type: patch
35+
change-type: patch
36+
author: Matthew Yarmolinsky
37+
- subject: Remove unused dev dependency `prop-types`
38+
hash: 098c29d79312f1469a16bb9d3f75c63f674a1100
39+
body: ""
40+
footer:
41+
Change-type: patch
42+
change-type: patch
43+
author: Matthew Yarmolinsky
44+
- subject: Remove unused dependency `@mui/styled-engine-sc`
45+
hash: 37920b116e0512dffef56ef8f213d99a6a46b9c1
46+
body: ""
47+
footer:
48+
Change-type: patch
49+
change-type: patch
50+
author: Matthew Yarmolinsky
51+
- subject: Move `rimraf` to dev dependencies
52+
hash: c5385b5df63398ef43b665e3701b5f420c88036c
53+
body: ""
54+
footer:
55+
Change-type: patch
56+
change-type: patch
57+
author: Matthew Yarmolinsky
58+
version: 15.6.1
59+
title: ""
60+
date: 2026-01-15T15:22:24.969Z
161
- commits:
262
- subject: "TagManagement: Add support for defining max field size constraints"
363
hash: a3edb414639480ae69cbfcf2e90206a08786e087

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ 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.6.1
8+
## (2026-01-15)
9+
10+
* Use `@rjsf/utils` instead of `json-schema` for `JSONSchema` typing [Matthew Yarmolinsky]
11+
* Run `npm audit fix` [Matthew Yarmolinsky]
12+
* Add missing dev dependency `@fortawesome/fontawesome-svg-core` [Matthew Yarmolinsky]
13+
* Add missing dependency `@mui/utils` [Matthew Yarmolinsky]
14+
* Add missing dependency `@dnd-kit/utilities` [Matthew Yarmolinsky]
15+
* Remove unused dev dependency `prop-types` [Matthew Yarmolinsky]
16+
* Remove unused dependency `@mui/styled-engine-sc` [Matthew Yarmolinsky]
17+
* Move `rimraf` to dev dependencies [Matthew Yarmolinsky]
18+
719
# v15.6.0
820
## (2026-01-15)
921

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.6.0",
3+
"version": "15.6.1",
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": "2026-01-15T07:48:28.098Z"
140+
"publishedAt": "2026-01-15T15:22:25.137Z"
141141
},
142142
"overrides": {
143143
"storybook": "$storybook",

0 commit comments

Comments
 (0)