@powerlines/nx 0.11.230 → 0.11.231

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.
Files changed (33) hide show
  1. package/dist/index.cjs +2 -2
  2. package/dist/index.mjs +2 -2
  3. package/dist/{plugin-DJ2BfJg6.cjs → plugin-B-zUI527.cjs} +1 -1
  4. package/dist/{plugin-CWRA5nom.mjs → plugin-BheScrsg.mjs} +2 -2
  5. package/dist/{plugin-CWRA5nom.mjs.map → plugin-BheScrsg.mjs.map} +1 -1
  6. package/dist/{plugin-utilities-B6evbzM-.cjs → plugin-utilities-CuJ0wEZS.cjs} +58 -23
  7. package/dist/{plugin-utilities-C-wuo6ih.mjs → plugin-utilities-DpjLrWCz.mjs} +59 -23
  8. package/dist/plugin-utilities-DpjLrWCz.mjs.map +1 -0
  9. package/dist/src/base/base-executor.untyped.d.mts +2 -2
  10. package/dist/src/executors/build/untyped.d.cts +2 -2
  11. package/dist/src/executors/clean/untyped.d.cts +2 -2
  12. package/dist/src/executors/clean/untyped.d.mts +2 -2
  13. package/dist/src/executors/docs/untyped.d.mts +2 -2
  14. package/dist/src/executors/lint/untyped.d.cts +2 -2
  15. package/dist/src/executors/lint/untyped.d.mts +2 -2
  16. package/dist/src/executors/prepare/untyped.d.cts +2 -2
  17. package/dist/src/executors/prepare/untyped.d.mts +2 -2
  18. package/dist/src/generators/sync/untyped.d.cts +2 -2
  19. package/dist/src/generators/sync/untyped.d.mts +2 -2
  20. package/dist/src/helpers/plugin-utilities.cjs +1 -1
  21. package/dist/src/helpers/plugin-utilities.mjs +1 -1
  22. package/dist/src/plugin/index.cjs +2 -2
  23. package/dist/src/plugin/index.mjs +2 -2
  24. package/package.json +10 -5
  25. package/CHANGELOG.md +0 -2187
  26. package/dist/plugin-utilities-C-wuo6ih.mjs.map +0 -1
  27. package/docs/api/base-executor.schema.md +0 -123
  28. package/docs/api/build/schema.md +0 -151
  29. package/docs/api/clean/schema.md +0 -123
  30. package/docs/api/docs/schema.md +0 -141
  31. package/docs/api/lint/schema.md +0 -141
  32. package/docs/api/prepare/schema.md +0 -141
  33. package/docs/api/sync/schema.md +0 -16
package/CHANGELOG.md DELETED
@@ -1,2187 +0,0 @@
1
- ![Powerlines' logo banner](https://public.storm-cdn.com/powerlines/banner-1280x320-dark.gif)
2
-
3
- # Changelog for Powerlines - Nx
4
-
5
- ## [0.11.229](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.229) (03/01/2026)
6
-
7
- ### Miscellaneous
8
-
9
- - **nx:** Improve error logging in plugin helper ([6df9a34bf](https://github.com/storm-software/powerlines/commit/6df9a34bf))
10
-
11
- ### Bug Fixes
12
-
13
- - **nx:** Resolve plugin initialization issue with local workspace dependencies ([2f515b2ce](https://github.com/storm-software/powerlines/commit/2f515b2ce))
14
-
15
- ### Updated Dependencies
16
-
17
- - Updated **powerlines** to **v0.39.9**
18
-
19
- ## [0.11.228](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.228) (03/01/2026)
20
-
21
- ### Updated Dependencies
22
-
23
- - Updated **powerlines** to **v0.39.8**
24
-
25
- ## [0.11.227](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.227) (03/01/2026)
26
-
27
- ### Updated Dependencies
28
-
29
- - Updated **powerlines** to **v0.39.7**
30
-
31
- ## [0.11.226](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.226) (03/01/2026)
32
-
33
- ### Updated Dependencies
34
-
35
- - Updated **powerlines** to **v0.39.6**
36
-
37
- ## [0.11.225](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.225) (03/01/2026)
38
-
39
- ### Bug Fixes
40
-
41
- - **nx:** Additional updates to resolve plugin resolution issue ([4b69f83c1](https://github.com/storm-software/powerlines/commit/4b69f83c1))
42
-
43
- ### Updated Dependencies
44
-
45
- - Updated **powerlines** to **v0.39.5**
46
-
47
- ## [0.11.224](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.224) (03/01/2026)
48
-
49
- ### Bug Fixes
50
-
51
- - **nx:** Resolve issues with `exports` in package ([83bdf343a](https://github.com/storm-software/powerlines/commit/83bdf343a))
52
-
53
- ## [0.11.223](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.223) (02/28/2026)
54
-
55
- ### Bug Fixes
56
-
57
- - **powerlines:** Resolve issue with `package.json` exports list ([db1258c87](https://github.com/storm-software/powerlines/commit/db1258c87))
58
-
59
- ### Updated Dependencies
60
-
61
- - Updated **powerlines** to **v0.39.4**
62
-
63
- ## [0.11.222](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.222) (02/28/2026)
64
-
65
- ### Updated Dependencies
66
-
67
- - Updated **powerlines** to **v0.39.3**
68
-
69
- ## [0.11.221](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.221) (02/28/2026)
70
-
71
- ### Miscellaneous
72
-
73
- - **nx:** Added formatting to plugin verbose logging ([babaea49a](https://github.com/storm-software/powerlines/commit/babaea49a))
74
- - **powerlines:** Clean up build plugin peer dependency versions ([c9c7d0c1f](https://github.com/storm-software/powerlines/commit/c9c7d0c1f))
75
-
76
- ### Bug Fixes
77
-
78
- - **nx:** Resolved issues with verbose Nx plugin options ([b91e1ad52](https://github.com/storm-software/powerlines/commit/b91e1ad52))
79
-
80
- ### Updated Dependencies
81
-
82
- - Updated **powerlines** to **v0.39.2**
83
-
84
- ## [0.11.220](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.220) (02/28/2026)
85
-
86
- ### Miscellaneous
87
-
88
- - **nx:** Small change to default value comment ([db243fb81](https://github.com/storm-software/powerlines/commit/db243fb81))
89
-
90
- ## [0.11.219](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.219) (02/28/2026)
91
-
92
- ### Miscellaneous
93
-
94
- - **nx:** Update plugin to better handle error scenarios ([39007a382](https://github.com/storm-software/powerlines/commit/39007a382))
95
-
96
- ### Updated Dependencies
97
-
98
- - Updated **powerlines** to **v0.39.1**
99
-
100
- ## [0.11.218](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.218) (02/27/2026)
101
-
102
- ### Features
103
-
104
- - **powerlines:** Update package structure for better single responsibility ([6c69d6846](https://github.com/storm-software/powerlines/commit/6c69d6846))
105
-
106
- ### Updated Dependencies
107
-
108
- - Updated **powerlines** to **v0.39.0**
109
-
110
- ## [0.11.217](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.217) (02/26/2026)
111
-
112
- ### Updated Dependencies
113
-
114
- - Updated **powerlines** to **v0.38.57**
115
-
116
- ## [0.11.216](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.216) (02/24/2026)
117
-
118
- ### Updated Dependencies
119
-
120
- - Updated **powerlines** to **v0.38.56**
121
-
122
- ## [0.11.215](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.215) (02/23/2026)
123
-
124
- ### Updated Dependencies
125
-
126
- - Updated **powerlines** to **v0.38.55**
127
-
128
- ## [0.11.214](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.214) (02/21/2026)
129
-
130
- ### Updated Dependencies
131
-
132
- - Updated **powerlines** to **v0.38.54**
133
-
134
- ## [0.11.213](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.213) (02/19/2026)
135
-
136
- ### Updated Dependencies
137
-
138
- - Updated **powerlines** to **v0.38.53**
139
-
140
- ## [0.11.212](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.212) (02/19/2026)
141
-
142
- ### Updated Dependencies
143
-
144
- - Updated **powerlines** to **v0.38.52**
145
-
146
- ## [0.11.211](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.211) (02/19/2026)
147
-
148
- ### Updated Dependencies
149
-
150
- - Updated **powerlines** to **v0.38.51**
151
-
152
- ## [0.11.210](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.210) (02/19/2026)
153
-
154
- ### Updated Dependencies
155
-
156
- - Updated **powerlines** to **v0.38.50**
157
-
158
- ## [0.11.209](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.209) (02/16/2026)
159
-
160
- ### Updated Dependencies
161
-
162
- - Updated **powerlines** to **v0.38.49**
163
-
164
- ## [0.11.208](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.208) (02/16/2026)
165
-
166
- ### Updated Dependencies
167
-
168
- - Updated **powerlines** to **v0.38.48**
169
-
170
- ## [0.11.207](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.207) (02/14/2026)
171
-
172
- ### Updated Dependencies
173
-
174
- - Updated **powerlines** to **v0.38.47**
175
-
176
- ## [0.11.206](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.206) (02/14/2026)
177
-
178
- ### Updated Dependencies
179
-
180
- - Updated **powerlines** to **v0.38.46**
181
-
182
- ## [0.11.205](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.205) (02/13/2026)
183
-
184
- ### Updated Dependencies
185
-
186
- - Updated **powerlines** to **v0.38.45**
187
-
188
- ## [0.11.204](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.204) (02/13/2026)
189
-
190
- ### Updated Dependencies
191
-
192
- - Updated **powerlines** to **v0.38.44**
193
-
194
- ## [0.11.203](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.203) (02/13/2026)
195
-
196
- ### Updated Dependencies
197
-
198
- - Updated **powerlines** to **v0.38.43**
199
-
200
- ## [0.11.202](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.202) (02/12/2026)
201
-
202
- ### Updated Dependencies
203
-
204
- - Updated **powerlines** to **v0.38.42**
205
-
206
- ## [0.11.201](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.201) (02/12/2026)
207
-
208
- ### Updated Dependencies
209
-
210
- - Updated **powerlines** to **v0.38.41**
211
-
212
- ## [0.11.200](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.200) (02/12/2026)
213
-
214
- ### Updated Dependencies
215
-
216
- - Updated **powerlines** to **v0.38.40**
217
-
218
- ## [0.11.199](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.199) (02/12/2026)
219
-
220
- ### Updated Dependencies
221
-
222
- - Updated **powerlines** to **v0.38.39**
223
-
224
- ## [0.11.198](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.198) (02/09/2026)
225
-
226
- ### Updated Dependencies
227
-
228
- - Updated **powerlines** to **v0.38.38**
229
-
230
- ## [0.11.197](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.197) (02/05/2026)
231
-
232
- ### Updated Dependencies
233
-
234
- - Updated **powerlines** to **v0.38.37**
235
-
236
- ## [0.11.196](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.196) (02/05/2026)
237
-
238
- ### Updated Dependencies
239
-
240
- - Updated **powerlines** to **v0.38.36**
241
-
242
- ## [0.11.195](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.195) (02/05/2026)
243
-
244
- ### Updated Dependencies
245
-
246
- - Updated **powerlines** to **v0.38.35**
247
-
248
- ## [0.11.194](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.194) (02/03/2026)
249
-
250
- ### Updated Dependencies
251
-
252
- - Updated **powerlines** to **v0.38.34**
253
-
254
- ## [0.11.193](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.193) (02/03/2026)
255
-
256
- ### Miscellaneous
257
-
258
- - **nx:** Update Nx plugin to cache `prepare` task execution ([5418530a3](https://github.com/storm-software/powerlines/commit/5418530a3))
259
-
260
- ### Updated Dependencies
261
-
262
- - Updated **powerlines** to **v0.38.33**
263
-
264
- ## [0.11.192](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.192) (02/02/2026)
265
-
266
- ### Updated Dependencies
267
-
268
- - Updated **powerlines** to **v0.38.32**
269
-
270
- ## [0.11.191](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.191) (02/01/2026)
271
-
272
- ### Miscellaneous
273
-
274
- - **monorepo:** Update the fill icon used in `README.md` files ([e4b41a0df](https://github.com/storm-software/powerlines/commit/e4b41a0df))
275
-
276
- ### Updated Dependencies
277
-
278
- - Updated **powerlines** to **v0.38.31**
279
-
280
- ## [0.11.190](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.190) (02/01/2026)
281
-
282
- ### Updated Dependencies
283
-
284
- - Updated **powerlines** to **v0.38.30**
285
-
286
- ## [0.11.189](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.189) (02/01/2026)
287
-
288
- ### Updated Dependencies
289
-
290
- - Updated **powerlines** to **v0.38.29**
291
-
292
- ## [0.11.188](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.188) (02/01/2026)
293
-
294
- ### Updated Dependencies
295
-
296
- - Updated **powerlines** to **v0.38.28**
297
-
298
- ## [0.11.187](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.187) (02/01/2026)
299
-
300
- ### Updated Dependencies
301
-
302
- - Updated **powerlines** to **v0.38.27**
303
-
304
- ## [0.11.186](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.186) (02/01/2026)
305
-
306
- ### Updated Dependencies
307
-
308
- - Updated **powerlines** to **v0.38.26**
309
-
310
- ## [0.11.185](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.185) (02/01/2026)
311
-
312
- ### Updated Dependencies
313
-
314
- - Updated **powerlines** to **v0.38.25**
315
-
316
- ## [0.11.184](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.184) (01/30/2026)
317
-
318
- ### Updated Dependencies
319
-
320
- - Updated **powerlines** to **v0.38.24**
321
-
322
- ## [0.11.183](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.183) (01/30/2026)
323
-
324
- ### Updated Dependencies
325
-
326
- - Updated **powerlines** to **v0.38.23**
327
-
328
- ## [0.11.182](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.182) (01/30/2026)
329
-
330
- ### Updated Dependencies
331
-
332
- - Updated **powerlines** to **v0.38.22**
333
-
334
- ## [0.11.181](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.181) (01/30/2026)
335
-
336
- ### Updated Dependencies
337
-
338
- - Updated **powerlines** to **v0.38.21**
339
-
340
- ## [0.11.180](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.180) (01/29/2026)
341
-
342
- ### Updated Dependencies
343
-
344
- - Updated **powerlines** to **v0.38.20**
345
-
346
- ## [0.11.179](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.179) (01/29/2026)
347
-
348
- ### Updated Dependencies
349
-
350
- - Updated **powerlines** to **v0.38.19**
351
-
352
- ## [0.11.178](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.178) (01/29/2026)
353
-
354
- ### Updated Dependencies
355
-
356
- - Updated **powerlines** to **v0.38.18**
357
-
358
- ## [0.11.177](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.177) (01/29/2026)
359
-
360
- ### Updated Dependencies
361
-
362
- - Updated **powerlines** to **v0.38.17**
363
-
364
- ## [0.11.176](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.176) (01/29/2026)
365
-
366
- ### Updated Dependencies
367
-
368
- - Updated **powerlines** to **v0.38.16**
369
-
370
- ## [0.11.175](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.175) (01/28/2026)
371
-
372
- ### Updated Dependencies
373
-
374
- - Updated **powerlines** to **v0.38.15**
375
-
376
- ## [0.11.174](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.174) (01/28/2026)
377
-
378
- ### Updated Dependencies
379
-
380
- - Updated **powerlines** to **v0.38.14**
381
-
382
- ## [0.11.173](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.173) (01/28/2026)
383
-
384
- ### Updated Dependencies
385
-
386
- - Updated **powerlines** to **v0.38.13**
387
-
388
- ## [0.11.172](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.172) (01/28/2026)
389
-
390
- ### Updated Dependencies
391
-
392
- - Updated **powerlines** to **v0.38.12**
393
-
394
- ## [0.11.171](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.171) (01/28/2026)
395
-
396
- ### Updated Dependencies
397
-
398
- - Updated **powerlines** to **v0.38.11**
399
-
400
- ## [0.11.170](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.170) (01/28/2026)
401
-
402
- ### Updated Dependencies
403
-
404
- - Updated **powerlines** to **v0.38.10**
405
-
406
- ## [0.11.169](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.169) (01/28/2026)
407
-
408
- ### Updated Dependencies
409
-
410
- - Updated **powerlines** to **v0.38.9**
411
-
412
- ## [0.11.168](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.168) (01/28/2026)
413
-
414
- ### Updated Dependencies
415
-
416
- - Updated **powerlines** to **v0.38.8**
417
-
418
- ## [0.11.167](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.167) (01/27/2026)
419
-
420
- ### Updated Dependencies
421
-
422
- - Updated **powerlines** to **v0.38.7**
423
-
424
- ## [0.11.166](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.166) (01/27/2026)
425
-
426
- ### Updated Dependencies
427
-
428
- - Updated **powerlines** to **v0.38.6**
429
-
430
- ## [0.11.165](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.165) (01/27/2026)
431
-
432
- ### Updated Dependencies
433
-
434
- - Updated **powerlines** to **v0.38.5**
435
-
436
- ## [0.11.164](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.164) (01/27/2026)
437
-
438
- ### Updated Dependencies
439
-
440
- - Updated **powerlines** to **v0.38.4**
441
-
442
- ## [0.11.163](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.163) (01/27/2026)
443
-
444
- ### Updated Dependencies
445
-
446
- - Updated **powerlines** to **v0.38.3**
447
-
448
- ## [0.11.162](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.162) (01/27/2026)
449
-
450
- ### Updated Dependencies
451
-
452
- - Updated **powerlines** to **v0.38.2**
453
-
454
- ## [0.11.161](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.161) (01/27/2026)
455
-
456
- ### Updated Dependencies
457
-
458
- - Updated **powerlines** to **v0.38.1**
459
-
460
- ## [0.11.160](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.160) (01/27/2026)
461
-
462
- ### Updated Dependencies
463
-
464
- - Updated **powerlines** to **v0.38.0**
465
-
466
- ## [0.11.159](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.159) (01/26/2026)
467
-
468
- ### Updated Dependencies
469
-
470
- - Updated **powerlines** to **v0.37.102**
471
-
472
- ## [0.11.158](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.158) (01/26/2026)
473
-
474
- ### Updated Dependencies
475
-
476
- - Updated **powerlines** to **v0.37.101**
477
-
478
- ## [0.11.157](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.157) (01/26/2026)
479
-
480
- ### Updated Dependencies
481
-
482
- - Updated **powerlines** to **v0.37.100**
483
-
484
- ## [0.11.156](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.156) (01/25/2026)
485
-
486
- ### Updated Dependencies
487
-
488
- - Updated **powerlines** to **v0.37.99**
489
-
490
- ## [0.11.155](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.155) (01/25/2026)
491
-
492
- ### Updated Dependencies
493
-
494
- - Updated **powerlines** to **v0.37.98**
495
-
496
- ## [0.11.154](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.154) (01/25/2026)
497
-
498
- ### Updated Dependencies
499
-
500
- - Updated **powerlines** to **v0.37.97**
501
-
502
- ## [0.11.153](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.153) (01/25/2026)
503
-
504
- ### Updated Dependencies
505
-
506
- - Updated **powerlines** to **v0.37.96**
507
-
508
- ## [0.11.152](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.152) (01/24/2026)
509
-
510
- ### Updated Dependencies
511
-
512
- - Updated **powerlines** to **v0.37.95**
513
-
514
- ## [0.11.151](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.151) (01/24/2026)
515
-
516
- ### Updated Dependencies
517
-
518
- - Updated **powerlines** to **v0.37.94**
519
-
520
- ## [0.11.150](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.150) (01/24/2026)
521
-
522
- ### Updated Dependencies
523
-
524
- - Updated **powerlines** to **v0.37.93**
525
-
526
- ## [0.11.149](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.149) (01/24/2026)
527
-
528
- ### Updated Dependencies
529
-
530
- - Updated **powerlines** to **v0.37.92**
531
-
532
- ## [0.11.148](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.148) (01/24/2026)
533
-
534
- ### Updated Dependencies
535
-
536
- - Updated **powerlines** to **v0.37.91**
537
-
538
- ## [0.11.147](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.147) (01/24/2026)
539
-
540
- ### Updated Dependencies
541
-
542
- - Updated **powerlines** to **v0.37.90**
543
-
544
- ## [0.11.146](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.146) (01/23/2026)
545
-
546
- ### Updated Dependencies
547
-
548
- - Updated **powerlines** to **v0.37.89**
549
-
550
- ## [0.11.145](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.145) (01/23/2026)
551
-
552
- ### Updated Dependencies
553
-
554
- - Updated **powerlines** to **v0.37.88**
555
-
556
- ## [0.11.144](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.144) (01/23/2026)
557
-
558
- ### Updated Dependencies
559
-
560
- - Updated **powerlines** to **v0.37.87**
561
-
562
- ## [0.11.143](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.143) (01/23/2026)
563
-
564
- ### Updated Dependencies
565
-
566
- - Updated **powerlines** to **v0.37.86**
567
-
568
- ## [0.11.142](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.142) (01/23/2026)
569
-
570
- ### Updated Dependencies
571
-
572
- - Updated **powerlines** to **v0.37.85**
573
-
574
- ## [0.11.141](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.141) (01/23/2026)
575
-
576
- ### Updated Dependencies
577
-
578
- - Updated **powerlines** to **v0.37.84**
579
-
580
- ## [0.11.140](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.140) (01/23/2026)
581
-
582
- ### Updated Dependencies
583
-
584
- - Updated **powerlines** to **v0.37.83**
585
-
586
- ## [0.11.139](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.139) (01/23/2026)
587
-
588
- ### Updated Dependencies
589
-
590
- - Updated **powerlines** to **v0.37.82**
591
-
592
- ## [0.11.138](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.138) (01/23/2026)
593
-
594
- ### Updated Dependencies
595
-
596
- - Updated **powerlines** to **v0.37.81**
597
-
598
- ## [0.11.137](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.137) (01/22/2026)
599
-
600
- ### Updated Dependencies
601
-
602
- - Updated **powerlines** to **v0.37.80**
603
-
604
- ## [0.11.136](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.136) (01/22/2026)
605
-
606
- ### Updated Dependencies
607
-
608
- - Updated **powerlines** to **v0.37.79**
609
-
610
- ## [0.11.135](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.135) (01/22/2026)
611
-
612
- ### Updated Dependencies
613
-
614
- - Updated **powerlines** to **v0.37.78**
615
-
616
- ## [0.11.134](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.134) (01/22/2026)
617
-
618
- ### Updated Dependencies
619
-
620
- - Updated **powerlines** to **v0.37.77**
621
-
622
- ## [0.11.133](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.133) (01/22/2026)
623
-
624
- ### Updated Dependencies
625
-
626
- - Updated **powerlines** to **v0.37.76**
627
-
628
- ## [0.11.132](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.132) (01/22/2026)
629
-
630
- ### Miscellaneous
631
-
632
- - **nx:** Clean up `dependsOn` task property
633
- ([3c9d78d8](https://github.com/storm-software/powerlines/commit/3c9d78d8))
634
-
635
- ### Updated Dependencies
636
-
637
- - Updated **powerlines** to **v0.37.75**
638
-
639
- ## [0.11.131](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.131) (01/22/2026)
640
-
641
- ### Updated Dependencies
642
-
643
- - Updated **powerlines** to **v0.37.74**
644
-
645
- ## [0.11.130](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.130) (01/21/2026)
646
-
647
- ### Miscellaneous
648
-
649
- - **nx:** Update `dependsOn` list to no longer require `prepare` prior to
650
- `build`
651
- ([5d05cb82](https://github.com/storm-software/powerlines/commit/5d05cb82))
652
-
653
- ## [0.11.129](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.129) (01/21/2026)
654
-
655
- ### Updated Dependencies
656
-
657
- - Updated **powerlines** to **v0.37.73**
658
-
659
- ## [0.11.128](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.128) (01/21/2026)
660
-
661
- ### Bug Fixes
662
-
663
- - **powerlines:** Resolve issue using builtins inside code provided to `bundle`
664
- function
665
- ([5b57a3e6](https://github.com/storm-software/powerlines/commit/5b57a3e6))
666
-
667
- ### Updated Dependencies
668
-
669
- - Updated **powerlines** to **v0.37.72**
670
-
671
- ## [0.11.127](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.127) (01/21/2026)
672
-
673
- ### Updated Dependencies
674
-
675
- - Updated **powerlines** to **v0.37.71**
676
-
677
- ## [0.11.126](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.126) (01/21/2026)
678
-
679
- ### Updated Dependencies
680
-
681
- - Updated **powerlines** to **v0.37.70**
682
-
683
- ## [0.11.125](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.125) (01/21/2026)
684
-
685
- ### Updated Dependencies
686
-
687
- - Updated **powerlines** to **v0.37.69**
688
-
689
- ## [0.11.124](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.124) (01/21/2026)
690
-
691
- ### Updated Dependencies
692
-
693
- - Updated **powerlines** to **v0.37.68**
694
-
695
- ## [0.11.123](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.123) (01/21/2026)
696
-
697
- ### Updated Dependencies
698
-
699
- - Updated **powerlines** to **v0.37.67**
700
-
701
- ## [0.11.122](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.122) (01/21/2026)
702
-
703
- ### Updated Dependencies
704
-
705
- - Updated **powerlines** to **v0.37.66**
706
-
707
- ## [0.11.121](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.121) (01/20/2026)
708
-
709
- ### Updated Dependencies
710
-
711
- - Updated **powerlines** to **v0.37.65**
712
-
713
- ## [0.11.120](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.120) (01/20/2026)
714
-
715
- ### Updated Dependencies
716
-
717
- - Updated **powerlines** to **v0.37.64**
718
-
719
- ## [0.11.119](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.119) (01/20/2026)
720
-
721
- ### Updated Dependencies
722
-
723
- - Updated **powerlines** to **v0.37.63**
724
-
725
- ## [0.11.118](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.118) (01/20/2026)
726
-
727
- ### Updated Dependencies
728
-
729
- - Updated **powerlines** to **v0.37.62**
730
-
731
- ## [0.11.117](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.117) (01/20/2026)
732
-
733
- ### Updated Dependencies
734
-
735
- - Updated **powerlines** to **v0.37.61**
736
-
737
- ## [0.11.116](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.116) (01/20/2026)
738
-
739
- ### Updated Dependencies
740
-
741
- - Updated **powerlines** to **v0.37.60**
742
-
743
- ## [0.11.115](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.115) (01/20/2026)
744
-
745
- ### Updated Dependencies
746
-
747
- - Updated **powerlines** to **v0.37.59**
748
-
749
- ## [0.11.114](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.114) (01/20/2026)
750
-
751
- ### Updated Dependencies
752
-
753
- - Updated **powerlines** to **v0.37.58**
754
-
755
- ## [0.11.113](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.113) (01/20/2026)
756
-
757
- ### Updated Dependencies
758
-
759
- - Updated **powerlines** to **v0.37.57**
760
-
761
- ## [0.11.112](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.112) (01/20/2026)
762
-
763
- ### Updated Dependencies
764
-
765
- - Updated **powerlines** to **v0.37.56**
766
-
767
- ## [0.11.111](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.111) (01/20/2026)
768
-
769
- ### Updated Dependencies
770
-
771
- - Updated **powerlines** to **v0.37.55**
772
-
773
- ## [0.11.110](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.110) (01/20/2026)
774
-
775
- ### Updated Dependencies
776
-
777
- - Updated **powerlines** to **v0.37.54**
778
-
779
- ## [0.11.109](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.109) (01/19/2026)
780
-
781
- ### Updated Dependencies
782
-
783
- - Updated **powerlines** to **v0.37.53**
784
-
785
- ## [0.11.108](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.108) (01/19/2026)
786
-
787
- ### Updated Dependencies
788
-
789
- - Updated **powerlines** to **v0.37.52**
790
-
791
- ## [0.11.107](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.107) (01/19/2026)
792
-
793
- ### Updated Dependencies
794
-
795
- - Updated **powerlines** to **v0.37.51**
796
-
797
- ## [0.11.106](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.106) (01/19/2026)
798
-
799
- ### Updated Dependencies
800
-
801
- - Updated **powerlines** to **v0.37.50**
802
-
803
- ## [0.11.105](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.105) (01/18/2026)
804
-
805
- ### Updated Dependencies
806
-
807
- - Updated **powerlines** to **v0.37.49**
808
-
809
- ## [0.11.104](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.104) (01/18/2026)
810
-
811
- ### Updated Dependencies
812
-
813
- - Updated **powerlines** to **v0.37.48**
814
-
815
- ## [0.11.103](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.103) (01/18/2026)
816
-
817
- ### Updated Dependencies
818
-
819
- - Updated **powerlines** to **v0.37.47**
820
-
821
- ## [0.11.102](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.102) (01/16/2026)
822
-
823
- ### Updated Dependencies
824
-
825
- - Updated **powerlines** to **v0.37.46**
826
-
827
- ## [0.11.101](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.101) (01/16/2026)
828
-
829
- ### Updated Dependencies
830
-
831
- - Updated **powerlines** to **v0.37.45**
832
-
833
- ## [0.11.100](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.100) (01/16/2026)
834
-
835
- ### Updated Dependencies
836
-
837
- - Updated **powerlines** to **v0.37.44**
838
-
839
- ## [0.11.99](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.99) (01/15/2026)
840
-
841
- ### Updated Dependencies
842
-
843
- - Updated **powerlines** to **v0.37.43**
844
-
845
- ## [0.11.98](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.98) (01/15/2026)
846
-
847
- ### Updated Dependencies
848
-
849
- - Updated **powerlines** to **v0.37.42**
850
-
851
- ## [0.11.97](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.97) (01/15/2026)
852
-
853
- ### Updated Dependencies
854
-
855
- - Updated **powerlines** to **v0.37.41**
856
-
857
- ## [0.11.96](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.96) (01/15/2026)
858
-
859
- ### Updated Dependencies
860
-
861
- - Updated **powerlines** to **v0.37.40**
862
-
863
- ## [0.11.95](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.95) (01/15/2026)
864
-
865
- ### Updated Dependencies
866
-
867
- - Updated **powerlines** to **v0.37.39**
868
-
869
- ## [0.11.94](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.94) (01/15/2026)
870
-
871
- ### Updated Dependencies
872
-
873
- - Updated **powerlines** to **v0.37.38**
874
-
875
- ## [0.11.93](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.93) (01/15/2026)
876
-
877
- ### Updated Dependencies
878
-
879
- - Updated **powerlines** to **v0.37.37**
880
-
881
- ## [0.11.92](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.92) (01/15/2026)
882
-
883
- ### Updated Dependencies
884
-
885
- - Updated **powerlines** to **v0.37.36**
886
-
887
- ## [0.11.91](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.91) (01/15/2026)
888
-
889
- ### Miscellaneous
890
-
891
- - **powerlines:** Renamed `skipInstalls` configuration to `autoInstall`
892
- ([c8e34b03](https://github.com/storm-software/powerlines/commit/c8e34b03))
893
-
894
- ### Updated Dependencies
895
-
896
- - Updated **powerlines** to **v0.37.35**
897
-
898
- ## [0.11.90](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.90) (01/15/2026)
899
-
900
- ### Updated Dependencies
901
-
902
- - Updated **powerlines** to **v0.37.34**
903
-
904
- ## [0.11.89](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.89) (01/15/2026)
905
-
906
- ### Updated Dependencies
907
-
908
- - Updated **powerlines** to **v0.37.33**
909
-
910
- ## [0.11.88](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.88) (01/15/2026)
911
-
912
- ### Updated Dependencies
913
-
914
- - Updated **powerlines** to **v0.37.32**
915
-
916
- ## [0.11.87](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.87) (01/14/2026)
917
-
918
- ### Updated Dependencies
919
-
920
- - Updated **powerlines** to **v0.37.31**
921
-
922
- ## [0.11.86](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.86) (01/14/2026)
923
-
924
- ### Updated Dependencies
925
-
926
- - Updated **powerlines** to **v0.37.30**
927
-
928
- ## [0.11.85](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.85) (01/14/2026)
929
-
930
- ### Updated Dependencies
931
-
932
- - Updated **powerlines** to **v0.37.29**
933
-
934
- ## [0.11.84](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.84) (01/14/2026)
935
-
936
- ### Updated Dependencies
937
-
938
- - Updated **powerlines** to **v0.37.28**
939
-
940
- ## [0.11.83](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.83) (01/14/2026)
941
-
942
- ### Updated Dependencies
943
-
944
- - Updated **powerlines** to **v0.37.27**
945
-
946
- ## [0.11.82](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.82) (01/14/2026)
947
-
948
- ### Updated Dependencies
949
-
950
- - Updated **powerlines** to **v0.37.26**
951
-
952
- ## [0.11.81](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.81) (01/14/2026)
953
-
954
- ### Updated Dependencies
955
-
956
- - Updated **powerlines** to **v0.37.25**
957
-
958
- ## [0.11.80](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.80) (01/14/2026)
959
-
960
- ### Updated Dependencies
961
-
962
- - Updated **powerlines** to **v0.37.24**
963
-
964
- ## [0.11.79](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.79) (01/14/2026)
965
-
966
- ### Updated Dependencies
967
-
968
- - Updated **powerlines** to **v0.37.23**
969
-
970
- ## [0.11.78](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.78) (01/14/2026)
971
-
972
- ### Updated Dependencies
973
-
974
- - Updated **powerlines** to **v0.37.22**
975
-
976
- ## [0.11.77](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.77) (01/14/2026)
977
-
978
- ### Updated Dependencies
979
-
980
- - Updated **powerlines** to **v0.37.21**
981
-
982
- ## [0.11.76](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.76) (01/14/2026)
983
-
984
- ### Updated Dependencies
985
-
986
- - Updated **powerlines** to **v0.37.20**
987
-
988
- ## [0.11.75](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.75) (01/14/2026)
989
-
990
- ### Updated Dependencies
991
-
992
- - Updated **powerlines** to **v0.37.19**
993
-
994
- ## [0.11.74](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.74) (01/14/2026)
995
-
996
- ### Updated Dependencies
997
-
998
- - Updated **powerlines** to **v0.37.18**
999
-
1000
- ## [0.11.73](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.73) (01/11/2026)
1001
-
1002
- ### Updated Dependencies
1003
-
1004
- - Updated **powerlines** to **v0.37.17**
1005
-
1006
- ## [0.11.72](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.72) (01/08/2026)
1007
-
1008
- ### Updated Dependencies
1009
-
1010
- - Updated **powerlines** to **v0.37.16**
1011
-
1012
- ## [0.11.71](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.71) (01/08/2026)
1013
-
1014
- ### Updated Dependencies
1015
-
1016
- - Updated **powerlines** to **v0.37.15**
1017
-
1018
- ## [0.11.70](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.70) (01/07/2026)
1019
-
1020
- ### Updated Dependencies
1021
-
1022
- - Updated **powerlines** to **v0.37.14**
1023
-
1024
- ## [0.11.69](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.69) (01/07/2026)
1025
-
1026
- ### Updated Dependencies
1027
-
1028
- - Updated **powerlines** to **v0.37.13**
1029
-
1030
- ## [0.11.68](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.68) (01/07/2026)
1031
-
1032
- ### Updated Dependencies
1033
-
1034
- - Updated **powerlines** to **v0.37.12**
1035
-
1036
- ## [0.11.67](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.67) (01/07/2026)
1037
-
1038
- ### Updated Dependencies
1039
-
1040
- - Updated **powerlines** to **v0.37.11**
1041
-
1042
- ## [0.11.66](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.66) (01/07/2026)
1043
-
1044
- ### Updated Dependencies
1045
-
1046
- - Updated **powerlines** to **v0.37.10**
1047
-
1048
- ## [0.11.65](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.65) (01/07/2026)
1049
-
1050
- ### Updated Dependencies
1051
-
1052
- - Updated **powerlines** to **v0.37.9**
1053
-
1054
- ## [0.11.64](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.64) (01/07/2026)
1055
-
1056
- ### Updated Dependencies
1057
-
1058
- - Updated **powerlines** to **v0.37.8**
1059
-
1060
- ## [0.11.63](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.63) (01/07/2026)
1061
-
1062
- ### Updated Dependencies
1063
-
1064
- - Updated **powerlines** to **v0.37.7**
1065
-
1066
- ## [0.11.62](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.62) (01/07/2026)
1067
-
1068
- ### Updated Dependencies
1069
-
1070
- - Updated **powerlines** to **v0.37.6**
1071
-
1072
- ## [0.11.61](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.61) (01/06/2026)
1073
-
1074
- ### Updated Dependencies
1075
-
1076
- - Updated **powerlines** to **v0.37.5**
1077
-
1078
- ## [0.11.60](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.60) (01/06/2026)
1079
-
1080
- ### Updated Dependencies
1081
-
1082
- - Updated **powerlines** to **v0.37.4**
1083
-
1084
- ## [0.11.59](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.59) (01/06/2026)
1085
-
1086
- ### Updated Dependencies
1087
-
1088
- - Updated **powerlines** to **v0.37.3**
1089
-
1090
- ## [0.11.58](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.58) (01/06/2026)
1091
-
1092
- ### Updated Dependencies
1093
-
1094
- - Updated **powerlines** to **v0.37.2**
1095
-
1096
- ## [0.11.57](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.57) (01/06/2026)
1097
-
1098
- ### Updated Dependencies
1099
-
1100
- - Updated **powerlines** to **v0.37.1**
1101
-
1102
- ## [0.11.56](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.56) (01/06/2026)
1103
-
1104
- ### Updated Dependencies
1105
-
1106
- - Updated **powerlines** to **v0.37.0**
1107
-
1108
- ## [0.11.55](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.55) (01/02/2026)
1109
-
1110
- ### Updated Dependencies
1111
-
1112
- - Updated **powerlines** to **v0.36.29**
1113
-
1114
- ## [0.11.54](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.54) (01/01/2026)
1115
-
1116
- ### Updated Dependencies
1117
-
1118
- - Updated **powerlines** to **v0.36.28**
1119
-
1120
- ## [0.11.53](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.53) (12/31/2025)
1121
-
1122
- ### Updated Dependencies
1123
-
1124
- - Updated **powerlines** to **v0.36.27**
1125
-
1126
- ## [0.11.52](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.52) (12/31/2025)
1127
-
1128
- ### Updated Dependencies
1129
-
1130
- - Updated **powerlines** to **v0.36.26**
1131
-
1132
- ## [0.11.51](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.51) (12/31/2025)
1133
-
1134
- ### Updated Dependencies
1135
-
1136
- - Updated **powerlines** to **v0.36.25**
1137
-
1138
- ## [0.11.50](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.50) (12/31/2025)
1139
-
1140
- ### Updated Dependencies
1141
-
1142
- - Updated **powerlines** to **v0.36.24**
1143
-
1144
- ## [0.11.49](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.49) (12/30/2025)
1145
-
1146
- ### Updated Dependencies
1147
-
1148
- - Updated **powerlines** to **v0.36.23**
1149
-
1150
- ## [0.11.48](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.48) (12/30/2025)
1151
-
1152
- ### Updated Dependencies
1153
-
1154
- - Updated **powerlines** to **v0.36.22**
1155
-
1156
- ## [0.11.47](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.47) (12/30/2025)
1157
-
1158
- ### Updated Dependencies
1159
-
1160
- - Updated **powerlines** to **v0.36.21**
1161
-
1162
- ## [0.11.46](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.46) (12/30/2025)
1163
-
1164
- ### Updated Dependencies
1165
-
1166
- - Updated **powerlines** to **v0.36.20**
1167
-
1168
- ## [0.11.45](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.45) (12/30/2025)
1169
-
1170
- ### Updated Dependencies
1171
-
1172
- - Updated **powerlines** to **v0.36.19**
1173
-
1174
- ## [0.11.44](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.44) (12/30/2025)
1175
-
1176
- ### Documentation
1177
-
1178
- - **monorepo:** Update `README.md` files' badges and repository link
1179
- ([4dff299a](https://github.com/storm-software/powerlines/commit/4dff299a))
1180
-
1181
- ### Updated Dependencies
1182
-
1183
- - Updated **powerlines** to **v0.36.18**
1184
-
1185
- ## [0.11.43](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.43) (12/30/2025)
1186
-
1187
- ### Updated Dependencies
1188
-
1189
- - Updated **powerlines** to **v0.36.17**
1190
-
1191
- ## [0.11.42](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.42) (12/30/2025)
1192
-
1193
- ### Updated Dependencies
1194
-
1195
- - Updated **powerlines** to **v0.36.16**
1196
-
1197
- ## [0.11.41](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.41) (12/29/2025)
1198
-
1199
- ### Updated Dependencies
1200
-
1201
- - Updated **powerlines** to **v0.36.15**
1202
-
1203
- ## [0.11.40](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.40) (12/29/2025)
1204
-
1205
- ### Updated Dependencies
1206
-
1207
- - Updated **powerlines** to **v0.36.14**
1208
-
1209
- ## [0.11.39](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.39) (12/29/2025)
1210
-
1211
- ### Updated Dependencies
1212
-
1213
- - Updated **powerlines** to **v0.36.13**
1214
-
1215
- ## [0.11.38](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.38) (12/28/2025)
1216
-
1217
- ### Updated Dependencies
1218
-
1219
- - Updated **powerlines** to **v0.36.12**
1220
-
1221
- ## [0.11.37](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.37) (12/28/2025)
1222
-
1223
- ### Updated Dependencies
1224
-
1225
- - Updated **powerlines** to **v0.36.11**
1226
-
1227
- ## [0.11.36](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.36) (12/28/2025)
1228
-
1229
- ### Updated Dependencies
1230
-
1231
- - Updated **powerlines** to **v0.36.10**
1232
-
1233
- ## [0.11.35](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.35) (12/28/2025)
1234
-
1235
- ### Updated Dependencies
1236
-
1237
- - Updated **powerlines** to **v0.36.9**
1238
-
1239
- ## [0.11.34](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.34) (12/28/2025)
1240
-
1241
- ### Updated Dependencies
1242
-
1243
- - Updated **powerlines** to **v0.36.8**
1244
-
1245
- ## [0.11.33](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.33) (12/27/2025)
1246
-
1247
- ### Updated Dependencies
1248
-
1249
- - Updated **powerlines** to **v0.36.7**
1250
-
1251
- ## [0.11.32](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.32) (12/23/2025)
1252
-
1253
- ### Updated Dependencies
1254
-
1255
- - Updated **powerlines** to **v0.36.6**
1256
-
1257
- ## [0.11.31](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.31) (12/23/2025)
1258
-
1259
- ### Updated Dependencies
1260
-
1261
- - Updated **powerlines** to **v0.36.5**
1262
-
1263
- ## [0.11.30](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.30) (12/23/2025)
1264
-
1265
- ### Updated Dependencies
1266
-
1267
- - Updated **powerlines** to **v0.36.4**
1268
-
1269
- ## [0.11.29](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.29) (12/23/2025)
1270
-
1271
- ### Updated Dependencies
1272
-
1273
- - Updated **powerlines** to **v0.36.3**
1274
-
1275
- ## [0.11.28](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.28) (12/23/2025)
1276
-
1277
- ### Updated Dependencies
1278
-
1279
- - Updated **powerlines** to **v0.36.2**
1280
-
1281
- ## [0.11.27](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.27) (12/23/2025)
1282
-
1283
- ### Updated Dependencies
1284
-
1285
- - Updated **powerlines** to **v0.36.1**
1286
-
1287
- ## [0.11.26](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.26) (12/22/2025)
1288
-
1289
- ### Updated Dependencies
1290
-
1291
- - Updated **powerlines** to **v0.36.0**
1292
-
1293
- ## [0.11.25](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.25) (12/22/2025)
1294
-
1295
- ### Updated Dependencies
1296
-
1297
- - Updated **powerlines** to **v0.35.2**
1298
-
1299
- ## [0.11.24](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.24) (12/22/2025)
1300
-
1301
- ### Updated Dependencies
1302
-
1303
- - Updated **powerlines** to **v0.35.1**
1304
-
1305
- ## [0.11.23](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.23) (12/22/2025)
1306
-
1307
- ### Updated Dependencies
1308
-
1309
- - Updated **powerlines** to **v0.35.0**
1310
-
1311
- ## [0.11.22](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.22) (12/22/2025)
1312
-
1313
- ### Updated Dependencies
1314
-
1315
- - Updated **powerlines** to **v0.34.9**
1316
-
1317
- ## [0.11.21](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.21) (12/22/2025)
1318
-
1319
- ### Updated Dependencies
1320
-
1321
- - Updated **powerlines** to **v0.34.8**
1322
-
1323
- ## [0.11.20](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.20) (12/22/2025)
1324
-
1325
- ### Updated Dependencies
1326
-
1327
- - Updated **powerlines** to **v0.34.7**
1328
-
1329
- ## [0.11.19](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.19) (12/22/2025)
1330
-
1331
- ### Updated Dependencies
1332
-
1333
- - Updated **powerlines** to **v0.34.6**
1334
-
1335
- ## [0.11.18](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.18) (12/22/2025)
1336
-
1337
- ### Updated Dependencies
1338
-
1339
- - Updated **powerlines** to **v0.34.5**
1340
-
1341
- ## [0.11.17](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.17) (12/22/2025)
1342
-
1343
- ### Updated Dependencies
1344
-
1345
- - Updated **powerlines** to **v0.34.4**
1346
-
1347
- ## [0.11.16](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.16) (12/21/2025)
1348
-
1349
- ### Updated Dependencies
1350
-
1351
- - Updated **powerlines** to **v0.34.3**
1352
-
1353
- ## [0.11.15](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.15) (12/21/2025)
1354
-
1355
- ### Updated Dependencies
1356
-
1357
- - Updated **powerlines** to **v0.34.2**
1358
-
1359
- ## [0.11.14](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.14) (12/20/2025)
1360
-
1361
- ### Updated Dependencies
1362
-
1363
- - Updated **powerlines** to **v0.34.1**
1364
-
1365
- ## [0.11.13](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.13) (12/20/2025)
1366
-
1367
- ### Updated Dependencies
1368
-
1369
- - Updated **powerlines** to **v0.34.0**
1370
-
1371
- ## [0.11.12](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.12) (12/19/2025)
1372
-
1373
- ### Bug Fixes
1374
-
1375
- - **nx:** Resolve issue applying `entry` defaults incorrectly
1376
- ([d0c8bca2](https://github.com/storm-software/powerlines/commit/d0c8bca2))
1377
-
1378
- ### Updated Dependencies
1379
-
1380
- - Updated **powerlines** to **v0.33.2**
1381
-
1382
- ## [0.11.11](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.11) (12/19/2025)
1383
-
1384
- ### Updated Dependencies
1385
-
1386
- - Updated **powerlines** to **v0.33.1**
1387
-
1388
- ## [0.11.10](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.10) (12/19/2025)
1389
-
1390
- ### Updated Dependencies
1391
-
1392
- - Updated **powerlines** to **v0.33.0**
1393
-
1394
- ## [0.11.9](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.9) (12/18/2025)
1395
-
1396
- ### Updated Dependencies
1397
-
1398
- - Updated **powerlines** to **v0.32.8**
1399
-
1400
- ## [0.11.8](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.8) (12/18/2025)
1401
-
1402
- ### Updated Dependencies
1403
-
1404
- - Updated **powerlines** to **v0.32.7**
1405
-
1406
- ## [0.11.7](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.7) (12/18/2025)
1407
-
1408
- ### Miscellaneous
1409
-
1410
- - **monorepo:** Update CDN URLs for banner assets
1411
- ([2782a1a3](https://github.com/storm-software/powerlines/commit/2782a1a3))
1412
-
1413
- ### Updated Dependencies
1414
-
1415
- - Updated **powerlines** to **v0.32.6**
1416
-
1417
- ## [0.11.6](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.6) (12/18/2025)
1418
-
1419
- ### Bug Fixes
1420
-
1421
- - **nx:** Resolve issue with invalid `package.json` export paths
1422
- ([60c2fc0c](https://github.com/storm-software/powerlines/commit/60c2fc0c))
1423
-
1424
- ### Updated Dependencies
1425
-
1426
- - Updated **powerlines** to **v0.32.5**
1427
-
1428
- ## [0.11.5](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.5) (12/18/2025)
1429
-
1430
- ### Updated Dependencies
1431
-
1432
- - Updated **powerlines** to **v0.32.4**
1433
-
1434
- ## [0.11.4](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.4) (12/18/2025)
1435
-
1436
- ### Updated Dependencies
1437
-
1438
- - Updated **powerlines** to **v0.32.3**
1439
-
1440
- ## [0.11.3](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.3) (12/18/2025)
1441
-
1442
- ### Updated Dependencies
1443
-
1444
- - Updated **powerlines** to **v0.32.2**
1445
-
1446
- ## [0.11.2](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.2) (12/17/2025)
1447
-
1448
- ### Updated Dependencies
1449
-
1450
- - Updated **powerlines** to **v0.32.1**
1451
-
1452
- ## [0.11.1](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.1) (12/17/2025)
1453
-
1454
- ### Updated Dependencies
1455
-
1456
- - Updated **powerlines** to **v0.32.0**
1457
-
1458
- ## [0.11.0](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.0) (12/15/2025)
1459
-
1460
- ### Features
1461
-
1462
- - **nx:** Added the `verbose` configuration option
1463
- ([2ff9f106](https://github.com/storm-software/powerlines/commit/2ff9f106))
1464
-
1465
- ### Updated Dependencies
1466
-
1467
- - Updated **powerlines** to **v0.31.6**
1468
-
1469
- ## [0.10.68](https://github.com/storm-software/powerlines/releases/tag/nx%400.10.68) (12/14/2025)
1470
-
1471
- ### Updated Dependencies
1472
-
1473
- - Updated **powerlines** to **v0.31.5**
1474
-
1475
- ## [0.10.67](https://github.com/storm-software/powerlines/releases/tag/nx%400.10.67) (12/14/2025)
1476
-
1477
- ### Updated Dependencies
1478
-
1479
- - Updated **powerlines** to **v0.31.4**
1480
-
1481
- ## [0.10.66](https://github.com/storm-software/powerlines/releases/tag/nx%400.10.66) (12/14/2025)
1482
-
1483
- ### Updated Dependencies
1484
-
1485
- - Updated **powerlines** to **v0.31.3**
1486
-
1487
- ## [0.10.65](https://github.com/storm-software/powerlines/releases/tag/nx%400.10.65) (12/14/2025)
1488
-
1489
- ### Updated Dependencies
1490
-
1491
- - Updated **powerlines** to **v0.31.2**
1492
-
1493
- ## [0.10.64](https://github.com/storm-software/powerlines/releases/tag/nx%400.10.64) (12/13/2025)
1494
-
1495
- ### Updated Dependencies
1496
-
1497
- - Updated **powerlines** to **v0.31.1**
1498
-
1499
- ## [0.10.63](https://github.com/storm-software/powerlines/releases/tag/nx%400.10.63) (12/08/2025)
1500
-
1501
- ### Updated Dependencies
1502
-
1503
- - Updated **powerlines** to **v0.31.0**
1504
-
1505
- ## [0.10.62](https://github.com/storm-software/powerlines/releases/tag/nx%400.10.62) (12/08/2025)
1506
-
1507
- ### Bug Fixes
1508
-
1509
- - **nx:** Resolve issue with missing assets in build output directory
1510
- ([9b6f8980](https://github.com/storm-software/powerlines/commit/9b6f8980))
1511
-
1512
- ### Updated Dependencies
1513
-
1514
- - Updated **powerlines** to **v0.30.13**
1515
-
1516
- ## [0.10.61](https://github.com/storm-software/powerlines/releases/tag/nx%400.10.61) (12/08/2025)
1517
-
1518
- ### Updated Dependencies
1519
-
1520
- - Updated **powerlines** to **v0.30.12**
1521
-
1522
- ## [0.10.60](https://github.com/storm-software/powerlines/releases/tag/nx%400.10.60) (12/08/2025)
1523
-
1524
- ### Updated Dependencies
1525
-
1526
- - Updated **powerlines** to **v0.30.11**
1527
-
1528
- ## [0.10.59](https://github.com/storm-software/powerlines/releases/tag/nx%400.10.59) (12/08/2025)
1529
-
1530
- ### Updated Dependencies
1531
-
1532
- - Updated **powerlines** to **v0.30.10**
1533
-
1534
- ## [0.10.58](https://github.com/storm-software/powerlines/releases/tag/nx%400.10.58) (12/06/2025)
1535
-
1536
- ### Updated Dependencies
1537
-
1538
- - Updated **powerlines** to **v0.30.9**
1539
-
1540
- ## [0.10.57](https://github.com/storm-software/powerlines/releases/tag/nx%400.10.57) (12/06/2025)
1541
-
1542
- ### Updated Dependencies
1543
-
1544
- - Updated **powerlines** to **v0.30.8**
1545
-
1546
- ## [0.10.56](https://github.com/storm-software/powerlines/releases/tag/nx%400.10.56) (12/06/2025)
1547
-
1548
- ### Continuous Integration
1549
-
1550
- - **monorepo:** Update workflow actions to have consistent branch types
1551
- ([fe571840](https://github.com/storm-software/powerlines/commit/fe571840))
1552
-
1553
- ### Updated Dependencies
1554
-
1555
- - Updated **powerlines** to **v0.30.7**
1556
-
1557
- ## [0.10.55](https://github.com/storm-software/powerlines/releases/tag/nx%400.10.55) (12/05/2025)
1558
-
1559
- ### Updated Dependencies
1560
-
1561
- - Updated **powerlines** to **v0.30.6**
1562
-
1563
- ## [0.10.54](https://github.com/storm-software/powerlines/releases/tag/nx%400.10.54) (12/05/2025)
1564
-
1565
- ### Updated Dependencies
1566
-
1567
- - Updated **powerlines** to **v0.30.5**
1568
-
1569
- ## [0.10.53](https://github.com/storm-software/powerlines/releases/tag/nx%400.10.53) (12/05/2025)
1570
-
1571
- ### Updated Dependencies
1572
-
1573
- - Updated **powerlines** to **v0.30.4**
1574
-
1575
- ## [0.10.52](https://github.com/storm-software/powerlines/releases/tag/nx%400.10.52) (12/05/2025)
1576
-
1577
- ### Miscellaneous
1578
-
1579
- - **monorepo:** Update the footer banner in `README.md` files
1580
- ([4770e816](https://github.com/storm-software/powerlines/commit/4770e816))
1581
- - **monorepo:** Remove all the duplicate banners from `CHANGELOG.md` files
1582
- ([65df7ce4](https://github.com/storm-software/powerlines/commit/65df7ce4))
1583
-
1584
- ### Updated Dependencies
1585
-
1586
- - Updated **powerlines** to **v0.30.3**
1587
-
1588
- ## [0.10.51](https://github.com/storm-software/powerlines/releases/tag/nx%400.10.51) (12/05/2025)
1589
-
1590
- ### Updated Dependencies
1591
-
1592
- - Updated **powerlines** to **v0.30.2**
1593
-
1594
- ## [0.10.50](https://github.com/storm-software/powerlines/releases/tag/nx%400.10.50) (12/05/2025)
1595
-
1596
- ### Updated Dependencies
1597
-
1598
- - Updated **powerlines** to **v0.30.1**
1599
-
1600
- ## [0.10.49](https://github.com/storm-software/powerlines/releases/tag/nx%400.10.49) (12/04/2025)
1601
-
1602
- ### Miscellaneous
1603
-
1604
- - **monorepo:** Clean up `README.md` files
1605
- ([2f03731b](https://github.com/storm-software/powerlines/commit/2f03731b))
1606
- - **monorepo:** Update README banners to include dark/light mode options
1607
- ([c22e58d7](https://github.com/storm-software/powerlines/commit/c22e58d7))
1608
- - **monorepo:** Update banner in `README.md` files
1609
- ([27e212f5](https://github.com/storm-software/powerlines/commit/27e212f5))
1610
-
1611
- ### Updated Dependencies
1612
-
1613
- - Updated **powerlines** to **v0.30.0**
1614
-
1615
- ## [0.10.48](https://github.com/storm-software/powerlines/releases/tag/nx%400.10.48) (12/04/2025)
1616
-
1617
- ### Updated Dependencies
1618
-
1619
- - Updated **powerlines** to **v0.29.0**
1620
-
1621
- ## [0.10.47](https://github.com/storm-software/powerlines/releases/tag/nx%400.10.47) (11/30/2025)
1622
-
1623
- ### Updated Dependencies
1624
-
1625
- - Updated **powerlines** to **v0.28.0**
1626
-
1627
- ## [0.10.46](https://github.com/storm-software/powerlines/releases/tag/nx%400.10.46) (11/28/2025)
1628
-
1629
- ### Updated Dependencies
1630
-
1631
- - Updated **powerlines** to **v0.27.0**
1632
-
1633
- ## [0.10.45](https://github.com/storm-software/powerlines/releases/tag/nx%400.10.45) (11/28/2025)
1634
-
1635
- ### Updated Dependencies
1636
-
1637
- - Updated **powerlines** to **v0.26.2**
1638
-
1639
- ## [0.10.44](https://github.com/storm-software/powerlines/releases/tag/nx%400.10.44) (11/27/2025)
1640
-
1641
- ### Updated Dependencies
1642
-
1643
- - Updated **powerlines** to **v0.26.1**
1644
-
1645
- ## [0.10.43](https://github.com/storm-software/powerlines/releases/tag/nx%400.10.43) (11/27/2025)
1646
-
1647
- ### Updated Dependencies
1648
-
1649
- - Updated **powerlines** to **v0.26.0**
1650
-
1651
- ## [0.10.42](https://github.com/storm-software/powerlines/releases/tag/nx%400.10.42) (11/27/2025)
1652
-
1653
- ### Updated Dependencies
1654
-
1655
- - Updated **powerlines** to **v0.25.4**
1656
-
1657
- ## [0.10.41](https://github.com/storm-software/powerlines/releases/tag/nx%400.10.41) (11/26/2025)
1658
-
1659
- ### Updated Dependencies
1660
-
1661
- - Updated **powerlines** to **v0.25.3**
1662
-
1663
- ## [0.10.40](https://github.com/storm-software/powerlines/releases/tag/nx%400.10.40) (11/26/2025)
1664
-
1665
- ### Updated Dependencies
1666
-
1667
- - Updated **powerlines** to **v0.25.2**
1668
-
1669
- ## [0.10.39](https://github.com/storm-software/powerlines/releases/tag/nx%400.10.39) (11/25/2025)
1670
-
1671
- ### Updated Dependencies
1672
-
1673
- - Updated **powerlines** to **v0.25.1**
1674
-
1675
- ## [0.10.38](https://github.com/storm-software/powerlines/releases/tag/nx%400.10.38) (11/25/2025)
1676
-
1677
- ### Updated Dependencies
1678
-
1679
- - Updated **powerlines** to **v0.25.0**
1680
-
1681
- ## [0.10.37](https://github.com/storm-software/powerlines/releases/tag/nx%400.10.37) (11/22/2025)
1682
-
1683
- ### Bug Fixes
1684
-
1685
- - **nx:** Resolved issue applying `dependsOn` option to plugin
1686
- ([2baf7af](https://github.com/storm-software/powerlines/commit/2baf7af))
1687
-
1688
- ### Updated Dependencies
1689
-
1690
- - Updated **powerlines** to **v0.24.9**
1691
-
1692
- ## [0.10.36](https://github.com/storm-software/powerlines/releases/tag/nx%400.10.36) (11/22/2025)
1693
-
1694
- ### Updated Dependencies
1695
-
1696
- - Updated **powerlines** to **v0.24.8**
1697
-
1698
- ## [0.10.35](https://github.com/storm-software/powerlines/releases/tag/nx%400.10.35) (11/21/2025)
1699
-
1700
- ### Miscellaneous
1701
-
1702
- - **nx:** Remove `package.json` from the Nx plugin's input list
1703
- ([0900fb4](https://github.com/storm-software/powerlines/commit/0900fb4))
1704
-
1705
- ### Updated Dependencies
1706
-
1707
- - Updated **powerlines** to **v0.24.7**
1708
-
1709
- ## [0.10.34](https://github.com/storm-software/powerlines/releases/tag/nx%400.10.34) (11/21/2025)
1710
-
1711
- ### Miscellaneous
1712
-
1713
- - **nx:** Added missing `untyped` generated schema files
1714
- ([b14b27c](https://github.com/storm-software/powerlines/commit/b14b27c))
1715
-
1716
- ### Updated Dependencies
1717
-
1718
- - Updated **powerlines** to **v0.24.6**
1719
-
1720
- ## [0.10.33](https://github.com/storm-software/powerlines/releases/tag/nx%400.10.33) (11/21/2025)
1721
-
1722
- ### Miscellaneous
1723
-
1724
- - **nx:** Remove logic to default tsconfig option from Nx plugin
1725
- ([0781f9a](https://github.com/storm-software/powerlines/commit/0781f9a))
1726
-
1727
- ### Updated Dependencies
1728
-
1729
- - Updated **powerlines** to **v0.24.5**
1730
-
1731
- ## [0.10.32](https://github.com/storm-software/powerlines/releases/tag/nx%400.10.32) (11/21/2025)
1732
-
1733
- ### Updated Dependencies
1734
-
1735
- - Updated **powerlines** to **v0.24.4**
1736
-
1737
- ## [0.10.31](https://github.com/storm-software/powerlines/releases/tag/nx%400.10.31) (11/21/2025)
1738
-
1739
- ### Updated Dependencies
1740
-
1741
- - Updated **powerlines** to **v0.24.3**
1742
-
1743
- ## [0.10.30](https://github.com/storm-software/powerlines/releases/tag/nx%400.10.30) (11/21/2025)
1744
-
1745
- ### Updated Dependencies
1746
-
1747
- - Updated **powerlines** to **v0.24.2**
1748
-
1749
- ## [0.10.29](https://github.com/storm-software/powerlines/releases/tag/nx%400.10.29) (11/21/2025)
1750
-
1751
- ### Updated Dependencies
1752
-
1753
- - Updated **powerlines** to **v0.24.1**
1754
-
1755
- ## [0.10.28](https://github.com/storm-software/powerlines/releases/tag/nx%400.10.28) (11/21/2025)
1756
-
1757
- ### Updated Dependencies
1758
-
1759
- - Updated **powerlines** to **v0.24.0**
1760
-
1761
- ## [0.10.27](https://github.com/storm-software/powerlines/releases/tag/nx%400.10.27) (11/21/2025)
1762
-
1763
- ### Bug Fixes
1764
-
1765
- - **powerlines:** Fix config file path resolution issue
1766
- ([c201914](https://github.com/storm-software/powerlines/commit/c201914))
1767
-
1768
- ### Updated Dependencies
1769
-
1770
- - Updated **powerlines** to **v0.23.10**
1771
-
1772
- ## [0.10.26](https://github.com/storm-software/powerlines/releases/tag/nx%400.10.26) (11/20/2025)
1773
-
1774
- ### Bug Fixes
1775
-
1776
- - **nx:** Resolve issue with Nx plugin's `dependsOn` values
1777
- ([2b8ad3d](https://github.com/storm-software/powerlines/commit/2b8ad3d))
1778
-
1779
- ### Updated Dependencies
1780
-
1781
- - Updated **powerlines** to **v0.23.9**
1782
-
1783
- ## [0.10.25](https://github.com/storm-software/powerlines/releases/tag/nx%400.10.25) (11/20/2025)
1784
-
1785
- ### Bug Fixes
1786
-
1787
- - **powerlines:** Fixed configuration file resolution issues
1788
- ([246a997](https://github.com/storm-software/powerlines/commit/246a997))
1789
-
1790
- ### Updated Dependencies
1791
-
1792
- - Updated **powerlines** to **v0.23.8**
1793
-
1794
- ## [0.10.24](https://github.com/storm-software/powerlines/releases/tag/nx%400.10.24) (11/20/2025)
1795
-
1796
- ### Updated Dependencies
1797
-
1798
- - Updated **powerlines** to **v0.23.7**
1799
-
1800
- ## [0.10.23](https://github.com/storm-software/powerlines/releases/tag/nx%400.10.23) (11/20/2025)
1801
-
1802
- ### Updated Dependencies
1803
-
1804
- - Updated **powerlines** to **v0.23.6**
1805
-
1806
- ## [0.10.22](https://github.com/storm-software/powerlines/releases/tag/nx%400.10.22) (11/20/2025)
1807
-
1808
- ### Updated Dependencies
1809
-
1810
- - Updated **powerlines** to **v0.23.5**
1811
-
1812
- ## [0.10.21](https://github.com/storm-software/powerlines/releases/tag/nx%400.10.21) (11/20/2025)
1813
-
1814
- ### Miscellaneous
1815
-
1816
- - **monorepo:** Update child packages to use updated function names
1817
- ([2e20b2d](https://github.com/storm-software/powerlines/commit/2e20b2d))
1818
-
1819
- ### Updated Dependencies
1820
-
1821
- - Updated **powerlines** to **v0.23.4**
1822
-
1823
- ## [0.10.20](https://github.com/storm-software/powerlines/releases/tag/nx%400.10.20) (11/19/2025)
1824
-
1825
- ### Updated Dependencies
1826
-
1827
- - Updated **powerlines** to **v0.23.3**
1828
-
1829
- ## [0.10.19](https://github.com/storm-software/powerlines/releases/tag/nx%400.10.19) (11/19/2025)
1830
-
1831
- ### Updated Dependencies
1832
-
1833
- - Updated **powerlines** to **v0.23.2**
1834
-
1835
- ## [0.10.18](https://github.com/storm-software/powerlines/releases/tag/nx%400.10.18) (11/19/2025)
1836
-
1837
- ### Bug Fixes
1838
-
1839
- - **nx:** Update base path of the configuration file resolution
1840
- ([4b100a0](https://github.com/storm-software/powerlines/commit/4b100a0))
1841
-
1842
- ### Updated Dependencies
1843
-
1844
- - Updated **powerlines** to **v0.23.1**
1845
-
1846
- ## [0.10.17](https://github.com/storm-software/powerlines/releases/tag/nx%400.10.17) (11/19/2025)
1847
-
1848
- ### Miscellaneous
1849
-
1850
- - **nx:** Added `types` module to the package exports
1851
- ([b9b9887](https://github.com/storm-software/powerlines/commit/b9b9887))
1852
- - **nx:** Ensure the `base` and `helpers` modules are included in package
1853
- exports
1854
- ([342be61](https://github.com/storm-software/powerlines/commit/342be61))
1855
-
1856
- ### Updated Dependencies
1857
-
1858
- - Updated **powerlines** to **v0.23.0**
1859
-
1860
- ## [0.10.16](https://github.com/storm-software/powerlines/releases/tag/nx%400.10.16) (11/19/2025)
1861
-
1862
- ### Miscellaneous
1863
-
1864
- - **nx:** Update plugin name to match package pattern
1865
- ([02d128a](https://github.com/storm-software/powerlines/commit/02d128a))
1866
-
1867
- ### Bug Fixes
1868
-
1869
- - **nx:** Resolve issue with relative project roots in Nx plugin
1870
- ([7f61f8a](https://github.com/storm-software/powerlines/commit/7f61f8a))
1871
-
1872
- ## [0.10.15](https://github.com/storm-software/powerlines/releases/tag/nx%400.10.15) (11/19/2025)
1873
-
1874
- ### Bug Fixes
1875
-
1876
- - **nx:** Resolve issue reading `package.json` file in Nx plugin
1877
- ([ce68929](https://github.com/storm-software/powerlines/commit/ce68929))
1878
-
1879
- ### Updated Dependencies
1880
-
1881
- - Updated **powerlines** to **v0.22.1**
1882
-
1883
- ## [0.10.14](https://github.com/storm-software/powerlines/releases/tag/nx%400.10.14) (11/19/2025)
1884
-
1885
- ### Bug Fixes
1886
-
1887
- - **nx:** Resolve issue reading `package.json` file in Nx plugin
1888
- ([ce68929](https://github.com/storm-software/powerlines/commit/ce68929))
1889
-
1890
- ## [0.10.13](https://github.com/storm-software/powerlines/releases/tag/nx%400.10.13) (11/19/2025)
1891
-
1892
- ### Bug Fixes
1893
-
1894
- - **nx:** Resolved issue with selecting input targets in Nx plugin
1895
- ([a4d103d](https://github.com/storm-software/powerlines/commit/a4d103d))
1896
-
1897
- ## [0.10.12](https://github.com/storm-software/powerlines/releases/tag/nx%400.10.12) (11/18/2025)
1898
-
1899
- ### Updated Dependencies
1900
-
1901
- - Updated **powerlines** to **v0.22.0**
1902
-
1903
- ## [0.10.11](https://github.com/storm-software/powerlines/releases/tag/nx%400.10.11) (11/18/2025)
1904
-
1905
- ### Updated Dependencies
1906
-
1907
- - Updated **powerlines** to **v0.21.0**
1908
-
1909
- ## [0.10.10](https://github.com/storm-software/powerlines/releases/tag/nx%400.10.10) (11/17/2025)
1910
-
1911
- ### Updated Dependencies
1912
-
1913
- - Updated **powerlines** to **v0.20.0**
1914
-
1915
- ## [0.10.9](https://github.com/storm-software/powerlines/releases/tag/nx%400.10.9) (11/16/2025)
1916
-
1917
- ### Miscellaneous
1918
-
1919
- - **powerlines:** Added debug initialization logging for the Nx plugin
1920
- ([845b5db](https://github.com/storm-software/powerlines/commit/845b5db))
1921
-
1922
- ### Updated Dependencies
1923
-
1924
- - Updated **powerlines** to **v0.19.5**
1925
-
1926
- ## [0.10.8](https://github.com/storm-software/powerlines/releases/tag/nx%400.10.8) (11/16/2025)
1927
-
1928
- ### Bug Fixes
1929
-
1930
- - **nx:** Resolved issue with selecting config files in Nx plugin
1931
- ([0f3535f](https://github.com/storm-software/powerlines/commit/0f3535f))
1932
-
1933
- ### Updated Dependencies
1934
-
1935
- - Updated **powerlines** to **v0.19.4**
1936
-
1937
- ## [0.10.7](https://github.com/storm-software/powerlines/releases/tag/nx%400.10.7) (11/12/2025)
1938
-
1939
- ### Updated Dependencies
1940
-
1941
- - Updated **powerlines** to **v0.19.3**
1942
-
1943
- ## [0.10.6](https://github.com/storm-software/powerlines/releases/tag/nx%400.10.6) (11/08/2025)
1944
-
1945
- ### Updated Dependencies
1946
-
1947
- - Updated **powerlines** to **v0.19.2**
1948
-
1949
- ## [0.10.5](https://github.com/storm-software/powerlines/releases/tag/nx%400.10.5) (11/08/2025)
1950
-
1951
- ### Updated Dependencies
1952
-
1953
- - Updated **powerlines** to **v0.19.1**
1954
-
1955
- ## [0.10.4](https://github.com/storm-software/powerlines/releases/tag/nx%400.10.4) (11/08/2025)
1956
-
1957
- ### Updated Dependencies
1958
-
1959
- - Updated **powerlines** to **v0.19.0**
1960
-
1961
- ## [0.10.3](https://github.com/storm-software/powerlines/releases/tag/nx%400.10.3) (11/07/2025)
1962
-
1963
- ### Updated Dependencies
1964
-
1965
- - Updated **powerlines** to **v0.18.0**
1966
-
1967
- ## [0.10.2](https://github.com/storm-software/powerlines/releases/tag/nx%400.10.2) (11/07/2025)
1968
-
1969
- ### Updated Dependencies
1970
-
1971
- - Updated **powerlines** to **v0.17.0**
1972
-
1973
- ## [0.10.1](https://github.com/storm-software/powerlines/releases/tag/nx%400.10.1) (11/05/2025)
1974
-
1975
- ### Updated Dependencies
1976
-
1977
- - Updated **powerlines** to **v0.16.0**
1978
-
1979
- ## [0.10.0](https://github.com/storm-software/powerlines/releases/tag/nx%400.10.0) (11/05/2025)
1980
-
1981
- ### Features
1982
-
1983
- - **nx:** Enhancement to improve Nx plugin reusablilty and customization
1984
- ([c76c9e2](https://github.com/storm-software/powerlines/commit/c76c9e2))
1985
-
1986
- ### Updated Dependencies
1987
-
1988
- - Updated **powerlines** to **v0.15.0**
1989
-
1990
- ## [0.9.5](https://github.com/storm-software/powerlines/releases/tag/nx%400.9.5) (2025-10-28)
1991
-
1992
- ### Miscellaneous
1993
-
1994
- - **monorepo:** Update workspace package links
1995
- ([321d621](https://github.com/storm-software/powerlines/commit/321d621))
1996
-
1997
- ## [0.9.4](https://github.com/storm-software/powerlines/releases/tag/nx%400.9.4) (2025-10-27)
1998
-
1999
- ### Miscellaneous
2000
-
2001
- - **monorepo:** Update workspace package links
2002
- ([fce8f05](https://github.com/storm-software/powerlines/commit/fce8f05))
2003
-
2004
- ## [0.9.3](https://github.com/storm-software/powerlines/releases/tag/nx%400.9.3) (2025-10-27)
2005
-
2006
- ### Miscellaneous
2007
-
2008
- - **monorepo:** Update workspace package links
2009
- ([e6425b1](https://github.com/storm-software/powerlines/commit/e6425b1))
2010
-
2011
- ### Updated Dependencies
2012
-
2013
- - Updated powerlines to 0.14.0
2014
-
2015
- ## [0.9.2](https://github.com/storm-software/powerlines/releases/tag/nx%400.9.2) (2025-10-25)
2016
-
2017
- ### Miscellaneous
2018
-
2019
- - **monorepo:** Update workspace package links
2020
- ([b0f9c74](https://github.com/storm-software/powerlines/commit/b0f9c74))
2021
-
2022
- ### Updated Dependencies
2023
-
2024
- - Updated powerlines to 0.13.0
2025
-
2026
- ## [0.9.1](https://github.com/storm-software/powerlines/releases/tag/nx%400.9.1) (2025-10-25)
2027
-
2028
- ### Miscellaneous
2029
-
2030
- - **monorepo:** Update workspace package links
2031
- ([80c47bf](https://github.com/storm-software/powerlines/commit/80c47bf))
2032
-
2033
- ### Updated Dependencies
2034
-
2035
- - Updated powerlines to 0.12.0
2036
-
2037
- ## [0.9.0](https://github.com/storm-software/powerlines/releases/tag/nx%400.9.0) (2025-10-25)
2038
-
2039
- ### Features
2040
-
2041
- - **powerlines:** Added the `createProgram` helper function
2042
- ([98b9323](https://github.com/storm-software/powerlines/commit/98b9323))
2043
-
2044
- ### Updated Dependencies
2045
-
2046
- - Updated powerlines to 0.11.0
2047
-
2048
- ## [0.8.3](https://github.com/storm-software/powerlines/releases/tag/nx%400.8.3) (2025-10-24)
2049
-
2050
- ### Miscellaneous
2051
-
2052
- - **monorepo:** Update workspace package links
2053
- ([d5bf8d9](https://github.com/storm-software/powerlines/commit/d5bf8d9))
2054
-
2055
- ### Updated Dependencies
2056
-
2057
- - Updated powerlines to 0.10.2
2058
-
2059
- ## [0.8.2](https://github.com/storm-software/powerlines/releases/tag/nx%400.8.2) (2025-10-24)
2060
-
2061
- ### Miscellaneous
2062
-
2063
- - **monorepo:** Update workspace package links
2064
- ([4c97cf8](https://github.com/storm-software/powerlines/commit/4c97cf8))
2065
-
2066
- ### Updated Dependencies
2067
-
2068
- - Updated powerlines to 0.10.1
2069
-
2070
- ## [0.8.1](https://github.com/storm-software/powerlines/releases/tag/nx%400.8.1) (2025-10-24)
2071
-
2072
- ### Miscellaneous
2073
-
2074
- - **monorepo:** Update workspace package links
2075
- ([413adce](https://github.com/storm-software/powerlines/commit/413adce))
2076
-
2077
- ### Updated Dependencies
2078
-
2079
- - Updated powerlines to 0.10.0
2080
-
2081
- ## [0.8.0](https://github.com/storm-software/powerlines/releases/tag/nx%400.8.0) (2025-10-24)
2082
-
2083
- ### Features
2084
-
2085
- - **powerlines:** Added `parse` function to `context` objects
2086
- ([5a56c5c](https://github.com/storm-software/powerlines/commit/5a56c5c))
2087
-
2088
- ### Updated Dependencies
2089
-
2090
- - Updated powerlines to 0.9.0
2091
-
2092
- ## [0.7.0](https://github.com/storm-software/powerlines/releases/tag/nx%400.7.0) (2025-10-24)
2093
-
2094
- ### Features
2095
-
2096
- - **deepkit:** Initial check-in of the `deepkit` package
2097
- ([d3372b8](https://github.com/storm-software/powerlines/commit/d3372b8))
2098
-
2099
- ### Updated Dependencies
2100
-
2101
- - Updated powerlines to 0.8.0
2102
-
2103
- ## [0.6.1](https://github.com/storm-software/powerlines/releases/tag/nx%400.6.1) (2025-10-23)
2104
-
2105
- ### Miscellaneous
2106
-
2107
- - **monorepo:** Update workspace package links
2108
- ([26d5877](https://github.com/storm-software/powerlines/commit/26d5877))
2109
-
2110
- ### Updated Dependencies
2111
-
2112
- - Updated powerlines to 0.7.1
2113
-
2114
- ## [0.6.0](https://github.com/storm-software/powerlines/releases/tag/nx%400.6.0) (2025-10-23)
2115
-
2116
- ### Features
2117
-
2118
- - **powerlines:** Added the `extendPlugin` helper function
2119
- ([4cd8b1e](https://github.com/storm-software/powerlines/commit/4cd8b1e))
2120
-
2121
- ### Updated Dependencies
2122
-
2123
- - Updated powerlines to 0.7.0
2124
-
2125
- ## [0.5.2](https://github.com/storm-software/powerlines/releases/tag/nx%400.5.2) (2025-10-22)
2126
-
2127
- ### Miscellaneous
2128
-
2129
- - **monorepo:** Reformat repository files and resolve lefthook issue
2130
- ([7b25a63](https://github.com/storm-software/powerlines/commit/7b25a63))
2131
-
2132
- ### Updated Dependencies
2133
-
2134
- - Updated powerlines to 0.6.1
2135
-
2136
- ## [0.5.1](https://github.com/storm-software/powerlines/releases/tag/nx%400.5.1) (2025-10-21)
2137
-
2138
- ### Miscellaneous
2139
-
2140
- - **monorepo:** Reformat repository `package.json` files
2141
- ([dc79d28](https://github.com/storm-software/powerlines/commit/dc79d28))
2142
-
2143
- ## [0.5.0](https://github.com/storm-software/powerlines/releases/tag/nx%400.5.0) (2025-10-21)
2144
-
2145
- ### Features
2146
-
2147
- - **plugin-crypto:** Added the `hash` function to generated builtin module
2148
- ([380c79a](https://github.com/storm-software/powerlines/commit/380c79a))
2149
-
2150
- ## [0.4.0](https://github.com/storm-software/powerlines/releases/tag/nx%400.4.0) (2025-10-21)
2151
-
2152
- ### Features
2153
-
2154
- - **powerlines:** Added separate `devDependencies` node on contexts
2155
- ([c6f1fab](https://github.com/storm-software/powerlines/commit/c6f1fab))
2156
-
2157
- ### Updated Dependencies
2158
-
2159
- - Updated powerlines to 0.4.0
2160
-
2161
- ## [0.3.0](https://github.com/storm-software/powerlines/releases/tag/nx%400.3.0) (2025-10-21)
2162
-
2163
- ### Features
2164
-
2165
- - **plugin-deepkit:** Initial check-in of the `deepkit` plugin module
2166
- ([cf91fac](https://github.com/storm-software/powerlines/commit/cf91fac))
2167
-
2168
- ### Updated Dependencies
2169
-
2170
- - Updated powerlines to 0.3.0
2171
-
2172
- ## [0.2.0](https://github.com/storm-software/powerlines/releases/tag/nx%400.2.0) (2025-10-21)
2173
-
2174
- ### Features
2175
-
2176
- - **nx:** Added `runtimeFolder` configuration option to plugin
2177
- ([ddfa6fc](https://github.com/storm-software/powerlines/commit/ddfa6fc))
2178
-
2179
- ### Updated Dependencies
2180
-
2181
- - Updated powerlines to 0.2.0
2182
-
2183
- ## [0.1.0](https://github.com/storm-software/powerlines/releases/tag/nx%400.1.0) (2025-10-20)
2184
-
2185
- ### Updated Dependencies
2186
-
2187
- - Updated powerlines to 0.1.0