Skip to content

Commit 25fcc1a

Browse files
v15.2.1
1 parent 1335c12 commit 25fcc1a

File tree

4 files changed

+36
-4
lines changed

4 files changed

+36
-4
lines changed

.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: Use `moduleResolution` `bundler`
3+
hash: 993fbafb15ed5e29efd93660a788434f2c840cf3
4+
body: ""
5+
footer:
6+
Change-type: patch
7+
change-type: patch
8+
author: Matthew Yarmolinsky
9+
- subject: Update `@types/node` to ^22.18.13
10+
hash: 0cd78f437df68705174462bd4a174315d4c7e880
11+
body: ""
12+
footer:
13+
Change-type: patch
14+
change-type: patch
15+
author: Matthew Yarmolinsky
16+
- subject: Update storybook to v10
17+
hash: c8fc8f19bb845dc39db0466ec2893c796e9e324f
18+
body: ""
19+
footer:
20+
Change-type: patch
21+
change-type: patch
22+
author: Matthew Yarmolinsky
23+
version: 15.2.1
24+
title: ""
25+
date: 2025-11-04T16:01:08.876Z
126
- commits:
227
- subject: Add colors and a 'contained' variant to icon buttons
328
hash: ac4e550df37e68910b82376fbe2b9dfa265e19aa

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+
# v15.2.1
8+
## (2025-11-04)
9+
10+
* Use `moduleResolution` `bundler` [Matthew Yarmolinsky]
11+
* Update `@types/node` to ^22.18.13 [Matthew Yarmolinsky]
12+
* Update storybook to v10 [Matthew Yarmolinsky]
13+
714
# v15.2.0
815
## (2025-11-03)
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": "15.2.0",
3+
"version": "15.2.1",
44
"main": "./dist/index.js",
55
"sideEffects": false,
66
"files": [
@@ -134,7 +134,7 @@
134134
},
135135
"homepage": "https://github.com/balena-io/ui-shared-components#readme",
136136
"versionist": {
137-
"publishedAt": "2025-11-03T12:27:17.947Z"
137+
"publishedAt": "2025-11-04T16:01:09.022Z"
138138
},
139139
"overrides": {
140140
"storybook": "$storybook"

0 commit comments

Comments
 (0)