Skip to content

Commit e626add

Browse files
v9.8.0
1 parent 49012a3 commit e626add

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 useRandomUUID hook
3+
hash: 52293a9e79fd1e10d216f832c88bcd84c4610efa
4+
body: ""
5+
footer:
6+
Change-type: minor
7+
change-type: minor
8+
author: Andrea Rosci
9+
version: 9.8.0
10+
title: ""
11+
date: 2024-11-25T13:25:02.508Z
112
- commits:
213
- subject: Remove mandatory link in the announcement component (will be added as
314
part of the content in the UI)

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+
# v9.8.0
8+
## (2024-11-25)
9+
10+
* Add useRandomUUID hook [Andrea Rosci]
11+
712
# v9.7.9
813
## (2024-11-21)
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": "9.7.9",
3+
"version": "9.8.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-11-21T13:32:55.253Z"
117+
"publishedAt": "2024-11-25T13:25:02.657Z"
118118
}
119119
}

0 commit comments

Comments
 (0)