@storm-software/build-tools 0.15.1 → 0.16.0

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