Skip to content

Commit 2102c77

Browse files
v10.0.1
1 parent 1440d7a commit 2102c77

File tree

4 files changed

+28
-4
lines changed

4 files changed

+28
-4
lines changed

.versionbot/CHANGELOG.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
- commits:
2+
- subject: "Markdown: Fix linebreaks not working"
3+
hash: f46a550ae27b3c77540923cc22c5942e1a8b78f8
4+
body: ""
5+
footer:
6+
Change-type: patch
7+
change-type: patch
8+
author: myarmolinsky
9+
- subject: Add dependency `remark-breaks`
10+
hash: bc1a6c2205a4b360ea029153483a371fd92b7c13
11+
body: ""
12+
footer:
13+
Change-type: patch
14+
change-type: patch
15+
author: myarmolinsky
16+
version: 10.0.1
17+
title: ""
18+
date: 2024-12-10T20:23:08.577Z
119
- commits:
220
- subject: Add `MarkdownSupportedSyntax` component
321
hash: c2d69a504bde6fd9fd2e0304c80a7b12378fd064

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ 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.0.1
8+
## (2024-12-10)
9+
10+
* Markdown: Fix linebreaks not working [myarmolinsky]
11+
* Add dependency `remark-breaks` [myarmolinsky]
12+
713
# v10.0.0
814
## (2024-12-09)
915

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.0",
3+
"version": "10.0.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-09T16:43:34.975Z"
117+
"publishedAt": "2024-12-10T20:23:08.735Z"
118118
}
119119
}

0 commit comments

Comments
 (0)