Skip to content

Commit 44fe728

Browse files
v15.0.3
1 parent 6a70ad4 commit 44fe728

File tree

4 files changed

+20
-4
lines changed

4 files changed

+20
-4
lines changed

.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: "Table Actions: Fix feature flag keys checked"
3+
hash: 3c6d5b51223811b0d36f2afa7ea2243c6d1bdb1e
4+
body: ""
5+
footer:
6+
Change-type: patch
7+
change-type: patch
8+
author: Matthew Yarmolinsky
9+
version: 15.0.3
10+
title: ""
11+
date: 2025-10-10T14:08:58.007Z
112
- commits:
213
- subject: Update `@balena/lint`
314
hash: 75a40dcdb656bea504dd0ed765063b26bbf0cd40

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.0.3
8+
## (2025-10-10)
9+
10+
* Table Actions: Fix feature flag keys checked [Matthew Yarmolinsky]
11+
712
# v15.0.2
813
## (2025-10-10)
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.0.2",
3+
"version": "15.0.3",
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-10-10T12:03:04.486Z"
136+
"publishedAt": "2025-10-10T14:08:58.140Z"
137137
},
138138
"overrides": {
139139
"storybook": "$storybook"

0 commit comments

Comments
 (0)