@balena/sbvr-types 11.1.15 → 11.1.16
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
|
@@ -17,7 +17,7 @@ permissions:
|
|
|
17
17
|
jobs:
|
|
18
18
|
flowzone:
|
|
19
19
|
name: Flowzone
|
|
20
|
-
uses: product-os/flowzone/.github/workflows/flowzone.yml@
|
|
20
|
+
uses: product-os/flowzone/.github/workflows/flowzone.yml@7b1359dc5b9ca4e6621b6ea7427128569d3f68d8 # master
|
|
21
21
|
# prevent duplicate workflows and only allow one `pull_request` or `pull_request_target` for
|
|
22
22
|
# internal or external contributions respectively
|
|
23
23
|
if: |
|
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
- commits:
|
|
2
|
+
- subject: Update product-os/flowzone digest to 7b1359d
|
|
3
|
+
hash: 5038a169013bf6847e544521bd04733eb673fcbf
|
|
4
|
+
body: |
|
|
5
|
+
Update product-os/flowzone
|
|
6
|
+
footer:
|
|
7
|
+
Change-type: patch
|
|
8
|
+
change-type: patch
|
|
9
|
+
author: balena-renovate[bot]
|
|
10
|
+
version: 11.1.16
|
|
11
|
+
title: ""
|
|
12
|
+
date: 2026-03-26T06:22:29.565Z
|
|
1
13
|
- commits:
|
|
2
14
|
- subject: Update product-os/flowzone digest to 7b87702
|
|
3
15
|
hash: fca583aedbfb98d4aa6900a45bb4e3a5f95b8fef
|
|
@@ -9,7 +21,7 @@
|
|
|
9
21
|
author: balena-renovate[bot]
|
|
10
22
|
version: 11.1.15
|
|
11
23
|
title: ""
|
|
12
|
-
date: 2026-03-26T05:
|
|
24
|
+
date: 2026-03-26T05:36:45.616Z
|
|
13
25
|
- commits:
|
|
14
26
|
- subject: Update product-os/flowzone digest to cc9836f
|
|
15
27
|
hash: 88207935534d64a3e804ccd25b970f0441d2b76c
|
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
|
+
# v11.1.16
|
|
8
|
+
## (2026-03-26)
|
|
9
|
+
|
|
10
|
+
* Update product-os/flowzone digest to 7b1359d [balena-renovate[bot]]
|
|
11
|
+
|
|
7
12
|
# v11.1.15
|
|
8
13
|
## (2026-03-26)
|
|
9
14
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@balena/sbvr-types",
|
|
3
|
-
"version": "11.1.
|
|
3
|
+
"version": "11.1.16",
|
|
4
4
|
"description": "SBVR type definitions.",
|
|
5
5
|
"main": "out",
|
|
6
6
|
"type": "commonjs",
|
|
@@ -52,6 +52,6 @@
|
|
|
52
52
|
"npm": ">=8.1.0"
|
|
53
53
|
},
|
|
54
54
|
"versionist": {
|
|
55
|
-
"publishedAt": "2026-03-
|
|
55
|
+
"publishedAt": "2026-03-26T06:22:29.668Z"
|
|
56
56
|
}
|
|
57
57
|
}
|