Skip to content

Commit 06222c0

Browse files
v11.1.1
1 parent 412f4fe commit 06222c0

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: "Markdown: Stop propagation for links"
3+
hash: 47d4ee5413ffce207f654e6762af637bddd2a0fb
4+
body: ""
5+
footer:
6+
Change-type: patch
7+
change-type: patch
8+
author: myarmolinsky
9+
version: 11.1.1
10+
title: ""
11+
date: 2025-01-17T13:11:51.893Z
112
- commits:
213
- subject: Add jest and OData converter tests
314
hash: 1e6eecaffa40b60509260283af033ac8a5fa8cfb

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+
# v11.1.1
8+
## (2025-01-17)
9+
10+
* Markdown: Stop propagation for links [myarmolinsky]
11+
712
# v11.1.0
813
## (2025-01-16)
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": "11.1.0",
3+
"version": "11.1.1",
44
"main": "./dist/index.js",
55
"sideEffects": false,
66
"files": [
@@ -135,6 +135,6 @@
135135
},
136136
"homepage": "https://github.com/balena-io/ui-shared-components#readme",
137137
"versionist": {
138-
"publishedAt": "2025-01-16T09:58:44.216Z"
138+
"publishedAt": "2025-01-17T13:11:52.077Z"
139139
}
140140
}

0 commit comments

Comments
 (0)