Skip to content

Commit d95f912

Browse files
v15.7.2
1 parent e2d7cfc commit d95f912

4 files changed

Lines changed: 20 additions & 4 deletions

File tree

.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: "package.json: Fix the repository url"
3+
hash: 1517e0ab9b7b38c2332dce1d5c59e215d09c01e5
4+
body: ""
5+
footer:
6+
Change-type: patch
7+
change-type: patch
8+
author: Thodoris Greasidis
9+
version: 15.7.2
10+
title: ""
11+
date: 2026-03-30T14:18:32.087Z
112
- commits:
213
- subject: "Add id-token: write permission for NPM OIDC publishing"
314
hash: 5d2f5e5f157f07d4ce13013d60cf17ea6b9a12cf

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+
# v15.7.2
8+
## (2026-03-30)
9+
10+
* package.json: Fix the repository url [Thodoris Greasidis]
11+
712
# v15.7.1
813
## (2026-02-19)
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": "15.7.1",
3+
"version": "15.7.2",
44
"main": "./dist/index.js",
55
"sideEffects": false,
66
"files": [
@@ -137,7 +137,7 @@
137137
},
138138
"homepage": "https://github.com/balena-io-modules/ui-shared-components#readme",
139139
"versionist": {
140-
"publishedAt": "2026-02-19T14:07:37.218Z"
140+
"publishedAt": "2026-03-30T14:18:32.305Z"
141141
},
142142
"overrides": {
143143
"storybook": "$storybook",

0 commit comments

Comments
 (0)