File tree 4 files changed +45
-3
lines changed
4 files changed +45
-3
lines changed Original file line number Diff line number Diff line change
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
1
21
- commits:
2
22
- subject: Update dependencies
3
23
hash: a72ff8a0f6347386e325ca60a7f0ae01c1230a80
2125
2145
2126
2146
2127
2147
2148
+
2128
2149
As balena-lint
2129
2150
rejects `new
2130
2151
Boolean()`, `new
2157
2178
2158
2179
2159
2180
2181
+
2160
2182
As engine and npm is
2161
2183
now required as part
2162
2184
of package.json we
2204
2226
2205
2227
2206
2228
2229
+
2207
2230
Ensure that the
2208
2231
input passed in for
2209
2232
JSON types is either
2314
2337
2315
2338
2316
2339
2340
+
2317
2341
This also deprecates
2318
2342
the legacy version
2319
2343
footer:
2352
2376
2353
2377
2354
2378
2379
+
2355
2380
It can in fact be a
2356
2381
lot of different
2357
2382
things and that is
2391
2416
2392
2417
2393
2418
2419
+
2394
2420
We know what type
2395
2421
they return and they
2396
2422
should be explicitly
2435
2461
2436
2462
2437
2463
2464
+
2438
2465
Update
2439
2466
@balena/sbvr-types
2440
2467
from 3.4.18 to 3.5.0
2590
2617
2591
2618
2592
2619
2620
+
2593
2621
This also deprecates
2594
2622
the legacy use of
2595
2623
direct true/false
5716
5744
5717
5745
5718
5746
5747
+
5719
5748
5720
5749
5721
5750
As balena-lint
5776
5805
5777
5806
5778
5807
5808
+
5779
5809
5780
5810
5781
5811
As engine and npm is
5851
5881
5852
5882
5853
5883
5884
+
5854
5885
5855
5886
5856
5887
Ensure that the
5989
6020
5990
6021
5991
6022
6023
+
5992
6024
5993
6025
5994
6026
This also deprecates
6055
6087
6056
6088
6057
6089
6090
+
6058
6091
6059
6092
6060
6093
It can in fact be a
6122
6155
6123
6156
6124
6157
6158
+
6125
6159
6126
6160
6127
6161
We know what type
6194
6228
6195
6229
6196
6230
6231
+
6197
6232
6198
6233
6199
6234
Update
6377
6412
6378
6413
6379
6414
6415
+
6380
6416
6381
6417
6382
6418
This also deprecates
Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ 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
+ # 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
+
7
13
# v21.0.1
8
14
## (2025-03-26)
9
15
Original file line number Diff line number Diff line change 1
- 21.0.1
1
+ 21.0.2
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @balena/pinejs" ,
3
- "version" : " 21.0.1 " ,
3
+ "version" : " 21.0.2 " ,
4
4
"main" : " out/server-glue/module.js" ,
5
5
"type" : " module" ,
6
6
"repository" :
" [email protected] :balena-io/pinejs.git" ,
148
148
"recursive" : true
149
149
},
150
150
"versionist" : {
151
- "publishedAt" : " 2025-03-26T05:52:07.573Z "
151
+ "publishedAt" : " 2025-03-26T16:33:04.679Z "
152
152
}
153
153
}
You can’t perform that action at this time.
0 commit comments