Skip to content

Commit d9c27b4

Browse files
v10.1.1
1 parent 9ad6680 commit d9c27b4

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: Update `react-router-dom` to v6
3+
hash: b5e8e28f0caa1f636c39d2e00e7873d48597fa4e
4+
body: ""
5+
footer:
6+
Change-type: patch
7+
change-type: patch
8+
author: myarmolinsky
9+
version: 10.1.1
10+
title: ""
11+
date: 2025-01-02T14:15:53.902Z
112
- commits:
213
- subject: Add Tag, TagManagementDialog and SimpleConfirmationDialog components
314
hash: d0df74c772225f0940a261984b39dbae1e50687a

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.1.1
8+
## (2025-01-02)
9+
10+
* Update `react-router-dom` to v6 [myarmolinsky]
11+
712
# v10.1.0
813
## (2024-12-23)
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.0",
3+
"version": "10.1.1",
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": "2024-12-23T17:24:11.501Z"
117+
"publishedAt": "2025-01-02T14:15:54.066Z"
118118
}
119119
}

0 commit comments

Comments
 (0)