Skip to content

Commit 64ae920

Browse files
v10.1.0
1 parent 1173849 commit 64ae920

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: Add Tag, TagManagementDialog and SimpleConfirmationDialog components
3+
hash: d0df74c772225f0940a261984b39dbae1e50687a
4+
body: ""
5+
footer:
6+
Change-type: minor
7+
change-type: minor
8+
author: Andrea Rosci
9+
version: 10.1.0
10+
title: ""
11+
date: 2024-12-23T17:24:11.336Z
112
- commits:
213
- subject: "Markdown: Fix linebreaks not working"
314
hash: f46a550ae27b3c77540923cc22c5942e1a8b78f8

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.0
8+
## (2024-12-23)
9+
10+
* Add Tag, TagManagementDialog and SimpleConfirmationDialog components [Andrea Rosci]
11+
712
# v10.0.1
813
## (2024-12-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": "10.0.1",
3+
"version": "10.1.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": "2024-12-10T20:23:08.735Z"
117+
"publishedAt": "2024-12-23T17:24:11.501Z"
118118
}
119119
}

0 commit comments

Comments
 (0)