@balena/sbvr-parser 1.4.27 → 1.4.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.github/workflows/flowzone.yml +1 -1
- package/.versionbot/CHANGELOG.yml +13 -1
- package/CHANGELOG.md +5 -0
- package/package.json +2 -2
|
@@ -15,5 +15,5 @@ permissions:
|
|
|
15
15
|
jobs:
|
|
16
16
|
flowzone:
|
|
17
17
|
name: Flowzone
|
|
18
|
-
uses: product-os/flowzone/.github/workflows/flowzone.yml@
|
|
18
|
+
uses: product-os/flowzone/.github/workflows/flowzone.yml@3eb3c97430ced517b32b40740187bf754857ba19 # master
|
|
19
19
|
secrets: inherit
|
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
- commits:
|
|
2
|
+
- subject: Update product-os/flowzone digest to 3eb3c97
|
|
3
|
+
hash: 6f05a3f954bbbff6bf0eb18622c3f789a27ca452
|
|
4
|
+
body: |
|
|
5
|
+
Update product-os/flowzone
|
|
6
|
+
footer:
|
|
7
|
+
Change-type: patch
|
|
8
|
+
change-type: patch
|
|
9
|
+
author: balena-renovate[bot]
|
|
10
|
+
version: 1.4.28
|
|
11
|
+
title: ""
|
|
12
|
+
date: 2026-03-26T10:20:19.044Z
|
|
1
13
|
- commits:
|
|
2
14
|
- subject: Update product-os/flowzone digest to 7b49c1e
|
|
3
15
|
hash: 0a4e0a204ba730e7d09f2ba93e84f69ad07c1022
|
|
@@ -9,7 +21,7 @@
|
|
|
9
21
|
author: balena-renovate[bot]
|
|
10
22
|
version: 1.4.27
|
|
11
23
|
title: ""
|
|
12
|
-
date: 2026-03-26T09:
|
|
24
|
+
date: 2026-03-26T09:25:11.223Z
|
|
13
25
|
- commits:
|
|
14
26
|
- subject: Update product-os/flowzone digest to 8d926e2
|
|
15
27
|
hash: 558f13014f08c75c800a157005e464bae76eb3b6
|
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file
|
|
|
4
4
|
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
|
|
5
5
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
|
6
6
|
|
|
7
|
+
# v1.4.28
|
|
8
|
+
## (2026-03-26)
|
|
9
|
+
|
|
10
|
+
* Update product-os/flowzone digest to 3eb3c97 [balena-renovate[bot]]
|
|
11
|
+
|
|
7
12
|
# v1.4.27
|
|
8
13
|
## (2026-03-26)
|
|
9
14
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@balena/sbvr-parser",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.28",
|
|
4
4
|
"description": "SBVR to LF parser.",
|
|
5
5
|
"main": "sbvr-parser.js",
|
|
6
6
|
"scripts": {
|
|
@@ -35,6 +35,6 @@
|
|
|
35
35
|
"_": "test"
|
|
36
36
|
},
|
|
37
37
|
"versionist": {
|
|
38
|
-
"publishedAt": "2026-03-
|
|
38
|
+
"publishedAt": "2026-03-26T10:20:19.105Z"
|
|
39
39
|
}
|
|
40
40
|
}
|