Skip to content

Commit 67dee7a

Browse files
v11.2.22
1 parent 04e99d2 commit 67dee7a

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: "RJST: Fix nested `th` and `thead` console warning"
3+
hash: bf8bca27c9894adc13aa41f6d4d20bcae98cbe00
4+
body: ""
5+
footer:
6+
Change-type: patch
7+
change-type: patch
8+
author: myarmolinsky
9+
version: 11.2.22
10+
title: ""
11+
date: 2025-03-18T14:42:53.218Z
112
- commits:
213
- subject: "DownloadImageDialog: Fix Unknown DOM property `autocomplete` error"
314
hash: 75e8a011d9c08e758b0e923353cee85355ebcad4

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+
# v11.2.22
8+
## (2025-03-18)
9+
10+
* RJST: Fix nested `th` and `thead` console warning [myarmolinsky]
11+
712
# v11.2.21
813
## (2025-03-18)
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": "11.2.21",
3+
"version": "11.2.22",
44
"main": "./dist/index.js",
55
"sideEffects": false,
66
"files": [
@@ -137,6 +137,6 @@
137137
},
138138
"homepage": "https://github.com/balena-io/ui-shared-components#readme",
139139
"versionist": {
140-
"publishedAt": "2025-03-18T14:34:49.033Z"
140+
"publishedAt": "2025-03-18T14:42:53.391Z"
141141
}
142142
}

0 commit comments

Comments
 (0)