Skip to content

Commit a048d3a

Browse files
v10.2.0
1 parent 6b5a423 commit a048d3a

File tree

4 files changed

+21
-4
lines changed

4 files changed

+21
-4
lines changed

.versionbot/CHANGELOG.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
- commits:
2+
- subject: "Tabs: Add `currentTab` and `setTab` properties for controlled Tabs
3+
state"
4+
hash: f1ef5fee7b16e064225109edd3ecc424e41f66a2
5+
body: ""
6+
footer:
7+
Change-type: minor
8+
change-type: minor
9+
author: myarmolinsky
10+
version: 10.2.0
11+
title: ""
12+
date: 2025-01-07T14:30:53.816Z
113
- commits:
214
- subject: Update `react-router-dom` to v6
315
hash: b5e8e28f0caa1f636c39d2e00e7873d48597fa4e

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+
# v10.2.0
8+
## (2025-01-07)
9+
10+
* Tabs: Add `currentTab` and `setTab` properties for controlled Tabs state [myarmolinsky]
11+
712
# v10.1.1
813
## (2025-01-02)
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": "10.1.1",
3+
"version": "10.2.0",
44
"main": "./dist/index.js",
55
"sideEffects": false,
66
"files": [
@@ -114,6 +114,6 @@
114114
},
115115
"homepage": "https://github.com/balena-io/ui-shared-components#readme",
116116
"versionist": {
117-
"publishedAt": "2025-01-02T14:15:54.066Z"
117+
"publishedAt": "2025-01-07T14:30:53.973Z"
118118
}
119119
}

0 commit comments

Comments
 (0)