@balena/sbvr-types 11.1.6 → 11.1.7

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.
@@ -17,7 +17,7 @@ permissions:
17
17
  jobs:
18
18
  flowzone:
19
19
  name: Flowzone
20
- uses: product-os/flowzone/.github/workflows/flowzone.yml@master
20
+ uses: product-os/flowzone/.github/workflows/flowzone.yml@a53cf4b7384cc3fb2636e63cb1c7a3559b1a2ed4 # 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: Pin product-os/flowzone action to a53cf4b
3
+ hash: 9ff4599fc77a3fceea168ca1e03618de244ca706
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.7
11
+ title: ""
12
+ date: 2026-03-24T18:20:24.144Z
1
13
  - commits:
2
14
  - subject: "Add id-token: write permission for NPM OIDC publishing"
3
15
  hash: ab01f7d00c2905b30c0c70289a7cb273cf088a7e
@@ -10,7 +22,7 @@
10
22
  author: Kyle Harding
11
23
  version: 11.1.6
12
24
  title: ""
13
- date: 2026-02-18T18:40:46.467Z
25
+ date: 2026-02-19T01:39:15.124Z
14
26
  - commits:
15
27
  - subject: Update dependencies
16
28
  hash: faa3686f258876ea0e58aa0f8c82026c9484a33e
package/CHANGELOG.md CHANGED
@@ -4,8 +4,13 @@ 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.7
8
+ ## (2026-03-24)
9
+
10
+ * Pin product-os/flowzone action to a53cf4b [balena-renovate[bot]]
11
+
7
12
  # v11.1.6
8
- ## (2026-02-18)
13
+ ## (2026-02-19)
9
14
 
10
15
  * Add id-token: write permission for NPM OIDC publishing [Kyle Harding]
11
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/sbvr-types",
3
- "version": "11.1.6",
3
+ "version": "11.1.7",
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-02-18T18:40:46.563Z"
55
+ "publishedAt": "2026-03-24T18:20:24.243Z"
56
56
  }
57
57
  }