Skip to content

Commit 0d3c851

Browse files
v11.1.0
1 parent fa049f7 commit 0d3c851

File tree

4 files changed

+37
-5
lines changed

4 files changed

+37
-5
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: Add jest and OData converter tests
3+
hash: 1e6eecaffa40b60509260283af033ac8a5fa8cfb
4+
body: ""
5+
footer:
6+
Change-type: minor
7+
change-type: minor
8+
author: Andrea Rosci
9+
- subject: Rename hisotry to navigate and fix typing
10+
hash: 1e71c22e23f0bea95c2e05af42546fe8349dc21d
11+
body: ""
12+
footer:
13+
Change-type: patch
14+
change-type: patch
15+
author: Andrea Rosci
16+
- subject: Add RJST (React JSON Schema Table) component
17+
hash: 052cab3afaae06f18a633debded12ed3bc5f54b5
18+
body: ""
19+
footer:
20+
Change-type: minor
21+
change-type: minor
22+
author: Andrea Rosci
23+
version: 11.1.0
24+
title: ""
25+
date: 2025-01-16T09:58:43.981Z
126
- commits:
227
- subject: Update MUI to v6
328
hash: 2a2d493b7f423f1324c1844137fd6eaf0202d5b2

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+
# v11.1.0
8+
## (2025-01-16)
9+
10+
* Add jest and OData converter tests [Andrea Rosci]
11+
* Rename hisotry to navigate and fix typing [Andrea Rosci]
12+
* Add RJST (React JSON Schema Table) component [Andrea Rosci]
13+
714
# v11.0.0
815
## (2025-01-14)
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@balena/ui-shared-components",
3-
"version": "11.0.0",
3+
"version": "11.1.0",
44
"main": "./dist/index.js",
55
"sideEffects": false,
66
"files": [
@@ -111,7 +111,7 @@
111111
"last 1 safari version"
112112
]
113113
},
114-
"jest": {
114+
"jest": {
115115
"preset": "ts-jest",
116116
"testRegex": "src/.*spec.tsx?$",
117117
"moduleFileExtensions": [
@@ -135,6 +135,6 @@
135135
},
136136
"homepage": "https://github.com/balena-io/ui-shared-components#readme",
137137
"versionist": {
138-
"publishedAt": "2025-01-14T09:32:18.542Z"
138+
"publishedAt": "2025-01-16T09:58:44.216Z"
139139
}
140140
}

0 commit comments

Comments
 (0)