@storm-software/build-tools 0.15.0 → 0.15.2

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/CHANGELOG.md CHANGED
@@ -1,132 +1,152 @@
1
- ## 0.15.0 (2024-06-24)
1
+ ## 0.15.2 (2024-06-24)
2
+
3
+ ### 🩹 Fixes
4
+
5
+ - **storm-ops:** Resolve issue with renovatebot in workflow action
6
+ ([e587423a](https://github.com/storm-software/storm-ops/commit/e587423a))
2
7
 
8
+ ## 0.15.1 (2024-06-24)
9
+
10
+ ### 🩹 Fixes
11
+
12
+ - **storm-ops:** Remove the `lint-commit` actions
13
+ ([a502e8c0](https://github.com/storm-software/storm-ops/commit/a502e8c0))
14
+
15
+ ## 0.15.0 (2024-06-24)
3
16
 
4
17
  ### 🚀 Features
5
18
 
6
- - **eslint-plugin:** Split up the eslint plugin implementation into separate packages ([aba11be4](https://github.com/storm-software/storm-ops/commit/aba11be4))
19
+ - **eslint-plugin:** Split up the eslint plugin implementation into separate
20
+ packages
21
+ ([aba11be4](https://github.com/storm-software/storm-ops/commit/aba11be4))
7
22
 
8
23
  ## 0.14.1 (2024-06-24)
9
24
 
10
-
11
25
  ### 🩹 Fixes
12
26
 
13
- - **deps:** update patch prod dependencies ([f26698a8](https://github.com/storm-software/storm-ops/commit/f26698a8))
27
+ - **deps:** update patch prod dependencies
28
+ ([f26698a8](https://github.com/storm-software/storm-ops/commit/f26698a8))
14
29
 
15
30
  ## 0.14.0 (2024-06-22)
16
31
 
17
-
18
32
  ### 🚀 Features
19
33
 
20
- - **workspace-tools:** Upgrade the workspace pnpm-lock file ([d33c20cb](https://github.com/storm-software/storm-ops/commit/d33c20cb))
34
+ - **workspace-tools:** Upgrade the workspace pnpm-lock file
35
+ ([d33c20cb](https://github.com/storm-software/storm-ops/commit/d33c20cb))
21
36
 
22
37
  ## 0.13.0 (2024-06-22)
23
38
 
24
-
25
39
  ### 🚀 Features
26
40
 
27
- - **storm-ops:** Updated pnpm-lock file ([22be1efd](https://github.com/storm-software/storm-ops/commit/22be1efd))
41
+ - **storm-ops:** Updated pnpm-lock file
42
+ ([22be1efd](https://github.com/storm-software/storm-ops/commit/22be1efd))
28
43
 
29
44
  ## 0.12.0 (2024-06-22)
30
45
 
31
-
32
46
  ### 🚀 Features
33
47
 
34
- - **workspace-tools:** Added `lint` and `format` tasks and improved cache input management ([f2ade202](https://github.com/storm-software/storm-ops/commit/f2ade202))
48
+ - **workspace-tools:** Added `lint` and `format` tasks and improved cache input
49
+ management
50
+ ([f2ade202](https://github.com/storm-software/storm-ops/commit/f2ade202))
35
51
 
36
52
  ## 0.11.0 (2024-06-21)
37
53
 
38
-
39
54
  ### 🚀 Features
40
55
 
41
- - **eslint-plugin:** Resolve issues with eslint module types ([ca513974](https://github.com/storm-software/storm-ops/commit/ca513974))
56
+ - **eslint-plugin:** Resolve issues with eslint module types
57
+ ([ca513974](https://github.com/storm-software/storm-ops/commit/ca513974))
42
58
 
43
59
  ## 0.10.2 (2024-06-17)
44
60
 
45
-
46
61
  ### 🩹 Fixes
47
62
 
48
- - **deps:** update patch prod dependencies ([ec613e8a](https://github.com/storm-software/storm-ops/commit/ec613e8a))
63
+ - **deps:** update patch prod dependencies
64
+ ([ec613e8a](https://github.com/storm-software/storm-ops/commit/ec613e8a))
49
65
 
50
66
  ## 0.10.1 (2024-06-05)
51
67
 
52
-
53
68
  ### 🩹 Fixes
54
69
 
55
- - **eslint:** Resolve issue with missing dependencies ([b0f43454](https://github.com/storm-software/storm-ops/commit/b0f43454))
70
+ - **eslint:** Resolve issue with missing dependencies
71
+ ([b0f43454](https://github.com/storm-software/storm-ops/commit/b0f43454))
56
72
 
57
73
  ## 0.10.0 (2024-06-03)
58
74
 
59
-
60
75
  ### 🚀 Features
61
76
 
62
- - **storm-ops:** Upgrade Nx packages and resolve linting issues ([685c2bb9](https://github.com/storm-software/storm-ops/commit/685c2bb9))
63
-
77
+ - **storm-ops:** Upgrade Nx packages and resolve linting issues
78
+ ([685c2bb9](https://github.com/storm-software/storm-ops/commit/685c2bb9))
64
79
 
65
80
  ### 🩹 Fixes
66
81
 
67
- - **deps:** update patch prod dependencies ([072b4763](https://github.com/storm-software/storm-ops/commit/072b4763))
82
+ - **deps:** update patch prod dependencies
83
+ ([072b4763](https://github.com/storm-software/storm-ops/commit/072b4763))
68
84
 
69
- - **deps:** update dependencies-non-major ([#181](https://github.com/storm-software/storm-ops/pull/181))
85
+ - **deps:** update dependencies-non-major
86
+ ([#181](https://github.com/storm-software/storm-ops/pull/181))
70
87
 
71
- - **git-tools:** Resolved issue with import in markdown formatter ([5e3963de](https://github.com/storm-software/storm-ops/commit/5e3963de))
88
+ - **git-tools:** Resolved issue with import in markdown formatter
89
+ ([5e3963de](https://github.com/storm-software/storm-ops/commit/5e3963de))
72
90
 
73
91
  ## 0.9.0 (2024-05-29)
74
92
 
75
-
76
93
  ### 🚀 Features
77
94
 
78
- - **cloudflare-tools:** Update worker generator to add hono depenendency ([946a9e59](https://github.com/storm-software/storm-ops/commit/946a9e59))
95
+ - **cloudflare-tools:** Update worker generator to add hono depenendency
96
+ ([946a9e59](https://github.com/storm-software/storm-ops/commit/946a9e59))
79
97
 
80
-
81
- ### ❤️ Thank You
98
+ ### ❤️ Thank You
82
99
 
83
100
  - Patrick Sullivan
84
101
 
85
102
  ## 0.8.1 (2024-05-27)
86
103
 
87
-
88
104
  ### 🩹 Fixes
89
105
 
90
- - **deps:** update patch prod dependencies ([a8113435](https://github.com/storm-software/storm-ops/commit/a8113435))
91
-
92
- - **deps:** update dependencies-non-major ([#145](https://github.com/storm-software/storm-ops/pull/145))
106
+ - **deps:** update patch prod dependencies
107
+ ([a8113435](https://github.com/storm-software/storm-ops/commit/a8113435))
93
108
 
94
- - **deps:** update patch prod dependencies ([20ed7f14](https://github.com/storm-software/storm-ops/commit/20ed7f14))
109
+ - **deps:** update dependencies-non-major
110
+ ([#145](https://github.com/storm-software/storm-ops/pull/145))
95
111
 
96
- - **deps:** update patch prod dependencies ([bef67d5d](https://github.com/storm-software/storm-ops/commit/bef67d5d))
112
+ - **deps:** update patch prod dependencies
113
+ ([20ed7f14](https://github.com/storm-software/storm-ops/commit/20ed7f14))
97
114
 
98
- - **deps:** update dependencies-non-major ([#159](https://github.com/storm-software/storm-ops/pull/159))
115
+ - **deps:** update patch prod dependencies
116
+ ([bef67d5d](https://github.com/storm-software/storm-ops/commit/bef67d5d))
99
117
 
118
+ - **deps:** update dependencies-non-major
119
+ ([#159](https://github.com/storm-software/storm-ops/pull/159))
100
120
 
101
- ### ❤️ Thank You
121
+ ### ❤️ Thank You
102
122
 
103
123
  - Patrick Sullivan
104
124
 
105
125
  ## 0.8.0 (2024-05-04)
106
126
 
107
-
108
127
  ### 🚀 Features
109
128
 
110
- - **config:** Generated the Storm Configuration JSON schema package asset ([0a5c9bb2](https://github.com/storm-software/storm-ops/commit/0a5c9bb2))
129
+ - **config:** Generated the Storm Configuration JSON schema package asset
130
+ ([0a5c9bb2](https://github.com/storm-software/storm-ops/commit/0a5c9bb2))
111
131
 
112
-
113
- ### ❤️ Thank You
132
+ ### ❤️ Thank You
114
133
 
115
134
  - Patrick Sullivan
116
135
 
117
136
  ## 0.7.4 (2024-04-29)
118
137
 
119
-
120
138
  ### 🩹 Fixes
121
139
 
122
- - **deps:** update patch prod dependencies ([c427e132](https://github.com/storm-software/storm-ops/commit/c427e132))
123
-
124
- - **deps:** update dependencies-non-major ([#130](https://github.com/storm-software/storm-ops/pull/130))
140
+ - **deps:** update patch prod dependencies
141
+ ([c427e132](https://github.com/storm-software/storm-ops/commit/c427e132))
125
142
 
126
- - **build-tools:** Resolved issue with missing external dependency ([ea89d348](https://github.com/storm-software/storm-ops/commit/ea89d348))
143
+ - **deps:** update dependencies-non-major
144
+ ([#130](https://github.com/storm-software/storm-ops/pull/130))
127
145
 
146
+ - **build-tools:** Resolved issue with missing external dependency
147
+ ([ea89d348](https://github.com/storm-software/storm-ops/commit/ea89d348))
128
148
 
129
- ### ❤️ Thank You
149
+ ### ❤️ Thank You
130
150
 
131
151
  - Patrick Sullivan
132
152
 
@@ -134,7 +154,8 @@
134
154
 
135
155
  ### 🩹 Fixes
136
156
 
137
- - **workspace-tools:** Add `AssetGlob` typings ([c42da685](https://github.com/storm-software/storm-ops/commit/c42da685))
157
+ - **workspace-tools:** Add `AssetGlob` typings
158
+ ([c42da685](https://github.com/storm-software/storm-ops/commit/c42da685))
138
159
 
139
160
  ### ❤️ Thank You
140
161
 
@@ -144,19 +165,22 @@
144
165
 
145
166
  ### 🩹 Fixes
146
167
 
147
- - **deps:** update patch prod dependencies ([7f710f58](https://github.com/storm-software/storm-ops/commit/7f710f58))
168
+ - **deps:** update patch prod dependencies
169
+ ([7f710f58](https://github.com/storm-software/storm-ops/commit/7f710f58))
148
170
 
149
171
  ## 0.7.1 (2024-04-15)
150
172
 
151
173
  ### 🩹 Fixes
152
174
 
153
- - **deps:** pin dependencies ([36d5dd8e](https://github.com/storm-software/storm-ops/commit/36d5dd8e))
175
+ - **deps:** pin dependencies
176
+ ([36d5dd8e](https://github.com/storm-software/storm-ops/commit/36d5dd8e))
154
177
 
155
178
  ## 0.7.0 (2024-04-13)
156
179
 
157
180
  ### 🚀 Features
158
181
 
159
- - **config-tools:** No longer require `config` in storm console write functions ([ad8c6511](https://github.com/storm-software/storm-ops/commit/ad8c6511))
182
+ - **config-tools:** No longer require `config` in storm console write functions
183
+ ([ad8c6511](https://github.com/storm-software/storm-ops/commit/ad8c6511))
160
184
 
161
185
  ### ❤️ Thank You
162
186
 
@@ -166,7 +190,8 @@
166
190
 
167
191
  ### 🩹 Fixes
168
192
 
169
- - **build-tools:** Replace slashes in libraries path ([3b01d54d](https://github.com/storm-software/storm-ops/commit/3b01d54d))
193
+ - **build-tools:** Replace slashes in libraries path
194
+ ([3b01d54d](https://github.com/storm-software/storm-ops/commit/3b01d54d))
170
195
 
171
196
  ### ❤️ Thank You
172
197
 
@@ -176,7 +201,8 @@
176
201
 
177
202
  ### 🩹 Fixes
178
203
 
179
- - **build-tools:** Update the path provided to include TypeScript declarations ([a1a74b21](https://github.com/storm-software/storm-ops/commit/a1a74b21))
204
+ - **build-tools:** Update the path provided to include TypeScript declarations
205
+ ([a1a74b21](https://github.com/storm-software/storm-ops/commit/a1a74b21))
180
206
 
181
207
  ### ❤️ Thank You
182
208
 
@@ -186,7 +212,8 @@
186
212
 
187
213
  ### 🩹 Fixes
188
214
 
189
- - **build-tools:** Resolve issues with missing TypeScript lib files ([032daaf9](https://github.com/storm-software/storm-ops/commit/032daaf9))
215
+ - **build-tools:** Resolve issues with missing TypeScript lib files
216
+ ([032daaf9](https://github.com/storm-software/storm-ops/commit/032daaf9))
190
217
 
191
218
  ### ❤️ Thank You
192
219
 
@@ -196,7 +223,8 @@
196
223
 
197
224
  ### 🩹 Fixes
198
225
 
199
- - **build-tools:** Added the TypeScript libs files to the compiler options ([963d533a](https://github.com/storm-software/storm-ops/commit/963d533a))
226
+ - **build-tools:** Added the TypeScript libs files to the compiler options
227
+ ([963d533a](https://github.com/storm-software/storm-ops/commit/963d533a))
200
228
 
201
229
  ### ❤️ Thank You
202
230
 
@@ -206,7 +234,8 @@
206
234
 
207
235
  ### 🩹 Fixes
208
236
 
209
- - **build-tools:** Update `tsup` build to no longer add workspace dependencies ([84da4a76](https://github.com/storm-software/storm-ops/commit/84da4a76))
237
+ - **build-tools:** Update `tsup` build to no longer add workspace dependencies
238
+ ([84da4a76](https://github.com/storm-software/storm-ops/commit/84da4a76))
210
239
 
211
240
  ### ❤️ Thank You
212
241
 
@@ -216,7 +245,8 @@
216
245
 
217
246
  ### 🩹 Fixes
218
247
 
219
- - **build-tools:** Add the typescript type libraries to the `tsup` build include path ([c7125729](https://github.com/storm-software/storm-ops/commit/c7125729))
248
+ - **build-tools:** Add the typescript type libraries to the `tsup` build include
249
+ path ([c7125729](https://github.com/storm-software/storm-ops/commit/c7125729))
220
250
 
221
251
  ### ❤️ Thank You
222
252
 
@@ -226,7 +256,8 @@
226
256
 
227
257
  ### 🩹 Fixes
228
258
 
229
- - **build-tools:** Resolve object ref error with empty dependencies ([6abbd534](https://github.com/storm-software/storm-ops/commit/6abbd534))
259
+ - **build-tools:** Resolve object ref error with empty dependencies
260
+ ([6abbd534](https://github.com/storm-software/storm-ops/commit/6abbd534))
230
261
 
231
262
  ### ❤️ Thank You
232
263
 
@@ -236,7 +267,8 @@
236
267
 
237
268
  ### 🩹 Fixes
238
269
 
239
- - **build-tools:** Enhance the entry string logic and output path ([10801885](https://github.com/storm-software/storm-ops/commit/10801885))
270
+ - **build-tools:** Enhance the entry string logic and output path
271
+ ([10801885](https://github.com/storm-software/storm-ops/commit/10801885))
240
272
 
241
273
  ### ❤️ Thank You
242
274
 
@@ -246,7 +278,8 @@
246
278
 
247
279
  ### 🩹 Fixes
248
280
 
249
- - **build-tools:** Update the `rootDir` passed to the build method ([d4d4409e](https://github.com/storm-software/storm-ops/commit/d4d4409e))
281
+ - **build-tools:** Update the `rootDir` passed to the build method
282
+ ([d4d4409e](https://github.com/storm-software/storm-ops/commit/d4d4409e))
250
283
 
251
284
  ### ❤️ Thank You
252
285
 
@@ -256,7 +289,8 @@
256
289
 
257
290
  ### 🩹 Fixes
258
291
 
259
- - **build-tools:** Update the logging prior to the build ([dd83b930](https://github.com/storm-software/storm-ops/commit/dd83b930))
292
+ - **build-tools:** Update the logging prior to the build
293
+ ([dd83b930](https://github.com/storm-software/storm-ops/commit/dd83b930))
260
294
 
261
295
  ### ❤️ Thank You
262
296
 
@@ -266,7 +300,8 @@
266
300
 
267
301
  ### 🩹 Fixes
268
302
 
269
- - **build-tools:** Temporarily removed `mkdist` build from config ([56f8e104](https://github.com/storm-software/storm-ops/commit/56f8e104))
303
+ - **build-tools:** Temporarily removed `mkdist` build from config
304
+ ([56f8e104](https://github.com/storm-software/storm-ops/commit/56f8e104))
270
305
 
271
306
  ### ❤️ Thank You
272
307
 
@@ -276,7 +311,8 @@
276
311
 
277
312
  ### 🩹 Fixes
278
313
 
279
- - **build-tools:** Resolve issue with invalid `rootDir` value ([16b7e378](https://github.com/storm-software/storm-ops/commit/16b7e378))
314
+ - **build-tools:** Resolve issue with invalid `rootDir` value
315
+ ([16b7e378](https://github.com/storm-software/storm-ops/commit/16b7e378))
280
316
 
281
317
  ### ❤️ Thank You
282
318
 
@@ -286,7 +322,9 @@
286
322
 
287
323
  ### 🩹 Fixes
288
324
 
289
- - **build-tools:** Resolve the multiple `clean` step issue in `unbuild` executable ([9c2727da](https://github.com/storm-software/storm-ops/commit/9c2727da))
325
+ - **build-tools:** Resolve the multiple `clean` step issue in `unbuild`
326
+ executable
327
+ ([9c2727da](https://github.com/storm-software/storm-ops/commit/9c2727da))
290
328
 
291
329
  ### ❤️ Thank You
292
330
 
@@ -296,7 +334,8 @@
296
334
 
297
335
  ### 🩹 Fixes
298
336
 
299
- - **build-tools:** Resolve issue with empty config file path option ([5216a888](https://github.com/storm-software/storm-ops/commit/5216a888))
337
+ - **build-tools:** Resolve issue with empty config file path option
338
+ ([5216a888](https://github.com/storm-software/storm-ops/commit/5216a888))
300
339
 
301
340
  ### ❤️ Thank You
302
341
 
@@ -306,7 +345,8 @@
306
345
 
307
346
  ### 🚀 Features
308
347
 
309
- - **config-tools:** Significant improvements to logic to get config files ([0a0ac895](https://github.com/storm-software/storm-ops/commit/0a0ac895))
348
+ - **config-tools:** Significant improvements to logic to get config files
349
+ ([0a0ac895](https://github.com/storm-software/storm-ops/commit/0a0ac895))
310
350
 
311
351
  ### ❤️ Thank You
312
352
 
@@ -316,7 +356,8 @@
316
356
 
317
357
  ### 🩹 Fixes
318
358
 
319
- - **build-tools:** Resolved issue with invalid rollup path ([4e20c795](https://github.com/storm-software/storm-ops/commit/4e20c795))
359
+ - **build-tools:** Resolved issue with invalid rollup path
360
+ ([4e20c795](https://github.com/storm-software/storm-ops/commit/4e20c795))
320
361
 
321
362
  ### ❤️ Thank You
322
363
 
@@ -326,7 +367,8 @@
326
367
 
327
368
  ### 🚀 Features
328
369
 
329
- - **build-tools:** Added `unbuild` to the build tools ([b62cd15b](https://github.com/storm-software/storm-ops/commit/b62cd15b))
370
+ - **build-tools:** Added `unbuild` to the build tools
371
+ ([b62cd15b](https://github.com/storm-software/storm-ops/commit/b62cd15b))
330
372
 
331
373
  ### ❤️ Thank You
332
374
 
@@ -336,7 +378,8 @@
336
378
 
337
379
  ### 🩹 Fixes
338
380
 
339
- - **tsconfig:** Resolve invalid base tsconfig modules ([af07fcdb](https://github.com/storm-software/storm-ops/commit/af07fcdb))
381
+ - **tsconfig:** Resolve invalid base tsconfig modules
382
+ ([af07fcdb](https://github.com/storm-software/storm-ops/commit/af07fcdb))
340
383
 
341
384
  ### ❤️ Thank You
342
385
 
@@ -346,7 +389,8 @@
346
389
 
347
390
  ### 🩹 Fixes
348
391
 
349
- - **build-tools:** Updates to dts compiler options ([b3aa2692](https://github.com/storm-software/storm-ops/commit/b3aa2692))
392
+ - **build-tools:** Updates to dts compiler options
393
+ ([b3aa2692](https://github.com/storm-software/storm-ops/commit/b3aa2692))
350
394
 
351
395
  ### ❤️ Thank You
352
396
 
@@ -356,7 +400,8 @@
356
400
 
357
401
  ### 🩹 Fixes
358
402
 
359
- - **build-tools:** Updates to base tsconfig and build tools ([97648eac](https://github.com/storm-software/storm-ops/commit/97648eac))
403
+ - **build-tools:** Updates to base tsconfig and build tools
404
+ ([97648eac](https://github.com/storm-software/storm-ops/commit/97648eac))
360
405
 
361
406
  ### ❤️ Thank You
362
407
 
@@ -366,7 +411,8 @@
366
411
 
367
412
  ### 🩹 Fixes
368
413
 
369
- - **build-tools:** Resolved import issues with external Nx modules ([203ffe22](https://github.com/storm-software/storm-ops/commit/203ffe22))
414
+ - **build-tools:** Resolved import issues with external Nx modules
415
+ ([203ffe22](https://github.com/storm-software/storm-ops/commit/203ffe22))
370
416
 
371
417
  ### ❤️ Thank You
372
418
 
@@ -376,7 +422,8 @@
376
422
 
377
423
  ### 🩹 Fixes
378
424
 
379
- - **build-tools:** Apply missing defaults to rolldown options ([3ed61c68](https://github.com/storm-software/storm-ops/commit/3ed61c68))
425
+ - **build-tools:** Apply missing defaults to rolldown options
426
+ ([3ed61c68](https://github.com/storm-software/storm-ops/commit/3ed61c68))
380
427
 
381
428
  ### ❤️ Thank You
382
429
 
@@ -386,7 +433,8 @@
386
433
 
387
434
  ### 🩹 Fixes
388
435
 
389
- - **build-tools:** Added error object logging to rolldown ([01aabe2d](https://github.com/storm-software/storm-ops/commit/01aabe2d))
436
+ - **build-tools:** Added error object logging to rolldown
437
+ ([01aabe2d](https://github.com/storm-software/storm-ops/commit/01aabe2d))
390
438
 
391
439
  ### ❤️ Thank You
392
440
 
@@ -396,7 +444,8 @@
396
444
 
397
445
  ### 🩹 Fixes
398
446
 
399
- - **build-tools:** Resolved issue with empty plugin array ([03da3618](https://github.com/storm-software/storm-ops/commit/03da3618))
447
+ - **build-tools:** Resolved issue with empty plugin array
448
+ ([03da3618](https://github.com/storm-software/storm-ops/commit/03da3618))
400
449
 
401
450
  ### ❤️ Thank You
402
451
 
@@ -406,7 +455,8 @@
406
455
 
407
456
  ### 🩹 Fixes
408
457
 
409
- - **build-tools:** Resolve issues with logging during build execution ([911ca3c6](https://github.com/storm-software/storm-ops/commit/911ca3c6))
458
+ - **build-tools:** Resolve issues with logging during build execution
459
+ ([911ca3c6](https://github.com/storm-software/storm-ops/commit/911ca3c6))
410
460
 
411
461
  ### ❤️ Thank You
412
462
 
@@ -416,7 +466,8 @@
416
466
 
417
467
  ### 🩹 Fixes
418
468
 
419
- - **build-tools:** Enhance the logic to apply multiple entry points ([962e72b7](https://github.com/storm-software/storm-ops/commit/962e72b7))
469
+ - **build-tools:** Enhance the logic to apply multiple entry points
470
+ ([962e72b7](https://github.com/storm-software/storm-ops/commit/962e72b7))
420
471
 
421
472
  ### ❤️ Thank You
422
473
 
@@ -426,7 +477,8 @@
426
477
 
427
478
  ### 🩹 Fixes
428
479
 
429
- - **build-tools:** Added better build logging and validations ([03b595a4](https://github.com/storm-software/storm-ops/commit/03b595a4))
480
+ - **build-tools:** Added better build logging and validations
481
+ ([03b595a4](https://github.com/storm-software/storm-ops/commit/03b595a4))
430
482
 
431
483
  ### ❤️ Thank You
432
484
 
@@ -436,9 +488,11 @@
436
488
 
437
489
  ### 🩹 Fixes
438
490
 
439
- - **build-tools:** Resolved null reference issue creating build config ([35fa37aa](https://github.com/storm-software/storm-ops/commit/35fa37aa))
491
+ - **build-tools:** Resolved null reference issue creating build config
492
+ ([35fa37aa](https://github.com/storm-software/storm-ops/commit/35fa37aa))
440
493
 
441
- - **build-tools:** Update the `build` task configuration ([31b98d50](https://github.com/storm-software/storm-ops/commit/31b98d50))
494
+ - **build-tools:** Update the `build` task configuration
495
+ ([31b98d50](https://github.com/storm-software/storm-ops/commit/31b98d50))
442
496
 
443
497
  ### ❤️ Thank You
444
498
 
@@ -448,7 +502,8 @@
448
502
 
449
503
  ### 🩹 Fixes
450
504
 
451
- - **build-tools:** Resolved issue with module types used in build ([50a368d3](https://github.com/storm-software/storm-ops/commit/50a368d3))
505
+ - **build-tools:** Resolved issue with module types used in build
506
+ ([50a368d3](https://github.com/storm-software/storm-ops/commit/50a368d3))
452
507
 
453
508
  ### ❤️ Thank You
454
509
 
@@ -458,7 +513,8 @@
458
513
 
459
514
  ### 🩹 Fixes
460
515
 
461
- - **build-tools:** Add cjs shims to `esbuild` output ([63336f55](https://github.com/storm-software/storm-ops/commit/63336f55))
516
+ - **build-tools:** Add cjs shims to `esbuild` output
517
+ ([63336f55](https://github.com/storm-software/storm-ops/commit/63336f55))
462
518
 
463
519
  ### ❤️ Thank You
464
520
 
@@ -468,7 +524,8 @@
468
524
 
469
525
  ### 🩹 Fixes
470
526
 
471
- - **build-tools:** Dynamically import `config-tools` in build executable ([7746d327](https://github.com/storm-software/storm-ops/commit/7746d327))
527
+ - **build-tools:** Dynamically import `config-tools` in build executable
528
+ ([7746d327](https://github.com/storm-software/storm-ops/commit/7746d327))
472
529
 
473
530
  ### ❤️ Thank You
474
531
 
@@ -478,7 +535,8 @@
478
535
 
479
536
  ### 🩹 Fixes
480
537
 
481
- - **build-tools:** Update module typings for bin and package files ([f3ecfe59](https://github.com/storm-software/storm-ops/commit/f3ecfe59))
538
+ - **build-tools:** Update module typings for bin and package files
539
+ ([f3ecfe59](https://github.com/storm-software/storm-ops/commit/f3ecfe59))
482
540
 
483
541
  ### ❤️ Thank You
484
542
 
@@ -488,7 +546,8 @@
488
546
 
489
547
  ### 🩹 Fixes
490
548
 
491
- - **build-tools:** Remove unused chalk depenency ([ac82cd1a](https://github.com/storm-software/storm-ops/commit/ac82cd1a))
549
+ - **build-tools:** Remove unused chalk depenency
550
+ ([ac82cd1a](https://github.com/storm-software/storm-ops/commit/ac82cd1a))
492
551
 
493
552
  ### ❤️ Thank You
494
553
 
@@ -498,7 +557,8 @@
498
557
 
499
558
  ### 🩹 Fixes
500
559
 
501
- - **build-tools:** Resolve last remaining invalid Nx import ([c73d0b9a](https://github.com/storm-software/storm-ops/commit/c73d0b9a))
560
+ - **build-tools:** Resolve last remaining invalid Nx import
561
+ ([c73d0b9a](https://github.com/storm-software/storm-ops/commit/c73d0b9a))
502
562
 
503
563
  ### ❤️ Thank You
504
564
 
@@ -508,7 +568,8 @@
508
568
 
509
569
  ### 🩹 Fixes
510
570
 
511
- - **build-tools:** Resolve issue with Nx file imports ([e86eff43](https://github.com/storm-software/storm-ops/commit/e86eff43))
571
+ - **build-tools:** Resolve issue with Nx file imports
572
+ ([e86eff43](https://github.com/storm-software/storm-ops/commit/e86eff43))
512
573
 
513
574
  ### ❤️ Thank You
514
575
 
@@ -518,7 +579,8 @@
518
579
 
519
580
  ### 🩹 Fixes
520
581
 
521
- - **build-tools:** Add comments to declaration file ([47ece361](https://github.com/storm-software/storm-ops/commit/47ece361))
582
+ - **build-tools:** Add comments to declaration file
583
+ ([47ece361](https://github.com/storm-software/storm-ops/commit/47ece361))
522
584
 
523
585
  ### ❤️ Thank You
524
586
 
@@ -528,7 +590,8 @@
528
590
 
529
591
  ### 🩹 Fixes
530
592
 
531
- - **build-tools:** Update the package as a `module` type ([e1f610db](https://github.com/storm-software/storm-ops/commit/e1f610db))
593
+ - **build-tools:** Update the package as a `module` type
594
+ ([e1f610db](https://github.com/storm-software/storm-ops/commit/e1f610db))
532
595
 
533
596
  ### ❤️ Thank You
534
597
 
@@ -538,7 +601,8 @@
538
601
 
539
602
  ### 🩹 Fixes
540
603
 
541
- - **build-tools:** Resolved issue with duplicate require definition ([63aa1d16](https://github.com/storm-software/storm-ops/commit/63aa1d16))
604
+ - **build-tools:** Resolved issue with duplicate require definition
605
+ ([63aa1d16](https://github.com/storm-software/storm-ops/commit/63aa1d16))
542
606
 
543
607
  ### ❤️ Thank You
544
608
 
@@ -548,7 +612,8 @@
548
612
 
549
613
  ### 🩹 Fixes
550
614
 
551
- - **build-tools:** Add back the cjs module format to package ([8283f153](https://github.com/storm-software/storm-ops/commit/8283f153))
615
+ - **build-tools:** Add back the cjs module format to package
616
+ ([8283f153](https://github.com/storm-software/storm-ops/commit/8283f153))
552
617
 
553
618
  ### ❤️ Thank You
554
619
 
@@ -558,7 +623,8 @@
558
623
 
559
624
  ### 🩹 Fixes
560
625
 
561
- - **workspace-tools:** Resolve issues with `build-tools` import ([fc040f71](https://github.com/storm-software/storm-ops/commit/fc040f71))
626
+ - **workspace-tools:** Resolve issues with `build-tools` import
627
+ ([fc040f71](https://github.com/storm-software/storm-ops/commit/fc040f71))
562
628
 
563
629
  ### ❤️ Thank You
564
630
 
@@ -568,7 +634,8 @@
568
634
 
569
635
  ### 🩹 Fixes
570
636
 
571
- - **build-tools:** Remove unused main import from package.json ([6b141732](https://github.com/storm-software/storm-ops/commit/6b141732))
637
+ - **build-tools:** Remove unused main import from package.json
638
+ ([6b141732](https://github.com/storm-software/storm-ops/commit/6b141732))
572
639
 
573
640
  ### ❤️ Thank You
574
641
 
@@ -578,7 +645,8 @@
578
645
 
579
646
  ### 🩹 Fixes
580
647
 
581
- - **workspace-tools:** Update module types of imports ([9d09009b](https://github.com/storm-software/storm-ops/commit/9d09009b))
648
+ - **workspace-tools:** Update module types of imports
649
+ ([9d09009b](https://github.com/storm-software/storm-ops/commit/9d09009b))
582
650
 
583
651
  ### ❤️ Thank You
584
652
 
@@ -588,7 +656,8 @@
588
656
 
589
657
  ### 🩹 Fixes
590
658
 
591
- - **build-tools:** Resolve issue with build format ([02cd5c44](https://github.com/storm-software/storm-ops/commit/02cd5c44))
659
+ - **build-tools:** Resolve issue with build format
660
+ ([02cd5c44](https://github.com/storm-software/storm-ops/commit/02cd5c44))
592
661
 
593
662
  ### ❤️ Thank You
594
663
 
@@ -598,13 +667,17 @@
598
667
 
599
668
  ### 🩹 Fixes
600
669
 
601
- - **deps:** update patch prod dependencies ([3bce6c5e](https://github.com/storm-software/storm-ops/commit/3bce6c5e))
670
+ - **deps:** update patch prod dependencies
671
+ ([3bce6c5e](https://github.com/storm-software/storm-ops/commit/3bce6c5e))
602
672
 
603
- - **deps:** update dependency commander to v12 ([#63](https://github.com/storm-software/storm-ops/pull/63))
673
+ - **deps:** update dependency commander to v12
674
+ ([#63](https://github.com/storm-software/storm-ops/pull/63))
604
675
 
605
- - **deps:** update dependencies-non-major ([#38](https://github.com/storm-software/storm-ops/pull/38))
676
+ - **deps:** update dependencies-non-major
677
+ ([#38](https://github.com/storm-software/storm-ops/pull/38))
606
678
 
607
- - **workspace-tools:** Resolved build issue with typings ([97ac0141](https://github.com/storm-software/storm-ops/commit/97ac0141))
679
+ - **workspace-tools:** Resolved build issue with typings
680
+ ([97ac0141](https://github.com/storm-software/storm-ops/commit/97ac0141))
608
681
 
609
682
  ### ❤️ Thank You
610
683
 
@@ -614,13 +687,15 @@
614
687
 
615
688
  ### 🩹 Fixes
616
689
 
617
- - **deps:** pin dependencies ([7406e605](https://github.com/storm-software/storm-ops/commit/7406e605))
690
+ - **deps:** pin dependencies
691
+ ([7406e605](https://github.com/storm-software/storm-ops/commit/7406e605))
618
692
 
619
693
  ## 0.4.1 (2024-04-08)
620
694
 
621
695
  ### 🩹 Fixes
622
696
 
623
- - **build-tools:** Marked the module as esm ([9059a516](https://github.com/storm-software/storm-ops/commit/9059a516))
697
+ - **build-tools:** Marked the module as esm
698
+ ([9059a516](https://github.com/storm-software/storm-ops/commit/9059a516))
624
699
 
625
700
  ### ❤️ Thank You
626
701
 
@@ -630,9 +705,11 @@
630
705
 
631
706
  ### 🚀 Features
632
707
 
633
- - **git-tools:** Added reusable GitHub `workflows` and `actions` ([1c9a5391](https://github.com/storm-software/storm-ops/commit/1c9a5391))
708
+ - **git-tools:** Added reusable GitHub `workflows` and `actions`
709
+ ([1c9a5391](https://github.com/storm-software/storm-ops/commit/1c9a5391))
634
710
 
635
- - **storm-ops:** Merged in change to the main branch ([ce79c572](https://github.com/storm-software/storm-ops/commit/ce79c572))
711
+ - **storm-ops:** Merged in change to the main branch
712
+ ([ce79c572](https://github.com/storm-software/storm-ops/commit/ce79c572))
636
713
 
637
714
  ### ❤️ Thank You
638
715
 
@@ -642,7 +719,8 @@
642
719
 
643
720
  ### 🚀 Features
644
721
 
645
- - **build-tools:** Added support for `rolldown` builds ([46de2e63](https://github.com/storm-software/storm-ops/commit/46de2e63))
722
+ - **build-tools:** Added support for `rolldown` builds
723
+ ([46de2e63](https://github.com/storm-software/storm-ops/commit/46de2e63))
646
724
 
647
725
  ### ❤️ Thank You
648
726
 
@@ -652,7 +730,8 @@
652
730
 
653
731
  ### 🩹 Fixes
654
732
 
655
- - **workspace-tools:** Resolve issue with bad release path in npm publish ([4f5ba3db](https://github.com/storm-software/storm-ops/commit/4f5ba3db))
733
+ - **workspace-tools:** Resolve issue with bad release path in npm publish
734
+ ([4f5ba3db](https://github.com/storm-software/storm-ops/commit/4f5ba3db))
656
735
 
657
736
  ### ❤️ Thank You
658
737
 
@@ -662,7 +741,9 @@
662
741
 
663
742
  ### 🩹 Fixes
664
743
 
665
- - **workspace-tools:** Added the `nx-release-publish` target to TypeScript projects ([52b61117](https://github.com/storm-software/storm-ops/commit/52b61117))
744
+ - **workspace-tools:** Added the `nx-release-publish` target to TypeScript
745
+ projects
746
+ ([52b61117](https://github.com/storm-software/storm-ops/commit/52b61117))
666
747
 
667
748
  ### ❤️ Thank You
668
749
 
@@ -672,7 +753,8 @@
672
753
 
673
754
  ### 🩹 Fixes
674
755
 
675
- - **workspace-tools:** Further updates to Nx plugin modules ([82b6ab01](https://github.com/storm-software/storm-ops/commit/82b6ab01))
756
+ - **workspace-tools:** Further updates to Nx plugin modules
757
+ ([82b6ab01](https://github.com/storm-software/storm-ops/commit/82b6ab01))
676
758
 
677
759
  ### ❤️ Thank You
678
760
 
@@ -682,7 +764,8 @@
682
764
 
683
765
  ### 🩹 Fixes
684
766
 
685
- - **git-tools:** Added code to add ts plugin transpilers ([ec514d57](https://github.com/storm-software/storm-ops/commit/ec514d57))
767
+ - **git-tools:** Added code to add ts plugin transpilers
768
+ ([ec514d57](https://github.com/storm-software/storm-ops/commit/ec514d57))
686
769
 
687
770
  ### ❤️ Thank You
688
771
 
@@ -692,7 +775,8 @@
692
775
 
693
776
  ### 🩹 Fixes
694
777
 
695
- - **storm-ops:** Update the links in the README files to use proper repository ([decc0db3](https://github.com/storm-software/storm-ops/commit/decc0db3))
778
+ - **storm-ops:** Update the links in the README files to use proper repository
779
+ ([decc0db3](https://github.com/storm-software/storm-ops/commit/decc0db3))
696
780
 
697
781
  ### ❤️ Thank You
698
782
 
@@ -702,7 +786,8 @@
702
786
 
703
787
  ### 🩹 Fixes
704
788
 
705
- - **workspace-tools:** Resolved issue with applying Storm Nx plugins ([db3de8a6](https://github.com/storm-software/storm-ops/commit/db3de8a6))
789
+ - **workspace-tools:** Resolved issue with applying Storm Nx plugins
790
+ ([db3de8a6](https://github.com/storm-software/storm-ops/commit/db3de8a6))
706
791
 
707
792
  ### ❤️ Thank You
708
793
 
@@ -712,11 +797,14 @@
712
797
 
713
798
  ### 🚀 Features
714
799
 
715
- - **storm-config:** Added rust crates and release/publish workspace tools ([eab906b1](https://github.com/storm-software/storm-ops/commit/eab906b1))
800
+ - **storm-config:** Added rust crates and release/publish workspace tools
801
+ ([eab906b1](https://github.com/storm-software/storm-ops/commit/eab906b1))
716
802
 
717
- - **workspace-tools:** Added Nx plugin to apply rust and typescript targets ([5738161f](https://github.com/storm-software/storm-ops/commit/5738161f))
803
+ - **workspace-tools:** Added Nx plugin to apply rust and typescript targets
804
+ ([5738161f](https://github.com/storm-software/storm-ops/commit/5738161f))
718
805
 
719
- - **workspace-tools:** Major updates to base nx.json configuration ([06ec9a6a](https://github.com/storm-software/storm-ops/commit/06ec9a6a))
806
+ - **workspace-tools:** Major updates to base nx.json configuration
807
+ ([06ec9a6a](https://github.com/storm-software/storm-ops/commit/06ec9a6a))
720
808
 
721
809
  ### ❤️ Thank You
722
810
 
@@ -726,7 +814,8 @@
726
814
 
727
815
  ### 🩹 Fixes
728
816
 
729
- - **build-tools:** Update paths in compiler options ([1f9eb75f](https://github.com/storm-software/storm-ops/commit/1f9eb75f))
817
+ - **build-tools:** Update paths in compiler options
818
+ ([1f9eb75f](https://github.com/storm-software/storm-ops/commit/1f9eb75f))
730
819
 
731
820
  ### ❤️ Thank You
732
821
 
@@ -736,7 +825,8 @@
736
825
 
737
826
  ### 🩹 Fixes
738
827
 
739
- - **build-tools:** Resolve issue with bad declaration folder path ([a46f403b](https://github.com/storm-software/storm-ops/commit/a46f403b))
828
+ - **build-tools:** Resolve issue with bad declaration folder path
829
+ ([a46f403b](https://github.com/storm-software/storm-ops/commit/a46f403b))
740
830
 
741
831
  ### ❤️ Thank You
742
832
 
@@ -746,7 +836,9 @@
746
836
 
747
837
  ### 🩹 Fixes
748
838
 
749
- - **workspace-tools:** Manually add the typescript libs to the `fileNames` build parameter ([d7462a4e](https://github.com/storm-software/storm-ops/commit/d7462a4e))
839
+ - **workspace-tools:** Manually add the typescript libs to the `fileNames` build
840
+ parameter
841
+ ([d7462a4e](https://github.com/storm-software/storm-ops/commit/d7462a4e))
750
842
 
751
843
  ### ❤️ Thank You
752
844
 
@@ -756,7 +848,8 @@
756
848
 
757
849
  ### 🩹 Fixes
758
850
 
759
- - **build-tools:** Updates to typescript build processing ([ae081b8e](https://github.com/storm-software/storm-ops/commit/ae081b8e))
851
+ - **build-tools:** Updates to typescript build processing
852
+ ([ae081b8e](https://github.com/storm-software/storm-ops/commit/ae081b8e))
760
853
 
761
854
  ### ❤️ Thank You
762
855
 
@@ -766,7 +859,8 @@
766
859
 
767
860
  ### 🩹 Fixes
768
861
 
769
- - **build-tools:** Updates to paths provided to compiler options ([c559006f](https://github.com/storm-software/storm-ops/commit/c559006f))
862
+ - **build-tools:** Updates to paths provided to compiler options
863
+ ([c559006f](https://github.com/storm-software/storm-ops/commit/c559006f))
770
864
 
771
865
  ### ❤️ Thank You
772
866
 
@@ -776,7 +870,8 @@
776
870
 
777
871
  ### 🩹 Fixes
778
872
 
779
- - **build-tools:** Update issues with invalid path to build shim files ([dae25dfd](https://github.com/storm-software/storm-ops/commit/dae25dfd))
873
+ - **build-tools:** Update issues with invalid path to build shim files
874
+ ([dae25dfd](https://github.com/storm-software/storm-ops/commit/dae25dfd))
780
875
 
781
876
  ### ❤️ Thank You
782
877
 
@@ -786,7 +881,8 @@
786
881
 
787
882
  ### 🩹 Fixes
788
883
 
789
- - **workspace-tools:** Remove unneeded chdir lines from base methods ([b65ef683](https://github.com/storm-software/storm-ops/commit/b65ef683))
884
+ - **workspace-tools:** Remove unneeded chdir lines from base methods
885
+ ([b65ef683](https://github.com/storm-software/storm-ops/commit/b65ef683))
790
886
 
791
887
  ### ❤️ Thank You
792
888
 
@@ -796,7 +892,8 @@
796
892
 
797
893
  ### 🩹 Fixes
798
894
 
799
- - **build-tools:** Removed the chdir command from build ([1ba6be2c](https://github.com/storm-software/storm-ops/commit/1ba6be2c))
895
+ - **build-tools:** Removed the chdir command from build
896
+ ([1ba6be2c](https://github.com/storm-software/storm-ops/commit/1ba6be2c))
800
897
 
801
898
  ### ❤️ Thank You
802
899
 
@@ -806,7 +903,8 @@
806
903
 
807
904
  ### 🩹 Fixes
808
905
 
809
- - **build-tools:** Update the tsup build method to change directory to workspace root ([7ebfc281](https://github.com/storm-software/storm-ops/commit/7ebfc281))
906
+ - **build-tools:** Update the tsup build method to change directory to workspace
907
+ root ([7ebfc281](https://github.com/storm-software/storm-ops/commit/7ebfc281))
810
908
 
811
909
  ### ❤️ Thank You
812
910
 
@@ -816,7 +914,8 @@
816
914
 
817
915
  ### 🩹 Fixes
818
916
 
819
- - **build-tools:** Added the esbuild shims to build-tools ([a24174e3](https://github.com/storm-software/storm-ops/commit/a24174e3))
917
+ - **build-tools:** Added the esbuild shims to build-tools
918
+ ([a24174e3](https://github.com/storm-software/storm-ops/commit/a24174e3))
820
919
 
821
920
  ### ❤️ Thank You
822
921
 
@@ -826,7 +925,9 @@
826
925
 
827
926
  ### 🩹 Fixes
828
927
 
829
- - **build-tools:** Enhanced logging and defaulting logic when `getConfig` is missing ([b353a08f](https://github.com/storm-software/storm-ops/commit/b353a08f))
928
+ - **build-tools:** Enhanced logging and defaulting logic when `getConfig` is
929
+ missing
930
+ ([b353a08f](https://github.com/storm-software/storm-ops/commit/b353a08f))
830
931
 
831
932
  ### ❤️ Thank You
832
933
 
@@ -836,7 +937,8 @@
836
937
 
837
938
  ### 🩹 Fixes
838
939
 
839
- - **build-tools:** Update the package to use the `module` type ([068a3d72](https://github.com/storm-software/storm-ops/commit/068a3d72))
940
+ - **build-tools:** Update the package to use the `module` type
941
+ ([068a3d72](https://github.com/storm-software/storm-ops/commit/068a3d72))
840
942
 
841
943
  ### ❤️ Thank You
842
944
 
@@ -846,7 +948,8 @@
846
948
 
847
949
  ### 🩹 Fixes
848
950
 
849
- - **workspace-tools:** Resolve issue adding default `getConfig` options ([e318216f](https://github.com/storm-software/storm-ops/commit/e318216f))
951
+ - **workspace-tools:** Resolve issue adding default `getConfig` options
952
+ ([e318216f](https://github.com/storm-software/storm-ops/commit/e318216f))
850
953
 
851
954
  ### ❤️ Thank You
852
955
 
@@ -856,7 +959,9 @@
856
959
 
857
960
  ### 🩹 Fixes
858
961
 
859
- - **build-tools:** Fix `applyDefaultOptions` issue that cleared out `getConfig` values ([baab6f94](https://github.com/storm-software/storm-ops/commit/baab6f94))
962
+ - **build-tools:** Fix `applyDefaultOptions` issue that cleared out `getConfig`
963
+ values
964
+ ([baab6f94](https://github.com/storm-software/storm-ops/commit/baab6f94))
860
965
 
861
966
  ### ❤️ Thank You
862
967
 
@@ -866,7 +971,9 @@
866
971
 
867
972
  ### 🩹 Fixes
868
973
 
869
- - **build-tools:** Resolved issues with `main` and `module` paths in `package.json` file ([9add5772](https://github.com/storm-software/storm-ops/commit/9add5772))
974
+ - **build-tools:** Resolved issues with `main` and `module` paths in
975
+ `package.json` file
976
+ ([9add5772](https://github.com/storm-software/storm-ops/commit/9add5772))
870
977
 
871
978
  ### ❤️ Thank You
872
979
 
@@ -876,7 +983,8 @@
876
983
 
877
984
  ### 🩹 Fixes
878
985
 
879
- - **build-tools:** Added item to `additionalEntryPoints` for bin/build ([e2e256a5](https://github.com/storm-software/storm-ops/commit/e2e256a5))
986
+ - **build-tools:** Added item to `additionalEntryPoints` for bin/build
987
+ ([e2e256a5](https://github.com/storm-software/storm-ops/commit/e2e256a5))
880
988
 
881
989
  ### ❤️ Thank You
882
990
 
@@ -886,9 +994,11 @@
886
994
 
887
995
  ### 🚀 Features
888
996
 
889
- - **build-tools:** Update parameters passed to `tsBuild` process ([5a976c3e](https://github.com/storm-software/storm-ops/commit/5a976c3e))
997
+ - **build-tools:** Update parameters passed to `tsBuild` process
998
+ ([5a976c3e](https://github.com/storm-software/storm-ops/commit/5a976c3e))
890
999
 
891
- - **build-tools:** Added `buildWithOptions` function to support Nx executors ([4616cf46](https://github.com/storm-software/storm-ops/commit/4616cf46))
1000
+ - **build-tools:** Added `buildWithOptions` function to support Nx executors
1001
+ ([4616cf46](https://github.com/storm-software/storm-ops/commit/4616cf46))
892
1002
 
893
1003
  ### ❤️ Thank You
894
1004
 
@@ -898,7 +1008,8 @@
898
1008
 
899
1009
  ### 🩹 Fixes
900
1010
 
901
- - **build-tools:** Resolved issue determining package name ([9e407562](https://github.com/storm-software/storm-ops/commit/9e407562))
1011
+ - **build-tools:** Resolved issue determining package name
1012
+ ([9e407562](https://github.com/storm-software/storm-ops/commit/9e407562))
902
1013
 
903
1014
  ### ❤️ Thank You
904
1015
 
@@ -908,7 +1019,8 @@
908
1019
 
909
1020
  ### 🩹 Fixes
910
1021
 
911
- - **build-tools:** Resolved issues with created context in build process ([186ac3c7](https://github.com/storm-software/storm-ops/commit/186ac3c7))
1022
+ - **build-tools:** Resolved issues with created context in build process
1023
+ ([186ac3c7](https://github.com/storm-software/storm-ops/commit/186ac3c7))
912
1024
 
913
1025
  ### ❤️ Thank You
914
1026
 
@@ -918,7 +1030,8 @@
918
1030
 
919
1031
  ### 🩹 Fixes
920
1032
 
921
- - **build-tools:** Resolved issue determining project name prior to build ([62d4332d](https://github.com/storm-software/storm-ops/commit/62d4332d))
1033
+ - **build-tools:** Resolved issue determining project name prior to build
1034
+ ([62d4332d](https://github.com/storm-software/storm-ops/commit/62d4332d))
922
1035
 
923
1036
  ### ❤️ Thank You
924
1037
 
@@ -928,7 +1041,9 @@
928
1041
 
929
1042
  ### 🩹 Fixes
930
1043
 
931
- - **build-tools:** Resolve issue with duplicate `require` definition and include cjs build ([3927312b](https://github.com/storm-software/storm-ops/commit/3927312b))
1044
+ - **build-tools:** Resolve issue with duplicate `require` definition and include
1045
+ cjs build
1046
+ ([3927312b](https://github.com/storm-software/storm-ops/commit/3927312b))
932
1047
 
933
1048
  ### ❤️ Thank You
934
1049
 
@@ -938,11 +1053,14 @@
938
1053
 
939
1054
  ### 🚀 Features
940
1055
 
941
- - **build-tools:** Split out Build CLI and supporting code to separate package ([9376ed39](https://github.com/storm-software/storm-ops/commit/9376ed39))
1056
+ - **build-tools:** Split out Build CLI and supporting code to separate package
1057
+ ([9376ed39](https://github.com/storm-software/storm-ops/commit/9376ed39))
942
1058
 
943
1059
  ### 🩹 Fixes
944
1060
 
945
- - **workspace-tools:** Update `release-version` generator to get initial version from disk ([759f9ccc](https://github.com/storm-software/storm-ops/commit/759f9ccc))
1061
+ - **workspace-tools:** Update `release-version` generator to get initial version
1062
+ from disk
1063
+ ([759f9ccc](https://github.com/storm-software/storm-ops/commit/759f9ccc))
946
1064
 
947
1065
  ### ❤️ Thank You
948
1066
 
package/README.md CHANGED
@@ -21,7 +21,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
21
21
 
22
22
  <h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
23
23
 
24
- [![Version](https://img.shields.io/badge/version-0.14.1-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;
24
+ [![Version](https://img.shields.io/badge/version-0.15.1-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;
25
25
  [![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with docusaurus](https://img.shields.io/badge/documented_with-docusaurus-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://docusaurus.io/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
26
26
 
27
27
  > [!IMPORTANT]
package/bin/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/build-tools",
3
- "version": "0.15.0",
3
+ "version": "0.15.2",
4
4
  "description": "⚡The Storm-Ops monorepo contains utility applications, tools, and various libraries to create modern and scalable web applications.",
5
5
  "repository": {
6
6
  "type": "github",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/build-tools",
3
- "version": "0.15.0",
3
+ "version": "0.15.2",
4
4
  "description": "⚡The Storm-Ops monorepo contains utility applications, tools, and various libraries to create modern and scalable web applications.",
5
5
  "repository": {
6
6
  "type": "github",