Skip to content

Commit 4e1eda8

Browse files
v12.4.1
1 parent 3f2f343 commit 4e1eda8

4 files changed

Lines changed: 36 additions & 4 deletions

File tree

.versionbot/CHANGELOG.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
- commits:
2+
- subject: Add `qs` as a direct dependency
3+
hash: e3144c3663dd553c1ab03e825591993c6ffb3a41
4+
body: ""
5+
footer:
6+
Change-type: patch
7+
change-type: patch
8+
author: myarmolinsky
9+
- subject: "AddTagForm: Use `useRandomUUID` instead of `uuid`"
10+
hash: c49b942dae3e332e46bbccd907d73200483b15c1
11+
body: ""
12+
footer:
13+
Change-type: patch
14+
change-type: patch
15+
author: myarmolinsky
16+
- subject: Upgrade `storybook` dependencies to v9.0.0
17+
hash: 3f40dd1f61c973178d4a4556e37443821e215ac0
18+
body: ""
19+
footer:
20+
Change-type: patch
21+
change-type: patch
22+
author: myarmolinsky
23+
version: 12.4.1
24+
title: ""
25+
date: 2025-05-29T15:00:07.934Z
126
- commits:
227
- subject: "RJST helpers: Deprecate `rjstGetModelForCollection` in favor of
328
`rjstGetModelForCollection2`"

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ 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.4.1
8+
## (2025-05-29)
9+
10+
* Add `qs` as a direct dependency [myarmolinsky]
11+
* AddTagForm: Use `useRandomUUID` instead of `uuid` [myarmolinsky]
12+
* Upgrade `storybook` dependencies to v9.0.0 [myarmolinsky]
13+
714
# v12.4.0
815
## (2025-05-22)
916

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.0",
3+
"version": "12.4.1",
44
"main": "./dist/index.js",
55
"sideEffects": false,
66
"files": [
@@ -133,7 +133,7 @@
133133
},
134134
"homepage": "https://github.com/balena-io/ui-shared-components#readme",
135135
"versionist": {
136-
"publishedAt": "2025-05-22T15:32:26.822Z"
136+
"publishedAt": "2025-05-29T15:00:08.143Z"
137137
},
138138
"overrides": {
139139
"storybook": "$storybook"

0 commit comments

Comments
 (0)