Skip to content

Commit 11be6d3

Browse files
v12.4.3
1 parent a2b9b7a commit 11be6d3

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: Uninstall unused package @mui/icons-material
3+
hash: a0c9aa24b376106a9bb492a3c9d86b417d2ce97e
4+
body: ""
5+
footer:
6+
Change-type: patch
7+
change-type: patch
8+
author: Andrea Rosci
9+
- subject: Replace Material Icons with FontAwsomeIcons
10+
hash: 6b3d0e884b0034ea147540439dc0bf0edd8bce6d
11+
body: ""
12+
footer:
13+
Change-type: patch
14+
change-type: patch
15+
author: Andrea Rosci
16+
- subject: Remove unused icon
17+
hash: df74d24293ca3d8d228bcbc30fa5e0a01bea2914
18+
body: ""
19+
footer:
20+
Change-type: patch
21+
change-type: patch
22+
author: Andrea Rosci
23+
version: 12.4.3
24+
title: ""
25+
date: 2025-06-02T14:52:09.125Z
126
- commits:
227
- subject: Update dependency lint-staged to v16
328
hash: cc5e3c7829bfca985f6beaf9a932081d9bd3eb86

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.3
8+
## (2025-06-02)
9+
10+
* Uninstall unused package @mui/icons-material [Andrea Rosci]
11+
* Replace Material Icons with FontAwsomeIcons [Andrea Rosci]
12+
* Remove unused icon [Andrea Rosci]
13+
714
# v12.4.2
815
## (2025-05-29)
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.2",
3+
"version": "12.4.3",
44
"main": "./dist/index.js",
55
"sideEffects": false,
66
"files": [
@@ -132,7 +132,7 @@
132132
},
133133
"homepage": "https://github.com/balena-io/ui-shared-components#readme",
134134
"versionist": {
135-
"publishedAt": "2025-05-29T18:26:26.359Z"
135+
"publishedAt": "2025-06-02T14:52:09.338Z"
136136
},
137137
"overrides": {
138138
"storybook": "$storybook"

0 commit comments

Comments
 (0)