Skip to content

Commit 881f91f

Browse files
v21.0.2
1 parent 396567f commit 881f91f

File tree

4 files changed

+45
-3
lines changed

4 files changed

+45
-3
lines changed

.versionbot/CHANGELOG.yml

+36
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
- commits:
2+
- subject: Convert permissions `namespaceRelationships` to for-of
3+
hash: 74eb91db2c258904ed5cb0f2cbd395b7392f0812
4+
body: ""
5+
footer:
6+
Change-type: patch
7+
change-type: patch
8+
author: Pagan Gazzard
9+
nested: []
10+
- subject: Fix unintentional return in translations `namespaceRelationships`
11+
hash: f2ad063fd3953721b708bdf7262824a0648f5e88
12+
body: ""
13+
footer:
14+
Change-type: patch
15+
change-type: patch
16+
author: Pagan Gazzard
17+
nested: []
18+
version: 21.0.2
19+
title: ""
20+
date: 2025-03-26T16:33:03.656Z
121
- commits:
222
- subject: Update dependencies
323
hash: a72ff8a0f6347386e325ca60a7f0ae01c1230a80
@@ -2125,6 +2145,7 @@
21252145

21262146

21272147

2148+
21282149
As balena-lint
21292150
rejects `new
21302151
Boolean()`, `new
@@ -2157,6 +2178,7 @@
21572178

21582179

21592180

2181+
21602182
As engine and npm is
21612183
now required as part
21622184
of package.json we
@@ -2204,6 +2226,7 @@
22042226

22052227

22062228

2229+
22072230
Ensure that the
22082231
input passed in for
22092232
JSON types is either
@@ -2314,6 +2337,7 @@
23142337

23152338

23162339

2340+
23172341
This also deprecates
23182342
the legacy version
23192343
footer:
@@ -2352,6 +2376,7 @@
23522376

23532377

23542378

2379+
23552380
It can in fact be a
23562381
lot of different
23572382
things and that is
@@ -2391,6 +2416,7 @@
23912416

23922417

23932418

2419+
23942420
We know what type
23952421
they return and they
23962422
should be explicitly
@@ -2435,6 +2461,7 @@
24352461

24362462

24372463

2464+
24382465
Update
24392466
@balena/sbvr-types
24402467
from 3.4.18 to 3.5.0
@@ -2590,6 +2617,7 @@
25902617

25912618

25922619

2620+
25932621
This also deprecates
25942622
the legacy use of
25952623
direct true/false
@@ -5716,6 +5744,7 @@
57165744

57175745

57185746

5747+
57195748

57205749

57215750
As balena-lint
@@ -5776,6 +5805,7 @@
57765805

57775806

57785807

5808+
57795809

57805810

57815811
As engine and npm is
@@ -5851,6 +5881,7 @@
58515881

58525882

58535883

5884+
58545885

58555886

58565887
Ensure that the
@@ -5989,6 +6020,7 @@
59896020

59906021

59916022

6023+
59926024

59936025

59946026
This also deprecates
@@ -6055,6 +6087,7 @@
60556087

60566088

60576089

6090+
60586091

60596092

60606093
It can in fact be a
@@ -6122,6 +6155,7 @@
61226155

61236156

61246157

6158+
61256159

61266160

61276161
We know what type
@@ -6194,6 +6228,7 @@
61946228

61956229

61966230

6231+
61976232

61986233

61996234
Update
@@ -6377,6 +6412,7 @@
63776412

63786413

63796414

6415+
63806416

63816417

63826418
This also deprecates

CHANGELOG.md

+6
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+
# v21.0.2
8+
## (2025-03-26)
9+
10+
* Convert permissions `namespaceRelationships` to for-of [Pagan Gazzard]
11+
* Fix unintentional return in translations `namespaceRelationships` [Pagan Gazzard]
12+
713
# v21.0.1
814
## (2025-03-26)
915

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
21.0.1
1+
21.0.2

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@balena/pinejs",
3-
"version": "21.0.1",
3+
"version": "21.0.2",
44
"main": "out/server-glue/module.js",
55
"type": "module",
66
"repository": "[email protected]:balena-io/pinejs.git",
@@ -148,6 +148,6 @@
148148
"recursive": true
149149
},
150150
"versionist": {
151-
"publishedAt": "2025-03-26T05:52:07.573Z"
151+
"publishedAt": "2025-03-26T16:33:04.679Z"
152152
}
153153
}

0 commit comments

Comments
 (0)