create-storm-workspace 1.67.0 → 1.68.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (41) hide show
  1. package/CHANGELOG.md +1264 -763
  2. package/README.md +55 -21
  3. package/bin/index.ts +35 -33
  4. package/index.js +218 -212
  5. package/package.json +3 -3
  6. package/packages/build-tools/src/config/get-rolldown-config.d.ts +1 -1
  7. package/packages/build-tools/src/config/get-unbuild-config.d.ts +4 -4
  8. package/packages/build-tools/src/config/neutral-config.d.ts +1 -1
  9. package/packages/build-tools/src/config/node-config.d.ts +2 -2
  10. package/packages/build-tools/src/types.d.ts +5 -3
  11. package/packages/build-tools/src/utils/apply-default-options.d.ts +1 -1
  12. package/packages/build-tools/src/utils/generate-package-json.d.ts +3 -0
  13. package/packages/config/src/define-config.d.ts +18 -0
  14. package/packages/config/src/schema.d.ts +256 -2
  15. package/packages/config-tools/src/config-file/get-config-file.d.ts +1 -1
  16. package/packages/config-tools/src/create-storm-config.d.ts +3 -3
  17. package/packages/config-tools/src/utilities/get-default-config.d.ts +1 -1
  18. package/packages/config-tools/src/utilities/logger.d.ts +1 -1
  19. package/packages/config-tools/src/utilities/run.d.ts +0 -1
  20. package/packages/workspace-tools/index.d.ts +13 -9
  21. package/packages/workspace-tools/src/base/base-executor.d.ts +2 -4
  22. package/packages/workspace-tools/src/base/typescript-library-generator.d.ts +2 -14
  23. package/packages/workspace-tools/src/executors/clean-package/constants.d.ts +4 -0
  24. package/packages/workspace-tools/src/executors/clean-package/executor.d.ts +8 -0
  25. package/packages/workspace-tools/src/executors/clean-package/types.d.ts +8 -0
  26. package/packages/workspace-tools/src/executors/clean-package/utils.d.ts +4 -0
  27. package/packages/workspace-tools/src/executors/rolldown/executor.d.ts +2 -4
  28. package/packages/workspace-tools/src/executors/size-limit/executor.d.ts +8 -0
  29. package/packages/workspace-tools/src/executors/tsup/executor.d.ts +1 -3
  30. package/packages/workspace-tools/src/executors/tsup-browser/executor.d.ts +1 -3
  31. package/packages/workspace-tools/src/executors/tsup-neutral/executor.d.ts +1 -3
  32. package/packages/workspace-tools/src/executors/tsup-node/executor.d.ts +1 -3
  33. package/packages/workspace-tools/src/executors/typia/executor.d.ts +1 -3
  34. package/packages/workspace-tools/src/executors/unbuild/executor.d.ts +3 -5
  35. package/packages/workspace-tools/src/generators/config-schema/generator.d.ts +1 -1
  36. package/packages/workspace-tools/src/generators/node-library/generator.d.ts +1 -1
  37. package/packages/workspace-tools/src/generators/preset/generator.d.ts +1 -1
  38. package/packages/workspace-tools/src/generators/release-version/generator.d.ts +3 -4
  39. package/packages/workspace-tools/src/utils/cargo.d.ts +0 -2
  40. package/packages/workspace-tools/src/utils/index.d.ts +1 -0
  41. package/packages/workspace-tools/src/utils/project-tags.d.ts +30 -0
package/CHANGELOG.md CHANGED
@@ -1,2861 +1,3362 @@
1
- ## 1.67.0 (2024-07-17)
2
-
3
-
4
- ### 🚀 Features
1
+ ## 1.68.1 (2024-07-31)
5
2
 
6
- - **git-tools:** Added README header template to include table of contents ([6841042e](https://github.com/storm-software/storm-ops/commit/6841042e))
7
-
8
- ## 1.66.0 (2024-06-22)
9
3
 
4
+ ### Bug Fixes
10
5
 
11
- ### 🚀 Features
6
+ - **build-tools:** Remove unused plugin from unbuild ([ad8a5991](https://github.com/storm-software/storm-ops/commit/ad8a5991))
12
7
 
13
- - **workspace-tools:** Upgrade the workspace pnpm-lock file ([d33c20cb](https://github.com/storm-software/storm-ops/commit/d33c20cb))
8
+ ## 1.68.0 (2024-07-31)
14
9
 
15
- ## 1.65.0 (2024-06-22)
16
10
 
11
+ ### Features
17
12
 
18
- ### 🚀 Features
13
+ - **create-storm-workspace:** Configure workspace to include GitHub ([eea71de7](https://github.com/storm-software/storm-ops/commit/eea71de7))
19
14
 
20
- - **storm-ops:** Updated pnpm-lock file ([22be1efd](https://github.com/storm-software/storm-ops/commit/22be1efd))
15
+ ## 1.67.0 (2024-07-17)
21
16
 
22
- ## 1.64.0 (2024-06-22)
17
+ ### Features
23
18
 
19
+ - **git-tools:** Added README header template to include table of contents
20
+ ([6841042e](https://github.com/storm-software/storm-ops/commit/6841042e))
24
21
 
25
- ### 🚀 Features
22
+ ## 1.66.0 (2024-06-22)
26
23
 
27
- - **workspace-tools:** Added `lint` and `format` tasks and improved cache input management ([f2ade202](https://github.com/storm-software/storm-ops/commit/f2ade202))
24
+ ### Features
28
25
 
29
- ## 1.63.0 (2024-06-21)
26
+ - **workspace-tools:** Upgrade the workspace pnpm-lock file
27
+ ([d33c20cb](https://github.com/storm-software/storm-ops/commit/d33c20cb))
30
28
 
29
+ ## 1.65.0 (2024-06-22)
31
30
 
32
- ### 🚀 Features
31
+ ### Features
33
32
 
34
- - **eslint-plugin:** Resolve issues with eslint module types ([ca513974](https://github.com/storm-software/storm-ops/commit/ca513974))
33
+ - **storm-ops:** Updated pnpm-lock file
34
+ ([22be1efd](https://github.com/storm-software/storm-ops/commit/22be1efd))
35
35
 
36
- ## 1.62.1 (2024-06-05)
36
+ ## 1.64.0 (2024-06-22)
37
37
 
38
+ ### Features
38
39
 
39
- ### 🩹 Fixes
40
+ - **workspace-tools:** Added `lint` and `format` tasks and improved cache input
41
+ management
42
+ ([f2ade202](https://github.com/storm-software/storm-ops/commit/f2ade202))
40
43
 
41
- - **eslint:** Resolve issue with missing dependencies ([b0f43454](https://github.com/storm-software/storm-ops/commit/b0f43454))
44
+ ## 1.63.0 (2024-06-21)
42
45
 
43
- ## 1.62.0 (2024-06-03)
46
+ ### Features
44
47
 
48
+ - **eslint-plugin:** Resolve issues with eslint module types
49
+ ([ca513974](https://github.com/storm-software/storm-ops/commit/ca513974))
45
50
 
46
- ### 🚀 Features
51
+ ## 1.62.1 (2024-06-05)
47
52
 
48
- - **storm-ops:** Upgrade Nx packages and resolve linting issues ([685c2bb9](https://github.com/storm-software/storm-ops/commit/685c2bb9))
53
+ ### Bug Fixes
49
54
 
50
- ## 1.61.0 (2024-04-13)
55
+ - **eslint:** Resolve issue with missing dependencies
56
+ ([b0f43454](https://github.com/storm-software/storm-ops/commit/b0f43454))
51
57
 
58
+ ## 1.62.0 (2024-06-03)
52
59
 
53
- ### 🚀 Features
60
+ ### Features
54
61
 
55
- - **config-tools:** No longer require `config` in storm console write functions ([ad8c6511](https://github.com/storm-software/storm-ops/commit/ad8c6511))
62
+ - **storm-ops:** Upgrade Nx packages and resolve linting issues
63
+ ([685c2bb9](https://github.com/storm-software/storm-ops/commit/685c2bb9))
56
64
 
65
+ ## 1.61.0 (2024-04-13)
57
66
 
58
- ### ❤️ Thank You
67
+ ### Features
59
68
 
60
- - Patrick Sullivan
69
+ - **config-tools:** No longer require `config` in storm console write functions
70
+ ([ad8c6511](https://github.com/storm-software/storm-ops/commit/ad8c6511))
61
71
 
62
72
  ## 1.60.4 (2024-04-08)
63
73
 
74
+ ### Bug Fixes
64
75
 
65
- ### 🩹 Fixes
66
-
67
- - **build-tools:** Resolved issue with module types used in build ([50a368d3](https://github.com/storm-software/storm-ops/commit/50a368d3))
68
-
69
-
70
- ### ❤️ Thank You
71
-
72
- - Patrick Sullivan
76
+ - **build-tools:** Resolved issue with module types used in build
77
+ ([50a368d3](https://github.com/storm-software/storm-ops/commit/50a368d3))
73
78
 
74
79
  ## 1.60.3 (2024-04-08)
75
80
 
81
+ ### Bug Fixes
76
82
 
77
- ### 🩹 Fixes
78
-
79
- - **build-tools:** Resolved issue with duplicate require definition ([63aa1d16](https://github.com/storm-software/storm-ops/commit/63aa1d16))
80
-
81
-
82
- ### ❤️ Thank You
83
-
84
- - Patrick Sullivan
83
+ - **build-tools:** Resolved issue with duplicate require definition
84
+ ([63aa1d16](https://github.com/storm-software/storm-ops/commit/63aa1d16))
85
85
 
86
86
  ## 1.60.2 (2024-04-08)
87
87
 
88
- ### 🩹 Fixes
89
-
90
- - **workspace-tools:** Resolve issues with `build-tools` import ([fc040f71](https://github.com/storm-software/storm-ops/commit/fc040f71))
91
-
92
- ### ❤️ Thank You
88
+ ### Bug Fixes
93
89
 
94
- - Patrick Sullivan
90
+ - **workspace-tools:** Resolve issues with `build-tools` import
91
+ ([fc040f71](https://github.com/storm-software/storm-ops/commit/fc040f71))
95
92
 
96
93
  ## 1.60.1 (2024-04-08)
97
94
 
98
- ### 🩹 Fixes
99
-
100
- - **deps:** update patch prod dependencies ([3bce6c5e](https://github.com/storm-software/storm-ops/commit/3bce6c5e))
101
-
102
- - **deps:** update dependencies-non-major ([#38](https://github.com/storm-software/storm-ops/pull/38))
95
+ ### Bug Fixes
103
96
 
104
- - **git-tools:** Update release tool to use local function to get configuration ([53db7520](https://github.com/storm-software/storm-ops/commit/53db7520))
97
+ - **deps:** update patch prod dependencies
98
+ ([3bce6c5e](https://github.com/storm-software/storm-ops/commit/3bce6c5e))
105
99
 
106
- ### ❤️ Thank You
100
+ - **deps:** update dependencies-non-major
101
+ ([#38](https://github.com/storm-software/storm-ops/pull/38))
107
102
 
108
- - Patrick Sullivan
103
+ - **git-tools:** Update release tool to use local function to get configuration
104
+ ([53db7520](https://github.com/storm-software/storm-ops/commit/53db7520))
109
105
 
110
106
  ## 1.60.0 (2024-04-07)
111
107
 
112
- ### 🚀 Features
113
-
114
- - **storm-ops:** Merged in change to the main branch ([ce79c572](https://github.com/storm-software/storm-ops/commit/ce79c572))
115
-
116
- ### ❤️ Thank You
108
+ ### Features
117
109
 
118
- - Patrick Sullivan
110
+ - **storm-ops:** Merged in change to the main branch
111
+ ([ce79c572](https://github.com/storm-software/storm-ops/commit/ce79c572))
119
112
 
120
113
  ## 1.59.0 (2024-04-06)
121
114
 
122
- ### 🚀 Features
123
-
124
- - **build-tools:** Added support for `rolldown` builds ([46de2e63](https://github.com/storm-software/storm-ops/commit/46de2e63))
125
-
126
- ### ❤️ Thank You
115
+ ### Features
127
116
 
128
- - Patrick Sullivan
117
+ - **build-tools:** Added support for `rolldown` builds
118
+ ([46de2e63](https://github.com/storm-software/storm-ops/commit/46de2e63))
129
119
 
130
120
  ## 1.58.4 (2024-04-01)
131
121
 
132
- ### 🩹 Fixes
133
-
134
- - **workspace-tools:** Resolve issue with bad release path in npm publish ([4f5ba3db](https://github.com/storm-software/storm-ops/commit/4f5ba3db))
135
-
136
- ### ❤️ Thank You
122
+ ### Bug Fixes
137
123
 
138
- - Patrick Sullivan
124
+ - **workspace-tools:** Resolve issue with bad release path in npm publish
125
+ ([4f5ba3db](https://github.com/storm-software/storm-ops/commit/4f5ba3db))
139
126
 
140
127
  ## 1.58.3 (2024-03-29)
141
128
 
142
- ### 🩹 Fixes
143
-
144
- - **workspace-tools:** Added the `nx-release-publish` target to TypeScript projects ([52b61117](https://github.com/storm-software/storm-ops/commit/52b61117))
145
-
146
- ### ❤️ Thank You
129
+ ### Bug Fixes
147
130
 
148
- - Patrick Sullivan
131
+ - **workspace-tools:** Added the `nx-release-publish` target to TypeScript
132
+ projects
133
+ ([52b61117](https://github.com/storm-software/storm-ops/commit/52b61117))
149
134
 
150
135
  ## 1.58.2 (2024-03-28)
151
136
 
152
- ### 🩹 Fixes
153
-
154
- - **git-tools:** Added code to add ts plugin transpilers ([ec514d57](https://github.com/storm-software/storm-ops/commit/ec514d57))
155
-
156
- ### ❤️ Thank You
137
+ ### Bug Fixes
157
138
 
158
- - Patrick Sullivan
139
+ - **git-tools:** Added code to add ts plugin transpilers
140
+ ([ec514d57](https://github.com/storm-software/storm-ops/commit/ec514d57))
159
141
 
160
142
  ## 1.58.1 (2024-03-28)
161
143
 
162
- ### 🩹 Fixes
163
-
164
- - **storm-ops:** Update the links in the README files to use proper repository ([decc0db3](https://github.com/storm-software/storm-ops/commit/decc0db3))
165
-
166
- ### ❤️ Thank You
144
+ ### Bug Fixes
167
145
 
168
- - Patrick Sullivan
146
+ - **storm-ops:** Update the links in the README files to use proper repository
147
+ ([decc0db3](https://github.com/storm-software/storm-ops/commit/decc0db3))
169
148
 
170
149
  ## 1.58.0 (2024-03-25)
171
150
 
172
- ### 🚀 Features
173
-
174
- - **workspace-tools:** Added Nx plugin to apply rust and typescript targets ([5738161f](https://github.com/storm-software/storm-ops/commit/5738161f))
175
-
176
- - **workspace-tools:** Major updates to base nx.json configuration ([06ec9a6a](https://github.com/storm-software/storm-ops/commit/06ec9a6a))
151
+ ### Features
177
152
 
178
- ### ❤️ Thank You
153
+ - **workspace-tools:** Added Nx plugin to apply rust and typescript targets
154
+ ([5738161f](https://github.com/storm-software/storm-ops/commit/5738161f))
179
155
 
180
- - Patrick Sullivan
156
+ - **workspace-tools:** Major updates to base nx.json configuration
157
+ ([06ec9a6a](https://github.com/storm-software/storm-ops/commit/06ec9a6a))
181
158
 
182
159
  ## 1.57.7 (2024-03-01)
183
160
 
184
- ### 🩹 Fixes
185
-
186
- - **workspace-tools:** Remove the storm env filter ([48259eea](https://github.com/storm-software/storm-ops/commit/48259eea))
187
-
188
- ### ❤️ Thank You
161
+ ### Bug Fixes
189
162
 
190
- - Patrick Sullivan
163
+ - **workspace-tools:** Remove the storm env filter
164
+ ([48259eea](https://github.com/storm-software/storm-ops/commit/48259eea))
191
165
 
192
166
  ## 1.57.6 (2024-02-27)
193
167
 
194
- ### 🩹 Fixes
195
-
196
- - **workspace-tools:** Resolve issue with tsconfig file resolution ([0254e50a](https://github.com/storm-software/storm-ops/commit/0254e50a))
197
-
198
- ### ❤️ Thank You
168
+ ### Bug Fixes
199
169
 
200
- - Patrick Sullivan
170
+ - **workspace-tools:** Resolve issue with tsconfig file resolution
171
+ ([0254e50a](https://github.com/storm-software/storm-ops/commit/0254e50a))
201
172
 
202
173
  ## 1.57.5 (2024-02-27)
203
174
 
204
- ### 🩹 Fixes
205
-
206
- - **config-tools:** Update config packages to only use cjs ([75e4a16b](https://github.com/storm-software/storm-ops/commit/75e4a16b))
207
-
208
- ### ❤️ Thank You
175
+ ### Bug Fixes
209
176
 
210
- - Patrick Sullivan
177
+ - **config-tools:** Update config packages to only use cjs
178
+ ([75e4a16b](https://github.com/storm-software/storm-ops/commit/75e4a16b))
211
179
 
212
180
  ## 1.57.4 (2024-02-27)
213
181
 
214
- ### 🩹 Fixes
215
-
216
- - **workspace-tools:** Update the build executor back to esbuild ([ff200547](https://github.com/storm-software/storm-ops/commit/ff200547))
217
-
218
- ### ❤️ Thank You
182
+ ### Bug Fixes
219
183
 
220
- - Patrick Sullivan
184
+ - **workspace-tools:** Update the build executor back to esbuild
185
+ ([ff200547](https://github.com/storm-software/storm-ops/commit/ff200547))
221
186
 
222
187
  ## 1.57.3 (2024-02-26)
223
188
 
224
- ### 🩹 Fixes
225
-
226
- - **git-tools:** Resolved linting issues with the nx-version module ([9b5f02d0](https://github.com/storm-software/storm-ops/commit/9b5f02d0))
227
-
228
- ### ❤️ Thank You
189
+ ### Bug Fixes
229
190
 
230
- - Patrick Sullivan
191
+ - **git-tools:** Resolved linting issues with the nx-version module
192
+ ([9b5f02d0](https://github.com/storm-software/storm-ops/commit/9b5f02d0))
231
193
 
232
194
  ## 1.57.2 (2024-02-24)
233
195
 
234
- ### 🩹 Fixes
235
-
236
- - **workspace-tools:** Update build compiler parameters ([3c6cb525](https://github.com/storm-software/storm-ops/commit/3c6cb525))
237
-
238
- ### ❤️ Thank You
196
+ ### Bug Fixes
239
197
 
240
- - Patrick Sullivan
198
+ - **workspace-tools:** Update build compiler parameters
199
+ ([3c6cb525](https://github.com/storm-software/storm-ops/commit/3c6cb525))
241
200
 
242
201
  ## 1.57.1 (2024-02-20)
243
202
 
244
- ### 🚀 Features
245
-
246
- - **git-tools:** Support for updated Nx Release processing ([92f99126](https://github.com/storm-software/storm-ops/commit/92f99126))
247
-
248
- ### 🩹 Fixes
203
+ ### Features
249
204
 
250
- - **config:** Mark config to no longer bundle code ([2b97e77e](https://github.com/storm-software/storm-ops/commit/2b97e77e))
205
+ - **git-tools:** Support for updated Nx Release processing
206
+ ([92f99126](https://github.com/storm-software/storm-ops/commit/92f99126))
251
207
 
252
- ### ❤️ Thank You
208
+ ### Bug Fixes
253
209
 
254
- - Patrick Sullivan
210
+ - **config:** Mark config to no longer bundle code
211
+ ([2b97e77e](https://github.com/storm-software/storm-ops/commit/2b97e77e))
255
212
 
256
213
  ## 1.57.0 (2024-02-20)
257
214
 
258
- ### 🚀 Features
259
-
260
- - **git-tools:** Support for updated Nx Release processing ([92f99126](https://github.com/storm-software/storm-ops/commit/92f99126))
261
-
262
- ### ❤️ Thank You
215
+ ### Features
263
216
 
264
- - Patrick Sullivan
217
+ - **git-tools:** Support for updated Nx Release processing
218
+ ([92f99126](https://github.com/storm-software/storm-ops/commit/92f99126))
265
219
 
266
220
  ## 1.56.21 (2024-02-17)
267
221
 
268
- ### 🩹 Fixes
269
-
270
- - **storm-ops:** Update the chalk version to v4.1.2 ([0d50334a](https://github.com/storm-software/storm-ops/commit/0d50334a))
271
-
272
- - **storm-ops:** Resolve issue with the pnpm version ([f124fd94](https://github.com/storm-software/storm-ops/commit/f124fd94))
222
+ ### Bug Fixes
273
223
 
274
- - **config-tools:** Update package type to a module to resolve import issues ([4a9649c9](https://github.com/storm-software/storm-ops/commit/4a9649c9))
224
+ - **storm-ops:** Update the chalk version to v4.1.2
225
+ ([0d50334a](https://github.com/storm-software/storm-ops/commit/0d50334a))
275
226
 
276
- - **workspace-tools:** Update method of referencing the internal packages ([b3f127c4](https://github.com/storm-software/storm-ops/commit/b3f127c4))
227
+ - **storm-ops:** Resolve issue with the pnpm version
228
+ ([f124fd94](https://github.com/storm-software/storm-ops/commit/f124fd94))
277
229
 
278
- ### ❤️ Thank You
230
+ - **config-tools:** Update package type to a module to resolve import issues
231
+ ([4a9649c9](https://github.com/storm-software/storm-ops/commit/4a9649c9))
279
232
 
280
- - Patrick Sullivan
233
+ - **workspace-tools:** Update method of referencing the internal packages
234
+ ([b3f127c4](https://github.com/storm-software/storm-ops/commit/b3f127c4))
281
235
 
282
236
  ## 1.56.20 (2024-02-15)
283
237
 
284
- ### 🩹 Fixes
285
-
286
- - **storm-ops:** Update the chalk version to v4.1.2 ([0d50334a](https://github.com/storm-software/storm-ops/commit/0d50334a))
287
-
288
- - **storm-ops:** Resolve issue with the pnpm version ([f124fd94](https://github.com/storm-software/storm-ops/commit/f124fd94))
238
+ ### Bug Fixes
289
239
 
290
- - **config-tools:** Update package type to a module to resolve import issues ([4a9649c9](https://github.com/storm-software/storm-ops/commit/4a9649c9))
240
+ - **storm-ops:** Update the chalk version to v4.1.2
241
+ ([0d50334a](https://github.com/storm-software/storm-ops/commit/0d50334a))
291
242
 
292
- ### ❤️ Thank You
243
+ - **storm-ops:** Resolve issue with the pnpm version
244
+ ([f124fd94](https://github.com/storm-software/storm-ops/commit/f124fd94))
293
245
 
294
- - Patrick Sullivan
246
+ - **config-tools:** Update package type to a module to resolve import issues
247
+ ([4a9649c9](https://github.com/storm-software/storm-ops/commit/4a9649c9))
295
248
 
296
249
  ## 1.56.19 (2024-02-15)
297
250
 
298
- ### 🩹 Fixes
299
-
300
- - **storm-ops:** Update the chalk version to v4.1.2 ([0d50334a](https://github.com/storm-software/storm-ops/commit/0d50334a))
301
-
302
- - **storm-ops:** Resolve issue with the pnpm version ([f124fd94](https://github.com/storm-software/storm-ops/commit/f124fd94))
251
+ ### Bug Fixes
303
252
 
304
- ### ❤️ Thank You
253
+ - **storm-ops:** Update the chalk version to v4.1.2
254
+ ([0d50334a](https://github.com/storm-software/storm-ops/commit/0d50334a))
305
255
 
306
- - Patrick Sullivan
256
+ - **storm-ops:** Resolve issue with the pnpm version
257
+ ([f124fd94](https://github.com/storm-software/storm-ops/commit/f124fd94))
307
258
 
308
259
  ## 1.56.18 (2024-02-15)
309
260
 
310
- ### 🩹 Fixes
311
-
312
- - **storm-ops:** Update the chalk version to v4.1.2 ([0d50334a](https://github.com/storm-software/storm-ops/commit/0d50334a))
313
-
314
- ### ❤️ Thank You
261
+ ### Bug Fixes
315
262
 
316
- - Patrick Sullivan
263
+ - **storm-ops:** Update the chalk version to v4.1.2
264
+ ([0d50334a](https://github.com/storm-software/storm-ops/commit/0d50334a))
317
265
 
318
266
  ## 1.56.17 (2024-02-15)
319
267
 
320
- ### 🩹 Fixes
321
-
322
- - **storm-ops:** Update chalk dependency for all modules ([d8a55c49](https://github.com/storm-software/storm-ops/commit/d8a55c49))
323
-
324
- - **storm-ops:** Downgrade dependencies to work with cjs task runners ([bece51de](https://github.com/storm-software/storm-ops/commit/bece51de))
268
+ ### Bug Fixes
325
269
 
326
- ### ❤️ Thank You
270
+ - **storm-ops:** Update chalk dependency for all modules
271
+ ([d8a55c49](https://github.com/storm-software/storm-ops/commit/d8a55c49))
327
272
 
328
- - Patrick Sullivan
273
+ - **storm-ops:** Downgrade dependencies to work with cjs task runners
274
+ ([bece51de](https://github.com/storm-software/storm-ops/commit/bece51de))
329
275
 
330
276
  ## 1.56.16 (2024-02-15)
331
277
 
332
- ### 🩹 Fixes
333
-
334
- - **storm-ops:** Update chalk dependency for all modules ([d8a55c49](https://github.com/storm-software/storm-ops/commit/d8a55c49))
335
-
336
- ### ❤️ Thank You
278
+ ### Bug Fixes
337
279
 
338
- - Patrick Sullivan
280
+ - **storm-ops:** Update chalk dependency for all modules
281
+ ([d8a55c49](https://github.com/storm-software/storm-ops/commit/d8a55c49))
339
282
 
340
283
  ## 1.52.12 (2024-01-29)
341
284
 
342
- ### 🩹 Fixes
343
-
344
- - **workspace-tools:** Added full publish fields to target ([921dc2b6](https://github.com/storm-software/storm-ops/commit/921dc2b6))
345
-
346
- ### ❤️ Thank You
285
+ ### Bug Fixes
347
286
 
348
- - Patrick Sullivan
287
+ - **workspace-tools:** Added full publish fields to target
288
+ ([921dc2b6](https://github.com/storm-software/storm-ops/commit/921dc2b6))
349
289
 
350
290
  ## 1.52.11 (2024-01-29)
351
291
 
352
- ### 🩹 Fixes
353
-
354
- - **workspace-tools:** Added full publish fields to target ([921dc2b6](https://github.com/storm-software/storm-ops/commit/921dc2b6))
355
-
356
- ### ❤️ Thank You
292
+ ### Bug Fixes
357
293
 
358
- - Patrick Sullivan
294
+ - **workspace-tools:** Added full publish fields to target
295
+ ([921dc2b6](https://github.com/storm-software/storm-ops/commit/921dc2b6))
359
296
 
360
297
  ## 1.52.10 (2024-01-28)
361
298
 
362
- ### 🩹 Fixes
363
-
364
- - **workspace-tools:** Added full publish fields to target ([921dc2b6](https://github.com/storm-software/storm-ops/commit/921dc2b6))
365
-
366
- ### ❤️ Thank You
299
+ ### Bug Fixes
367
300
 
368
- - Patrick Sullivan
301
+ - **workspace-tools:** Added full publish fields to target
302
+ ([921dc2b6](https://github.com/storm-software/storm-ops/commit/921dc2b6))
369
303
 
370
304
  ## 1.52.9 (2024-01-28)
371
305
 
372
- ### 🩹 Fixes
373
-
374
- - **workspace-tools:** Added full publish fields to target ([921dc2b6](https://github.com/storm-software/storm-ops/commit/921dc2b6))
375
-
376
- ### ❤️ Thank You
306
+ ### Bug Fixes
377
307
 
378
- - Patrick Sullivan
308
+ - **workspace-tools:** Added full publish fields to target
309
+ ([921dc2b6](https://github.com/storm-software/storm-ops/commit/921dc2b6))
379
310
 
380
311
  ## 1.52.8 (2024-01-28)
381
312
 
382
- ### 🩹 Fixes
383
-
384
- - **workspace-tools:** Added full publish fields to target ([921dc2b6](https://github.com/storm-software/storm-ops/commit/921dc2b6))
385
-
386
- ### ❤️ Thank You
313
+ ### Bug Fixes
387
314
 
388
- - Patrick Sullivan
315
+ - **workspace-tools:** Added full publish fields to target
316
+ ([921dc2b6](https://github.com/storm-software/storm-ops/commit/921dc2b6))
389
317
 
390
318
  ## 1.52.7 (2024-01-28)
391
319
 
392
- ### 🩹 Fixes
393
-
394
- - **workspace-tools:** Added the nx-release-publish task to project target ([cb6d7c17](https://github.com/storm-software/storm-ops/commit/cb6d7c17))
395
-
396
- ### ❤️ Thank You
320
+ ### Bug Fixes
397
321
 
398
- - Patrick Sullivan
322
+ - **workspace-tools:** Added the nx-release-publish task to project target
323
+ ([cb6d7c17](https://github.com/storm-software/storm-ops/commit/cb6d7c17))
399
324
 
400
325
  ## 1.51.2 (2024-01-27)
401
326
 
402
- ### 🩹 Fixes
403
-
404
- - **git-tools:** Prevent extra newlines added to changelog files ([0f7091f2](https://github.com/storm-software/storm-ops/commit/0f7091f2))
405
-
406
- ### ❤️ Thank You
327
+ ### Bug Fixes
407
328
 
408
- - Patrick Sullivan
329
+ - **git-tools:** Prevent extra newlines added to changelog files
330
+ ([0f7091f2](https://github.com/storm-software/storm-ops/commit/0f7091f2))
409
331
 
410
332
  ## 1.49.0 (2024-01-21)
411
333
 
412
- ### 🩹 Fixes
413
-
414
- - **git-tools:** Update path to changelog renderer ([d4dd7006](https://github.com/storm-software/storm-ops/commit/d4dd7006))
415
-
416
- ### ❤️ Thank You
334
+ ### Bug Fixes
417
335
 
418
- - Patrick Sullivan
336
+ - **git-tools:** Update path to changelog renderer
337
+ ([d4dd7006](https://github.com/storm-software/storm-ops/commit/d4dd7006))
419
338
 
420
339
  ## 1.48.5 (2024-01-21)
421
340
 
422
- ### 🩹 Fixes
423
-
424
- - **git-tools:** Resolve issues with commit message formatting ([90bdc930](https://github.com/storm-software/storm-ops/commit/90bdc930))
425
-
426
- ### ❤️ Thank You
341
+ ### Bug Fixes
427
342
 
428
- - Patrick Sullivan
343
+ - **git-tools:** Resolve issues with commit message formatting
344
+ ([90bdc930](https://github.com/storm-software/storm-ops/commit/90bdc930))
429
345
 
430
346
  ## 1.48.4 (2024-01-21)
431
347
 
432
- ### 🩹 Fixes
433
-
434
- - **git-tools:** Resolve issues with commit message formatting ([90bdc930](https://github.com/storm-software/storm-ops/commit/90bdc930))
435
-
436
- ### ❤️ Thank You
348
+ ### Bug Fixes
437
349
 
438
- - Patrick Sullivan
350
+ - **git-tools:** Resolve issues with commit message formatting
351
+ ([90bdc930](https://github.com/storm-software/storm-ops/commit/90bdc930))
439
352
 
440
353
  ## 1.48.3 (2024-01-21)
441
354
 
442
- ### 🩹 Fixes
443
-
444
- - **git-tools:** Clean up of various unused dependencies ([c39257b8](https://github.com/storm-software/storm-ops/commit/c39257b8))
445
-
446
- - **git-tools:** Remove the git extension from the repository URL ([50a6de3d](https://github.com/storm-software/storm-ops/commit/50a6de3d))
355
+ ### Bug Fixes
447
356
 
448
- ### ❤️ Thank You
357
+ - **git-tools:** Clean up of various unused dependencies
358
+ ([c39257b8](https://github.com/storm-software/storm-ops/commit/c39257b8))
449
359
 
450
- - Patrick Sullivan
360
+ - **git-tools:** Remove the git extension from the repository URL
361
+ ([50a6de3d](https://github.com/storm-software/storm-ops/commit/50a6de3d))
451
362
 
452
363
  ## 1.48.2 (2024-01-21)
453
364
 
454
- ### 🩹 Fixes
455
-
456
- - **git-tools:** Clean up of various unused dependencies ([c39257b8](https://github.com/storm-software/storm-ops/commit/c39257b8))
457
-
458
- - **git-tools:** Remove the git extension from the repository URL ([50a6de3d](https://github.com/storm-software/storm-ops/commit/50a6de3d))
365
+ ### Bug Fixes
459
366
 
460
- ### ❤️ Thank You
367
+ - **git-tools:** Clean up of various unused dependencies
368
+ ([c39257b8](https://github.com/storm-software/storm-ops/commit/c39257b8))
461
369
 
462
- - Patrick Sullivan
370
+ - **git-tools:** Remove the git extension from the repository URL
371
+ ([50a6de3d](https://github.com/storm-software/storm-ops/commit/50a6de3d))
463
372
 
464
373
  ## 1.48.1 (2024-01-21)
465
374
 
466
- ### 🩹 Fixes
467
-
468
- - **git-tools:** Clean up of various unused dependencies ([c39257b8](https://github.com/storm-software/storm-ops/commit/c39257b8))
469
-
470
- - **git-tools:** Remove the git extension from the repository URL ([50a6de3d](https://github.com/storm-software/storm-ops/commit/50a6de3d))
375
+ ### Bug Fixes
471
376
 
472
- ### ❤️ Thank You
377
+ - **git-tools:** Clean up of various unused dependencies
378
+ ([c39257b8](https://github.com/storm-software/storm-ops/commit/c39257b8))
473
379
 
474
- - Patrick Sullivan
380
+ - **git-tools:** Remove the git extension from the repository URL
381
+ ([50a6de3d](https://github.com/storm-software/storm-ops/commit/50a6de3d))
475
382
 
476
383
  # [1.48.0](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.47.0...create-storm-workspace-v1.48.0) (2024-01-20)
477
384
 
478
385
  ### Features
479
386
 
480
- - **workspace-tools:** Added the `skipNativeModulesPlugin` option to tsup build ([eb5ade8](https://github.com/storm-software/storm-ops/commit/eb5ade8320372a792c9ca97fa9f843e63f2601d1))
387
+ - **workspace-tools:** Added the `skipNativeModulesPlugin` option to tsup build
388
+ ([eb5ade8](https://github.com/storm-software/storm-ops/commit/eb5ade8320372a792c9ca97fa9f843e63f2601d1))
481
389
 
482
390
  # [1.47.0](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.46.1...create-storm-workspace-v1.47.0) (2024-01-19)
483
391
 
484
392
  ### Features
485
393
 
486
- - **config-tools:** Added the `getConfigFileByName` function export ([9f56a9c](https://github.com/storm-software/storm-ops/commit/9f56a9ca2c1df0bccbf533cc63f15602e8de0dff))
394
+ - **config-tools:** Added the `getConfigFileByName` function export
395
+ ([9f56a9c](https://github.com/storm-software/storm-ops/commit/9f56a9ca2c1df0bccbf533cc63f15602e8de0dff))
487
396
 
488
397
  ## [1.46.1](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.46.0...create-storm-workspace-v1.46.1) (2024-01-19)
489
398
 
490
399
  ### Bug Fixes
491
400
 
492
- - **config-tools:** Added the `defineConfig` function to type-check config options ([0676271](https://github.com/storm-software/storm-ops/commit/0676271161ec4a04715fb495f55042328a9f116f))
401
+ - **config-tools:** Added the `defineConfig` function to type-check config
402
+ options
403
+ ([0676271](https://github.com/storm-software/storm-ops/commit/0676271161ec4a04715fb495f55042328a9f116f))
493
404
 
494
405
  # [1.46.0](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.45.3...create-storm-workspace-v1.46.0) (2024-01-19)
495
406
 
496
407
  ### Bug Fixes
497
408
 
498
- - **config-tools:** Rerun ci pipeline ([d855670](https://github.com/storm-software/storm-ops/commit/d855670faf558969a592b8b6666754280c0dc829))
499
- - **config-tools:** Resolved the issue with the tsconfig properties ([5bc729e](https://github.com/storm-software/storm-ops/commit/5bc729e4680f2bb8ce67a2f6a85dff875bef9997))
500
- - **config-tools:** Skip type checks ([c7da786](https://github.com/storm-software/storm-ops/commit/c7da78609234d5eb0998465c9d38fe10eb02d205))
501
- - **config-tools:** Update lefthook config to call install prior to push ([6a81b6a](https://github.com/storm-software/storm-ops/commit/6a81b6a27359ab41549cb93227d28c5fc1b2ee01))
502
- - **git-tools:** Resolved issue preventing git-tools publish ([1bf9727](https://github.com/storm-software/storm-ops/commit/1bf97271e3421b5c485708ed2c59da815cde6c4b))
503
- - **git-tools:** Resolved the issue with the missing release plugin ([15cc054](https://github.com/storm-software/storm-ops/commit/15cc054a1e538f55fe246db79622281f48972193))
504
- - **git-tools:** Resovled issues with lock file versions ([3740dc2](https://github.com/storm-software/storm-ops/commit/3740dc2392a8c4fcb0beae0816afeaea1573f6ae))
505
- - **git-tools:** Upgrade Nx version and resolved import issues ([53432f2](https://github.com/storm-software/storm-ops/commit/53432f2b318c24bc0d65cf2509d01861c0c6f91b))
506
- - **git-tools:** Upgrade pnpm lock file ([daa3d32](https://github.com/storm-software/storm-ops/commit/daa3d32fd692799b036556ccf04279507410e4eb))
409
+ - **config-tools:** Rerun ci pipeline
410
+ ([d855670](https://github.com/storm-software/storm-ops/commit/d855670faf558969a592b8b6666754280c0dc829))
411
+ - **config-tools:** Resolved the issue with the tsconfig properties
412
+ ([5bc729e](https://github.com/storm-software/storm-ops/commit/5bc729e4680f2bb8ce67a2f6a85dff875bef9997))
413
+ - **config-tools:** Skip type checks
414
+ ([c7da786](https://github.com/storm-software/storm-ops/commit/c7da78609234d5eb0998465c9d38fe10eb02d205))
415
+ - **config-tools:** Update lefthook config to call install prior to push
416
+ ([6a81b6a](https://github.com/storm-software/storm-ops/commit/6a81b6a27359ab41549cb93227d28c5fc1b2ee01))
417
+ - **git-tools:** Resolved issue preventing git-tools publish
418
+ ([1bf9727](https://github.com/storm-software/storm-ops/commit/1bf97271e3421b5c485708ed2c59da815cde6c4b))
419
+ - **git-tools:** Resolved the issue with the missing release plugin
420
+ ([15cc054](https://github.com/storm-software/storm-ops/commit/15cc054a1e538f55fe246db79622281f48972193))
421
+ - **git-tools:** Resovled issues with lock file versions
422
+ ([3740dc2](https://github.com/storm-software/storm-ops/commit/3740dc2392a8c4fcb0beae0816afeaea1573f6ae))
423
+ - **git-tools:** Upgrade Nx version and resolved import issues
424
+ ([53432f2](https://github.com/storm-software/storm-ops/commit/53432f2b318c24bc0d65cf2509d01861c0c6f91b))
425
+ - **git-tools:** Upgrade pnpm lock file
426
+ ([daa3d32](https://github.com/storm-software/storm-ops/commit/daa3d32fd692799b036556ccf04279507410e4eb))
507
427
 
508
428
  ### Features
509
429
 
510
- - **git-tools:** Redesigned the executable script structure ([a4c097b](https://github.com/storm-software/storm-ops/commit/a4c097bd38a68ca0c206686b592d994fb643a5d2))
430
+ - **git-tools:** Redesigned the executable script structure
431
+ ([a4c097b](https://github.com/storm-software/storm-ops/commit/a4c097bd38a68ca0c206686b592d994fb643a5d2))
511
432
 
512
433
  ## [1.45.3](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.45.2...create-storm-workspace-v1.45.3) (2024-01-19)
513
434
 
514
435
  ### Bug Fixes
515
436
 
516
- - **git-tools:** Updated executable scripts to use correct directory ([8bd14e7](https://github.com/storm-software/storm-ops/commit/8bd14e7b1d78ece17f314ef172c344e927c0736d))
437
+ - **git-tools:** Updated executable scripts to use correct directory
438
+ ([8bd14e7](https://github.com/storm-software/storm-ops/commit/8bd14e7b1d78ece17f314ef172c344e927c0736d))
517
439
 
518
440
  ## [1.45.2](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.45.1...create-storm-workspace-v1.45.2) (2024-01-18)
519
441
 
520
442
  ### Bug Fixes
521
443
 
522
- - **config-tools:** Resolved empty config file loading error ([6b84a12](https://github.com/storm-software/storm-ops/commit/6b84a12f762ac038d9ca6131249c8b51979d0320))
444
+ - **config-tools:** Resolved empty config file loading error
445
+ ([6b84a12](https://github.com/storm-software/storm-ops/commit/6b84a12f762ac038d9ca6131249c8b51979d0320))
523
446
 
524
447
  ## [1.45.1](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.45.0...create-storm-workspace-v1.45.1) (2024-01-18)
525
448
 
526
449
  ### Bug Fixes
527
450
 
528
- - **workspace-tools:** Removed the `skipTypia` option from tsup build ([a2c78b1](https://github.com/storm-software/storm-ops/commit/a2c78b1c2dee90e253e321d7f1fb4398236a92c4))
451
+ - **workspace-tools:** Removed the `skipTypia` option from tsup build
452
+ ([a2c78b1](https://github.com/storm-software/storm-ops/commit/a2c78b1c2dee90e253e321d7f1fb4398236a92c4))
529
453
 
530
454
  # [1.45.0](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.44.0...create-storm-workspace-v1.45.0) (2024-01-18)
531
455
 
532
456
  ### Features
533
457
 
534
- - **workspace-tools:** Added the `clean` option to the typia executor ([56d8121](https://github.com/storm-software/storm-ops/commit/56d8121068cd63706e6fdd123259d5bb9b8860bc))
458
+ - **workspace-tools:** Added the `clean` option to the typia executor
459
+ ([56d8121](https://github.com/storm-software/storm-ops/commit/56d8121068cd63706e6fdd123259d5bb9b8860bc))
535
460
 
536
461
  # [1.44.0](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.43.20...create-storm-workspace-v1.44.0) (2024-01-18)
537
462
 
538
463
  ### Features
539
464
 
540
- - **workspace-tools:** Added the `typia` executor ([feb49f7](https://github.com/storm-software/storm-ops/commit/feb49f71a2b54c14c4ea34ebbde529b89e6b4b42))
465
+ - **workspace-tools:** Added the `typia` executor
466
+ ([feb49f7](https://github.com/storm-software/storm-ops/commit/feb49f71a2b54c14c4ea34ebbde529b89e6b4b42))
541
467
 
542
468
  ## [1.43.20](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.43.19...create-storm-workspace-v1.43.20) (2024-01-18)
543
469
 
544
470
  ### Bug Fixes
545
471
 
546
- - **linting-tools:** Updated ignored files in biome linter ([54520d2](https://github.com/storm-software/storm-ops/commit/54520d24ffc860401b57cab2d28a2565c352a7e9))
472
+ - **linting-tools:** Updated ignored files in biome linter
473
+ ([54520d2](https://github.com/storm-software/storm-ops/commit/54520d24ffc860401b57cab2d28a2565c352a7e9))
547
474
 
548
475
  ## [1.43.19](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.43.18...create-storm-workspace-v1.43.19) (2024-01-18)
549
476
 
550
477
  ### Bug Fixes
551
478
 
552
- - **workspace-tools:** Removed inner try-catch from tsup build ([742e185](https://github.com/storm-software/storm-ops/commit/742e18517b2a71e17bb0848eb17127530f8ce2c3))
479
+ - **workspace-tools:** Removed inner try-catch from tsup build
480
+ ([742e185](https://github.com/storm-software/storm-ops/commit/742e18517b2a71e17bb0848eb17127530f8ce2c3))
553
481
 
554
482
  ## [1.43.18](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.43.17...create-storm-workspace-v1.43.18) (2024-01-18)
555
483
 
556
484
  ### Bug Fixes
557
485
 
558
- - **workspace-tools:** Ensure correct minify option is passed into tsup build ([0093304](https://github.com/storm-software/storm-ops/commit/00933044d216fa99bf64de883674fab24f624fbd))
486
+ - **workspace-tools:** Ensure correct minify option is passed into tsup build
487
+ ([0093304](https://github.com/storm-software/storm-ops/commit/00933044d216fa99bf64de883674fab24f624fbd))
559
488
 
560
489
  ## [1.43.17](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.43.16...create-storm-workspace-v1.43.17) (2024-01-18)
561
490
 
562
491
  ### Bug Fixes
563
492
 
564
- - **workspace-tools:** Removed call to transformer in nx typescript options formatter ([fce06b5](https://github.com/storm-software/storm-ops/commit/fce06b5ea3a5e8bea5b718f181bd6a0c0c0288a6))
493
+ - **workspace-tools:** Removed call to transformer in nx typescript options
494
+ formatter
495
+ ([fce06b5](https://github.com/storm-software/storm-ops/commit/fce06b5ea3a5e8bea5b718f181bd6a0c0c0288a6))
565
496
 
566
497
  ## [1.43.16](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.43.15...create-storm-workspace-v1.43.16) (2024-01-17)
567
498
 
568
499
  ### Bug Fixes
569
500
 
570
- - **workspace-tools:** Patched transformer functions in tsup dependency ([f6412b4](https://github.com/storm-software/storm-ops/commit/f6412b437bb5d3122573f1e0ff877ac20f4ad947))
501
+ - **workspace-tools:** Patched transformer functions in tsup dependency
502
+ ([f6412b4](https://github.com/storm-software/storm-ops/commit/f6412b437bb5d3122573f1e0ff877ac20f4ad947))
571
503
 
572
504
  ## [1.43.15](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.43.14...create-storm-workspace-v1.43.15) (2024-01-17)
573
505
 
574
506
  ### Bug Fixes
575
507
 
576
- - **workspace-tools:** Resolved blocking issue preventing tsup build completion ([e13f88f](https://github.com/storm-software/storm-ops/commit/e13f88f4c98eda68ec3d45c3b48caba533243b55))
508
+ - **workspace-tools:** Resolved blocking issue preventing tsup build completion
509
+ ([e13f88f](https://github.com/storm-software/storm-ops/commit/e13f88f4c98eda68ec3d45c3b48caba533243b55))
577
510
 
578
511
  ## [1.43.14](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.43.13...create-storm-workspace-v1.43.14) (2024-01-17)
579
512
 
580
513
  ### Bug Fixes
581
514
 
582
- - **config-tools:** Ensure colors are set correctly ([e6fffd0](https://github.com/storm-software/storm-ops/commit/e6fffd0c6554d2fa36e3a4b8b44b443c030aa831))
583
- - **workspace-tools:** Skip adding biome as external dependency ([0512735](https://github.com/storm-software/storm-ops/commit/051273598815a55c9e5f0ff7b39e1eefc2b93be3))
515
+ - **config-tools:** Ensure colors are set correctly
516
+ ([e6fffd0](https://github.com/storm-software/storm-ops/commit/e6fffd0c6554d2fa36e3a4b8b44b443c030aa831))
517
+ - **workspace-tools:** Skip adding biome as external dependency
518
+ ([0512735](https://github.com/storm-software/storm-ops/commit/051273598815a55c9e5f0ff7b39e1eefc2b93be3))
584
519
 
585
520
  ## [1.43.13](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.43.12...create-storm-workspace-v1.43.13) (2024-01-17)
586
521
 
587
522
  ### Bug Fixes
588
523
 
589
- - **workspace-tools:** Update the logic to apply external dependencies ([29b73ca](https://github.com/storm-software/storm-ops/commit/29b73ca3ee95539a3832adcc59043882d358eb53))
524
+ - **workspace-tools:** Update the logic to apply external dependencies
525
+ ([29b73ca](https://github.com/storm-software/storm-ops/commit/29b73ca3ee95539a3832adcc59043882d358eb53))
590
526
 
591
527
  ## [1.43.12](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.43.11...create-storm-workspace-v1.43.12) (2024-01-17)
592
528
 
593
529
  ### Bug Fixes
594
530
 
595
- - **config-tools:** Added more logging and updated logic to create project graph ([f68d8e3](https://github.com/storm-software/storm-ops/commit/f68d8e358040d15cf8a20216c1aa09da9254ea09))
531
+ - **config-tools:** Added more logging and updated logic to create project graph
532
+ ([f68d8e3](https://github.com/storm-software/storm-ops/commit/f68d8e358040d15cf8a20216c1aa09da9254ea09))
596
533
 
597
534
  ## [1.43.11](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.43.10...create-storm-workspace-v1.43.11) (2024-01-17)
598
535
 
599
536
  ### Bug Fixes
600
537
 
601
- - **config-tools:** Fixed config value defaulting issue for booleans ([c54c60b](https://github.com/storm-software/storm-ops/commit/c54c60b1ddd533530571dd41fd9b6502c1cb2cb8))
602
- - **workspace-tools:** Added tsup build logging ([35d8dae](https://github.com/storm-software/storm-ops/commit/35d8dae8dddc91627c5fcda73f01c16618aaafc6))
538
+ - **config-tools:** Fixed config value defaulting issue for booleans
539
+ ([c54c60b](https://github.com/storm-software/storm-ops/commit/c54c60b1ddd533530571dd41fd9b6502c1cb2cb8))
540
+ - **workspace-tools:** Added tsup build logging
541
+ ([35d8dae](https://github.com/storm-software/storm-ops/commit/35d8dae8dddc91627c5fcda73f01c16618aaafc6))
603
542
 
604
543
  ## [1.43.10](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.43.9...create-storm-workspace-v1.43.10) (2024-01-17)
605
544
 
606
545
  ### Bug Fixes
607
546
 
608
- - **config-tools:** Ehanced config values assignement logic ([d66dcf7](https://github.com/storm-software/storm-ops/commit/d66dcf7500d15bc85065cb5676a1fb585d44d94b))
547
+ - **config-tools:** Ehanced config values assignement logic
548
+ ([d66dcf7](https://github.com/storm-software/storm-ops/commit/d66dcf7500d15bc85065cb5676a1fb585d44d94b))
609
549
 
610
550
  ## [1.43.9](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.43.8...create-storm-workspace-v1.43.9) (2024-01-17)
611
551
 
612
552
  ### Bug Fixes
613
553
 
614
- - **config-tools:** Added code to print out config values added ([ea56410](https://github.com/storm-software/storm-ops/commit/ea56410f9e7e9f3e4f68268395a13127a1653d2d))
554
+ - **config-tools:** Added code to print out config values added
555
+ ([ea56410](https://github.com/storm-software/storm-ops/commit/ea56410f9e7e9f3e4f68268395a13127a1653d2d))
615
556
 
616
557
  ## [1.43.8](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.43.7...create-storm-workspace-v1.43.8) (2024-01-17)
617
558
 
618
559
  ### Bug Fixes
619
560
 
620
- - **config-tools:** Removed unused defaulting logic for config file ([2770efd](https://github.com/storm-software/storm-ops/commit/2770efde7032b88e6bf20fb23c5b89060175db5d))
561
+ - **config-tools:** Removed unused defaulting logic for config file
562
+ ([2770efd](https://github.com/storm-software/storm-ops/commit/2770efde7032b88e6bf20fb23c5b89060175db5d))
621
563
 
622
564
  ## [1.43.7](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.43.6...create-storm-workspace-v1.43.7) (2024-01-17)
623
565
 
624
566
  ### Bug Fixes
625
567
 
626
- - **config-tools:** Resolved issue with bad config file lookup logic ([9967de4](https://github.com/storm-software/storm-ops/commit/9967de48b063a83f42c74c3f6dd667d31123dc6f))
627
- - **workspace-tools:** Resolved issue with config file names changing ([f18c40c](https://github.com/storm-software/storm-ops/commit/f18c40c1be8c154aff163692e79351b34accb991))
568
+ - **config-tools:** Resolved issue with bad config file lookup logic
569
+ ([9967de4](https://github.com/storm-software/storm-ops/commit/9967de48b063a83f42c74c3f6dd667d31123dc6f))
570
+ - **workspace-tools:** Resolved issue with config file names changing
571
+ ([f18c40c](https://github.com/storm-software/storm-ops/commit/f18c40c1be8c154aff163692e79351b34accb991))
628
572
 
629
573
  ## [1.43.6](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.43.5...create-storm-workspace-v1.43.6) (2024-01-17)
630
574
 
631
575
  ### Bug Fixes
632
576
 
633
- - **workspace-tools:** Added code to properly parse out the config file ([c345fef](https://github.com/storm-software/storm-ops/commit/c345fefc6389a9a10b3f5b8446eb76982f45e6f7))
577
+ - **workspace-tools:** Added code to properly parse out the config file
578
+ ([c345fef](https://github.com/storm-software/storm-ops/commit/c345fefc6389a9a10b3f5b8446eb76982f45e6f7))
634
579
 
635
580
  ## [1.43.5](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.43.4...create-storm-workspace-v1.43.5) (2024-01-17)
636
581
 
637
582
  ### Bug Fixes
638
583
 
639
- - **workspace-tools:** Removed instance of JSDocs parser in tsup patch ([4c8448e](https://github.com/storm-software/storm-ops/commit/4c8448eed32092d203621d4e05526a89d4b8e216))
584
+ - **workspace-tools:** Removed instance of JSDocs parser in tsup patch
585
+ ([4c8448e](https://github.com/storm-software/storm-ops/commit/4c8448eed32092d203621d4e05526a89d4b8e216))
640
586
 
641
587
  ## [1.43.4](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.43.3...create-storm-workspace-v1.43.4) (2024-01-17)
642
588
 
643
589
  ### Bug Fixes
644
590
 
645
- - **git-tools:** Resolved issue with logging strings ([21d9e0d](https://github.com/storm-software/storm-ops/commit/21d9e0dc7f21820909697577931d0c7b339755b7))
646
- - **workspace-tools:** Remove the transform code from tsup patch ([399c910](https://github.com/storm-software/storm-ops/commit/399c910f0ca46741cc97b06f2a0812adbf7910f0))
591
+ - **git-tools:** Resolved issue with logging strings
592
+ ([21d9e0d](https://github.com/storm-software/storm-ops/commit/21d9e0dc7f21820909697577931d0c7b339755b7))
593
+ - **workspace-tools:** Remove the transform code from tsup patch
594
+ ([399c910](https://github.com/storm-software/storm-ops/commit/399c910f0ca46741cc97b06f2a0812adbf7910f0))
647
595
 
648
596
  ## [1.43.3](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.43.2...create-storm-workspace-v1.43.3) (2024-01-16)
649
597
 
650
598
  ### Bug Fixes
651
599
 
652
- - **workspace-tools:** Clean up code to apply getConfig option in tsup build ([96227fd](https://github.com/storm-software/storm-ops/commit/96227fde3d3f2871a88aa24be9206d555d373c9b))
600
+ - **workspace-tools:** Clean up code to apply getConfig option in tsup build
601
+ ([96227fd](https://github.com/storm-software/storm-ops/commit/96227fde3d3f2871a88aa24be9206d555d373c9b))
653
602
 
654
603
  ## [1.43.2](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.43.1...create-storm-workspace-v1.43.2) (2024-01-16)
655
604
 
656
605
  ### Bug Fixes
657
606
 
658
- - **git-tools:** Updated console formatting and text colors ([82e869f](https://github.com/storm-software/storm-ops/commit/82e869f0395d112c0a2906223e0827fd9b243e54))
607
+ - **git-tools:** Updated console formatting and text colors
608
+ ([82e869f](https://github.com/storm-software/storm-ops/commit/82e869f0395d112c0a2906223e0827fd9b243e54))
659
609
 
660
610
  ## [1.43.1](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.43.0...create-storm-workspace-v1.43.1) (2024-01-16)
661
611
 
662
612
  ### Bug Fixes
663
613
 
664
- - **git-tools:** Resolved logging issues with git hooks and tsup build ([daeec6e](https://github.com/storm-software/storm-ops/commit/daeec6efaad169b6947eedef1a07339c0b52409c))
614
+ - **git-tools:** Resolved logging issues with git hooks and tsup build
615
+ ([daeec6e](https://github.com/storm-software/storm-ops/commit/daeec6efaad169b6947eedef1a07339c0b52409c))
665
616
 
666
617
  # [1.43.0](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.42.4...create-storm-workspace-v1.43.0) (2024-01-15)
667
618
 
668
619
  ### Features
669
620
 
670
- - **workspace-tools:** Added logger functions to use in the repo's console CLI apps ([c38d262](https://github.com/storm-software/storm-ops/commit/c38d26271cfee4e8fd094526b431e098d186a667))
621
+ - **workspace-tools:** Added logger functions to use in the repo's console CLI
622
+ apps
623
+ ([c38d262](https://github.com/storm-software/storm-ops/commit/c38d26271cfee4e8fd094526b431e098d186a667))
671
624
 
672
625
  ## [1.42.4](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.42.3...create-storm-workspace-v1.42.4) (2024-01-15)
673
626
 
674
627
  ### Bug Fixes
675
628
 
676
- - **workspace-tools:** Many code quality improvements and enhanced linting rules ([d2123cf](https://github.com/storm-software/storm-ops/commit/d2123cf87850b1442b8e7c1ed4b3ccc07f2a8673))
629
+ - **workspace-tools:** Many code quality improvements and enhanced linting rules
630
+ ([d2123cf](https://github.com/storm-software/storm-ops/commit/d2123cf87850b1442b8e7c1ed4b3ccc07f2a8673))
677
631
 
678
632
  ## [1.42.3](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.42.2...create-storm-workspace-v1.42.3) (2024-01-15)
679
633
 
680
634
  ### Bug Fixes
681
635
 
682
- - **workspace-tools:** Resolved issue preventing neutral builds from running ([0939172](https://github.com/storm-software/storm-ops/commit/0939172f5e7cc9e0a940437cdf18d6cdf3766fb3))
636
+ - **workspace-tools:** Resolved issue preventing neutral builds from running
637
+ ([0939172](https://github.com/storm-software/storm-ops/commit/0939172f5e7cc9e0a940437cdf18d6cdf3766fb3))
683
638
 
684
639
  ## [1.42.2](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.42.1...create-storm-workspace-v1.42.2) (2024-01-15)
685
640
 
686
641
  ### Bug Fixes
687
642
 
688
- - **git-tools:** Added dependency override for `request` package to prevent request forgery exposure ([1f42b96](https://github.com/storm-software/storm-ops/commit/1f42b96518e944a3b1e5a3e38dfc1c7dc1a7241f))
643
+ - **git-tools:** Added dependency override for `request` package to prevent
644
+ request forgery exposure
645
+ ([1f42b96](https://github.com/storm-software/storm-ops/commit/1f42b96518e944a3b1e5a3e38dfc1c7dc1a7241f))
689
646
 
690
647
  ## [1.42.1](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.42.0...create-storm-workspace-v1.42.1) (2024-01-15)
691
648
 
692
649
  ### Bug Fixes
693
650
 
694
- - **linting-tools:** Resolve Dependabot Alerts [#1](https://github.com/storm-software/storm-ops/issues/1), [#2](https://github.com/storm-software/storm-ops/issues/2), [#3](https://github.com/storm-software/storm-ops/issues/3), and [#4](https://github.com/storm-software/storm-ops/issues/4) ([88253ba](https://github.com/storm-software/storm-ops/commit/88253ba59b21442d7af2f1f3cb958d9e9d13289e))
651
+ - **linting-tools:** Resolve Dependabot Alerts
652
+ [#1](https://github.com/storm-software/storm-ops/issues/1),
653
+ [#2](https://github.com/storm-software/storm-ops/issues/2),
654
+ [#3](https://github.com/storm-software/storm-ops/issues/3), and
655
+ [#4](https://github.com/storm-software/storm-ops/issues/4)
656
+ ([88253ba](https://github.com/storm-software/storm-ops/commit/88253ba59b21442d7af2f1f3cb958d9e9d13289e))
695
657
 
696
658
  # [1.42.0](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.41.1...create-storm-workspace-v1.42.0) (2024-01-15)
697
659
 
698
660
  ### Bug Fixes
699
661
 
700
- - **linting-tools:** Various improvements to the biome formatter and linter configuration ([1dfd480](https://github.com/storm-software/storm-ops/commit/1dfd4802024427b6041fc09f6bdaa01d7be8783b))
701
- - **workspace-tools:** Enhanced tsup executor logging to use `LogLevel` from config ([75517d2](https://github.com/storm-software/storm-ops/commit/75517d24e663611c8b75c8ca5d9bcd04b4c4bc40))
662
+ - **linting-tools:** Various improvements to the biome formatter and linter
663
+ configuration
664
+ ([1dfd480](https://github.com/storm-software/storm-ops/commit/1dfd4802024427b6041fc09f6bdaa01d7be8783b))
665
+ - **workspace-tools:** Enhanced tsup executor logging to use `LogLevel` from
666
+ config
667
+ ([75517d2](https://github.com/storm-software/storm-ops/commit/75517d24e663611c8b75c8ca5d9bcd04b4c4bc40))
702
668
 
703
669
  ### Features
704
670
 
705
- - **git-tools:** Added default `lefthook` and `biome` configuration ([489bec2](https://github.com/storm-software/storm-ops/commit/489bec287d5d8d556746df25ab44856c2ae368b7))
671
+ - **git-tools:** Added default `lefthook` and `biome` configuration
672
+ ([489bec2](https://github.com/storm-software/storm-ops/commit/489bec287d5d8d556746df25ab44856c2ae368b7))
706
673
 
707
674
  ## [1.41.1](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.41.0...create-storm-workspace-v1.41.1) (2024-01-14)
708
675
 
709
676
  ### Bug Fixes
710
677
 
711
- - **workspace-tools:** Cleaned up dependanies and option defaulting in tsup ([0ae0dd3](https://github.com/storm-software/storm-ops/commit/0ae0dd327ed646e6dbcd1c33b44aef820403cd77))
678
+ - **workspace-tools:** Cleaned up dependanies and option defaulting in tsup
679
+ ([0ae0dd3](https://github.com/storm-software/storm-ops/commit/0ae0dd327ed646e6dbcd1c33b44aef820403cd77))
712
680
 
713
681
  # [1.41.0](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.40.1...create-storm-workspace-v1.41.0) (2024-01-14)
714
682
 
715
683
  ### Features
716
684
 
717
- - **git-tools:** Improved all CLI tools and git hooks to use the `zx` package ([a905c21](https://github.com/storm-software/storm-ops/commit/a905c213d710d995cc114b32a90bf4d042c550d6))
685
+ - **git-tools:** Improved all CLI tools and git hooks to use the `zx` package
686
+ ([a905c21](https://github.com/storm-software/storm-ops/commit/a905c213d710d995cc114b32a90bf4d042c550d6))
718
687
 
719
688
  ## [1.40.1](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.40.0...create-storm-workspace-v1.40.1) (2024-01-14)
720
689
 
721
690
  ### Bug Fixes
722
691
 
723
- - **workspace-tools:** Resolved runtime issues with tsup build ([052c78c](https://github.com/storm-software/storm-ops/commit/052c78ca8258ba4acadbfce18b1bc3bee2aa0fe3))
692
+ - **workspace-tools:** Resolved runtime issues with tsup build
693
+ ([052c78c](https://github.com/storm-software/storm-ops/commit/052c78ca8258ba4acadbfce18b1bc3bee2aa0fe3))
724
694
 
725
695
  # [1.40.0](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.39.0...create-storm-workspace-v1.40.0) (2024-01-14)
726
696
 
727
697
  ### Bug Fixes
728
698
 
729
- - **storm-ops:** Added missing dependencies ([4ab8aee](https://github.com/storm-software/storm-ops/commit/4ab8aeeab3b7ca4610a3ef0adb31332688c8346a))
730
- - **workspace-tools:** Resolved issue with typescript import ([3d63fbc](https://github.com/storm-software/storm-ops/commit/3d63fbc783d7549276cd89df383a15e2808b8ecb))
699
+ - **storm-ops:** Added missing dependencies
700
+ ([4ab8aee](https://github.com/storm-software/storm-ops/commit/4ab8aeeab3b7ca4610a3ef0adb31332688c8346a))
701
+ - **workspace-tools:** Resolved issue with typescript import
702
+ ([3d63fbc](https://github.com/storm-software/storm-ops/commit/3d63fbc783d7549276cd89df383a15e2808b8ecb))
731
703
 
732
704
  ### Features
733
705
 
734
- - **git-tools:** Re-added the Git hooks to drive workspace processing ([24311bf](https://github.com/storm-software/storm-ops/commit/24311bfde1becaba5573c4a55d1a6d68e84eb4fb))
735
- - **linting-tools:** Added Typia compiler transformer to tsup build ([5b39221](https://github.com/storm-software/storm-ops/commit/5b39221dedcc63c21b15f653f56efb4f5cf20989))
706
+ - **git-tools:** Re-added the Git hooks to drive workspace processing
707
+ ([24311bf](https://github.com/storm-software/storm-ops/commit/24311bfde1becaba5573c4a55d1a6d68e84eb4fb))
708
+ - **linting-tools:** Added Typia compiler transformer to tsup build
709
+ ([5b39221](https://github.com/storm-software/storm-ops/commit/5b39221dedcc63c21b15f653f56efb4f5cf20989))
736
710
 
737
711
  # [1.39.0](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.38.1...create-storm-workspace-v1.39.0) (2024-01-13)
738
712
 
739
713
  ### Features
740
714
 
741
- - **workspace-tools:** Added Typia compiler transformer to tsup build ([2b5645f](https://github.com/storm-software/storm-ops/commit/2b5645f8603ba06437b7311dc0652be5927e3168))
715
+ - **workspace-tools:** Added Typia compiler transformer to tsup build
716
+ ([2b5645f](https://github.com/storm-software/storm-ops/commit/2b5645f8603ba06437b7311dc0652be5927e3168))
742
717
 
743
718
  ## [1.38.1](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.38.0...create-storm-workspace-v1.38.1) (2024-01-12)
744
719
 
745
720
  ### Bug Fixes
746
721
 
747
- - **workspace-tools:** Removed legacy config from neutral tsup build ([4e1cce7](https://github.com/storm-software/storm-ops/commit/4e1cce7122194d6d0364a564115ebdebe7eab46b))
722
+ - **workspace-tools:** Removed legacy config from neutral tsup build
723
+ ([4e1cce7](https://github.com/storm-software/storm-ops/commit/4e1cce7122194d6d0364a564115ebdebe7eab46b))
748
724
 
749
725
  # [1.38.0](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.37.1...create-storm-workspace-v1.38.0) (2024-01-11)
750
726
 
751
727
  ### Features
752
728
 
753
- - **workspace-tools:** Added `metafile` option to tsup build ([f3c982c](https://github.com/storm-software/storm-ops/commit/f3c982c16a29d2034b9087bc86cf61a776e1445b))
729
+ - **workspace-tools:** Added `metafile` option to tsup build
730
+ ([f3c982c](https://github.com/storm-software/storm-ops/commit/f3c982c16a29d2034b9087bc86cf61a776e1445b))
754
731
 
755
732
  ## [1.37.1](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.37.0...create-storm-workspace-v1.37.1) (2024-01-06)
756
733
 
757
734
  ### Bug Fixes
758
735
 
759
- - **workspace-tools:** Updated debug to disable minification ([d4d69fa](https://github.com/storm-software/storm-ops/commit/d4d69fa138bd9a4528ef362d112afc8bf11d6172))
736
+ - **workspace-tools:** Updated debug to disable minification
737
+ ([d4d69fa](https://github.com/storm-software/storm-ops/commit/d4d69fa138bd9a4528ef362d112afc8bf11d6172))
760
738
 
761
739
  # [1.37.0](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.36.7...create-storm-workspace-v1.37.0) (2024-01-06)
762
740
 
763
741
  ### Features
764
742
 
765
- - **workspace-tools:** Added the `format` option to tsup build executor ([5a6300b](https://github.com/storm-software/storm-ops/commit/5a6300b7ba891b079946760f9ac17a0fb5fadbb2))
743
+ - **workspace-tools:** Added the `format` option to tsup build executor
744
+ ([5a6300b](https://github.com/storm-software/storm-ops/commit/5a6300b7ba891b079946760f9ac17a0fb5fadbb2))
766
745
 
767
746
  ## [1.36.7](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.36.6...create-storm-workspace-v1.36.7) (2024-01-06)
768
747
 
769
748
  ### Bug Fixes
770
749
 
771
- - **workspace-tools:** Removed the pino logging plugin from neutral and browser builds ([15d11ca](https://github.com/storm-software/storm-ops/commit/15d11cadba3b99facedc586912a8ff165cb2aa09))
750
+ - **workspace-tools:** Removed the pino logging plugin from neutral and browser
751
+ builds
752
+ ([15d11ca](https://github.com/storm-software/storm-ops/commit/15d11cadba3b99facedc586912a8ff165cb2aa09))
772
753
 
773
754
  ## [1.36.6](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.36.5...create-storm-workspace-v1.36.6) (2024-01-06)
774
755
 
775
756
  ### Bug Fixes
776
757
 
777
- - **workspace-tools:** Generate typings for browser packages ([ea29e7a](https://github.com/storm-software/storm-ops/commit/ea29e7a733d5abe723e6096640c5ed0eb0c54434))
758
+ - **workspace-tools:** Generate typings for browser packages
759
+ ([ea29e7a](https://github.com/storm-software/storm-ops/commit/ea29e7a733d5abe723e6096640c5ed0eb0c54434))
778
760
 
779
761
  ## [1.36.5](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.36.4...create-storm-workspace-v1.36.5) (2024-01-05)
780
762
 
781
763
  ### Bug Fixes
782
764
 
783
- - **workspace-tools:** Resolved issue with dist path formatting ([dc97a89](https://github.com/storm-software/storm-ops/commit/dc97a89ec85de194f698fcd9ee27eecdab98bde8))
765
+ - **workspace-tools:** Resolved issue with dist path formatting
766
+ ([dc97a89](https://github.com/storm-software/storm-ops/commit/dc97a89ec85de194f698fcd9ee27eecdab98bde8))
784
767
 
785
768
  ## [1.36.4](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.36.3...create-storm-workspace-v1.36.4) (2024-01-05)
786
769
 
787
770
  ### Bug Fixes
788
771
 
789
- - **workspace-tools:** Resolved entry point issue in package.json files ([7d2c178](https://github.com/storm-software/storm-ops/commit/7d2c1780cb398f04d5937b556e7bacc76cd1bf52))
772
+ - **workspace-tools:** Resolved entry point issue in package.json files
773
+ ([7d2c178](https://github.com/storm-software/storm-ops/commit/7d2c1780cb398f04d5937b556e7bacc76cd1bf52))
790
774
 
791
775
  ## [1.36.3](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.36.2...create-storm-workspace-v1.36.3) (2024-01-05)
792
776
 
793
777
  ### Bug Fixes
794
778
 
795
- - **workspace-tools:** Cleaned up the logic around running `getConfig` functions ([bcc3304](https://github.com/storm-software/storm-ops/commit/bcc3304cb976e01a55030221cd5c5f4f1c22f150))
779
+ - **workspace-tools:** Cleaned up the logic around running `getConfig` functions
780
+ ([bcc3304](https://github.com/storm-software/storm-ops/commit/bcc3304cb976e01a55030221cd5c5f4f1c22f150))
796
781
 
797
782
  ## [1.36.2](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.36.1...create-storm-workspace-v1.36.2) (2024-01-05)
798
783
 
799
784
  ### Bug Fixes
800
785
 
801
- - **workspace-tools:** Updated logic to pass in getConfig params for NodeJs build ([6f8b424](https://github.com/storm-software/storm-ops/commit/6f8b424bc01fa51a0ef4b1e9ec1b2ca4140d9637))
786
+ - **workspace-tools:** Updated logic to pass in getConfig params for NodeJs
787
+ build
788
+ ([6f8b424](https://github.com/storm-software/storm-ops/commit/6f8b424bc01fa51a0ef4b1e9ec1b2ca4140d9637))
802
789
 
803
790
  ## [1.36.1](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.36.0...create-storm-workspace-v1.36.1) (2024-01-05)
804
791
 
805
792
  ### Bug Fixes
806
793
 
807
- - **linting-tools:** Call linting functions in parallel ([0aa300f](https://github.com/storm-software/storm-ops/commit/0aa300f2c6dd7a67589025ffe512197535222064))
808
- - **workspace-tools:** Resolve issue with builds ([d136a22](https://github.com/storm-software/storm-ops/commit/d136a22dc88ba57105c8c95205d6115e23ede51e))
794
+ - **linting-tools:** Call linting functions in parallel
795
+ ([0aa300f](https://github.com/storm-software/storm-ops/commit/0aa300f2c6dd7a67589025ffe512197535222064))
796
+ - **workspace-tools:** Resolve issue with builds
797
+ ([d136a22](https://github.com/storm-software/storm-ops/commit/d136a22dc88ba57105c8c95205d6115e23ede51e))
809
798
 
810
799
  # [1.36.0](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.35.5...create-storm-workspace-v1.36.0) (2024-01-05)
811
800
 
812
801
  ### Features
813
802
 
814
- - **workspace-tools:** Added dynamic tsup build configuration ([c9932d9](https://github.com/storm-software/storm-ops/commit/c9932d9157ec23b4a460d52faf4988e1f748c84e))
803
+ - **workspace-tools:** Added dynamic tsup build configuration
804
+ ([c9932d9](https://github.com/storm-software/storm-ops/commit/c9932d9157ec23b4a460d52faf4988e1f748c84e))
815
805
 
816
806
  ## [1.35.5](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.35.4...create-storm-workspace-v1.35.5) (2024-01-01)
817
807
 
818
808
  ### Bug Fixes
819
809
 
820
- - **workspace-tools:** Resolved issue with neutral build settings ([8344932](https://github.com/storm-software/storm-ops/commit/834493212c32627fa66d1c4e8916fba00e128432))
810
+ - **workspace-tools:** Resolved issue with neutral build settings
811
+ ([8344932](https://github.com/storm-software/storm-ops/commit/834493212c32627fa66d1c4e8916fba00e128432))
821
812
 
822
813
  ## [1.35.4](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.35.3...create-storm-workspace-v1.35.4) (2023-12-26)
823
814
 
824
815
  ### Bug Fixes
825
816
 
826
- - **linting-tools:** Added tailwindcss prettier formatting to linting tools ([a8072f2](https://github.com/storm-software/storm-ops/commit/a8072f2f92a4cc9e93ef173574ff142cf23c13f7))
817
+ - **linting-tools:** Added tailwindcss prettier formatting to linting tools
818
+ ([a8072f2](https://github.com/storm-software/storm-ops/commit/a8072f2f92a4cc9e93ef173574ff142cf23c13f7))
827
819
 
828
820
  ## [1.35.3](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.35.2...create-storm-workspace-v1.35.3) (2023-12-24)
829
821
 
830
822
  ### Bug Fixes
831
823
 
832
- - **config-tools:** Resolved issues with defaulting config when no file exists ([3f44d88](https://github.com/storm-software/storm-ops/commit/3f44d88fec753bfa818d2b738f1debd2a6cd686a))
824
+ - **config-tools:** Resolved issues with defaulting config when no file exists
825
+ ([3f44d88](https://github.com/storm-software/storm-ops/commit/3f44d88fec753bfa818d2b738f1debd2a6cd686a))
833
826
 
834
827
  ## [1.35.2](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.35.1...create-storm-workspace-v1.35.2) (2023-12-23)
835
828
 
836
829
  ### Bug Fixes
837
830
 
838
- - **config-tools:** Resolve potential empty extensions config issue ([80836bb](https://github.com/storm-software/storm-ops/commit/80836bbe70afa0b38f67c78f1e127eacb4f8ca87))
831
+ - **config-tools:** Resolve potential empty extensions config issue
832
+ ([80836bb](https://github.com/storm-software/storm-ops/commit/80836bbe70afa0b38f67c78f1e127eacb4f8ca87))
839
833
 
840
834
  ## [1.35.1](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.35.0...create-storm-workspace-v1.35.1) (2023-12-23)
841
835
 
842
836
  ### Bug Fixes
843
837
 
844
- - **config-tools:** Resolved isssue with config file loading ([f2e7897](https://github.com/storm-software/storm-ops/commit/f2e789761230d78ec1fedb511744ef57075d2b7d))
838
+ - **config-tools:** Resolved isssue with config file loading
839
+ ([f2e7897](https://github.com/storm-software/storm-ops/commit/f2e789761230d78ec1fedb511744ef57075d2b7d))
845
840
 
846
841
  # [1.35.0](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.34.2...create-storm-workspace-v1.35.0) (2023-12-23)
847
842
 
848
843
  ### Features
849
844
 
850
- - **config-tools:** Added the `loadStormConfig` function ([cfcda96](https://github.com/storm-software/storm-ops/commit/cfcda96d27e49f12036d6d31128eb5546800b9d7))
845
+ - **config-tools:** Added the `loadStormConfig` function
846
+ ([cfcda96](https://github.com/storm-software/storm-ops/commit/cfcda96d27e49f12036d6d31128eb5546800b9d7))
851
847
 
852
848
  ## [1.34.2](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.34.1...create-storm-workspace-v1.34.2) (2023-12-22)
853
849
 
854
850
  ### Bug Fixes
855
851
 
856
- - **config-tools:** Resolved issue in configuration defaulter function ([92e10c1](https://github.com/storm-software/storm-ops/commit/92e10c1fa0283eaf341f4bc9338628cbdb546eb9))
852
+ - **config-tools:** Resolved issue in configuration defaulter function
853
+ ([92e10c1](https://github.com/storm-software/storm-ops/commit/92e10c1fa0283eaf341f4bc9338628cbdb546eb9))
857
854
 
858
855
  ## [1.34.1](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.34.0...create-storm-workspace-v1.34.1) (2023-12-22)
859
856
 
860
857
  ### Bug Fixes
861
858
 
862
- - **config-tools:** Resolved export issue in type declarations ([9125a40](https://github.com/storm-software/storm-ops/commit/9125a40607db1f58351cd9ef12e86f62b234d753))
859
+ - **config-tools:** Resolved export issue in type declarations
860
+ ([9125a40](https://github.com/storm-software/storm-ops/commit/9125a40607db1f58351cd9ef12e86f62b234d753))
863
861
 
864
862
  # [1.34.0](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.33.1...create-storm-workspace-v1.34.0) (2023-12-22)
865
863
 
866
864
  ### Features
867
865
 
868
- - **workspace-tools:** Added `design-tokens` generator ([af49878](https://github.com/storm-software/storm-ops/commit/af498784bc6446974c141ebb6206749076e2a6b3))
866
+ - **workspace-tools:** Added `design-tokens` generator
867
+ ([af49878](https://github.com/storm-software/storm-ops/commit/af498784bc6446974c141ebb6206749076e2a6b3))
869
868
 
870
869
  ## [1.33.1](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.33.0...create-storm-workspace-v1.33.1) (2023-12-22)
871
870
 
872
871
  ### Bug Fixes
873
872
 
874
- - **config-tools:** Resolved issues with returned values in `findWorkspaceRoot` functions ([c790e15](https://github.com/storm-software/storm-ops/commit/c790e151ec130b4a72d17b965092c402c685d824))
873
+ - **config-tools:** Resolved issues with returned values in `findWorkspaceRoot`
874
+ functions
875
+ ([c790e15](https://github.com/storm-software/storm-ops/commit/c790e151ec130b4a72d17b965092c402c685d824))
875
876
 
876
877
  # [1.33.0](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.32.1...create-storm-workspace-v1.33.0) (2023-12-21)
877
878
 
878
879
  ### Features
879
880
 
880
- - **config-tools:** Added the `findWorkspaceRootSync` and `findWorkspaceRootSafeSync` functions ([59e0ee4](https://github.com/storm-software/storm-ops/commit/59e0ee4779a15752fb035d235b929bb3e8ecc974))
881
+ - **config-tools:** Added the `findWorkspaceRootSync` and
882
+ `findWorkspaceRootSafeSync` functions
883
+ ([59e0ee4](https://github.com/storm-software/storm-ops/commit/59e0ee4779a15752fb035d235b929bb3e8ecc974))
881
884
 
882
885
  ## [1.32.1](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.32.0...create-storm-workspace-v1.32.1) (2023-12-21)
883
886
 
884
887
  ### Bug Fixes
885
888
 
886
- - **config-tools:** Remove unused dependencies ([ef00034](https://github.com/storm-software/storm-ops/commit/ef00034e8a79b81147056ee32a12eaa991a0d4f3))
889
+ - **config-tools:** Remove unused dependencies
890
+ ([ef00034](https://github.com/storm-software/storm-ops/commit/ef00034e8a79b81147056ee32a12eaa991a0d4f3))
887
891
 
888
892
  # [1.32.0](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.31.17...create-storm-workspace-v1.32.0) (2023-12-21)
889
893
 
890
894
  ### Features
891
895
 
892
- - **config-tools:** Publish `findWorkspaceRoot` and `findWorkspaceRootSafe` to package ([e5302ed](https://github.com/storm-software/storm-ops/commit/e5302edc6ceff492f8274b8d48d7c74a5f7a72c7))
896
+ - **config-tools:** Publish `findWorkspaceRoot` and `findWorkspaceRootSafe` to
897
+ package
898
+ ([e5302ed](https://github.com/storm-software/storm-ops/commit/e5302edc6ceff492f8274b8d48d7c74a5f7a72c7))
893
899
 
894
900
  ## [1.31.17](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.31.16...create-storm-workspace-v1.31.17) (2023-12-21)
895
901
 
896
902
  ### Bug Fixes
897
903
 
898
- - **config-tools:** Update declaration types ([8ca8850](https://github.com/storm-software/storm-ops/commit/8ca8850c5ba1d92e7bc3fa273f332cf8c1acce18))
904
+ - **config-tools:** Update declaration types
905
+ ([8ca8850](https://github.com/storm-software/storm-ops/commit/8ca8850c5ba1d92e7bc3fa273f332cf8c1acce18))
899
906
 
900
907
  ## [1.31.16](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.31.15...create-storm-workspace-v1.31.16) (2023-12-21)
901
908
 
902
909
  ### Bug Fixes
903
910
 
904
- - **config-tools:** Add workspace root parameter to config creator ([a22f0fb](https://github.com/storm-software/storm-ops/commit/a22f0fb10970bf49c4ab384ef9a4e8988ef6f372))
911
+ - **config-tools:** Add workspace root parameter to config creator
912
+ ([a22f0fb](https://github.com/storm-software/storm-ops/commit/a22f0fb10970bf49c4ab384ef9a4e8988ef6f372))
905
913
 
906
914
  ## [1.31.15](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.31.14...create-storm-workspace-v1.31.15) (2023-12-21)
907
915
 
908
916
  ### Bug Fixes
909
917
 
910
- - **config-tools:** Resolved issue around path parameter ([eb15b5d](https://github.com/storm-software/storm-ops/commit/eb15b5d8d2344cc8517a5d26b30685ee990cc877))
918
+ - **config-tools:** Resolved issue around path parameter
919
+ ([eb15b5d](https://github.com/storm-software/storm-ops/commit/eb15b5d8d2344cc8517a5d26b30685ee990cc877))
911
920
 
912
921
  ## [1.31.14](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.31.13...create-storm-workspace-v1.31.14) (2023-12-21)
913
922
 
914
923
  ### Bug Fixes
915
924
 
916
- - **config-tools:** Resolved issue with default config lookup ([4db800a](https://github.com/storm-software/storm-ops/commit/4db800a424e71ba89db29de50f516a725162ded5))
925
+ - **config-tools:** Resolved issue with default config lookup
926
+ ([4db800a](https://github.com/storm-software/storm-ops/commit/4db800a424e71ba89db29de50f516a725162ded5))
917
927
 
918
928
  ## [1.31.13](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.31.12...create-storm-workspace-v1.31.13) (2023-12-21)
919
929
 
920
930
  ### Bug Fixes
921
931
 
922
- - **config-tools:** Resolved issue with determining workspace root ([a614a36](https://github.com/storm-software/storm-ops/commit/a614a363194913de9d5de596fc70910f586d33f9))
932
+ - **config-tools:** Resolved issue with determining workspace root
933
+ ([a614a36](https://github.com/storm-software/storm-ops/commit/a614a363194913de9d5de596fc70910f586d33f9))
923
934
 
924
935
  ## [1.31.12](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.31.11...create-storm-workspace-v1.31.12) (2023-12-21)
925
936
 
926
937
  ### Bug Fixes
927
938
 
928
- - **config-tools:** Handle sync method correctly ([6cbd64e](https://github.com/storm-software/storm-ops/commit/6cbd64e61f88f4a651ae1f05e16811fdf355fc71))
939
+ - **config-tools:** Handle sync method correctly
940
+ ([6cbd64e](https://github.com/storm-software/storm-ops/commit/6cbd64e61f88f4a651ae1f05e16811fdf355fc71))
929
941
 
930
942
  ## [1.31.11](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.31.10...create-storm-workspace-v1.31.11) (2023-12-20)
931
943
 
932
944
  ### Bug Fixes
933
945
 
934
- - **config-tools:** Added more accurate search for workspace root ([c418b08](https://github.com/storm-software/storm-ops/commit/c418b08c8bb8917e562bef50cb324d66244d98a3))
946
+ - **config-tools:** Added more accurate search for workspace root
947
+ ([c418b08](https://github.com/storm-software/storm-ops/commit/c418b08c8bb8917e562bef50cb324d66244d98a3))
935
948
 
936
949
  ## [1.31.10](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.31.9...create-storm-workspace-v1.31.10) (2023-12-20)
937
950
 
938
951
  ### Bug Fixes
939
952
 
940
- - **config-tools:** Mark the package type as module ([3ca24c0](https://github.com/storm-software/storm-ops/commit/3ca24c0149ce2a56d2b64f69441b0f8f7efa76a5))
953
+ - **config-tools:** Mark the package type as module
954
+ ([3ca24c0](https://github.com/storm-software/storm-ops/commit/3ca24c0149ce2a56d2b64f69441b0f8f7efa76a5))
941
955
 
942
956
  ## [1.31.9](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.31.8...create-storm-workspace-v1.31.9) (2023-12-20)
943
957
 
944
958
  ### Bug Fixes
945
959
 
946
- - **config-tools:** Enabled bundling but kept `thirdParty` false ([77f5e54](https://github.com/storm-software/storm-ops/commit/77f5e54495c23998546083c45a8358374bed2104))
960
+ - **config-tools:** Enabled bundling but kept `thirdParty` false
961
+ ([77f5e54](https://github.com/storm-software/storm-ops/commit/77f5e54495c23998546083c45a8358374bed2104))
947
962
 
948
963
  ## [1.31.8](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.31.7...create-storm-workspace-v1.31.8) (2023-12-20)
949
964
 
950
965
  ### Bug Fixes
951
966
 
952
- - **config-tools:** Update project config to no longer bundle ([06b72cd](https://github.com/storm-software/storm-ops/commit/06b72cdea2b85826571d177dad1cb352769c0f76))
967
+ - **config-tools:** Update project config to no longer bundle
968
+ ([06b72cd](https://github.com/storm-software/storm-ops/commit/06b72cdea2b85826571d177dad1cb352769c0f76))
953
969
 
954
970
  ## [1.31.7](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.31.6...create-storm-workspace-v1.31.7) (2023-12-20)
955
971
 
956
972
  ### Bug Fixes
957
973
 
958
- - **config-tools:** Resovled issue in project.json and package.json import fields ([1c5c665](https://github.com/storm-software/storm-ops/commit/1c5c6658c7ab1322ba6f33032c1c304628d31ece))
974
+ - **config-tools:** Resovled issue in project.json and package.json import
975
+ fields
976
+ ([1c5c665](https://github.com/storm-software/storm-ops/commit/1c5c6658c7ab1322ba6f33032c1c304628d31ece))
959
977
 
960
978
  ## [1.31.6](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.31.5...create-storm-workspace-v1.31.6) (2023-12-20)
961
979
 
962
980
  ### Bug Fixes
963
981
 
964
- - **config-tools:** Resolved issues to ensure support for cjs and esm builds ([90a6379](https://github.com/storm-software/storm-ops/commit/90a63798156c3984697e69e685bd3e8cbd02a06f))
982
+ - **config-tools:** Resolved issues to ensure support for cjs and esm builds
983
+ ([90a6379](https://github.com/storm-software/storm-ops/commit/90a63798156c3984697e69e685bd3e8cbd02a06f))
965
984
 
966
985
  ## [1.31.5](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.31.4...create-storm-workspace-v1.31.5) (2023-12-20)
967
986
 
968
987
  ### Bug Fixes
969
988
 
970
- - **config-tools:** Added esm to the build ([48d834e](https://github.com/storm-software/storm-ops/commit/48d834ea0f801017c591a51d675044f14b7fb213))
989
+ - **config-tools:** Added esm to the build
990
+ ([48d834e](https://github.com/storm-software/storm-ops/commit/48d834ea0f801017c591a51d675044f14b7fb213))
971
991
 
972
992
  ## [1.31.4](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.31.3...create-storm-workspace-v1.31.4) (2023-12-20)
973
993
 
974
994
  ### Bug Fixes
975
995
 
976
- - **config-tools:** Update package tools to bundle dependencies ([982a31b](https://github.com/storm-software/storm-ops/commit/982a31bbfe0505064592f62b6e8a2936e0850aac))
996
+ - **config-tools:** Update package tools to bundle dependencies
997
+ ([982a31b](https://github.com/storm-software/storm-ops/commit/982a31bbfe0505064592f62b6e8a2936e0850aac))
977
998
 
978
999
  ## [1.31.3](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.31.2...create-storm-workspace-v1.31.3) (2023-12-17)
979
1000
 
980
1001
  ### Bug Fixes
981
1002
 
982
- - **workspace-tools:** Set default value of `emitOnAll` build option to `false` for now ([7627ca8](https://github.com/storm-software/storm-ops/commit/7627ca8641bd80b2d570db7a70108f02c98ae271))
1003
+ - **workspace-tools:** Set default value of `emitOnAll` build option to `false`
1004
+ for now
1005
+ ([7627ca8](https://github.com/storm-software/storm-ops/commit/7627ca8641bd80b2d570db7a70108f02c98ae271))
983
1006
 
984
1007
  ## [1.31.2](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.31.1...create-storm-workspace-v1.31.2) (2023-12-17)
985
1008
 
986
1009
  ### Bug Fixes
987
1010
 
988
- - **workspace-tools:** Ensure dev dependencies are handled correctly in built package.json ([fbd78d2](https://github.com/storm-software/storm-ops/commit/fbd78d2bdc95093436ef0281529a1bc1d409fe35))
1011
+ - **workspace-tools:** Ensure dev dependencies are handled correctly in built
1012
+ package.json
1013
+ ([fbd78d2](https://github.com/storm-software/storm-ops/commit/fbd78d2bdc95093436ef0281529a1bc1d409fe35))
989
1014
 
990
1015
  ## [1.31.1](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.31.0...create-storm-workspace-v1.31.1) (2023-12-17)
991
1016
 
992
1017
  ### Bug Fixes
993
1018
 
994
- - **git-tools:** Update the env names to align with config parameters ([f7438f0](https://github.com/storm-software/storm-ops/commit/f7438f048d52a598bb11e742b1549153e58237c8))
1019
+ - **git-tools:** Update the env names to align with config parameters
1020
+ ([f7438f0](https://github.com/storm-software/storm-ops/commit/f7438f048d52a598bb11e742b1549153e58237c8))
995
1021
 
996
1022
  # [1.31.0](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.30.14...create-storm-workspace-v1.31.0) (2023-12-15)
997
1023
 
998
1024
  ### Features
999
1025
 
1000
- - **design-tools:** Added design tools package to support storm design systems ([187a38f](https://github.com/storm-software/storm-ops/commit/187a38fc7ce8f992ff96ad210058089da909f1b6))
1026
+ - **design-tools:** Added design tools package to support storm design systems
1027
+ ([187a38f](https://github.com/storm-software/storm-ops/commit/187a38fc7ce8f992ff96ad210058089da909f1b6))
1001
1028
 
1002
1029
  ## [1.30.14](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.30.13...create-storm-workspace-v1.30.14) (2023-12-15)
1003
1030
 
1004
1031
  ### Bug Fixes
1005
1032
 
1006
- - **workspace-tools:** Supply version number for node in modern build ([90e69eb](https://github.com/storm-software/storm-ops/commit/90e69ebdf35752eedc4a47dfa9fe4ba17a3dbb5b))
1033
+ - **workspace-tools:** Supply version number for node in modern build
1034
+ ([90e69eb](https://github.com/storm-software/storm-ops/commit/90e69ebdf35752eedc4a47dfa9fe4ba17a3dbb5b))
1007
1035
 
1008
1036
  ## [1.30.13](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.30.12...create-storm-workspace-v1.30.13) (2023-12-15)
1009
1037
 
1010
1038
  ### Bug Fixes
1011
1039
 
1012
- - **workspace-tools:** Resolve issue with type generations ([0873d59](https://github.com/storm-software/storm-ops/commit/0873d5947d6ef4540ccb55e0363801eb6ec3af7a))
1040
+ - **workspace-tools:** Resolve issue with type generations
1041
+ ([0873d59](https://github.com/storm-software/storm-ops/commit/0873d5947d6ef4540ccb55e0363801eb6ec3af7a))
1013
1042
 
1014
1043
  ## [1.30.12](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.30.11...create-storm-workspace-v1.30.12) (2023-12-15)
1015
1044
 
1016
1045
  ### Bug Fixes
1017
1046
 
1018
- - **workspace-tools:** Resolved issue with bad `entry` option passed to tsup ([39c1ceb](https://github.com/storm-software/storm-ops/commit/39c1ceb98f99f722fe3bce62d6d0154bfd097d00))
1047
+ - **workspace-tools:** Resolved issue with bad `entry` option passed to tsup
1048
+ ([39c1ceb](https://github.com/storm-software/storm-ops/commit/39c1ceb98f99f722fe3bce62d6d0154bfd097d00))
1019
1049
 
1020
1050
  ## [1.30.11](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.30.10...create-storm-workspace-v1.30.11) (2023-12-15)
1021
1051
 
1022
1052
  ### Bug Fixes
1023
1053
 
1024
- - **workspace-tools:** Added logging for troubleshooting entry points on build ([7f4d9c1](https://github.com/storm-software/storm-ops/commit/7f4d9c176aa171e0c7bb6f3b073bd233c366a3eb))
1054
+ - **workspace-tools:** Added logging for troubleshooting entry points on build
1055
+ ([7f4d9c1](https://github.com/storm-software/storm-ops/commit/7f4d9c176aa171e0c7bb6f3b073bd233c366a3eb))
1025
1056
 
1026
1057
  ## [1.30.10](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.30.9...create-storm-workspace-v1.30.10) (2023-12-15)
1027
1058
 
1028
1059
  ### Bug Fixes
1029
1060
 
1030
- - **workspace-tools:** Updated the code to define tsup config ([6d6889e](https://github.com/storm-software/storm-ops/commit/6d6889e81e493dbdb73386e10ea4583246886232))
1061
+ - **workspace-tools:** Updated the code to define tsup config
1062
+ ([6d6889e](https://github.com/storm-software/storm-ops/commit/6d6889e81e493dbdb73386e10ea4583246886232))
1031
1063
 
1032
1064
  ## [1.30.9](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.30.8...create-storm-workspace-v1.30.9) (2023-12-15)
1033
1065
 
1034
1066
  ### Bug Fixes
1035
1067
 
1036
- - **workspace-tools:** Update package.json export to include new options ([480d5d0](https://github.com/storm-software/storm-ops/commit/480d5d06eee301206ac0ed7c03ae6d7a22835b84))
1068
+ - **workspace-tools:** Update package.json export to include new options
1069
+ ([480d5d0](https://github.com/storm-software/storm-ops/commit/480d5d06eee301206ac0ed7c03ae6d7a22835b84))
1037
1070
 
1038
1071
  ## [1.30.8](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.30.7...create-storm-workspace-v1.30.8) (2023-12-14)
1039
1072
 
1040
1073
  ### Bug Fixes
1041
1074
 
1042
- - **workspace-tools:** Resolve issue with dist paths in non-windows systems ([ea9e3a6](https://github.com/storm-software/storm-ops/commit/ea9e3a625847d0eb3472ec34a450b5c220103fd6))
1075
+ - **workspace-tools:** Resolve issue with dist paths in non-windows systems
1076
+ ([ea9e3a6](https://github.com/storm-software/storm-ops/commit/ea9e3a625847d0eb3472ec34a450b5c220103fd6))
1043
1077
 
1044
1078
  ## [1.30.7](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.30.6...create-storm-workspace-v1.30.7) (2023-12-14)
1045
1079
 
1046
1080
  ### Bug Fixes
1047
1081
 
1048
- - **workspace-tools:** Resolved issue with promise on configuration object ([1f2046f](https://github.com/storm-software/storm-ops/commit/1f2046f4ad6bedbc314535b424cf1b5511f31269))
1082
+ - **workspace-tools:** Resolved issue with promise on configuration object
1083
+ ([1f2046f](https://github.com/storm-software/storm-ops/commit/1f2046f4ad6bedbc314535b424cf1b5511f31269))
1049
1084
 
1050
1085
  ## [1.30.6](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.30.5...create-storm-workspace-v1.30.6) (2023-12-14)
1051
1086
 
1052
1087
  ### Bug Fixes
1053
1088
 
1054
- - **workspace-tools:** Added debugging logs ([6801075](https://github.com/storm-software/storm-ops/commit/68010759c1cf8ec21c676886318ee04d3da60533))
1089
+ - **workspace-tools:** Added debugging logs
1090
+ ([6801075](https://github.com/storm-software/storm-ops/commit/68010759c1cf8ec21c676886318ee04d3da60533))
1055
1091
 
1056
1092
  ## [1.30.5](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.30.4...create-storm-workspace-v1.30.5) (2023-12-14)
1057
1093
 
1058
1094
  ### Bug Fixes
1059
1095
 
1060
- - **workspace-tools:** Resolved issue with null reference ([329b50e](https://github.com/storm-software/storm-ops/commit/329b50e63ce93dfded0e97b211ba4b452b0625dc))
1096
+ - **workspace-tools:** Resolved issue with null reference
1097
+ ([329b50e](https://github.com/storm-software/storm-ops/commit/329b50e63ce93dfded0e97b211ba4b452b0625dc))
1061
1098
 
1062
1099
  ## [1.30.4](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.30.3...create-storm-workspace-v1.30.4) (2023-12-14)
1063
1100
 
1064
1101
  ### Bug Fixes
1065
1102
 
1066
- - **workspace-tools:** Resovled issue with internal references ([54334e6](https://github.com/storm-software/storm-ops/commit/54334e65c01f40b92b40c73361cfb1023df8e780))
1103
+ - **workspace-tools:** Resovled issue with internal references
1104
+ ([54334e6](https://github.com/storm-software/storm-ops/commit/54334e65c01f40b92b40c73361cfb1023df8e780))
1067
1105
 
1068
1106
  ## [1.30.3](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.30.2...create-storm-workspace-v1.30.3) (2023-12-12)
1069
1107
 
1070
1108
  ### Bug Fixes
1071
1109
 
1072
- - **workspace-tools:** Resolved issue with bad reference to internal packages ([8dec631](https://github.com/storm-software/storm-ops/commit/8dec63115d4f1fd7af8b4c4fb1b7076d1b8c5e8b))
1110
+ - **workspace-tools:** Resolved issue with bad reference to internal packages
1111
+ ([8dec631](https://github.com/storm-software/storm-ops/commit/8dec63115d4f1fd7af8b4c4fb1b7076d1b8c5e8b))
1073
1112
 
1074
1113
  ## [1.30.2](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.30.1...create-storm-workspace-v1.30.2) (2023-12-12)
1075
1114
 
1076
1115
  ### Bug Fixes
1077
1116
 
1078
- - **workspace-tools:** Resolved issue where `includeSrc` option was incorrectly set ([a162001](https://github.com/storm-software/storm-ops/commit/a162001761a68900b5dc968f27cb70859bcfcc6a))
1117
+ - **workspace-tools:** Resolved issue where `includeSrc` option was incorrectly
1118
+ set
1119
+ ([a162001](https://github.com/storm-software/storm-ops/commit/a162001761a68900b5dc968f27cb70859bcfcc6a))
1079
1120
 
1080
1121
  ## [1.30.1](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.30.0...create-storm-workspace-v1.30.1) (2023-12-12)
1081
1122
 
1082
1123
  ### Bug Fixes
1083
1124
 
1084
- - **workspace-tools:** Resolved issue with dependency names and bad entry paths ([85b3e68](https://github.com/storm-software/storm-ops/commit/85b3e6896731be05284b8c1d9f504ef75fd0dbfc))
1125
+ - **workspace-tools:** Resolved issue with dependency names and bad entry paths
1126
+ ([85b3e68](https://github.com/storm-software/storm-ops/commit/85b3e6896731be05284b8c1d9f504ef75fd0dbfc))
1085
1127
 
1086
1128
  # [1.30.0](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.29.0...create-storm-workspace-v1.30.0) (2023-12-12)
1087
1129
 
1088
1130
  ### Features
1089
1131
 
1090
- - **workspace-tools:** Added the `packageAll` option to build nested package files ([cf18588](https://github.com/storm-software/storm-ops/commit/cf18588e55e491f984affecd040c95298f0cf273))
1132
+ - **workspace-tools:** Added the `packageAll` option to build nested package
1133
+ files
1134
+ ([cf18588](https://github.com/storm-software/storm-ops/commit/cf18588e55e491f984affecd040c95298f0cf273))
1091
1135
 
1092
1136
  # [1.29.0](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.28.0...create-storm-workspace-v1.29.0) (2023-12-12)
1093
1137
 
1094
1138
  ### Features
1095
1139
 
1096
- - **workspace-tools:** Added compiled child directories to build package ([367ac43](https://github.com/storm-software/storm-ops/commit/367ac4312ed4b81badbce62676d3d9341431018a))
1140
+ - **workspace-tools:** Added compiled child directories to build package
1141
+ ([367ac43](https://github.com/storm-software/storm-ops/commit/367ac4312ed4b81badbce62676d3d9341431018a))
1097
1142
 
1098
1143
  # [1.28.0](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.27.0...create-storm-workspace-v1.28.0) (2023-12-12)
1099
1144
 
1100
1145
  ### Features
1101
1146
 
1102
- - **workspace-tools:** Added compiled child directories to build package ([3acac2b](https://github.com/storm-software/storm-ops/commit/3acac2b7ed07734665ca71cef80afc9bc0f88b8c))
1147
+ - **workspace-tools:** Added compiled child directories to build package
1148
+ ([3acac2b](https://github.com/storm-software/storm-ops/commit/3acac2b7ed07734665ca71cef80afc9bc0f88b8c))
1103
1149
 
1104
1150
  # [1.27.0](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.26.1...create-storm-workspace-v1.27.0) (2023-12-12)
1105
1151
 
1106
1152
  ### Features
1107
1153
 
1108
- - **workspace-tools:** Add `implicitDependencies` to external list ([9bc79bc](https://github.com/storm-software/storm-ops/commit/9bc79bcefa6358b15ae78bcc811c7554762baa6b))
1154
+ - **workspace-tools:** Add `implicitDependencies` to external list
1155
+ ([9bc79bc](https://github.com/storm-software/storm-ops/commit/9bc79bcefa6358b15ae78bcc811c7554762baa6b))
1109
1156
 
1110
1157
  ## [1.26.1](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.26.0...create-storm-workspace-v1.26.1) (2023-12-12)
1111
1158
 
1112
1159
  ### Bug Fixes
1113
1160
 
1114
- - **workspace-tools:** Set the `includeSrc` options default to true ([5e378ad](https://github.com/storm-software/storm-ops/commit/5e378ade04173b909ff8c8b4f3e4a6c73b5859a5))
1161
+ - **workspace-tools:** Set the `includeSrc` options default to true
1162
+ ([5e378ad](https://github.com/storm-software/storm-ops/commit/5e378ade04173b909ff8c8b4f3e4a6c73b5859a5))
1115
1163
 
1116
1164
  # [1.26.0](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.25.0...create-storm-workspace-v1.26.0) (2023-12-11)
1117
1165
 
1118
1166
  ### Features
1119
1167
 
1120
- - **workspace-tools:** Added the `shims` option to the tsup extractor ([108ad97](https://github.com/storm-software/storm-ops/commit/108ad973641620d06ccc2e43a2e028e78a948375))
1168
+ - **workspace-tools:** Added the `shims` option to the tsup extractor
1169
+ ([108ad97](https://github.com/storm-software/storm-ops/commit/108ad973641620d06ccc2e43a2e028e78a948375))
1121
1170
 
1122
1171
  # [1.25.0](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.24.2...create-storm-workspace-v1.25.0) (2023-12-11)
1123
1172
 
1124
1173
  ### Features
1125
1174
 
1126
- - **workspace-tools:** Added the `generatePackageJson` option to tsup build ([c067c9b](https://github.com/storm-software/storm-ops/commit/c067c9baaf639b8e508e5fdc2789da2f8378c4b8))
1175
+ - **workspace-tools:** Added the `generatePackageJson` option to tsup build
1176
+ ([c067c9b](https://github.com/storm-software/storm-ops/commit/c067c9baaf639b8e508e5fdc2789da2f8378c4b8))
1127
1177
 
1128
1178
  ## [1.24.2](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.24.1...create-storm-workspace-v1.24.2) (2023-12-11)
1129
1179
 
1130
1180
  ### Bug Fixes
1131
1181
 
1132
- - **workspace-tools:** Update tsup build to not include `src` folder by default ([d400c33](https://github.com/storm-software/storm-ops/commit/d400c338e29ddfbe4c3288f1015db972849c7181))
1182
+ - **workspace-tools:** Update tsup build to not include `src` folder by default
1183
+ ([d400c33](https://github.com/storm-software/storm-ops/commit/d400c338e29ddfbe4c3288f1015db972849c7181))
1133
1184
 
1134
1185
  ## [1.24.1](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.24.0...create-storm-workspace-v1.24.1) (2023-12-11)
1135
1186
 
1136
1187
  ### Bug Fixes
1137
1188
 
1138
- - **workspace-tools:** Resolved issue with bad nx.json config ([1753feb](https://github.com/storm-software/storm-ops/commit/1753febc615fa341af86d49981905221153dbcfb))
1189
+ - **workspace-tools:** Resolved issue with bad nx.json config
1190
+ ([1753feb](https://github.com/storm-software/storm-ops/commit/1753febc615fa341af86d49981905221153dbcfb))
1139
1191
 
1140
1192
  # [1.24.0](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.23.1...create-storm-workspace-v1.24.0) (2023-12-09)
1141
1193
 
1142
1194
  ### Features
1143
1195
 
1144
- - **workspace-tools:** Added `esbuild-plugin-handlebars` plugin ([5859957](https://github.com/storm-software/storm-ops/commit/5859957a0b0fff43099a7b821d721fa6625429e0))
1196
+ - **workspace-tools:** Added `esbuild-plugin-handlebars` plugin
1197
+ ([5859957](https://github.com/storm-software/storm-ops/commit/5859957a0b0fff43099a7b821d721fa6625429e0))
1145
1198
 
1146
1199
  ## [1.23.1](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.23.0...create-storm-workspace-v1.23.1) (2023-12-08)
1147
1200
 
1148
1201
  ### Bug Fixes
1149
1202
 
1150
- - **workspace-tools:** Update the tsup build executor to use the daemon for getting the ProjectGraph ([0e3a598](https://github.com/storm-software/storm-ops/commit/0e3a598fb0b20008b8321a174dfb861590a6a9de))
1203
+ - **workspace-tools:** Update the tsup build executor to use the daemon for
1204
+ getting the ProjectGraph
1205
+ ([0e3a598](https://github.com/storm-software/storm-ops/commit/0e3a598fb0b20008b8321a174dfb861590a6a9de))
1151
1206
 
1152
1207
  # [1.23.0](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.22.2...create-storm-workspace-v1.23.0) (2023-12-08)
1153
1208
 
1154
1209
  ### Bug Fixes
1155
1210
 
1156
- - **workspace-tools:** Clean up default banner output in `src` folder with `prettier` formatting ([6773d04](https://github.com/storm-software/storm-ops/commit/6773d045109b002b4f2920d48bdb5b6dd150fb43))
1211
+ - **workspace-tools:** Clean up default banner output in `src` folder with
1212
+ `prettier` formatting
1213
+ ([6773d04](https://github.com/storm-software/storm-ops/commit/6773d045109b002b4f2920d48bdb5b6dd150fb43))
1157
1214
 
1158
1215
  ### Features
1159
1216
 
1160
- - **workspace-tools:** Added the `splitting` and `treeShake` options to build executor ([fe58fd9](https://github.com/storm-software/storm-ops/commit/fe58fd96fab02c288a12861564e625a7eac56076))
1217
+ - **workspace-tools:** Added the `splitting` and `treeShake` options to build
1218
+ executor
1219
+ ([fe58fd9](https://github.com/storm-software/storm-ops/commit/fe58fd96fab02c288a12861564e625a7eac56076))
1161
1220
 
1162
1221
  ## [1.22.2](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.22.1...create-storm-workspace-v1.22.2) (2023-12-07)
1163
1222
 
1164
1223
  ### Bug Fixes
1165
1224
 
1166
- - **workspace-tools:** Update `includeSrc` default to `false` in tsup build executors ([ec6ac7c](https://github.com/storm-software/storm-ops/commit/ec6ac7cd84f3a4eb638d938bafb9cf495342bbb0))
1225
+ - **workspace-tools:** Update `includeSrc` default to `false` in tsup build
1226
+ executors
1227
+ ([ec6ac7c](https://github.com/storm-software/storm-ops/commit/ec6ac7cd84f3a4eb638d938bafb9cf495342bbb0))
1167
1228
 
1168
1229
  ## [1.22.1](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.22.0...create-storm-workspace-v1.22.1) (2023-12-06)
1169
1230
 
1170
1231
  ### Bug Fixes
1171
1232
 
1172
- - **workspace-tools:** Resolved issue with bad options passed into base TS library generator ([aeff286](https://github.com/storm-software/storm-ops/commit/aeff286fba411b47c205f3d13cefb425b2c1a977))
1233
+ - **workspace-tools:** Resolved issue with bad options passed into base TS
1234
+ library generator
1235
+ ([aeff286](https://github.com/storm-software/storm-ops/commit/aeff286fba411b47c205f3d13cefb425b2c1a977))
1173
1236
 
1174
1237
  # [1.22.0](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.21.19...create-storm-workspace-v1.22.0) (2023-12-06)
1175
1238
 
1176
1239
  ### Features
1177
1240
 
1178
- - **workspace-tools:** Added the new Neutral TypeScript Library generator ([bc8aed7](https://github.com/storm-software/storm-ops/commit/bc8aed721cac28a20a8e320042a3c9288b38bf39))
1241
+ - **workspace-tools:** Added the new Neutral TypeScript Library generator
1242
+ ([bc8aed7](https://github.com/storm-software/storm-ops/commit/bc8aed721cac28a20a8e320042a3c9288b38bf39))
1179
1243
 
1180
1244
  ## [1.21.19](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.21.18...create-storm-workspace-v1.21.19) (2023-12-05)
1181
1245
 
1182
1246
  ### Bug Fixes
1183
1247
 
1184
- - **git-tools:** Resolved issue in `semantic-release` patch with module directory ([a04aa3a](https://github.com/storm-software/storm-ops/commit/a04aa3add212abc781392d1227122a790b2f004e))
1185
- - **git-tools:** Resolved issue with patched semantic-release bundled path ([93b4e43](https://github.com/storm-software/storm-ops/commit/93b4e439bf19a888db1b35554b32b9aec3cc3acd))
1186
- - **git-tools:** Update the env used by packages to match new config updates ([d3b7dac](https://github.com/storm-software/storm-ops/commit/d3b7dac057a04aff9e0170d89cedc4cb47c584e5))
1187
- - **git-tools:** Updated `semantic-release` patch to properly check for plugins ([4e3db96](https://github.com/storm-software/storm-ops/commit/4e3db96814e8abb5cb22d9bfb5c747f042c43157))
1248
+ - **git-tools:** Resolved issue in `semantic-release` patch with module
1249
+ directory
1250
+ ([a04aa3a](https://github.com/storm-software/storm-ops/commit/a04aa3add212abc781392d1227122a790b2f004e))
1251
+ - **git-tools:** Resolved issue with patched semantic-release bundled path
1252
+ ([93b4e43](https://github.com/storm-software/storm-ops/commit/93b4e439bf19a888db1b35554b32b9aec3cc3acd))
1253
+ - **git-tools:** Update the env used by packages to match new config updates
1254
+ ([d3b7dac](https://github.com/storm-software/storm-ops/commit/d3b7dac057a04aff9e0170d89cedc4cb47c584e5))
1255
+ - **git-tools:** Updated `semantic-release` patch to properly check for plugins
1256
+ ([4e3db96](https://github.com/storm-software/storm-ops/commit/4e3db96814e8abb5cb22d9bfb5c747f042c43157))
1188
1257
 
1189
1258
  ## [1.21.18](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.21.17...create-storm-workspace-v1.21.18) (2023-12-05)
1190
1259
 
1191
1260
  ### Bug Fixes
1192
1261
 
1193
- - **config-tools:** Update generic type used in `createStormConfig` function ([fe72f6d](https://github.com/storm-software/storm-ops/commit/fe72f6d52ca0ea02e15f07679ba5f0e824a228be))
1262
+ - **config-tools:** Update generic type used in `createStormConfig` function
1263
+ ([fe72f6d](https://github.com/storm-software/storm-ops/commit/fe72f6d52ca0ea02e15f07679ba5f0e824a228be))
1194
1264
 
1195
1265
  ## [1.21.17](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.21.16...create-storm-workspace-v1.21.17) (2023-12-05)
1196
1266
 
1197
1267
  ### Bug Fixes
1198
1268
 
1199
- - **config-tools:** Update configuration types to allow any type of schema ([c79b428](https://github.com/storm-software/storm-ops/commit/c79b428057b6020c1a50e68dd6f753cf7ad133f5))
1269
+ - **config-tools:** Update configuration types to allow any type of schema
1270
+ ([c79b428](https://github.com/storm-software/storm-ops/commit/c79b428057b6020c1a50e68dd6f753cf7ad133f5))
1200
1271
 
1201
1272
  ## [1.21.16](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.21.15...create-storm-workspace-v1.21.16) (2023-12-04)
1202
1273
 
1203
1274
  ### Bug Fixes
1204
1275
 
1205
- - **config-tools:** Included types definition with package ([d4176fb](https://github.com/storm-software/storm-ops/commit/d4176fb1e3fdbff73261118377dd48d62ceaee52))
1276
+ - **config-tools:** Included types definition with package
1277
+ ([d4176fb](https://github.com/storm-software/storm-ops/commit/d4176fb1e3fdbff73261118377dd48d62ceaee52))
1206
1278
 
1207
1279
  ## [1.21.15](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.21.14...create-storm-workspace-v1.21.15) (2023-12-03)
1208
1280
 
1209
1281
  ### Bug Fixes
1210
1282
 
1211
- - **workspace-tools:** Resolved issue with passing incorrect config keys to tsup ([d8cd0f9](https://github.com/storm-software/storm-ops/commit/d8cd0f9b51af42575d923190ff9c85672214e0af))
1283
+ - **workspace-tools:** Resolved issue with passing incorrect config keys to tsup
1284
+ ([d8cd0f9](https://github.com/storm-software/storm-ops/commit/d8cd0f9b51af42575d923190ff9c85672214e0af))
1212
1285
 
1213
1286
  ## [1.21.14](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.21.13...create-storm-workspace-v1.21.14) (2023-12-03)
1214
1287
 
1215
1288
  ### Bug Fixes
1216
1289
 
1217
- - **workspace-tools:** Ensure correct env values are passed to tsup build ([da0ba21](https://github.com/storm-software/storm-ops/commit/da0ba21533641a729f284bdbcbf061f699b4cfc3))
1290
+ - **workspace-tools:** Ensure correct env values are passed to tsup build
1291
+ ([da0ba21](https://github.com/storm-software/storm-ops/commit/da0ba21533641a729f284bdbcbf061f699b4cfc3))
1218
1292
 
1219
1293
  ## [1.21.13](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.21.12...create-storm-workspace-v1.21.13) (2023-12-03)
1220
1294
 
1221
1295
  ### Bug Fixes
1222
1296
 
1223
- - **workspace-tools:** Ensure only storm env are written to build package ([16d7fc9](https://github.com/storm-software/storm-ops/commit/16d7fc90c831d89e0d79bc02683c8a3ad7af63ce))
1297
+ - **workspace-tools:** Ensure only storm env are written to build package
1298
+ ([16d7fc9](https://github.com/storm-software/storm-ops/commit/16d7fc90c831d89e0d79bc02683c8a3ad7af63ce))
1224
1299
 
1225
1300
  ## [1.21.12](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.21.11...create-storm-workspace-v1.21.12) (2023-12-03)
1226
1301
 
1227
1302
  ### Bug Fixes
1228
1303
 
1229
- - **workspace-tools:** Resolved issue with output extensions ([9a64356](https://github.com/storm-software/storm-ops/commit/9a643562c629527f83c0d9cab2912cf498d55bb6))
1304
+ - **workspace-tools:** Resolved issue with output extensions
1305
+ ([9a64356](https://github.com/storm-software/storm-ops/commit/9a643562c629527f83c0d9cab2912cf498d55bb6))
1230
1306
 
1231
1307
  ## [1.21.11](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.21.10...create-storm-workspace-v1.21.11) (2023-12-03)
1232
1308
 
1233
1309
  ### Bug Fixes
1234
1310
 
1235
- - **workspace-tools:** Add prettier and typescript to externals list ([b17f44f](https://github.com/storm-software/storm-ops/commit/b17f44f7d244d9f538fa6c938a5fa2ce0ea1f5fd))
1311
+ - **workspace-tools:** Add prettier and typescript to externals list
1312
+ ([b17f44f](https://github.com/storm-software/storm-ops/commit/b17f44f7d244d9f538fa6c938a5fa2ce0ea1f5fd))
1236
1313
 
1237
1314
  ## [1.21.10](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.21.9...create-storm-workspace-v1.21.10) (2023-12-03)
1238
1315
 
1239
1316
  ### Bug Fixes
1240
1317
 
1241
- - **storm-ops:** Update pnpm-lock.yaml file ([74fe737](https://github.com/storm-software/storm-ops/commit/74fe737c2d43018c2c2a09d0489bdfc188b0e1ce))
1242
- - **workspace-tools:** Remove pino logging esbuild plugin ([730de8c](https://github.com/storm-software/storm-ops/commit/730de8c5c49c1e1b360b961e23b3f462e9e58c1a))
1243
- - **workspace-tools:** Resolved more issues with results display ([05d80d2](https://github.com/storm-software/storm-ops/commit/05d80d26e77e514a18101290f52398a970d260a7))
1244
- - **workspace-tools:** Update all workspace chalk deps to version 4.1.0 ([b74a940](https://github.com/storm-software/storm-ops/commit/b74a940ee921981612a0ed1f951ce443f133dcd7))
1318
+ - **storm-ops:** Update pnpm-lock.yaml file
1319
+ ([74fe737](https://github.com/storm-software/storm-ops/commit/74fe737c2d43018c2c2a09d0489bdfc188b0e1ce))
1320
+ - **workspace-tools:** Remove pino logging esbuild plugin
1321
+ ([730de8c](https://github.com/storm-software/storm-ops/commit/730de8c5c49c1e1b360b961e23b3f462e9e58c1a))
1322
+ - **workspace-tools:** Resolved more issues with results display
1323
+ ([05d80d2](https://github.com/storm-software/storm-ops/commit/05d80d26e77e514a18101290f52398a970d260a7))
1324
+ - **workspace-tools:** Update all workspace chalk deps to version 4.1.0
1325
+ ([b74a940](https://github.com/storm-software/storm-ops/commit/b74a940ee921981612a0ed1f951ce443f133dcd7))
1245
1326
 
1246
1327
  ## [1.21.9](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.21.8...create-storm-workspace-v1.21.9) (2023-12-03)
1247
1328
 
1248
1329
  ### Bug Fixes
1249
1330
 
1250
- - **config-tools:** Update package to no longer bundle dependencies ([fb5b859](https://github.com/storm-software/storm-ops/commit/fb5b859451443b2e8ad0091abcd05e163a062305))
1331
+ - **config-tools:** Update package to no longer bundle dependencies
1332
+ ([fb5b859](https://github.com/storm-software/storm-ops/commit/fb5b859451443b2e8ad0091abcd05e163a062305))
1251
1333
 
1252
1334
  ## [1.21.8](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.21.7...create-storm-workspace-v1.21.8) (2023-12-03)
1253
1335
 
1254
1336
  ### Bug Fixes
1255
1337
 
1256
- - **workspace-tools:** Resolved issues with logging styling ([cc1ce21](https://github.com/storm-software/storm-ops/commit/cc1ce2167cf8be22db62ea73ed11ec2753fd6a0c))
1338
+ - **workspace-tools:** Resolved issues with logging styling
1339
+ ([cc1ce21](https://github.com/storm-software/storm-ops/commit/cc1ce2167cf8be22db62ea73ed11ec2753fd6a0c))
1257
1340
 
1258
1341
  ## [1.21.7](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.21.6...create-storm-workspace-v1.21.7) (2023-12-03)
1259
1342
 
1260
1343
  ### Bug Fixes
1261
1344
 
1262
- - **workspace-tools:** Remove config-tools as an external dependency ([7a24864](https://github.com/storm-software/storm-ops/commit/7a248643ef13fca6ddaa3c25f6c78ede86dec8be))
1345
+ - **workspace-tools:** Remove config-tools as an external dependency
1346
+ ([7a24864](https://github.com/storm-software/storm-ops/commit/7a248643ef13fca6ddaa3c25f6c78ede86dec8be))
1263
1347
 
1264
1348
  ## [1.21.6](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.21.5...create-storm-workspace-v1.21.6) (2023-12-03)
1265
1349
 
1266
1350
  ### Bug Fixes
1267
1351
 
1268
- - **config-tools:** Updated the `StormConfig` schema to properly type extensions and removed @decs/typeschema dependency ([40ed139](https://github.com/storm-software/storm-ops/commit/40ed13919f073da95cac183467accdcfc6c12270))
1352
+ - **config-tools:** Updated the `StormConfig` schema to properly type extensions
1353
+ and removed @decs/typeschema dependency
1354
+ ([40ed139](https://github.com/storm-software/storm-ops/commit/40ed13919f073da95cac183467accdcfc6c12270))
1269
1355
 
1270
1356
  ## [1.21.5](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.21.4...create-storm-workspace-v1.21.5) (2023-12-02)
1271
1357
 
1272
1358
  ### Bug Fixes
1273
1359
 
1274
- - **workspace-tools:** Resolved issue with bad `$id` field in schema.json ([dd6cc03](https://github.com/storm-software/storm-ops/commit/dd6cc03f288e09f51cfebc1570c30ccef657d525))
1360
+ - **workspace-tools:** Resolved issue with bad `$id` field in schema.json
1361
+ ([dd6cc03](https://github.com/storm-software/storm-ops/commit/dd6cc03f288e09f51cfebc1570c30ccef657d525))
1275
1362
 
1276
1363
  ## [1.21.4](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.21.3...create-storm-workspace-v1.21.4) (2023-12-02)
1277
1364
 
1278
1365
  ### Bug Fixes
1279
1366
 
1280
- - **config-tools:** Add `outExtension` to esbuild options ([57059ea](https://github.com/storm-software/storm-ops/commit/57059ead4b579cb4280b70e0ec32a33b83c40bcc))
1367
+ - **config-tools:** Add `outExtension` to esbuild options
1368
+ ([57059ea](https://github.com/storm-software/storm-ops/commit/57059ead4b579cb4280b70e0ec32a33b83c40bcc))
1281
1369
 
1282
1370
  ## [1.21.3](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.21.2...create-storm-workspace-v1.21.3) (2023-12-02)
1283
1371
 
1284
1372
  ### Bug Fixes
1285
1373
 
1286
- - **config-tools:** Update config package module type ([52dacd0](https://github.com/storm-software/storm-ops/commit/52dacd0a9f43ad36c915a0bc2ff5994c2ad32d45))
1374
+ - **config-tools:** Update config package module type
1375
+ ([52dacd0](https://github.com/storm-software/storm-ops/commit/52dacd0a9f43ad36c915a0bc2ff5994c2ad32d45))
1287
1376
 
1288
1377
  ## [1.21.2](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.21.1...create-storm-workspace-v1.21.2) (2023-12-02)
1289
1378
 
1290
1379
  ### Bug Fixes
1291
1380
 
1292
- - **config-tools:** Added esm and cjs as build options ([5fda41e](https://github.com/storm-software/storm-ops/commit/5fda41e2d589d8793b106a4a4ad1fc22b14fd459))
1381
+ - **config-tools:** Added esm and cjs as build options
1382
+ ([5fda41e](https://github.com/storm-software/storm-ops/commit/5fda41e2d589d8793b106a4a4ad1fc22b14fd459))
1293
1383
 
1294
1384
  ## [1.21.1](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.21.0...create-storm-workspace-v1.21.1) (2023-12-02)
1295
1385
 
1296
1386
  ### Bug Fixes
1297
1387
 
1298
- - **workspace-tools:** Resolved issue with bad imports of config-tools package ([88433c2](https://github.com/storm-software/storm-ops/commit/88433c2fabaa3931e46553bb556d3a75f5a0c345))
1388
+ - **workspace-tools:** Resolved issue with bad imports of config-tools package
1389
+ ([88433c2](https://github.com/storm-software/storm-ops/commit/88433c2fabaa3931e46553bb556d3a75f5a0c345))
1299
1390
 
1300
1391
  # [1.21.0](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.20.1...create-storm-workspace-v1.21.0) (2023-12-02)
1301
1392
 
1302
1393
  ### Features
1303
1394
 
1304
- - **config-tools:** Added `logLevel` configuration value ([edcd12a](https://github.com/storm-software/storm-ops/commit/edcd12a215cc1f6ec7c8ee3b1521a847a5a1e44f))
1395
+ - **config-tools:** Added `logLevel` configuration value
1396
+ ([edcd12a](https://github.com/storm-software/storm-ops/commit/edcd12a215cc1f6ec7c8ee3b1521a847a5a1e44f))
1305
1397
 
1306
1398
  ## [1.20.1](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.20.0...create-storm-workspace-v1.20.1) (2023-12-02)
1307
1399
 
1308
1400
  ### Bug Fixes
1309
1401
 
1310
- - **workspace-tools:** Added `StormConfig` as potential option tokens ([cf0a4c5](https://github.com/storm-software/storm-ops/commit/cf0a4c555993c8dd16ca96670e205405e382907b))
1402
+ - **workspace-tools:** Added `StormConfig` as potential option tokens
1403
+ ([cf0a4c5](https://github.com/storm-software/storm-ops/commit/cf0a4c555993c8dd16ca96670e205405e382907b))
1311
1404
 
1312
1405
  # [1.20.0](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.19.3...create-storm-workspace-v1.20.0) (2023-12-02)
1313
1406
 
1314
1407
  ### Features
1315
1408
 
1316
- - **workspace-tools:** Added default options function parameter to workspace tools ([9a5c880](https://github.com/storm-software/storm-ops/commit/9a5c880c24898f5c593c32d1d13e978c5e0b3356))
1409
+ - **workspace-tools:** Added default options function parameter to workspace
1410
+ tools
1411
+ ([9a5c880](https://github.com/storm-software/storm-ops/commit/9a5c880c24898f5c593c32d1d13e978c5e0b3356))
1317
1412
 
1318
1413
  ## [1.19.3](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.19.2...create-storm-workspace-v1.19.3) (2023-12-02)
1319
1414
 
1320
1415
  ### Bug Fixes
1321
1416
 
1322
- - **workspace-tools:** Resolved issue with `esbuildPluginPino` plugin for neutral build ([dba1022](https://github.com/storm-software/storm-ops/commit/dba102278281102a359c1c7cff087b9969b58c7c))
1417
+ - **workspace-tools:** Resolved issue with `esbuildPluginPino` plugin for
1418
+ neutral build
1419
+ ([dba1022](https://github.com/storm-software/storm-ops/commit/dba102278281102a359c1c7cff087b9969b58c7c))
1323
1420
 
1324
1421
  ## [1.19.2](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.19.1...create-storm-workspace-v1.19.2) (2023-12-02)
1325
1422
 
1326
1423
  ### Bug Fixes
1327
1424
 
1328
- - **config-tools:** Resolved issue with updated `createStormConfig` schema ([cbc6941](https://github.com/storm-software/storm-ops/commit/cbc69413e1ebbf5521c638401a34c604f25c2854))
1329
- - **config-tools:** Updated the config schema's default values ([42fc718](https://github.com/storm-software/storm-ops/commit/42fc7183f2725e435d006897fb349c02f7454ff9))
1425
+ - **config-tools:** Resolved issue with updated `createStormConfig` schema
1426
+ ([cbc6941](https://github.com/storm-software/storm-ops/commit/cbc69413e1ebbf5521c638401a34c604f25c2854))
1427
+ - **config-tools:** Updated the config schema's default values
1428
+ ([42fc718](https://github.com/storm-software/storm-ops/commit/42fc7183f2725e435d006897fb349c02f7454ff9))
1330
1429
 
1331
1430
  ## [1.19.1](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.19.0...create-storm-workspace-v1.19.1) (2023-12-02)
1332
1431
 
1333
1432
  ### Bug Fixes
1334
1433
 
1335
- - **workspace-tools:** Added new executors to `additionalEntryPoints` configuration ([f7289c7](https://github.com/storm-software/storm-ops/commit/f7289c7b21eba99e0a70147767b1f28fea242854))
1434
+ - **workspace-tools:** Added new executors to `additionalEntryPoints`
1435
+ configuration
1436
+ ([f7289c7](https://github.com/storm-software/storm-ops/commit/f7289c7b21eba99e0a70147767b1f28fea242854))
1336
1437
 
1337
1438
  # [1.19.0](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.18.0...create-storm-workspace-v1.19.0) (2023-12-02)
1338
1439
 
1339
1440
  ### Features
1340
1441
 
1341
- - **workspace-tools:** Added the config-schema generator to create json schemas for Storm Config ([4b66f3c](https://github.com/storm-software/storm-ops/commit/4b66f3cb6ff1586b0f86ceec89cc5a296162ed97))
1442
+ - **workspace-tools:** Added the config-schema generator to create json schemas
1443
+ for Storm Config
1444
+ ([4b66f3c](https://github.com/storm-software/storm-ops/commit/4b66f3cb6ff1586b0f86ceec89cc5a296162ed97))
1342
1445
 
1343
1446
  # [1.18.0](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.17.2...create-storm-workspace-v1.18.0) (2023-12-02)
1344
1447
 
1345
1448
  ### Features
1346
1449
 
1347
- - **config-tools:** Added the config-tools library to support storm configuration ([63f8b9e](https://github.com/storm-software/storm-ops/commit/63f8b9e80a3fc95adbb4dae36e04339e9d46d089))
1348
- - **workspace-tools:** Added the `tsup-neutral` and `tsup-node` executors ([0b1c10e](https://github.com/storm-software/storm-ops/commit/0b1c10e40b2c14b1f49012b8288808aec74e247f))
1450
+ - **config-tools:** Added the config-tools library to support storm
1451
+ configuration
1452
+ ([63f8b9e](https://github.com/storm-software/storm-ops/commit/63f8b9e80a3fc95adbb4dae36e04339e9d46d089))
1453
+ - **workspace-tools:** Added the `tsup-neutral` and `tsup-node` executors
1454
+ ([0b1c10e](https://github.com/storm-software/storm-ops/commit/0b1c10e40b2c14b1f49012b8288808aec74e247f))
1349
1455
 
1350
1456
  ## [1.17.2](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.17.1...create-storm-workspace-v1.17.2) (2023-11-30)
1351
1457
 
1352
1458
  ### Bug Fixes
1353
1459
 
1354
- - **workspace-tools:** Ensure we do no add duplicate dependencies ([5e65bbe](https://github.com/storm-software/storm-ops/commit/5e65bbe90790c7c8e77aa23977e988699901fd3d))
1460
+ - **workspace-tools:** Ensure we do no add duplicate dependencies
1461
+ ([5e65bbe](https://github.com/storm-software/storm-ops/commit/5e65bbe90790c7c8e77aa23977e988699901fd3d))
1355
1462
 
1356
1463
  ## [1.17.1](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.17.0...create-storm-workspace-v1.17.1) (2023-11-30)
1357
1464
 
1358
1465
  ### Bug Fixes
1359
1466
 
1360
- - **workspace-tools:** Enhanced external dependency selection logic ([12dc8d5](https://github.com/storm-software/storm-ops/commit/12dc8d52175f19f70014f21e66e27c7dbaf29df2))
1467
+ - **workspace-tools:** Enhanced external dependency selection logic
1468
+ ([12dc8d5](https://github.com/storm-software/storm-ops/commit/12dc8d52175f19f70014f21e66e27c7dbaf29df2))
1361
1469
 
1362
1470
  # [1.17.0](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.16.19...create-storm-workspace-v1.17.0) (2023-11-30)
1363
1471
 
1364
1472
  ### Features
1365
1473
 
1366
- - **workspace-tools:** Added `esbuild-decorators` plugin to tsup build executor ([5f83171](https://github.com/storm-software/storm-ops/commit/5f831716b4e9d6ba35e87a4cc62de0f1b2c397c3))
1474
+ - **workspace-tools:** Added `esbuild-decorators` plugin to tsup build executor
1475
+ ([5f83171](https://github.com/storm-software/storm-ops/commit/5f831716b4e9d6ba35e87a4cc62de0f1b2c397c3))
1367
1476
 
1368
1477
  ## [1.16.19](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.16.18...create-storm-workspace-v1.16.19) (2023-11-30)
1369
1478
 
1370
1479
  ### Bug Fixes
1371
1480
 
1372
- - **workspace-tools:** Update input file path for api-extractor ([7750f15](https://github.com/storm-software/storm-ops/commit/7750f151de20da36ab72c0b7f98df415c833704a))
1481
+ - **workspace-tools:** Update input file path for api-extractor
1482
+ ([7750f15](https://github.com/storm-software/storm-ops/commit/7750f151de20da36ab72c0b7f98df415c833704a))
1373
1483
 
1374
1484
  ## [1.16.18](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.16.17...create-storm-workspace-v1.16.18) (2023-11-30)
1375
1485
 
1376
1486
  ### Bug Fixes
1377
1487
 
1378
- - **workspace-tools:** Resolved bad reference to path ([622c842](https://github.com/storm-software/storm-ops/commit/622c84247119570a469d2dc802a3317d44a17bb0))
1488
+ - **workspace-tools:** Resolved bad reference to path
1489
+ ([622c842](https://github.com/storm-software/storm-ops/commit/622c84247119570a469d2dc802a3317d44a17bb0))
1379
1490
 
1380
1491
  ## [1.16.17](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.16.16...create-storm-workspace-v1.16.17) (2023-11-30)
1381
1492
 
1382
1493
  ### Bug Fixes
1383
1494
 
1384
- - **workspace-tools:** Resolved issue with api-extractor input path ([dabefc5](https://github.com/storm-software/storm-ops/commit/dabefc5295646d83325eb845038a2e9b273f7d8e))
1495
+ - **workspace-tools:** Resolved issue with api-extractor input path
1496
+ ([dabefc5](https://github.com/storm-software/storm-ops/commit/dabefc5295646d83325eb845038a2e9b273f7d8e))
1385
1497
 
1386
1498
  ## [1.16.16](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.16.15...create-storm-workspace-v1.16.16) (2023-11-29)
1387
1499
 
1388
1500
  ### Bug Fixes
1389
1501
 
1390
- - **workspace-tools:** Update the path separators in api-extractor parameters ([59a0908](https://github.com/storm-software/storm-ops/commit/59a09086e48af2f8aff9297878c3cd436eaf7837))
1502
+ - **workspace-tools:** Update the path separators in api-extractor parameters
1503
+ ([59a0908](https://github.com/storm-software/storm-ops/commit/59a09086e48af2f8aff9297878c3cd436eaf7837))
1391
1504
 
1392
1505
  ## [1.16.15](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.16.14...create-storm-workspace-v1.16.15) (2023-11-29)
1393
1506
 
1394
1507
  ### Bug Fixes
1395
1508
 
1396
- - **workspace-tools:** Add back the `declarationDir` value to the compilerOptions for dts build ([b02402d](https://github.com/storm-software/storm-ops/commit/b02402d6ef3c57b217771b2f086058c329c0b5af))
1509
+ - **workspace-tools:** Add back the `declarationDir` value to the
1510
+ compilerOptions for dts build
1511
+ ([b02402d](https://github.com/storm-software/storm-ops/commit/b02402d6ef3c57b217771b2f086058c329c0b5af))
1397
1512
 
1398
1513
  ### Reverts
1399
1514
 
1400
- - **workspace-tools:** Revert tsup patch back to previous version before updates to api-extractor ([c8a83f1](https://github.com/storm-software/storm-ops/commit/c8a83f1ca6739248576bf81d791d02d02a09acb4))
1515
+ - **workspace-tools:** Revert tsup patch back to previous version before updates
1516
+ to api-extractor
1517
+ ([c8a83f1](https://github.com/storm-software/storm-ops/commit/c8a83f1ca6739248576bf81d791d02d02a09acb4))
1401
1518
 
1402
1519
  ## [1.16.14](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.16.13...create-storm-workspace-v1.16.14) (2023-11-29)
1403
1520
 
1404
1521
  ### Bug Fixes
1405
1522
 
1406
- - **workspace-tools:** Update tmp path on tsup patch ([2dd3551](https://github.com/storm-software/storm-ops/commit/2dd3551988d0c6ee4236123c4eeb7047f53cf666))
1523
+ - **workspace-tools:** Update tmp path on tsup patch
1524
+ ([2dd3551](https://github.com/storm-software/storm-ops/commit/2dd3551988d0c6ee4236123c4eeb7047f53cf666))
1407
1525
 
1408
1526
  ## [1.16.13](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.16.12...create-storm-workspace-v1.16.13) (2023-11-29)
1409
1527
 
1410
1528
  ### Bug Fixes
1411
1529
 
1412
- - **workspace-tools:** Resolve issue with path separators in tsup patch ([e7dc44d](https://github.com/storm-software/storm-ops/commit/e7dc44d77f8445a495fb7164d85498d4a2cbf179))
1530
+ - **workspace-tools:** Resolve issue with path separators in tsup patch
1531
+ ([e7dc44d](https://github.com/storm-software/storm-ops/commit/e7dc44d77f8445a495fb7164d85498d4a2cbf179))
1413
1532
 
1414
1533
  ## [1.16.12](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.16.11...create-storm-workspace-v1.16.12) (2023-11-29)
1415
1534
 
1416
1535
  ### Bug Fixes
1417
1536
 
1418
- - **workspace-tools:** Resolved issue with bad path module usage in tsup patch ([e0a984a](https://github.com/storm-software/storm-ops/commit/e0a984a656d65cb6f2b015ebac43d908bdded3d9))
1537
+ - **workspace-tools:** Resolved issue with bad path module usage in tsup patch
1538
+ ([e0a984a](https://github.com/storm-software/storm-ops/commit/e0a984a656d65cb6f2b015ebac43d908bdded3d9))
1419
1539
 
1420
1540
  ## [1.16.11](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.16.10...create-storm-workspace-v1.16.11) (2023-11-29)
1421
1541
 
1422
1542
  ### Bug Fixes
1423
1543
 
1424
- - **git-tools:** Resolved issue with escape character in descriptions for nx plugins ([c4c5cb0](https://github.com/storm-software/storm-ops/commit/c4c5cb0ec512d74836d9769dac50b3e545993b0c))
1544
+ - **git-tools:** Resolved issue with escape character in descriptions for nx
1545
+ plugins
1546
+ ([c4c5cb0](https://github.com/storm-software/storm-ops/commit/c4c5cb0ec512d74836d9769dac50b3e545993b0c))
1425
1547
 
1426
1548
  ## [1.16.10](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.16.9...create-storm-workspace-v1.16.10) (2023-11-29)
1427
1549
 
1428
1550
  ### Bug Fixes
1429
1551
 
1430
- - **workspace-tools:** Update tsup patch so correct files are written after api-extractor ([7106c74](https://github.com/storm-software/storm-ops/commit/7106c74eddc0fe552b142c467ea63e74fb7026ba))
1552
+ - **workspace-tools:** Update tsup patch so correct files are written after
1553
+ api-extractor
1554
+ ([7106c74](https://github.com/storm-software/storm-ops/commit/7106c74eddc0fe552b142c467ea63e74fb7026ba))
1431
1555
 
1432
1556
  ## [1.16.9](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.16.8...create-storm-workspace-v1.16.9) (2023-11-29)
1433
1557
 
1434
1558
  ### Bug Fixes
1435
1559
 
1436
- - **workspace-tools:** Update tsup patch to use workspace root as base directory for api-extractor ([d8cdc3c](https://github.com/storm-software/storm-ops/commit/d8cdc3c461ac1a95a814f04e569f05a54d1a8937))
1560
+ - **workspace-tools:** Update tsup patch to use workspace root as base directory
1561
+ for api-extractor
1562
+ ([d8cdc3c](https://github.com/storm-software/storm-ops/commit/d8cdc3c461ac1a95a814f04e569f05a54d1a8937))
1437
1563
 
1438
1564
  ## [1.16.8](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.16.7...create-storm-workspace-v1.16.8) (2023-11-29)
1439
1565
 
1440
1566
  ### Bug Fixes
1441
1567
 
1442
- - **workspace-tools:** Reduce path length of `mainEntryPointFilePath` api-extractor option ([1e747d3](https://github.com/storm-software/storm-ops/commit/1e747d34c5c9c82e00884d140632f9e725950672))
1568
+ - **workspace-tools:** Reduce path length of `mainEntryPointFilePath`
1569
+ api-extractor option
1570
+ ([1e747d3](https://github.com/storm-software/storm-ops/commit/1e747d34c5c9c82e00884d140632f9e725950672))
1443
1571
 
1444
1572
  ## [1.16.7](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.16.6...create-storm-workspace-v1.16.7) (2023-11-29)
1445
1573
 
1446
1574
  ### Bug Fixes
1447
1575
 
1448
- - **workspace-tools:** Resolve issue with api-extractor output directory ([5aa99ef](https://github.com/storm-software/storm-ops/commit/5aa99ef09950a738e658d4c75c6e241e4f1b4f14))
1576
+ - **workspace-tools:** Resolve issue with api-extractor output directory
1577
+ ([5aa99ef](https://github.com/storm-software/storm-ops/commit/5aa99ef09950a738e658d4c75c6e241e4f1b4f14))
1449
1578
 
1450
1579
  ## [1.16.6](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.16.5...create-storm-workspace-v1.16.6) (2023-11-29)
1451
1580
 
1452
1581
  ### Bug Fixes
1453
1582
 
1454
- - **git-tools:** Resolved issue with generation of options table in readme-gen ([69f9c86](https://github.com/storm-software/storm-ops/commit/69f9c86efc90e117c4ec9a5b4d1a520d764af4f5))
1583
+ - **git-tools:** Resolved issue with generation of options table in readme-gen
1584
+ ([69f9c86](https://github.com/storm-software/storm-ops/commit/69f9c86efc90e117c4ec9a5b4d1a520d764af4f5))
1455
1585
 
1456
1586
  ## [1.16.5](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.16.4...create-storm-workspace-v1.16.5) (2023-11-29)
1457
1587
 
1458
1588
  ### Bug Fixes
1459
1589
 
1460
- - **workspace-tools:** Resolved issue with paths passed to api-extractor ([3f7c5ea](https://github.com/storm-software/storm-ops/commit/3f7c5ea14b3db1d1444624781a5ec025cc432552))
1590
+ - **workspace-tools:** Resolved issue with paths passed to api-extractor
1591
+ ([3f7c5ea](https://github.com/storm-software/storm-ops/commit/3f7c5ea14b3db1d1444624781a5ec025cc432552))
1461
1592
 
1462
1593
  ## [1.16.4](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.16.3...create-storm-workspace-v1.16.4) (2023-11-29)
1463
1594
 
1464
1595
  ### Bug Fixes
1465
1596
 
1466
- - **git-tools:** Added code to ensure the readme-gen sections are added back after running ([19232ef](https://github.com/storm-software/storm-ops/commit/19232ef62d9d10bb4619debeb968f83e970e38c8))
1597
+ - **git-tools:** Added code to ensure the readme-gen sections are added back
1598
+ after running
1599
+ ([19232ef](https://github.com/storm-software/storm-ops/commit/19232ef62d9d10bb4619debeb968f83e970e38c8))
1467
1600
 
1468
1601
  ## [1.16.3](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.16.2...create-storm-workspace-v1.16.3) (2023-11-29)
1469
1602
 
1470
1603
  ### Bug Fixes
1471
1604
 
1472
- - **workspace-tools:** Resolved issue with entry path passed into api-extractor ([b2614e5](https://github.com/storm-software/storm-ops/commit/b2614e5639be0717e747c6bf06b39dc31df393e2))
1605
+ - **workspace-tools:** Resolved issue with entry path passed into api-extractor
1606
+ ([b2614e5](https://github.com/storm-software/storm-ops/commit/b2614e5639be0717e747c6bf06b39dc31df393e2))
1473
1607
 
1474
1608
  ## [1.16.2](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.16.1...create-storm-workspace-v1.16.2) (2023-11-29)
1475
1609
 
1476
1610
  ### Bug Fixes
1477
1611
 
1478
- - **git-tools:** Resolved various issues with nx documentation for readme-gen ([8067497](https://github.com/storm-software/storm-ops/commit/806749724b520f21622c0c93c8ff4e3c63129480))
1612
+ - **git-tools:** Resolved various issues with nx documentation for readme-gen
1613
+ ([8067497](https://github.com/storm-software/storm-ops/commit/806749724b520f21622c0c93c8ff4e3c63129480))
1479
1614
 
1480
1615
  ## [1.16.1](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.16.0...create-storm-workspace-v1.16.1) (2023-11-29)
1481
1616
 
1482
1617
  ### Bug Fixes
1483
1618
 
1484
- - **workspace-tools:** Resolved issue with invalid schema json for tsup executor ([045560e](https://github.com/storm-software/storm-ops/commit/045560e2add5f4dc33be71148d63e4ecee496ced))
1619
+ - **workspace-tools:** Resolved issue with invalid schema json for tsup executor
1620
+ ([045560e](https://github.com/storm-software/storm-ops/commit/045560e2add5f4dc33be71148d63e4ecee496ced))
1485
1621
 
1486
1622
  # [1.16.0](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.15.3...create-storm-workspace-v1.16.0) (2023-11-29)
1487
1623
 
1488
1624
  ### Features
1489
1625
 
1490
- - **git-tools:** Added executors and generators sections to the readme-gen CLI ([99aacba](https://github.com/storm-software/storm-ops/commit/99aacba62747cef1347bc87a0fff35fb2ffb0bde))
1626
+ - **git-tools:** Added executors and generators sections to the readme-gen CLI
1627
+ ([99aacba](https://github.com/storm-software/storm-ops/commit/99aacba62747cef1347bc87a0fff35fb2ffb0bde))
1491
1628
 
1492
1629
  ## [1.15.3](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.15.2...create-storm-workspace-v1.15.3) (2023-11-29)
1493
1630
 
1494
1631
  ### Bug Fixes
1495
1632
 
1496
- - **workspace-tools:** Update paths passed to api-extractor in tsup patch ([f3b6ce9](https://github.com/storm-software/storm-ops/commit/f3b6ce91e71ccc104895b4bcc0edf50a52e2b8ba))
1633
+ - **workspace-tools:** Update paths passed to api-extractor in tsup patch
1634
+ ([f3b6ce9](https://github.com/storm-software/storm-ops/commit/f3b6ce91e71ccc104895b4bcc0edf50a52e2b8ba))
1497
1635
 
1498
1636
  ## [1.15.2](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.15.1...create-storm-workspace-v1.15.2) (2023-11-29)
1499
1637
 
1500
1638
  ### Bug Fixes
1501
1639
 
1502
- - **workspace-tools:** Update the slashes used in package path in tsup patch ([55470d5](https://github.com/storm-software/storm-ops/commit/55470d54de7dc73b07430e153a6c89719da44667))
1640
+ - **workspace-tools:** Update the slashes used in package path in tsup patch
1641
+ ([55470d5](https://github.com/storm-software/storm-ops/commit/55470d54de7dc73b07430e153a6c89719da44667))
1503
1642
 
1504
1643
  ## [1.15.1](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.15.0...create-storm-workspace-v1.15.1) (2023-11-29)
1505
1644
 
1506
1645
  ### Bug Fixes
1507
1646
 
1508
- - **workspace-tools:** Update package path used by api-extractor ([e8081ef](https://github.com/storm-software/storm-ops/commit/e8081ef5df2bdd0b970c52444b552ab91d8ff2b4))
1647
+ - **workspace-tools:** Update package path used by api-extractor
1648
+ ([e8081ef](https://github.com/storm-software/storm-ops/commit/e8081ef5df2bdd0b970c52444b552ab91d8ff2b4))
1509
1649
 
1510
1650
  # [1.15.0](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.14.2...create-storm-workspace-v1.15.0) (2023-11-29)
1511
1651
 
1512
1652
  ### Features
1513
1653
 
1514
- - **linting-tools:** Added more items to cspell dictionary ([34112bf](https://github.com/storm-software/storm-ops/commit/34112bf17967dd4069d5cba1bedda12b84fadbc0))
1654
+ - **linting-tools:** Added more items to cspell dictionary
1655
+ ([34112bf](https://github.com/storm-software/storm-ops/commit/34112bf17967dd4069d5cba1bedda12b84fadbc0))
1515
1656
 
1516
1657
  ## [1.14.2](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.14.1...create-storm-workspace-v1.14.2) (2023-11-29)
1517
1658
 
1518
1659
  ### Bug Fixes
1519
1660
 
1520
- - **workspace-tools:** Resolved issue with package.json search method ([287761e](https://github.com/storm-software/storm-ops/commit/287761e008d821c32216b18c7eba448e3576b0dd))
1661
+ - **workspace-tools:** Resolved issue with package.json search method
1662
+ ([287761e](https://github.com/storm-software/storm-ops/commit/287761e008d821c32216b18c7eba448e3576b0dd))
1521
1663
 
1522
1664
  ## [1.14.1](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.14.0...create-storm-workspace-v1.14.1) (2023-11-29)
1523
1665
 
1524
1666
  ### Bug Fixes
1525
1667
 
1526
- - **workspace-tools:** Remove code that overwrites dts files ([894ef6e](https://github.com/storm-software/storm-ops/commit/894ef6e0ad973d5ed0983f421be341cf53075202))
1668
+ - **workspace-tools:** Remove code that overwrites dts files
1669
+ ([894ef6e](https://github.com/storm-software/storm-ops/commit/894ef6e0ad973d5ed0983f421be341cf53075202))
1527
1670
 
1528
1671
  # [1.14.0](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.13.26...create-storm-workspace-v1.14.0) (2023-11-28)
1529
1672
 
1530
1673
  ### Bug Fixes
1531
1674
 
1532
- - **workspace-tools:** Export executor and generator functions by name ([96c1b7a](https://github.com/storm-software/storm-ops/commit/96c1b7a1c5db17910f84610f928e36d757c9efbf))
1533
- - **workspace-tools:** Remove rollup.ts from the `additionalEntryPoints` list ([b45785e](https://github.com/storm-software/storm-ops/commit/b45785e8b9dd09178651123658cccaded7c559d7))
1675
+ - **workspace-tools:** Export executor and generator functions by name
1676
+ ([96c1b7a](https://github.com/storm-software/storm-ops/commit/96c1b7a1c5db17910f84610f928e36d757c9efbf))
1677
+ - **workspace-tools:** Remove rollup.ts from the `additionalEntryPoints` list
1678
+ ([b45785e](https://github.com/storm-software/storm-ops/commit/b45785e8b9dd09178651123658cccaded7c559d7))
1534
1679
 
1535
1680
  ### Features
1536
1681
 
1537
- - **workspace-tools:** Added the `plugins` option to the tsup executor ([8cdb8af](https://github.com/storm-software/storm-ops/commit/8cdb8af57eddac03af7f96bfbc2dfbc1672a71be))
1682
+ - **workspace-tools:** Added the `plugins` option to the tsup executor
1683
+ ([8cdb8af](https://github.com/storm-software/storm-ops/commit/8cdb8af57eddac03af7f96bfbc2dfbc1672a71be))
1538
1684
 
1539
1685
  ## [1.13.26](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.13.25...create-storm-workspace-v1.13.26) (2023-11-27)
1540
1686
 
1541
1687
  ### Bug Fixes
1542
1688
 
1543
- - **workspace-tools:** Cleaned up tsup patch and executor code ([289721f](https://github.com/storm-software/storm-ops/commit/289721f40f481b8c8b904298df7ff6efa8a7979b))
1689
+ - **workspace-tools:** Cleaned up tsup patch and executor code
1690
+ ([289721f](https://github.com/storm-software/storm-ops/commit/289721f40f481b8c8b904298df7ff6efa8a7979b))
1544
1691
 
1545
1692
  ## [1.13.25](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.13.24...create-storm-workspace-v1.13.25) (2023-11-27)
1546
1693
 
1547
1694
  ### Bug Fixes
1548
1695
 
1549
- - **workspace-tools:** Resolved issue specifying compiler options ([530e114](https://github.com/storm-software/storm-ops/commit/530e114bbc9ebd4c02db46deda8d91b57944cdce))
1696
+ - **workspace-tools:** Resolved issue specifying compiler options
1697
+ ([530e114](https://github.com/storm-software/storm-ops/commit/530e114bbc9ebd4c02db46deda8d91b57944cdce))
1550
1698
 
1551
1699
  ## [1.13.24](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.13.23...create-storm-workspace-v1.13.24) (2023-11-27)
1552
1700
 
1553
1701
  ### Bug Fixes
1554
1702
 
1555
- - **workspace-tools:** Resolved issue with noEmit set to true for dts build ([4670adf](https://github.com/storm-software/storm-ops/commit/4670adfb0dc97c7b29e7a0ebfa9bab93041fe138))
1703
+ - **workspace-tools:** Resolved issue with noEmit set to true for dts build
1704
+ ([4670adf](https://github.com/storm-software/storm-ops/commit/4670adfb0dc97c7b29e7a0ebfa9bab93041fe138))
1556
1705
 
1557
1706
  ## [1.13.23](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.13.22...create-storm-workspace-v1.13.23) (2023-11-27)
1558
1707
 
1559
1708
  ### Bug Fixes
1560
1709
 
1561
- - **workspace-tools:** Resolved issue preventing file mappings from being logged ([f1435ed](https://github.com/storm-software/storm-ops/commit/f1435ed71a1e11098a581e5808c40910224a9c6f))
1710
+ - **workspace-tools:** Resolved issue preventing file mappings from being logged
1711
+ ([f1435ed](https://github.com/storm-software/storm-ops/commit/f1435ed71a1e11098a581e5808c40910224a9c6f))
1562
1712
 
1563
1713
  ## [1.13.22](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.13.21...create-storm-workspace-v1.13.22) (2023-11-27)
1564
1714
 
1565
1715
  ### Bug Fixes
1566
1716
 
1567
- - **workspace-tools:** Resolved const issue in tsup patch ([cb14759](https://github.com/storm-software/storm-ops/commit/cb14759987b7306b7ba843dbd2798f928db66aaa))
1568
- - **workspace-tools:** Updated issue with bad map logging ([70092a8](https://github.com/storm-software/storm-ops/commit/70092a8ad5e3b0a6128ec5a96da7d7b723b416b1))
1717
+ - **workspace-tools:** Resolved const issue in tsup patch
1718
+ ([cb14759](https://github.com/storm-software/storm-ops/commit/cb14759987b7306b7ba843dbd2798f928db66aaa))
1719
+ - **workspace-tools:** Updated issue with bad map logging
1720
+ ([70092a8](https://github.com/storm-software/storm-ops/commit/70092a8ad5e3b0a6128ec5a96da7d7b723b416b1))
1569
1721
 
1570
1722
  ## [1.13.21](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.13.20...create-storm-workspace-v1.13.21) (2023-11-27)
1571
1723
 
1572
1724
  ### Bug Fixes
1573
1725
 
1574
- - **workspace-tools:** Added additional logging for tsc process ([ffe350f](https://github.com/storm-software/storm-ops/commit/ffe350faf3c77d7e99f30d8ea231228936faea25))
1726
+ - **workspace-tools:** Added additional logging for tsc process
1727
+ ([ffe350f](https://github.com/storm-software/storm-ops/commit/ffe350faf3c77d7e99f30d8ea231228936faea25))
1575
1728
 
1576
1729
  ## [1.13.20](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.13.19...create-storm-workspace-v1.13.20) (2023-11-27)
1577
1730
 
1578
1731
  ### Bug Fixes
1579
1732
 
1580
- - **workspace-tools:** Resolved issue with invalid fileNames variable reference ([c045be1](https://github.com/storm-software/storm-ops/commit/c045be17ca911278d174f47924c6f03a240da790))
1733
+ - **workspace-tools:** Resolved issue with invalid fileNames variable reference
1734
+ ([c045be1](https://github.com/storm-software/storm-ops/commit/c045be17ca911278d174f47924c6f03a240da790))
1581
1735
 
1582
1736
  ## [1.13.19](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.13.18...create-storm-workspace-v1.13.19) (2023-11-27)
1583
1737
 
1584
1738
  ### Bug Fixes
1585
1739
 
1586
- - **workspace-tools:** Resolve issue with rootDir used in tsup executor ([627f76a](https://github.com/storm-software/storm-ops/commit/627f76a2f9186280ba6384182087fdcb2598a428))
1740
+ - **workspace-tools:** Resolve issue with rootDir used in tsup executor
1741
+ ([627f76a](https://github.com/storm-software/storm-ops/commit/627f76a2f9186280ba6384182087fdcb2598a428))
1587
1742
 
1588
1743
  ## [1.13.18](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.13.17...create-storm-workspace-v1.13.18) (2023-11-27)
1589
1744
 
1590
1745
  ### Bug Fixes
1591
1746
 
1592
- - **workspace-tools:** Resovled issue with parameters passed to createProgram ([96e1e5a](https://github.com/storm-software/storm-ops/commit/96e1e5a12a871779b77f6f51ff1d40cb150fb014))
1747
+ - **workspace-tools:** Resovled issue with parameters passed to createProgram
1748
+ ([96e1e5a](https://github.com/storm-software/storm-ops/commit/96e1e5a12a871779b77f6f51ff1d40cb150fb014))
1593
1749
 
1594
1750
  ## [1.13.17](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.13.16...create-storm-workspace-v1.13.17) (2023-11-27)
1595
1751
 
1596
1752
  ### Bug Fixes
1597
1753
 
1598
- - **workspace-tools:** Added code to prevent issue with tsconfig for dts build ([bed9e45](https://github.com/storm-software/storm-ops/commit/bed9e45968329a2f0dd0adcdabb91f20d8bf535f))
1754
+ - **workspace-tools:** Added code to prevent issue with tsconfig for dts build
1755
+ ([bed9e45](https://github.com/storm-software/storm-ops/commit/bed9e45968329a2f0dd0adcdabb91f20d8bf535f))
1599
1756
 
1600
1757
  ## [1.13.16](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.13.15...create-storm-workspace-v1.13.16) (2023-11-27)
1601
1758
 
1602
1759
  ### Bug Fixes
1603
1760
 
1604
- - **workspace-tools:** Added paresed tsc options as tsup parameter ([dd51e93](https://github.com/storm-software/storm-ops/commit/dd51e934a793fa0c4c9c07ee2e97bda185777a27))
1761
+ - **workspace-tools:** Added paresed tsc options as tsup parameter
1762
+ ([dd51e93](https://github.com/storm-software/storm-ops/commit/dd51e934a793fa0c4c9c07ee2e97bda185777a27))
1605
1763
 
1606
1764
  ## [1.13.15](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.13.14...create-storm-workspace-v1.13.15) (2023-11-27)
1607
1765
 
1608
1766
  ### Bug Fixes
1609
1767
 
1610
- - **workspace-tools:** Added custom tsc options to tsup patch config ([c6a4d49](https://github.com/storm-software/storm-ops/commit/c6a4d49ef5efac05acb09601393fb54dee42090b))
1768
+ - **workspace-tools:** Added custom tsc options to tsup patch config
1769
+ ([c6a4d49](https://github.com/storm-software/storm-ops/commit/c6a4d49ef5efac05acb09601393fb54dee42090b))
1611
1770
 
1612
1771
  ## [1.13.14](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.13.13...create-storm-workspace-v1.13.14) (2023-11-27)
1613
1772
 
1614
1773
  ### Bug Fixes
1615
1774
 
1616
- - **workspace-tools:** Resolved issue with bad path in file map ([ed09f1e](https://github.com/storm-software/storm-ops/commit/ed09f1ecff294e124c6c72301330dbb6f8f94c11))
1775
+ - **workspace-tools:** Resolved issue with bad path in file map
1776
+ ([ed09f1e](https://github.com/storm-software/storm-ops/commit/ed09f1ecff294e124c6c72301330dbb6f8f94c11))
1617
1777
 
1618
1778
  ## [1.13.13](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.13.12...create-storm-workspace-v1.13.13) (2023-11-27)
1619
1779
 
1620
1780
  ### Bug Fixes
1621
1781
 
1622
- - **workspace-tools:** Added code to call original emit method ([d4febb4](https://github.com/storm-software/storm-ops/commit/d4febb40983615dbeabfbf88d38a59555722e217))
1782
+ - **workspace-tools:** Added code to call original emit method
1783
+ ([d4febb4](https://github.com/storm-software/storm-ops/commit/d4febb40983615dbeabfbf88d38a59555722e217))
1623
1784
 
1624
1785
  ## [1.13.12](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.13.11...create-storm-workspace-v1.13.12) (2023-11-27)
1625
1786
 
1626
1787
  ### Bug Fixes
1627
1788
 
1628
- - **workspace-tools:** Resolved issue around adding files to api-extractor config ([4ad4118](https://github.com/storm-software/storm-ops/commit/4ad41184c0c8d1f803846b5bb653dc8fffc905e6))
1789
+ - **workspace-tools:** Resolved issue around adding files to api-extractor
1790
+ config
1791
+ ([4ad4118](https://github.com/storm-software/storm-ops/commit/4ad41184c0c8d1f803846b5bb653dc8fffc905e6))
1629
1792
 
1630
1793
  ## [1.13.11](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.13.10...create-storm-workspace-v1.13.11) (2023-11-27)
1631
1794
 
1632
1795
  ### Bug Fixes
1633
1796
 
1634
- - **workspace-tools:** Clean up around tsup patch dts build ([4650a98](https://github.com/storm-software/storm-ops/commit/4650a9884784707e927bc2352643e1a3bc535fd4))
1797
+ - **workspace-tools:** Clean up around tsup patch dts build
1798
+ ([4650a98](https://github.com/storm-software/storm-ops/commit/4650a9884784707e927bc2352643e1a3bc535fd4))
1635
1799
 
1636
1800
  ## [1.13.10](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.13.9...create-storm-workspace-v1.13.10) (2023-11-27)
1637
1801
 
1638
1802
  ### Bug Fixes
1639
1803
 
1640
- - **workspace-tools:** Updated how emit is called ([dcc7bc5](https://github.com/storm-software/storm-ops/commit/dcc7bc54a6de0123d47decc548ea0e611cdecd95))
1804
+ - **workspace-tools:** Updated how emit is called
1805
+ ([dcc7bc5](https://github.com/storm-software/storm-ops/commit/dcc7bc54a6de0123d47decc548ea0e611cdecd95))
1641
1806
 
1642
1807
  ## [1.13.9](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.13.8...create-storm-workspace-v1.13.9) (2023-11-26)
1643
1808
 
1644
1809
  ### Bug Fixes
1645
1810
 
1646
- - **workspace-tools:** Fixed issue with `packageJsonFullPath` parameter of api-extractor ([69e4021](https://github.com/storm-software/storm-ops/commit/69e40219d7db548736b640ebada7fa14aee8a325))
1811
+ - **workspace-tools:** Fixed issue with `packageJsonFullPath` parameter of
1812
+ api-extractor
1813
+ ([69e4021](https://github.com/storm-software/storm-ops/commit/69e40219d7db548736b640ebada7fa14aee8a325))
1647
1814
 
1648
1815
  ## [1.13.8](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.13.7...create-storm-workspace-v1.13.8) (2023-11-26)
1649
1816
 
1650
1817
  ### Bug Fixes
1651
1818
 
1652
- - **workspace-tools:** Added `emitDeclarationOnly` to typescript compiler options ([e7b024f](https://github.com/storm-software/storm-ops/commit/e7b024f6f7648607aa4c71048cebbf6451d30577))
1819
+ - **workspace-tools:** Added `emitDeclarationOnly` to typescript compiler
1820
+ options
1821
+ ([e7b024f](https://github.com/storm-software/storm-ops/commit/e7b024f6f7648607aa4c71048cebbf6451d30577))
1653
1822
 
1654
1823
  ## [1.13.7](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.13.6...create-storm-workspace-v1.13.7) (2023-11-26)
1655
1824
 
1656
1825
  ### Bug Fixes
1657
1826
 
1658
- - **workspace-tools:** Resolved issue where fs map was cleared out ([1ea5c53](https://github.com/storm-software/storm-ops/commit/1ea5c538fbcd5220edc62024d42238816c4ecf2c))
1827
+ - **workspace-tools:** Resolved issue where fs map was cleared out
1828
+ ([1ea5c53](https://github.com/storm-software/storm-ops/commit/1ea5c538fbcd5220edc62024d42238816c4ecf2c))
1659
1829
 
1660
1830
  ## [1.13.6](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.13.5...create-storm-workspace-v1.13.6) (2023-11-26)
1661
1831
 
1662
1832
  ### Bug Fixes
1663
1833
 
1664
- - **workspace-tools:** Resolved issue with virtual file system in tsup patch ([ea79319](https://github.com/storm-software/storm-ops/commit/ea793191735ccf6bfd7d9b4670da71a598e12606))
1834
+ - **workspace-tools:** Resolved issue with virtual file system in tsup patch
1835
+ ([ea79319](https://github.com/storm-software/storm-ops/commit/ea793191735ccf6bfd7d9b4670da71a598e12606))
1665
1836
 
1666
1837
  ## [1.13.5](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.13.4...create-storm-workspace-v1.13.5) (2023-11-26)
1667
1838
 
1668
1839
  ### Bug Fixes
1669
1840
 
1670
- - **workspace-tools:** Resolved issue with fs key ([e48babc](https://github.com/storm-software/storm-ops/commit/e48babca8053531bcbec4635efca7accd0e00699))
1841
+ - **workspace-tools:** Resolved issue with fs key
1842
+ ([e48babc](https://github.com/storm-software/storm-ops/commit/e48babca8053531bcbec4635efca7accd0e00699))
1671
1843
 
1672
1844
  ## [1.13.4](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.13.3...create-storm-workspace-v1.13.4) (2023-11-25)
1673
1845
 
1674
1846
  ### Bug Fixes
1675
1847
 
1676
- - **workspace-tools:** Resolved issue with incorrectly written config file ([bc93e00](https://github.com/storm-software/storm-ops/commit/bc93e00986d962c55323d85dec22c7c543614417))
1848
+ - **workspace-tools:** Resolved issue with incorrectly written config file
1849
+ ([bc93e00](https://github.com/storm-software/storm-ops/commit/bc93e00986d962c55323d85dec22c7c543614417))
1677
1850
 
1678
1851
  ## [1.13.3](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.13.2...create-storm-workspace-v1.13.3) (2023-11-25)
1679
1852
 
1680
1853
  ### Bug Fixes
1681
1854
 
1682
- - **workspace-tools:** Updated the way options are passed to `createProgram` ([aa03cd7](https://github.com/storm-software/storm-ops/commit/aa03cd764dcf0fee436d12d385cae5cec74aab9d))
1855
+ - **workspace-tools:** Updated the way options are passed to `createProgram`
1856
+ ([aa03cd7](https://github.com/storm-software/storm-ops/commit/aa03cd764dcf0fee436d12d385cae5cec74aab9d))
1683
1857
 
1684
1858
  ## [1.13.2](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.13.1...create-storm-workspace-v1.13.2) (2023-11-25)
1685
1859
 
1686
1860
  ### Bug Fixes
1687
1861
 
1688
- - **workspace-tools:** Updated tsup patch to use compilerHost ([6fcff07](https://github.com/storm-software/storm-ops/commit/6fcff076a61f708472591c701dbd06716286ef6b))
1862
+ - **workspace-tools:** Updated tsup patch to use compilerHost
1863
+ ([6fcff07](https://github.com/storm-software/storm-ops/commit/6fcff076a61f708472591c701dbd06716286ef6b))
1689
1864
 
1690
1865
  ## [1.13.1](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.13.0...create-storm-workspace-v1.13.1) (2023-11-25)
1691
1866
 
1692
1867
  ### Bug Fixes
1693
1868
 
1694
- - **workspace-tools:** Resolved issue with missing node_modules folder ([ac6c99e](https://github.com/storm-software/storm-ops/commit/ac6c99e2dd1ab0d3a9a3b68722724ace5271c564))
1869
+ - **workspace-tools:** Resolved issue with missing node_modules folder
1870
+ ([ac6c99e](https://github.com/storm-software/storm-ops/commit/ac6c99e2dd1ab0d3a9a3b68722724ace5271c564))
1695
1871
 
1696
1872
  # [1.13.0](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.12.6...create-storm-workspace-v1.13.0) (2023-11-25)
1697
1873
 
1698
1874
  ### Bug Fixes
1699
1875
 
1700
- - **workspace-tools:** Removed default imports of node packages ([3781197](https://github.com/storm-software/storm-ops/commit/378119711fd6e88a36f61f3ad9eb347ef30867ee))
1701
- - **workspace-tools:** Resolved issue with ES module imports ([8573fbc](https://github.com/storm-software/storm-ops/commit/8573fbcc2c741c8496160e61ff7011070ad07402))
1702
- - **workspace-tools:** Resolved issue with missing return statement ([138f96a](https://github.com/storm-software/storm-ops/commit/138f96a1d129cfda8c36cf8d13bd76bf931bf2a0))
1876
+ - **workspace-tools:** Removed default imports of node packages
1877
+ ([3781197](https://github.com/storm-software/storm-ops/commit/378119711fd6e88a36f61f3ad9eb347ef30867ee))
1878
+ - **workspace-tools:** Resolved issue with ES module imports
1879
+ ([8573fbc](https://github.com/storm-software/storm-ops/commit/8573fbcc2c741c8496160e61ff7011070ad07402))
1880
+ - **workspace-tools:** Resolved issue with missing return statement
1881
+ ([138f96a](https://github.com/storm-software/storm-ops/commit/138f96a1d129cfda8c36cf8d13bd76bf931bf2a0))
1703
1882
 
1704
1883
  ### Features
1705
1884
 
1706
- - **workspace-tools:** Added `WorkspaceStorage` class to handle caching during processing ([b7a6830](https://github.com/storm-software/storm-ops/commit/b7a68300721be70fdf18c07b9e700f77f1191486))
1885
+ - **workspace-tools:** Added `WorkspaceStorage` class to handle caching during
1886
+ processing
1887
+ ([b7a6830](https://github.com/storm-software/storm-ops/commit/b7a68300721be70fdf18c07b9e700f77f1191486))
1707
1888
 
1708
1889
  ## [1.12.6](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.12.5...create-storm-workspace-v1.12.6) (2023-11-25)
1709
1890
 
1710
1891
  ### Bug Fixes
1711
1892
 
1712
- - **workspace-tools:** Resovled issue with missing options in rollup build in tsup patch ([765f538](https://github.com/storm-software/storm-ops/commit/765f538d0dd11964299e254654bbd1b5b38261ff))
1893
+ - **workspace-tools:** Resovled issue with missing options in rollup build in
1894
+ tsup patch
1895
+ ([765f538](https://github.com/storm-software/storm-ops/commit/765f538d0dd11964299e254654bbd1b5b38261ff))
1713
1896
 
1714
1897
  ## [1.12.5](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.12.4...create-storm-workspace-v1.12.5) (2023-11-25)
1715
1898
 
1716
1899
  ### Bug Fixes
1717
1900
 
1718
- - **workspace-tools:** Update imports for @typescript/vfs to use named values ([99306e5](https://github.com/storm-software/storm-ops/commit/99306e575db6c059035077c26dcef4a116ff1bcb))
1901
+ - **workspace-tools:** Update imports for @typescript/vfs to use named values
1902
+ ([99306e5](https://github.com/storm-software/storm-ops/commit/99306e575db6c059035077c26dcef4a116ff1bcb))
1719
1903
 
1720
1904
  ## [1.12.4](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.12.3...create-storm-workspace-v1.12.4) (2023-11-25)
1721
1905
 
1722
1906
  ### Bug Fixes
1723
1907
 
1724
- - **workspace-tools:** Added virtual file system to tsup patch to resolve missing libs ([068ab7a](https://github.com/storm-software/storm-ops/commit/068ab7a56a45d3d3ed63a86661d8207929829e5a))
1908
+ - **workspace-tools:** Added virtual file system to tsup patch to resolve
1909
+ missing libs
1910
+ ([068ab7a](https://github.com/storm-software/storm-ops/commit/068ab7a56a45d3d3ed63a86661d8207929829e5a))
1725
1911
 
1726
1912
  ## [1.12.3](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.12.2...create-storm-workspace-v1.12.3) (2023-11-25)
1727
1913
 
1728
1914
  ### Bug Fixes
1729
1915
 
1730
- - **workspace-tools:** Removed compiler options to set targer manaully in tsup build ([4aff28d](https://github.com/storm-software/storm-ops/commit/4aff28d6e451b18c120157b0c7e62ce6530a9eff))
1916
+ - **workspace-tools:** Removed compiler options to set targer manaully in tsup
1917
+ build
1918
+ ([4aff28d](https://github.com/storm-software/storm-ops/commit/4aff28d6e451b18c120157b0c7e62ce6530a9eff))
1731
1919
 
1732
1920
  ## [1.12.2](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.12.1...create-storm-workspace-v1.12.2) (2023-11-25)
1733
1921
 
1734
1922
  ### Bug Fixes
1735
1923
 
1736
- - **workspace-tools:** Update default compilerOptions prior to calling tsc ([8bcb254](https://github.com/storm-software/storm-ops/commit/8bcb254fc0045414a80d79b056f6cfde2fd66e68))
1924
+ - **workspace-tools:** Update default compilerOptions prior to calling tsc
1925
+ ([8bcb254](https://github.com/storm-software/storm-ops/commit/8bcb254fc0045414a80d79b056f6cfde2fd66e68))
1737
1926
 
1738
1927
  ## [1.12.1](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.12.0...create-storm-workspace-v1.12.1) (2023-11-25)
1739
1928
 
1740
1929
  ### Bug Fixes
1741
1930
 
1742
- - **workspace-tools:** Resolved bad iterable issue in tsup patch ([62a016b](https://github.com/storm-software/storm-ops/commit/62a016bc7bc5aec0978d0a92883843c795f997ac))
1931
+ - **workspace-tools:** Resolved bad iterable issue in tsup patch
1932
+ ([62a016b](https://github.com/storm-software/storm-ops/commit/62a016bc7bc5aec0978d0a92883843c795f997ac))
1743
1933
 
1744
1934
  # [1.12.0](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.11.1...create-storm-workspace-v1.12.0) (2023-11-25)
1745
1935
 
1746
1936
  ### Features
1747
1937
 
1748
- - **workspace-tools:** Added the `includeSrc` option to the tsup build executor ([be66e22](https://github.com/storm-software/storm-ops/commit/be66e222af773fb741cfa719f883bfb921ff8a68))
1938
+ - **workspace-tools:** Added the `includeSrc` option to the tsup build executor
1939
+ ([be66e22](https://github.com/storm-software/storm-ops/commit/be66e222af773fb741cfa719f883bfb921ff8a68))
1749
1940
 
1750
1941
  ## [1.11.1](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.11.0...create-storm-workspace-v1.11.1) (2023-11-25)
1751
1942
 
1752
1943
  ### Bug Fixes
1753
1944
 
1754
- - **workspace-tools:** Update include paths in tsconfig used in tsup builder ([99e651d](https://github.com/storm-software/storm-ops/commit/99e651d42f770bc29e7e76f7533abe519e29b9a4))
1945
+ - **workspace-tools:** Update include paths in tsconfig used in tsup builder
1946
+ ([99e651d](https://github.com/storm-software/storm-ops/commit/99e651d42f770bc29e7e76f7533abe519e29b9a4))
1755
1947
 
1756
1948
  # [1.11.0](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.10.20...create-storm-workspace-v1.11.0) (2023-11-25)
1757
1949
 
1758
1950
  ### Features
1759
1951
 
1760
- - **workspace-tools:** Added workers distribution to tsup build ([fc80ec1](https://github.com/storm-software/storm-ops/commit/fc80ec1e3ecea46bc63b2bd5fc4e46f3ecdc8ba0))
1952
+ - **workspace-tools:** Added workers distribution to tsup build
1953
+ ([fc80ec1](https://github.com/storm-software/storm-ops/commit/fc80ec1e3ecea46bc63b2bd5fc4e46f3ecdc8ba0))
1761
1954
 
1762
1955
  ## [1.10.20](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.10.19...create-storm-workspace-v1.10.20) (2023-11-25)
1763
1956
 
1764
1957
  ### Bug Fixes
1765
1958
 
1766
- - **workspace-tools:** Update the outDir value of parsed tsconfig options in tsup patch ([65c2aca](https://github.com/storm-software/storm-ops/commit/65c2aca19ba41a7de44d2f4b2121f7e2abfd3893))
1959
+ - **workspace-tools:** Update the outDir value of parsed tsconfig options in
1960
+ tsup patch
1961
+ ([65c2aca](https://github.com/storm-software/storm-ops/commit/65c2aca19ba41a7de44d2f4b2121f7e2abfd3893))
1767
1962
 
1768
1963
  ## [1.10.19](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.10.18...create-storm-workspace-v1.10.19) (2023-11-25)
1769
1964
 
1770
1965
  ### Bug Fixes
1771
1966
 
1772
- - **workspace-tools:** Replace invalid charaters in property key ([923bdad](https://github.com/storm-software/storm-ops/commit/923bdada143fc1150113b9b1881fe915a33a9e87))
1967
+ - **workspace-tools:** Replace invalid charaters in property key
1968
+ ([923bdad](https://github.com/storm-software/storm-ops/commit/923bdada143fc1150113b9b1881fe915a33a9e87))
1773
1969
 
1774
1970
  ## [1.10.18](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.10.17...create-storm-workspace-v1.10.18) (2023-11-25)
1775
1971
 
1776
1972
  ### Bug Fixes
1777
1973
 
1778
- - **workspace-tools:** Resolve issue with entry properties ([476affc](https://github.com/storm-software/storm-ops/commit/476affcab1b17148b4e3df78f24dd3fd6588d403))
1974
+ - **workspace-tools:** Resolve issue with entry properties
1975
+ ([476affc](https://github.com/storm-software/storm-ops/commit/476affcab1b17148b4e3df78f24dd3fd6588d403))
1779
1976
 
1780
1977
  ## [1.10.17](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.10.16...create-storm-workspace-v1.10.17) (2023-11-25)
1781
1978
 
1782
1979
  ### Bug Fixes
1783
1980
 
1784
- - **workspace-tools:** Fixed issue with invalid chars in entry name ([5d849dd](https://github.com/storm-software/storm-ops/commit/5d849dd45c198283b31fe5e939351df0e841107c))
1981
+ - **workspace-tools:** Fixed issue with invalid chars in entry name
1982
+ ([5d849dd](https://github.com/storm-software/storm-ops/commit/5d849dd45c198283b31fe5e939351df0e841107c))
1785
1983
 
1786
1984
  ## [1.10.16](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.10.15...create-storm-workspace-v1.10.16) (2023-11-25)
1787
1985
 
1788
1986
  ### Bug Fixes
1789
1987
 
1790
- - **workspace-tools:** Resolved issue with names in `entry` options for tsup builder ([bc0c2a1](https://github.com/storm-software/storm-ops/commit/bc0c2a175d78771b8e6d1aa215b540f7204abc23))
1988
+ - **workspace-tools:** Resolved issue with names in `entry` options for tsup
1989
+ builder
1990
+ ([bc0c2a1](https://github.com/storm-software/storm-ops/commit/bc0c2a175d78771b8e6d1aa215b540f7204abc23))
1791
1991
 
1792
1992
  ## [1.10.15](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.10.14...create-storm-workspace-v1.10.15) (2023-11-24)
1793
1993
 
1794
1994
  ### Bug Fixes
1795
1995
 
1796
- - **workspace-tools:** Resolve issue with dts `files` in compiler options ([2e9a611](https://github.com/storm-software/storm-ops/commit/2e9a611f6dee0c2db0fc6b87301472960f3b0cb5))
1996
+ - **workspace-tools:** Resolve issue with dts `files` in compiler options
1997
+ ([2e9a611](https://github.com/storm-software/storm-ops/commit/2e9a611f6dee0c2db0fc6b87301472960f3b0cb5))
1797
1998
 
1798
1999
  ## [1.10.14](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.10.13...create-storm-workspace-v1.10.14) (2023-11-24)
1799
2000
 
1800
2001
  ### Bug Fixes
1801
2002
 
1802
- - **workspace-tools:** Resolved issue with bad import ([e795302](https://github.com/storm-software/storm-ops/commit/e795302f766b5fea4e27c60ffdc09cade02041e1))
1803
- - **workspace-tools:** Update path joins in tsup build ([696a0a3](https://github.com/storm-software/storm-ops/commit/696a0a3d487009b00fb50915fb0c62db40f728dc))
2003
+ - **workspace-tools:** Resolved issue with bad import
2004
+ ([e795302](https://github.com/storm-software/storm-ops/commit/e795302f766b5fea4e27c60ffdc09cade02041e1))
2005
+ - **workspace-tools:** Update path joins in tsup build
2006
+ ([696a0a3](https://github.com/storm-software/storm-ops/commit/696a0a3d487009b00fb50915fb0c62db40f728dc))
1804
2007
 
1805
2008
  ## [1.10.13](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.10.12...create-storm-workspace-v1.10.13) (2023-11-24)
1806
2009
 
1807
2010
  ### Bug Fixes
1808
2011
 
1809
- - **workspace-tools:** Update entry creation code in tsup build ([6c8b12f](https://github.com/storm-software/storm-ops/commit/6c8b12fd6ae01659f004525cc4dfdbab484e3096))
2012
+ - **workspace-tools:** Update entry creation code in tsup build
2013
+ ([6c8b12f](https://github.com/storm-software/storm-ops/commit/6c8b12fd6ae01659f004525cc4dfdbab484e3096))
1810
2014
 
1811
2015
  ## [1.10.12](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.10.11...create-storm-workspace-v1.10.12) (2023-11-24)
1812
2016
 
1813
2017
  ### Bug Fixes
1814
2018
 
1815
- - **workspace-tools:** Update how entry is determined in tsup build ([7af0212](https://github.com/storm-software/storm-ops/commit/7af0212ebd5272826227591c262ac42b740a7508))
2019
+ - **workspace-tools:** Update how entry is determined in tsup build
2020
+ ([7af0212](https://github.com/storm-software/storm-ops/commit/7af0212ebd5272826227591c262ac42b740a7508))
1816
2021
 
1817
2022
  ## [1.10.11](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.10.10...create-storm-workspace-v1.10.11) (2023-11-22)
1818
2023
 
1819
2024
  ### Bug Fixes
1820
2025
 
1821
- - **workspace-tools:** Resolved issue with bad path in tsup build ([33a7b25](https://github.com/storm-software/storm-ops/commit/33a7b25b153f81cfced829dd0b3e6c5225afea36))
2026
+ - **workspace-tools:** Resolved issue with bad path in tsup build
2027
+ ([33a7b25](https://github.com/storm-software/storm-ops/commit/33a7b25b153f81cfced829dd0b3e6c5225afea36))
1822
2028
 
1823
2029
  ## [1.10.10](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.10.9...create-storm-workspace-v1.10.10) (2023-11-22)
1824
2030
 
1825
2031
  ### Bug Fixes
1826
2032
 
1827
- - **workspace-tools:** Update generated tsconfig include to point to package root ([49aef81](https://github.com/storm-software/storm-ops/commit/49aef8178bb8a2c71e92ee3785358d42507eee56))
2033
+ - **workspace-tools:** Update generated tsconfig include to point to package
2034
+ root
2035
+ ([49aef81](https://github.com/storm-software/storm-ops/commit/49aef8178bb8a2c71e92ee3785358d42507eee56))
1828
2036
 
1829
2037
  ## [1.10.9](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.10.8...create-storm-workspace-v1.10.9) (2023-11-22)
1830
2038
 
1831
2039
  ### Bug Fixes
1832
2040
 
1833
- - **workspace-tools:** Resolve include issue with tsc during tsup build ([a6fffbe](https://github.com/storm-software/storm-ops/commit/a6fffbe881cb4f05f974de0b745157a0cfb8dcf6))
2041
+ - **workspace-tools:** Resolve include issue with tsc during tsup build
2042
+ ([a6fffbe](https://github.com/storm-software/storm-ops/commit/a6fffbe881cb4f05f974de0b745157a0cfb8dcf6))
1834
2043
 
1835
2044
  ## [1.10.8](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.10.7...create-storm-workspace-v1.10.8) (2023-11-22)
1836
2045
 
1837
2046
  ### Bug Fixes
1838
2047
 
1839
- - **workspace-tools:** Resolved issue around incorrect output mapping in api-extractor ([b0464ed](https://github.com/storm-software/storm-ops/commit/b0464ed5f4b1f91a5b4c21d00e29d770d5732582))
2048
+ - **workspace-tools:** Resolved issue around incorrect output mapping in
2049
+ api-extractor
2050
+ ([b0464ed](https://github.com/storm-software/storm-ops/commit/b0464ed5f4b1f91a5b4c21d00e29d770d5732582))
1840
2051
 
1841
2052
  ## [1.10.7](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.10.6...create-storm-workspace-v1.10.7) (2023-11-22)
1842
2053
 
1843
2054
  ### Bug Fixes
1844
2055
 
1845
- - **workspace-tools:** Removed overriden tsconfig for api-extractor ([fcece07](https://github.com/storm-software/storm-ops/commit/fcece076bca3b0bd9938a4f5fbf3717628085ac3))
2056
+ - **workspace-tools:** Removed overriden tsconfig for api-extractor
2057
+ ([fcece07](https://github.com/storm-software/storm-ops/commit/fcece076bca3b0bd9938a4f5fbf3717628085ac3))
1846
2058
 
1847
2059
  ## [1.10.6](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.10.5...create-storm-workspace-v1.10.6) (2023-11-22)
1848
2060
 
1849
2061
  ### Bug Fixes
1850
2062
 
1851
- - **workspace-tools:** Correctly formatted include path in tsconfig passed to api extractor ([4c65fcf](https://github.com/storm-software/storm-ops/commit/4c65fcfb109f21f854ba5d6973e00bbc6e5c5173))
2063
+ - **workspace-tools:** Correctly formatted include path in tsconfig passed to
2064
+ api extractor
2065
+ ([4c65fcf](https://github.com/storm-software/storm-ops/commit/4c65fcfb109f21f854ba5d6973e00bbc6e5c5173))
1852
2066
 
1853
2067
  ## [1.10.5](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.10.4...create-storm-workspace-v1.10.5) (2023-11-22)
1854
2068
 
1855
2069
  ### Bug Fixes
1856
2070
 
1857
- - **workspace-tools:** Allow main to default from sourceRoot when not provided to tsup executor ([e794d02](https://github.com/storm-software/storm-ops/commit/e794d02e4b2fffa6af0e6624b4499206574409a4))
2071
+ - **workspace-tools:** Allow main to default from sourceRoot when not provided
2072
+ to tsup executor
2073
+ ([e794d02](https://github.com/storm-software/storm-ops/commit/e794d02e4b2fffa6af0e6624b4499206574409a4))
1858
2074
 
1859
2075
  ## [1.10.4](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.10.3...create-storm-workspace-v1.10.4) (2023-11-22)
1860
2076
 
1861
2077
  ### Bug Fixes
1862
2078
 
1863
- - **workspace-tools:** Resolved issue with export generation after api-extractor ([2b9e593](https://github.com/storm-software/storm-ops/commit/2b9e593a72ee352531e5721c62e3a3d10e86ed47))
2079
+ - **workspace-tools:** Resolved issue with export generation after api-extractor
2080
+ ([2b9e593](https://github.com/storm-software/storm-ops/commit/2b9e593a72ee352531e5721c62e3a3d10e86ed47))
1864
2081
 
1865
2082
  ## [1.10.3](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.10.2...create-storm-workspace-v1.10.3) (2023-11-22)
1866
2083
 
1867
2084
  ### Bug Fixes
1868
2085
 
1869
- - **workspace-tools:** Add default tsconfig values for api-extractor ([ae43e3f](https://github.com/storm-software/storm-ops/commit/ae43e3f47636a8921ace3441da5d533fa9773fe1))
2086
+ - **workspace-tools:** Add default tsconfig values for api-extractor
2087
+ ([ae43e3f](https://github.com/storm-software/storm-ops/commit/ae43e3f47636a8921ace3441da5d533fa9773fe1))
1870
2088
 
1871
2089
  ## [1.10.2](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.10.1...create-storm-workspace-v1.10.2) (2023-11-22)
1872
2090
 
1873
2091
  ### Bug Fixes
1874
2092
 
1875
- - **workspace-tools:** Update the `projectFolder` option passed to api-extractor ([fb0c939](https://github.com/storm-software/storm-ops/commit/fb0c939122c19947bebfbebdea153cbabc3335cc))
2093
+ - **workspace-tools:** Update the `projectFolder` option passed to api-extractor
2094
+ ([fb0c939](https://github.com/storm-software/storm-ops/commit/fb0c939122c19947bebfbebdea153cbabc3335cc))
1876
2095
 
1877
2096
  ## [1.10.1](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.10.0...create-storm-workspace-v1.10.1) (2023-11-21)
1878
2097
 
1879
2098
  ### Bug Fixes
1880
2099
 
1881
- - **workspace-tools:** Resolved issues with api-extractors paths ([8ea88f0](https://github.com/storm-software/storm-ops/commit/8ea88f09c240a94533474436dbac50bdabd26b2a))
2100
+ - **workspace-tools:** Resolved issues with api-extractors paths
2101
+ ([8ea88f0](https://github.com/storm-software/storm-ops/commit/8ea88f09c240a94533474436dbac50bdabd26b2a))
1882
2102
 
1883
2103
  # [1.10.0](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.9.0...create-storm-workspace-v1.10.0) (2023-11-21)
1884
2104
 
1885
2105
  ### Features
1886
2106
 
1887
- - **workspace-tools:** Added the `main` option to tsup build support manually entered entry paths ([fcb0fa7](https://github.com/storm-software/storm-ops/commit/fcb0fa7b98a8ed9bf14f9b724d9d9c7f345b7a08))
2107
+ - **workspace-tools:** Added the `main` option to tsup build support manually
2108
+ entered entry paths
2109
+ ([fcb0fa7](https://github.com/storm-software/storm-ops/commit/fcb0fa7b98a8ed9bf14f9b724d9d9c7f345b7a08))
1888
2110
 
1889
2111
  # [1.9.0](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.8.5...create-storm-workspace-v1.9.0) (2023-11-21)
1890
2112
 
1891
2113
  ### Features
1892
2114
 
1893
- - **workspace-tools:** Added `description` as an option in the node-library generator ([7a8eb85](https://github.com/storm-software/storm-ops/commit/7a8eb851ae7d979bb32c250ed3a1c78ea5b65af9))
2115
+ - **workspace-tools:** Added `description` as an option in the node-library
2116
+ generator
2117
+ ([7a8eb85](https://github.com/storm-software/storm-ops/commit/7a8eb851ae7d979bb32c250ed3a1c78ea5b65af9))
1894
2118
 
1895
2119
  ## [1.8.5](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.8.4...create-storm-workspace-v1.8.5) (2023-11-21)
1896
2120
 
1897
2121
  ### Bug Fixes
1898
2122
 
1899
- - **workspace-tools:** Updated paths of generated api-reports ([c79d65e](https://github.com/storm-software/storm-ops/commit/c79d65e8a77c4801f20934e4cc733817f60d1aa2))
2123
+ - **workspace-tools:** Updated paths of generated api-reports
2124
+ ([c79d65e](https://github.com/storm-software/storm-ops/commit/c79d65e8a77c4801f20934e4cc733817f60d1aa2))
1900
2125
 
1901
2126
  ## [1.8.4](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.8.3...create-storm-workspace-v1.8.4) (2023-11-21)
1902
2127
 
1903
2128
  ### Bug Fixes
1904
2129
 
1905
- - **workspace-tools:** Resolved issue with `tsdocMetadataFilePath` option ([e1e8b59](https://github.com/storm-software/storm-ops/commit/e1e8b59c853580ea5deb5175cad6971953878f18))
2130
+ - **workspace-tools:** Resolved issue with `tsdocMetadataFilePath` option
2131
+ ([e1e8b59](https://github.com/storm-software/storm-ops/commit/e1e8b59c853580ea5deb5175cad6971953878f18))
1906
2132
 
1907
2133
  ## [1.8.3](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.8.2...create-storm-workspace-v1.8.3) (2023-11-21)
1908
2134
 
1909
2135
  ### Bug Fixes
1910
2136
 
1911
- - **workspace-tools:** Resolved issue with path separator character in tsup ([ea97d60](https://github.com/storm-software/storm-ops/commit/ea97d60bec1d966bbda5edffcc9f7edb8e488c27))
2137
+ - **workspace-tools:** Resolved issue with path separator character in tsup
2138
+ ([ea97d60](https://github.com/storm-software/storm-ops/commit/ea97d60bec1d966bbda5edffcc9f7edb8e488c27))
1912
2139
 
1913
2140
  ## [1.8.2](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.8.1...create-storm-workspace-v1.8.2) (2023-11-20)
1914
2141
 
1915
2142
  ### Bug Fixes
1916
2143
 
1917
- - **workspace-tools:** Resolved path issue in API Extractor config ([d3f8ae5](https://github.com/storm-software/storm-ops/commit/d3f8ae5d6f298e9e18dc2b26270edbb704a9b712))
2144
+ - **workspace-tools:** Resolved path issue in API Extractor config
2145
+ ([d3f8ae5](https://github.com/storm-software/storm-ops/commit/d3f8ae5d6f298e9e18dc2b26270edbb704a9b712))
1918
2146
 
1919
2147
  ## [1.8.1](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.8.0...create-storm-workspace-v1.8.1) (2023-11-20)
1920
2148
 
1921
2149
  ### Bug Fixes
1922
2150
 
1923
- - **workspace-tools:** Updated the api-reports docs path in tsup executor ([7ba4b1d](https://github.com/storm-software/storm-ops/commit/7ba4b1d6969d6de7f77ca9f1b99a53426ed659fb))
2151
+ - **workspace-tools:** Updated the api-reports docs path in tsup executor
2152
+ ([7ba4b1d](https://github.com/storm-software/storm-ops/commit/7ba4b1d6969d6de7f77ca9f1b99a53426ed659fb))
1924
2153
 
1925
2154
  # [1.8.0](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.7.37...create-storm-workspace-v1.8.0) (2023-11-20)
1926
2155
 
1927
2156
  ### Features
1928
2157
 
1929
- - **workspace-tools:** Update tsup executor to generate API Report file, Doc Model, and TSDoc Metadata ([fb4cda5](https://github.com/storm-software/storm-ops/commit/fb4cda5807005d2ae412d637fa5247ebad09abf7))
2158
+ - **workspace-tools:** Update tsup executor to generate API Report file, Doc
2159
+ Model, and TSDoc Metadata
2160
+ ([fb4cda5](https://github.com/storm-software/storm-ops/commit/fb4cda5807005d2ae412d637fa5247ebad09abf7))
1930
2161
 
1931
2162
  ## [1.7.37](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.7.36...create-storm-workspace-v1.7.37) (2023-11-20)
1932
2163
 
1933
2164
  ### Bug Fixes
1934
2165
 
1935
- - **workspace-tools:** Added missing @microsoft/api-extractor dependency for tsup DTS build ([56ab124](https://github.com/storm-software/storm-ops/commit/56ab124124275be7f66f0e9f11d64477c82bbcf5))
2166
+ - **workspace-tools:** Added missing @microsoft/api-extractor dependency for
2167
+ tsup DTS build
2168
+ ([56ab124](https://github.com/storm-software/storm-ops/commit/56ab124124275be7f66f0e9f11d64477c82bbcf5))
1936
2169
 
1937
2170
  ## [1.7.36](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.7.35...create-storm-workspace-v1.7.36) (2023-11-20)
1938
2171
 
1939
2172
  ### Bug Fixes
1940
2173
 
1941
- - **workspace-tools:** Resolved issue with tsconfig parser parameteters in tsup patch ([f71e590](https://github.com/storm-software/storm-ops/commit/f71e59055fc2d37ba282fd041c7a60e6469c76da))
2174
+ - **workspace-tools:** Resolved issue with tsconfig parser parameteters in tsup
2175
+ patch
2176
+ ([f71e590](https://github.com/storm-software/storm-ops/commit/f71e59055fc2d37ba282fd041c7a60e6469c76da))
1942
2177
 
1943
2178
  ## [1.7.35](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.7.34...create-storm-workspace-v1.7.35) (2023-11-20)
1944
2179
 
1945
2180
  ### Bug Fixes
1946
2181
 
1947
- - **workspace-tools:** Added extra logging to tsup patch ([6c58d8a](https://github.com/storm-software/storm-ops/commit/6c58d8a369d5ee4b28804903b49ae2ea141e7abd))
2182
+ - **workspace-tools:** Added extra logging to tsup patch
2183
+ ([6c58d8a](https://github.com/storm-software/storm-ops/commit/6c58d8a369d5ee4b28804903b49ae2ea141e7abd))
1948
2184
 
1949
2185
  ## [1.7.34](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.7.33...create-storm-workspace-v1.7.34) (2023-11-20)
1950
2186
 
1951
2187
  ### Bug Fixes
1952
2188
 
1953
- - **workspace-tools:** Resolved issue with package export lookup in tsup patch ([ba53a36](https://github.com/storm-software/storm-ops/commit/ba53a3606b60e78d0f66894c6e3bc5d116ddaacd))
2189
+ - **workspace-tools:** Resolved issue with package export lookup in tsup patch
2190
+ ([ba53a36](https://github.com/storm-software/storm-ops/commit/ba53a3606b60e78d0f66894c6e3bc5d116ddaacd))
1954
2191
 
1955
2192
  ## [1.7.33](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.7.32...create-storm-workspace-v1.7.33) (2023-11-20)
1956
2193
 
1957
2194
  ### Bug Fixes
1958
2195
 
1959
- - **workspace-tools:** Resolved bad tsconfig path issue in tsup patch ([564b0b5](https://github.com/storm-software/storm-ops/commit/564b0b5cd054852106328fb047cd77baefea962e))
2196
+ - **workspace-tools:** Resolved bad tsconfig path issue in tsup patch
2197
+ ([564b0b5](https://github.com/storm-software/storm-ops/commit/564b0b5cd054852106328fb047cd77baefea962e))
1960
2198
 
1961
2199
  ## [1.7.32](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.7.31...create-storm-workspace-v1.7.32) (2023-11-20)
1962
2200
 
1963
2201
  ### Bug Fixes
1964
2202
 
1965
- - **workspace-tools:** Resolve issue with path library reference in tsup ([9745279](https://github.com/storm-software/storm-ops/commit/974527945816b40c8b210b06b3da16f20cb86dde))
2203
+ - **workspace-tools:** Resolve issue with path library reference in tsup
2204
+ ([9745279](https://github.com/storm-software/storm-ops/commit/974527945816b40c8b210b06b3da16f20cb86dde))
1966
2205
 
1967
2206
  ## [1.7.31](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.7.30...create-storm-workspace-v1.7.31) (2023-11-20)
1968
2207
 
1969
2208
  ### Bug Fixes
1970
2209
 
1971
- - **workspace-tools:** Resovled issue with tsup dts tsconfig path ([eefb517](https://github.com/storm-software/storm-ops/commit/eefb517fc2369ab2411911c3810e51390a4689d9))
2210
+ - **workspace-tools:** Resovled issue with tsup dts tsconfig path
2211
+ ([eefb517](https://github.com/storm-software/storm-ops/commit/eefb517fc2369ab2411911c3810e51390a4689d9))
1972
2212
 
1973
2213
  ## [1.7.30](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.7.29...create-storm-workspace-v1.7.30) (2023-11-20)
1974
2214
 
1975
2215
  ### Bug Fixes
1976
2216
 
1977
- - **workspace-tools:** Added code to default tsup build options and package.json path in api-extractor ([f79dbb1](https://github.com/storm-software/storm-ops/commit/f79dbb1d57ba7e2da054ae47483e98516739662b))
2217
+ - **workspace-tools:** Added code to default tsup build options and package.json
2218
+ path in api-extractor
2219
+ ([f79dbb1](https://github.com/storm-software/storm-ops/commit/f79dbb1d57ba7e2da054ae47483e98516739662b))
1978
2220
 
1979
2221
  ## [1.7.29](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.7.28...create-storm-workspace-v1.7.29) (2023-11-20)
1980
2222
 
1981
2223
  ### Bug Fixes
1982
2224
 
1983
- - **workspace-tools:** Added env option to the tsup executor config ([80e4e84](https://github.com/storm-software/storm-ops/commit/80e4e84d130bd7275a7b104d8f589d906c9f92ac))
2225
+ - **workspace-tools:** Added env option to the tsup executor config
2226
+ ([80e4e84](https://github.com/storm-software/storm-ops/commit/80e4e84d130bd7275a7b104d8f589d906c9f92ac))
1984
2227
 
1985
2228
  ## [1.7.28](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.7.27...create-storm-workspace-v1.7.28) (2023-11-20)
1986
2229
 
1987
2230
  ### Bug Fixes
1988
2231
 
1989
- - **workspace-tools:** Prevent both dts and experimentalDts from being enabled ([c2e5082](https://github.com/storm-software/storm-ops/commit/c2e50822440564f27e7f387e0e936c07092b4653))
2232
+ - **workspace-tools:** Prevent both dts and experimentalDts from being enabled
2233
+ ([c2e5082](https://github.com/storm-software/storm-ops/commit/c2e50822440564f27e7f387e0e936c07092b4653))
1990
2234
 
1991
2235
  ## [1.7.27](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.7.26...create-storm-workspace-v1.7.27) (2023-11-19)
1992
2236
 
1993
2237
  ### Bug Fixes
1994
2238
 
1995
- - **workspace-tools:** Upgrade tsup version and enabled experimental dts ([96f6870](https://github.com/storm-software/storm-ops/commit/96f6870f590ab6a44a3058f20f6ee4e6a6ab1623))
2239
+ - **workspace-tools:** Upgrade tsup version and enabled experimental dts
2240
+ ([96f6870](https://github.com/storm-software/storm-ops/commit/96f6870f590ab6a44a3058f20f6ee4e6a6ab1623))
1996
2241
 
1997
2242
  ## [1.7.26](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.7.25...create-storm-workspace-v1.7.26) (2023-11-19)
1998
2243
 
1999
2244
  ### Bug Fixes
2000
2245
 
2001
- - **workspace-tools:** Update where tsup loads shim files and added define option ([fa8fe6a](https://github.com/storm-software/storm-ops/commit/fa8fe6a4e7a5d6ac0f87a7b07d1db41cdd3bddc6))
2246
+ - **workspace-tools:** Update where tsup loads shim files and added define
2247
+ option
2248
+ ([fa8fe6a](https://github.com/storm-software/storm-ops/commit/fa8fe6a4e7a5d6ac0f87a7b07d1db41cdd3bddc6))
2002
2249
 
2003
2250
  ## [1.7.25](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.7.24...create-storm-workspace-v1.7.25) (2023-11-19)
2004
2251
 
2005
2252
  ### Bug Fixes
2006
2253
 
2007
- - **workspace-tools:** Added esm and cjs shims to package bundle ([87a16e4](https://github.com/storm-software/storm-ops/commit/87a16e4007f04201bb0b817fe6fe2bf41c461f95))
2254
+ - **workspace-tools:** Added esm and cjs shims to package bundle
2255
+ ([87a16e4](https://github.com/storm-software/storm-ops/commit/87a16e4007f04201bb0b817fe6fe2bf41c461f95))
2008
2256
 
2009
2257
  ## [1.7.24](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.7.23...create-storm-workspace-v1.7.24) (2023-11-19)
2010
2258
 
2011
2259
  ### Bug Fixes
2012
2260
 
2013
- - **workspace-tools:** Added rollup support for DTS generation ([d1f3325](https://github.com/storm-software/storm-ops/commit/d1f3325bf712e3714904e9ca4b795bfba3df39f8))
2261
+ - **workspace-tools:** Added rollup support for DTS generation
2262
+ ([d1f3325](https://github.com/storm-software/storm-ops/commit/d1f3325bf712e3714904e9ca4b795bfba3df39f8))
2014
2263
 
2015
2264
  ## [1.7.23](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.7.22...create-storm-workspace-v1.7.23) (2023-11-19)
2016
2265
 
2017
2266
  ### Bug Fixes
2018
2267
 
2019
- - **workspace-tools:** Resolved issue preventing package.json from being written ([c340959](https://github.com/storm-software/storm-ops/commit/c340959fdacb2541c60afca5feef9868bc0296e1))
2268
+ - **workspace-tools:** Resolved issue preventing package.json from being written
2269
+ ([c340959](https://github.com/storm-software/storm-ops/commit/c340959fdacb2541c60afca5feef9868bc0296e1))
2020
2270
 
2021
2271
  ## [1.7.22](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.7.21...create-storm-workspace-v1.7.22) (2023-11-19)
2022
2272
 
2023
2273
  ### Bug Fixes
2024
2274
 
2025
- - **workspace-tools:** Resolved issue with bad loop conditional in Tsup patch ([a692e7d](https://github.com/storm-software/storm-ops/commit/a692e7d3adf526353a4714e22761a1ba3bcc1cb5))
2275
+ - **workspace-tools:** Resolved issue with bad loop conditional in Tsup patch
2276
+ ([a692e7d](https://github.com/storm-software/storm-ops/commit/a692e7d3adf526353a4714e22761a1ba3bcc1cb5))
2026
2277
 
2027
2278
  ## [1.7.21](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.7.20...create-storm-workspace-v1.7.21) (2023-11-19)
2028
2279
 
2029
2280
  ### Bug Fixes
2030
2281
 
2031
- - **workspace-tools:** Added conditional to tsup package.json search ([f1e26a9](https://github.com/storm-software/storm-ops/commit/f1e26a9fadee64704e7a3beebed6ac8e9d103063))
2282
+ - **workspace-tools:** Added conditional to tsup package.json search
2283
+ ([f1e26a9](https://github.com/storm-software/storm-ops/commit/f1e26a9fadee64704e7a3beebed6ac8e9d103063))
2032
2284
 
2033
2285
  ## [1.7.20](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.7.19...create-storm-workspace-v1.7.20) (2023-11-18)
2034
2286
 
2035
2287
  ### Bug Fixes
2036
2288
 
2037
- - **workspace-tools:** Resolved issue with order of package.json search in tsup executor ([5fea9a1](https://github.com/storm-software/storm-ops/commit/5fea9a117691bef20aa22fbd107522d43b8b1b62))
2289
+ - **workspace-tools:** Resolved issue with order of package.json search in tsup
2290
+ executor
2291
+ ([5fea9a1](https://github.com/storm-software/storm-ops/commit/5fea9a117691bef20aa22fbd107522d43b8b1b62))
2038
2292
 
2039
2293
  ## [1.7.19](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.7.18...create-storm-workspace-v1.7.19) (2023-11-18)
2040
2294
 
2041
2295
  ### Bug Fixes
2042
2296
 
2043
- - **workspace-tools:** Added join to add separators in package.json path in tsup ([b56df8a](https://github.com/storm-software/storm-ops/commit/b56df8a3c20e12fb8763e481cbc6ca82ff6403cf))
2297
+ - **workspace-tools:** Added join to add separators in package.json path in tsup
2298
+ ([b56df8a](https://github.com/storm-software/storm-ops/commit/b56df8a3c20e12fb8763e481cbc6ca82ff6403cf))
2044
2299
 
2045
2300
  ## [1.7.18](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.7.17...create-storm-workspace-v1.7.18) (2023-11-18)
2046
2301
 
2047
2302
  ### Bug Fixes
2048
2303
 
2049
- - **workspace-tools:** Resolved issue looking up package folder in tsup patch ([0eeee37](https://github.com/storm-software/storm-ops/commit/0eeee37219ceaf2873d7e8d0c7d5f7f46ab6a9bd))
2304
+ - **workspace-tools:** Resolved issue looking up package folder in tsup patch
2305
+ ([0eeee37](https://github.com/storm-software/storm-ops/commit/0eeee37219ceaf2873d7e8d0c7d5f7f46ab6a9bd))
2050
2306
 
2051
2307
  ## [1.7.17](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.7.16...create-storm-workspace-v1.7.17) (2023-11-18)
2052
2308
 
2053
2309
  ### Bug Fixes
2054
2310
 
2055
- - **workspace-tools:** Fixed issue in tsup patch around package.json generation ([a526fe7](https://github.com/storm-software/storm-ops/commit/a526fe72607ed7a957266fc790cafa8fb5d5b501))
2311
+ - **workspace-tools:** Fixed issue in tsup patch around package.json generation
2312
+ ([a526fe7](https://github.com/storm-software/storm-ops/commit/a526fe72607ed7a957266fc790cafa8fb5d5b501))
2056
2313
 
2057
2314
  ## [1.7.16](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.7.15...create-storm-workspace-v1.7.16) (2023-11-18)
2058
2315
 
2059
2316
  ### Bug Fixes
2060
2317
 
2061
- - **workspace-tools:** Added conditional to ensure package.json path was populated ([88b558f](https://github.com/storm-software/storm-ops/commit/88b558fb75d47a8d7fc7f2ec050626f9e2d06a2c))
2062
- - **workspace-tools:** Added prettier as an external dependency ([33009d8](https://github.com/storm-software/storm-ops/commit/33009d8aee2774c2ce537a35f2226e92b41fea9b))
2318
+ - **workspace-tools:** Added conditional to ensure package.json path was
2319
+ populated
2320
+ ([88b558f](https://github.com/storm-software/storm-ops/commit/88b558fb75d47a8d7fc7f2ec050626f9e2d06a2c))
2321
+ - **workspace-tools:** Added prettier as an external dependency
2322
+ ([33009d8](https://github.com/storm-software/storm-ops/commit/33009d8aee2774c2ce537a35f2226e92b41fea9b))
2063
2323
 
2064
2324
  ## [1.7.15](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.7.14...create-storm-workspace-v1.7.15) (2023-11-18)
2065
2325
 
2066
2326
  ### Bug Fixes
2067
2327
 
2068
- - **workspace-tools:** Update the tsup executor to include 3rd party depencendies in package.json ([4896ca8](https://github.com/storm-software/storm-ops/commit/4896ca87839af146f18de16d0924853ab971dff0))
2328
+ - **workspace-tools:** Update the tsup executor to include 3rd party
2329
+ depencendies in package.json
2330
+ ([4896ca8](https://github.com/storm-software/storm-ops/commit/4896ca87839af146f18de16d0924853ab971dff0))
2069
2331
 
2070
2332
  ## [1.7.14](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.7.13...create-storm-workspace-v1.7.14) (2023-11-18)
2071
2333
 
2072
2334
  ### Bug Fixes
2073
2335
 
2074
- - **workspace-tools:** Added thirdparty packages to workspace tools build ([efd7c3a](https://github.com/storm-software/storm-ops/commit/efd7c3af0891bf3f57e931d082208666ab7d30d8))
2336
+ - **workspace-tools:** Added thirdparty packages to workspace tools build
2337
+ ([efd7c3a](https://github.com/storm-software/storm-ops/commit/efd7c3af0891bf3f57e931d082208666ab7d30d8))
2075
2338
 
2076
2339
  ## [1.7.13](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.7.12...create-storm-workspace-v1.7.13) (2023-11-18)
2077
2340
 
2078
2341
  ### Bug Fixes
2079
2342
 
2080
- - **workspace-tools:** Added banner to tsup patch ([2b97503](https://github.com/storm-software/storm-ops/commit/2b975032eece19bcdde9b7c3fbbd160c37c02c0f))
2343
+ - **workspace-tools:** Added banner to tsup patch
2344
+ ([2b97503](https://github.com/storm-software/storm-ops/commit/2b975032eece19bcdde9b7c3fbbd160c37c02c0f))
2081
2345
 
2082
2346
  ## [1.7.12](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.7.11...create-storm-workspace-v1.7.12) (2023-11-18)
2083
2347
 
2084
2348
  ### Bug Fixes
2085
2349
 
2086
- - **workspace-tools:** Patched tsup to properly use logger ([73a56f0](https://github.com/storm-software/storm-ops/commit/73a56f07931e173a70e30b01cf629ae17f27646a))
2350
+ - **workspace-tools:** Patched tsup to properly use logger
2351
+ ([73a56f0](https://github.com/storm-software/storm-ops/commit/73a56f07931e173a70e30b01cf629ae17f27646a))
2087
2352
 
2088
2353
  ## [1.7.11](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.7.10...create-storm-workspace-v1.7.11) (2023-11-18)
2089
2354
 
2090
2355
  ### Bug Fixes
2091
2356
 
2092
- - **workspace-tools:** Resolved issue with external deps were not passed to tsup ([72126c9](https://github.com/storm-software/storm-ops/commit/72126c99a46d307a3afca50dc6881dc33735c772))
2357
+ - **workspace-tools:** Resolved issue with external deps were not passed to tsup
2358
+ ([72126c9](https://github.com/storm-software/storm-ops/commit/72126c99a46d307a3afca50dc6881dc33735c772))
2093
2359
 
2094
2360
  ## [1.7.10](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.7.9...create-storm-workspace-v1.7.10) (2023-11-18)
2095
2361
 
2096
2362
  ### Bug Fixes
2097
2363
 
2098
- - **workspace-tools:** Prevented empty headers from being added and resolved issue with project.json ([d1a1a5e](https://github.com/storm-software/storm-ops/commit/d1a1a5ec740dcfec1b8de26010bf532ddbcf38a1))
2099
- - **workspace-tools:** Renamed `fileHeading` to `banner` to align with existing ESBuild options ([a4c3ad0](https://github.com/storm-software/storm-ops/commit/a4c3ad08f6af7b2a9342f72083f31b9c6ab92552))
2364
+ - **workspace-tools:** Prevented empty headers from being added and resolved
2365
+ issue with project.json
2366
+ ([d1a1a5e](https://github.com/storm-software/storm-ops/commit/d1a1a5ec740dcfec1b8de26010bf532ddbcf38a1))
2367
+ - **workspace-tools:** Renamed `fileHeading` to `banner` to align with existing
2368
+ ESBuild options
2369
+ ([a4c3ad0](https://github.com/storm-software/storm-ops/commit/a4c3ad08f6af7b2a9342f72083f31b9c6ab92552))
2100
2370
 
2101
2371
  ## [1.7.9](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.7.8...create-storm-workspace-v1.7.9) (2023-11-18)
2102
2372
 
2103
2373
  ### Bug Fixes
2104
2374
 
2105
- - **workspace-tools:** Update the sourceRoot value passed to getConfig in tsup executor ([5220d4d](https://github.com/storm-software/storm-ops/commit/5220d4d946ed01d27cda4ca1f2434eeff93a161c))
2375
+ - **workspace-tools:** Update the sourceRoot value passed to getConfig in tsup
2376
+ executor
2377
+ ([5220d4d](https://github.com/storm-software/storm-ops/commit/5220d4d946ed01d27cda4ca1f2434eeff93a161c))
2106
2378
 
2107
2379
  ## [1.7.8](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.7.7...create-storm-workspace-v1.7.8) (2023-11-18)
2108
2380
 
2109
2381
  ### Bug Fixes
2110
2382
 
2111
- - **workspace-tools:** Resolve issue with bad path in tsup build ([2c96c49](https://github.com/storm-software/storm-ops/commit/2c96c49fc3142ef62f3024694e7d9745e706748f))
2383
+ - **workspace-tools:** Resolve issue with bad path in tsup build
2384
+ ([2c96c49](https://github.com/storm-software/storm-ops/commit/2c96c49fc3142ef62f3024694e7d9745e706748f))
2112
2385
 
2113
2386
  ## [1.7.7](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.7.6...create-storm-workspace-v1.7.7) (2023-11-18)
2114
2387
 
2115
2388
  ### Bug Fixes
2116
2389
 
2117
- - **workspace-tools:** Update tsup build to use glob to update src files ([316b91d](https://github.com/storm-software/storm-ops/commit/316b91d72cf4ab7373b48feacac8fca3160f7a8b))
2390
+ - **workspace-tools:** Update tsup build to use glob to update src files
2391
+ ([316b91d](https://github.com/storm-software/storm-ops/commit/316b91d72cf4ab7373b48feacac8fca3160f7a8b))
2118
2392
 
2119
2393
  ## [1.7.6](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.7.5...create-storm-workspace-v1.7.6) (2023-11-17)
2120
2394
 
2121
2395
  ### Bug Fixes
2122
2396
 
2123
- - **workspace-tools:** Update tsup build executor to resolve error thrown during heading printing ([4c41547](https://github.com/storm-software/storm-ops/commit/4c4154749c7f1abbb9a129d809c2e4f4dfe88b21))
2397
+ - **workspace-tools:** Update tsup build executor to resolve error thrown during
2398
+ heading printing
2399
+ ([4c41547](https://github.com/storm-software/storm-ops/commit/4c4154749c7f1abbb9a129d809c2e4f4dfe88b21))
2124
2400
 
2125
2401
  ## [1.7.5](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.7.4...create-storm-workspace-v1.7.5) (2023-11-17)
2126
2402
 
2127
2403
  ### Bug Fixes
2128
2404
 
2129
- - **workspace-tools:** Ensure the type field is applied to package.jcon ([2e93db7](https://github.com/storm-software/storm-ops/commit/2e93db7798999f76a4a0e03c9ac9525d4d6eec61))
2130
- - **workspace-tools:** Update path to typescript source files in package output ([41bf658](https://github.com/storm-software/storm-ops/commit/41bf658b403b36a01590d0e5eb0d8343ab20c435))
2405
+ - **workspace-tools:** Ensure the type field is applied to package.jcon
2406
+ ([2e93db7](https://github.com/storm-software/storm-ops/commit/2e93db7798999f76a4a0e03c9ac9525d4d6eec61))
2407
+ - **workspace-tools:** Update path to typescript source files in package output
2408
+ ([41bf658](https://github.com/storm-software/storm-ops/commit/41bf658b403b36a01590d0e5eb0d8343ab20c435))
2131
2409
 
2132
2410
  ## [1.7.4](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.7.3...create-storm-workspace-v1.7.4) (2023-11-17)
2133
2411
 
2134
2412
  ### Bug Fixes
2135
2413
 
2136
- - **workspace-tools:** Update prettier to use normal runtime instead of standalone ([5a7d631](https://github.com/storm-software/storm-ops/commit/5a7d631a5985e2596b4e712a33427e1aaa1fad25))
2414
+ - **workspace-tools:** Update prettier to use normal runtime instead of
2415
+ standalone
2416
+ ([5a7d631](https://github.com/storm-software/storm-ops/commit/5a7d631a5985e2596b4e712a33427e1aaa1fad25))
2137
2417
 
2138
2418
  ## [1.7.3](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.7.2...create-storm-workspace-v1.7.3) (2023-11-17)
2139
2419
 
2140
2420
  ### Bug Fixes
2141
2421
 
2142
- - **workspace-tools:** Added heading to the packaged typescript files ([fddf128](https://github.com/storm-software/storm-ops/commit/fddf1280035c5b2a31a2f8333b10a29e9bc38f90))
2422
+ - **workspace-tools:** Added heading to the packaged typescript files
2423
+ ([fddf128](https://github.com/storm-software/storm-ops/commit/fddf1280035c5b2a31a2f8333b10a29e9bc38f90))
2143
2424
 
2144
2425
  ## [1.7.2](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.7.1...create-storm-workspace-v1.7.2) (2023-11-17)
2145
2426
 
2146
2427
  ### Bug Fixes
2147
2428
 
2148
- - **workspace-tools:** Update default platform to node ([4b6f1b2](https://github.com/storm-software/storm-ops/commit/4b6f1b208da89492a9586cc87970c4a78f09861f))
2429
+ - **workspace-tools:** Update default platform to node
2430
+ ([4b6f1b2](https://github.com/storm-software/storm-ops/commit/4b6f1b208da89492a9586cc87970c4a78f09861f))
2149
2431
 
2150
2432
  ## [1.7.1](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.7.0...create-storm-workspace-v1.7.1) (2023-11-17)
2151
2433
 
2152
2434
  ### Bug Fixes
2153
2435
 
2154
- - **workspace-tools:** Added shim to modern build ([0e03ce7](https://github.com/storm-software/storm-ops/commit/0e03ce7a933454d2ca5adf889e60083105d6f433))
2436
+ - **workspace-tools:** Added shim to modern build
2437
+ ([0e03ce7](https://github.com/storm-software/storm-ops/commit/0e03ce7a933454d2ca5adf889e60083105d6f433))
2155
2438
 
2156
2439
  # [1.7.0](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.6.58...create-storm-workspace-v1.7.0) (2023-11-17)
2157
2440
 
2158
2441
  ### Features
2159
2442
 
2160
- - **workspace-tools:** Added outExtension config option ([fe31e5c](https://github.com/storm-software/storm-ops/commit/fe31e5c3aefb853edc557c288104fe82a6fe77d2))
2443
+ - **workspace-tools:** Added outExtension config option
2444
+ ([fe31e5c](https://github.com/storm-software/storm-ops/commit/fe31e5c3aefb853edc557c288104fe82a6fe77d2))
2161
2445
 
2162
2446
  ## [1.6.58](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.6.57...create-storm-workspace-v1.6.58) (2023-11-16)
2163
2447
 
2164
2448
  ### Bug Fixes
2165
2449
 
2166
- - **workspace-tools:** Update `entry` in tsup to use a single default file ([06bf60c](https://github.com/storm-software/storm-ops/commit/06bf60c125411a1bdc72bebd7ebe0e7bbc9aa740))
2450
+ - **workspace-tools:** Update `entry` in tsup to use a single default file
2451
+ ([06bf60c](https://github.com/storm-software/storm-ops/commit/06bf60c125411a1bdc72bebd7ebe0e7bbc9aa740))
2167
2452
 
2168
2453
  ## [1.6.57](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.6.56...create-storm-workspace-v1.6.57) (2023-11-16)
2169
2454
 
2170
2455
  ### Bug Fixes
2171
2456
 
2172
- - **linting-tools:** Added tsconfig recommended to root tsconfig ([cfc70d7](https://github.com/storm-software/storm-ops/commit/cfc70d70ed5a123260d4ef9f1649ad66a0fe38e1))
2457
+ - **linting-tools:** Added tsconfig recommended to root tsconfig
2458
+ ([cfc70d7](https://github.com/storm-software/storm-ops/commit/cfc70d70ed5a123260d4ef9f1649ad66a0fe38e1))
2173
2459
 
2174
2460
  ## [1.6.56](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.6.55...create-storm-workspace-v1.6.56) (2023-11-16)
2175
2461
 
2176
2462
  ### Bug Fixes
2177
2463
 
2178
- - **workspace-tools:** Update entry config to use strings instead of `Path` objects ([265669a](https://github.com/storm-software/storm-ops/commit/265669ae0d1e616289c0d3e77db223e97c9e52a3))
2464
+ - **workspace-tools:** Update entry config to use strings instead of `Path`
2465
+ objects
2466
+ ([265669a](https://github.com/storm-software/storm-ops/commit/265669ae0d1e616289c0d3e77db223e97c9e52a3))
2179
2467
 
2180
2468
  ## [1.6.55](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.6.54...create-storm-workspace-v1.6.55) (2023-11-16)
2181
2469
 
2182
2470
  ### Bug Fixes
2183
2471
 
2184
- - **workspace-tools:** Ensure full paths are used for tsup entry config ([10c915d](https://github.com/storm-software/storm-ops/commit/10c915dd36f0474e4005675e11eeecd98103834f))
2472
+ - **workspace-tools:** Ensure full paths are used for tsup entry config
2473
+ ([10c915d](https://github.com/storm-software/storm-ops/commit/10c915dd36f0474e4005675e11eeecd98103834f))
2185
2474
 
2186
2475
  ## [1.6.54](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.6.53...create-storm-workspace-v1.6.54) (2023-11-16)
2187
2476
 
2188
2477
  ### Bug Fixes
2189
2478
 
2190
- - **workspace-tools:** Added glob entry loading to tsup config ([fe40be2](https://github.com/storm-software/storm-ops/commit/fe40be28e6b0b049d4268b6d5c1b743634571a0f))
2191
- - **workspace-tools:** Change tsup build to use glob package instead of function from Nx ([4fa5e17](https://github.com/storm-software/storm-ops/commit/4fa5e17d3d29f1769caccb52957fb8fb9ee772d0))
2192
- - **workspace-tools:** Included missing config function signature change ([a2228f2](https://github.com/storm-software/storm-ops/commit/a2228f2fba09d2dfd80a3f3c6dc5059077265f12))
2193
- - **workspace-tools:** Remove outExtensions from tsup config ([18d3ec7](https://github.com/storm-software/storm-ops/commit/18d3ec7ea63f2c6f64b8d31a7e458fea2b792f79))
2479
+ - **workspace-tools:** Added glob entry loading to tsup config
2480
+ ([fe40be2](https://github.com/storm-software/storm-ops/commit/fe40be28e6b0b049d4268b6d5c1b743634571a0f))
2481
+ - **workspace-tools:** Change tsup build to use glob package instead of function
2482
+ from Nx
2483
+ ([4fa5e17](https://github.com/storm-software/storm-ops/commit/4fa5e17d3d29f1769caccb52957fb8fb9ee772d0))
2484
+ - **workspace-tools:** Included missing config function signature change
2485
+ ([a2228f2](https://github.com/storm-software/storm-ops/commit/a2228f2fba09d2dfd80a3f3c6dc5059077265f12))
2486
+ - **workspace-tools:** Remove outExtensions from tsup config
2487
+ ([18d3ec7](https://github.com/storm-software/storm-ops/commit/18d3ec7ea63f2c6f64b8d31a7e458fea2b792f79))
2194
2488
 
2195
2489
  ## [1.6.53](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.6.52...create-storm-workspace-v1.6.53) (2023-11-16)
2196
2490
 
2197
2491
  ### Bug Fixes
2198
2492
 
2199
- - **workspace-tools:** Added EventEmitter listener to the tsup executor ([384ff89](https://github.com/storm-software/storm-ops/commit/384ff89035134a131ee63c4ea43fa15349146e44))
2493
+ - **workspace-tools:** Added EventEmitter listener to the tsup executor
2494
+ ([384ff89](https://github.com/storm-software/storm-ops/commit/384ff89035134a131ee63c4ea43fa15349146e44))
2200
2495
 
2201
2496
  ## [1.6.52](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.6.51...create-storm-workspace-v1.6.52) (2023-11-16)
2202
2497
 
2203
2498
  ### Bug Fixes
2204
2499
 
2205
- - **workspace-tools:** Update executor to attach message event handler to `window` ([00555a9](https://github.com/storm-software/storm-ops/commit/00555a99645f92e6f1060b34e9bfc913238913c8))
2500
+ - **workspace-tools:** Update executor to attach message event handler to
2501
+ `window`
2502
+ ([00555a9](https://github.com/storm-software/storm-ops/commit/00555a99645f92e6f1060b34e9bfc913238913c8))
2206
2503
 
2207
2504
  ## [1.6.51](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.6.50...create-storm-workspace-v1.6.51) (2023-11-16)
2208
2505
 
2209
2506
  ### Bug Fixes
2210
2507
 
2211
- - **workspace-tools:** Removed `cjsInterop` and added code to handle post message events ([06adf3c](https://github.com/storm-software/storm-ops/commit/06adf3c3905fae95f275bec2b8325021349867c0))
2508
+ - **workspace-tools:** Removed `cjsInterop` and added code to handle post
2509
+ message events
2510
+ ([06adf3c](https://github.com/storm-software/storm-ops/commit/06adf3c3905fae95f275bec2b8325021349867c0))
2212
2511
 
2213
2512
  ## [1.6.50](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.6.49...create-storm-workspace-v1.6.50) (2023-11-16)
2214
2513
 
2215
2514
  ### Bug Fixes
2216
2515
 
2217
- - **workspace-tools:** Patch tsup build with check for `this` in rollup config ([f6bd066](https://github.com/storm-software/storm-ops/commit/f6bd06677163c0df6bd0a1b4a5e40bd651bf1e86))
2516
+ - **workspace-tools:** Patch tsup build with check for `this` in rollup config
2517
+ ([f6bd066](https://github.com/storm-software/storm-ops/commit/f6bd06677163c0df6bd0a1b4a5e40bd651bf1e86))
2218
2518
 
2219
2519
  ## [1.6.49](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.6.48...create-storm-workspace-v1.6.49) (2023-11-16)
2220
2520
 
2221
2521
  ### Bug Fixes
2222
2522
 
2223
- - **workspace-tools:** Patch logging into tsup build ([e6ce2d7](https://github.com/storm-software/storm-ops/commit/e6ce2d7332c409d98f3aee4c561c299de6566de5))
2224
- - **workspace-tools:** Updates to tsup build config ([157b420](https://github.com/storm-software/storm-ops/commit/157b420de3ba39b1fce535c64c7b12fe8f590e4f))
2523
+ - **workspace-tools:** Patch logging into tsup build
2524
+ ([e6ce2d7](https://github.com/storm-software/storm-ops/commit/e6ce2d7332c409d98f3aee4c561c299de6566de5))
2525
+ - **workspace-tools:** Updates to tsup build config
2526
+ ([157b420](https://github.com/storm-software/storm-ops/commit/157b420de3ba39b1fce535c64c7b12fe8f590e4f))
2225
2527
 
2226
2528
  ## [1.6.48](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.6.47...create-storm-workspace-v1.6.48) (2023-11-16)
2227
2529
 
2228
2530
  ### Bug Fixes
2229
2531
 
2230
- - **workspace-tools:** Update tsup patch to use the logger ([4874960](https://github.com/storm-software/storm-ops/commit/4874960eff7c9335d51c375ea858bca992c9e5f8))
2532
+ - **workspace-tools:** Update tsup patch to use the logger
2533
+ ([4874960](https://github.com/storm-software/storm-ops/commit/4874960eff7c9335d51c375ea858bca992c9e5f8))
2231
2534
 
2232
2535
  ## [1.6.47](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.6.46...create-storm-workspace-v1.6.47) (2023-11-16)
2233
2536
 
2234
2537
  ### Bug Fixes
2235
2538
 
2236
- - **workspace-tools:** Added troubleshooting logging to tsup build ([f033bc5](https://github.com/storm-software/storm-ops/commit/f033bc548ef94aee6310fb6d5105fc750074264b))
2539
+ - **workspace-tools:** Added troubleshooting logging to tsup build
2540
+ ([f033bc5](https://github.com/storm-software/storm-ops/commit/f033bc548ef94aee6310fb6d5105fc750074264b))
2237
2541
 
2238
2542
  ## [1.6.46](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.6.45...create-storm-workspace-v1.6.46) (2023-11-15)
2239
2543
 
2240
2544
  ### Bug Fixes
2241
2545
 
2242
- - **workspace-tools:** Add json parser option to prettier format line ([86790d6](https://github.com/storm-software/storm-ops/commit/86790d6d683fe191c582afcd5a90b1d086497aec))
2546
+ - **workspace-tools:** Add json parser option to prettier format line
2547
+ ([86790d6](https://github.com/storm-software/storm-ops/commit/86790d6d683fe191c582afcd5a90b1d086497aec))
2243
2548
 
2244
2549
  ## [1.6.45](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.6.44...create-storm-workspace-v1.6.45) (2023-11-15)
2245
2550
 
2246
2551
  ### Bug Fixes
2247
2552
 
2248
- - **workspace-tools:** Resolved issue with prettier config import ([4e2c026](https://github.com/storm-software/storm-ops/commit/4e2c026ca16072a60cbf34ece52e836ed6c0c183))
2249
- - **workspace-tools:** Updated tsup build to check for package.json in outDir via patch ([65afb51](https://github.com/storm-software/storm-ops/commit/65afb51dbcd4e68ebf44f643a9f683e66564b18c))
2553
+ - **workspace-tools:** Resolved issue with prettier config import
2554
+ ([4e2c026](https://github.com/storm-software/storm-ops/commit/4e2c026ca16072a60cbf34ece52e836ed6c0c183))
2555
+ - **workspace-tools:** Updated tsup build to check for package.json in outDir
2556
+ via patch
2557
+ ([65afb51](https://github.com/storm-software/storm-ops/commit/65afb51dbcd4e68ebf44f643a9f683e66564b18c))
2250
2558
 
2251
2559
  ## [1.6.44](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.6.43...create-storm-workspace-v1.6.44) (2023-11-15)
2252
2560
 
2253
2561
  ### Bug Fixes
2254
2562
 
2255
- - **workspace-tools:** Resolved issue around writing data to package.json file ([991485e](https://github.com/storm-software/storm-ops/commit/991485e59b749c2278a90684126567835a0a0abc))
2563
+ - **workspace-tools:** Resolved issue around writing data to package.json file
2564
+ ([991485e](https://github.com/storm-software/storm-ops/commit/991485e59b749c2278a90684126567835a0a0abc))
2256
2565
 
2257
2566
  ## [1.6.43](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.6.42...create-storm-workspace-v1.6.43) (2023-11-15)
2258
2567
 
2259
2568
  ### Bug Fixes
2260
2569
 
2261
- - **workspace-tools:** Resolved tsup issue with entry option and package.json full path ([1181d64](https://github.com/storm-software/storm-ops/commit/1181d644c5c1ced40c7dbb563df252b2630ca7ca))
2570
+ - **workspace-tools:** Resolved tsup issue with entry option and package.json
2571
+ full path
2572
+ ([1181d64](https://github.com/storm-software/storm-ops/commit/1181d644c5c1ced40c7dbb563df252b2630ca7ca))
2262
2573
 
2263
2574
  ## [1.6.42](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.6.41...create-storm-workspace-v1.6.42) (2023-11-15)
2264
2575
 
2265
2576
  ### Bug Fixes
2266
2577
 
2267
- - **workspace-tools:** Patch tsup to use generated package.json file ([424fb45](https://github.com/storm-software/storm-ops/commit/424fb454abea5399b7333777210286d654610f2d))
2578
+ - **workspace-tools:** Patch tsup to use generated package.json file
2579
+ ([424fb45](https://github.com/storm-software/storm-ops/commit/424fb454abea5399b7333777210286d654610f2d))
2268
2580
 
2269
2581
  ## [1.6.41](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.6.40...create-storm-workspace-v1.6.41) (2023-11-15)
2270
2582
 
2271
2583
  ### Bug Fixes
2272
2584
 
2273
- - **workspace-tools:** Update package.json path generation ([a5c84a2](https://github.com/storm-software/storm-ops/commit/a5c84a2e10dc8e241bc698c086b77c6265d1f36f))
2585
+ - **workspace-tools:** Update package.json path generation
2586
+ ([a5c84a2](https://github.com/storm-software/storm-ops/commit/a5c84a2e10dc8e241bc698c086b77c6265d1f36f))
2274
2587
 
2275
2588
  ## [1.6.40](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.6.39...create-storm-workspace-v1.6.40) (2023-11-15)
2276
2589
 
2277
2590
  ### Bug Fixes
2278
2591
 
2279
- - **workspace-tools:** Update tsup executor to dynamically generate exports in package.json ([0c833b3](https://github.com/storm-software/storm-ops/commit/0c833b3770c885c857c8cd8ca57299b2864f0935))
2592
+ - **workspace-tools:** Update tsup executor to dynamically generate exports in
2593
+ package.json
2594
+ ([0c833b3](https://github.com/storm-software/storm-ops/commit/0c833b3770c885c857c8cd8ca57299b2864f0935))
2280
2595
 
2281
2596
  ## [1.6.39](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.6.38...create-storm-workspace-v1.6.39) (2023-11-15)
2282
2597
 
2283
2598
  ### Bug Fixes
2284
2599
 
2285
- - **workspace-tools:** Update entry file to point to src/index.ts file specifically ([b3ab296](https://github.com/storm-software/storm-ops/commit/b3ab296a24b41996c264ab70d72d9dd5038fec04))
2600
+ - **workspace-tools:** Update entry file to point to src/index.ts file
2601
+ specifically
2602
+ ([b3ab296](https://github.com/storm-software/storm-ops/commit/b3ab296a24b41996c264ab70d72d9dd5038fec04))
2286
2603
 
2287
2604
  ## [1.6.38](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.6.37...create-storm-workspace-v1.6.38) (2023-11-15)
2288
2605
 
2289
2606
  ### Bug Fixes
2290
2607
 
2291
- - **deps:** update patch prod dependencies ([4f84a7e](https://github.com/storm-software/storm-ops/commit/4f84a7e38ddd416883229b67665649ae0ffcc03a))
2292
- - **workspace-tools:** Added back previously removed config ([d599f20](https://github.com/storm-software/storm-ops/commit/d599f20113c117b7a430de422b49921053cf61e4))
2293
- - **workspace-tools:** Update default options for tsup executor ([436d792](https://github.com/storm-software/storm-ops/commit/436d7922a31128030659d671e5ed76272801215d))
2608
+ - **deps:** update patch prod dependencies
2609
+ ([4f84a7e](https://github.com/storm-software/storm-ops/commit/4f84a7e38ddd416883229b67665649ae0ffcc03a))
2610
+ - **workspace-tools:** Added back previously removed config
2611
+ ([d599f20](https://github.com/storm-software/storm-ops/commit/d599f20113c117b7a430de422b49921053cf61e4))
2612
+ - **workspace-tools:** Update default options for tsup executor
2613
+ ([436d792](https://github.com/storm-software/storm-ops/commit/436d7922a31128030659d671e5ed76272801215d))
2294
2614
 
2295
2615
  ## [1.6.37](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.6.36...create-storm-workspace-v1.6.37) (2023-11-15)
2296
2616
 
2297
2617
  ### Bug Fixes
2298
2618
 
2299
- - **workspace-tools:** Removed some of the extra tsup config options ([085c056](https://github.com/storm-software/storm-ops/commit/085c0566e546f648a8aed3604f1ea356c3b4a7bc))
2619
+ - **workspace-tools:** Removed some of the extra tsup config options
2620
+ ([085c056](https://github.com/storm-software/storm-ops/commit/085c0566e546f648a8aed3604f1ea356c3b4a7bc))
2300
2621
 
2301
2622
  ## [1.6.36](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.6.35...create-storm-workspace-v1.6.36) (2023-11-15)
2302
2623
 
2303
2624
  ### Bug Fixes
2304
2625
 
2305
- - **workspace-tools:** Generate tsconfig fields in node-library generator ([d34b2e6](https://github.com/storm-software/storm-ops/commit/d34b2e6fab177c490ea7fc81637cf26dbb4dad5f))
2626
+ - **workspace-tools:** Generate tsconfig fields in node-library generator
2627
+ ([d34b2e6](https://github.com/storm-software/storm-ops/commit/d34b2e6fab177c490ea7fc81637cf26dbb4dad5f))
2306
2628
 
2307
2629
  ## [1.6.35](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.6.34...create-storm-workspace-v1.6.35) (2023-11-15)
2308
2630
 
2309
2631
  ### Bug Fixes
2310
2632
 
2311
- - **workspace-tools:** Further required updates to the tsup config ([d075188](https://github.com/storm-software/storm-ops/commit/d07518857d56eff163f70118e955c6d5348ef2cf))
2312
- - **workspace-tools:** Included funding in package.json of monorepo packages ([338677c](https://github.com/storm-software/storm-ops/commit/338677ce3ec9ca3179de732c96795db39fbb34a3))
2313
- - **workspace-tools:** Remove unneeded plugin from tsup config ([e205c7a](https://github.com/storm-software/storm-ops/commit/e205c7a9ec94b09e03a8b3ced2369c03c3c26e97))
2633
+ - **workspace-tools:** Further required updates to the tsup config
2634
+ ([d075188](https://github.com/storm-software/storm-ops/commit/d07518857d56eff163f70118e955c6d5348ef2cf))
2635
+ - **workspace-tools:** Included funding in package.json of monorepo packages
2636
+ ([338677c](https://github.com/storm-software/storm-ops/commit/338677ce3ec9ca3179de732c96795db39fbb34a3))
2637
+ - **workspace-tools:** Remove unneeded plugin from tsup config
2638
+ ([e205c7a](https://github.com/storm-software/storm-ops/commit/e205c7a9ec94b09e03a8b3ced2369c03c3c26e97))
2314
2639
 
2315
2640
  ## [1.6.34](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.6.33...create-storm-workspace-v1.6.34) (2023-11-15)
2316
2641
 
2317
2642
  ### Bug Fixes
2318
2643
 
2319
- - **workspace-tools:** Remove .d.ts from extensions config ([fd342ce](https://github.com/storm-software/storm-ops/commit/fd342cee8fa5d1ed3f4ffb2a5d25e1c8f554f7e2))
2644
+ - **workspace-tools:** Remove .d.ts from extensions config
2645
+ ([fd342ce](https://github.com/storm-software/storm-ops/commit/fd342cee8fa5d1ed3f4ffb2a5d25e1c8f554f7e2))
2320
2646
 
2321
2647
  ## [1.6.33](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.6.32...create-storm-workspace-v1.6.33) (2023-11-15)
2322
2648
 
2323
2649
  ### Bug Fixes
2324
2650
 
2325
- - **workspace-tools:** Undo previous changes to `outExtension` config ([cea4c2e](https://github.com/storm-software/storm-ops/commit/cea4c2e294a7d60bc85ebc859841c45c62d2f484))
2651
+ - **workspace-tools:** Undo previous changes to `outExtension` config
2652
+ ([cea4c2e](https://github.com/storm-software/storm-ops/commit/cea4c2e294a7d60bc85ebc859841c45c62d2f484))
2326
2653
 
2327
2654
  ## [1.6.32](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.6.31...create-storm-workspace-v1.6.32) (2023-11-15)
2328
2655
 
2329
2656
  ### Bug Fixes
2330
2657
 
2331
- - **workspace-tools:** Added mts to list of extensions for output ([d64b590](https://github.com/storm-software/storm-ops/commit/d64b5906c926de0ff661769cd3dce59c1330ecb4))
2658
+ - **workspace-tools:** Added mts to list of extensions for output
2659
+ ([d64b590](https://github.com/storm-software/storm-ops/commit/d64b5906c926de0ff661769cd3dce59c1330ecb4))
2332
2660
 
2333
2661
  ## [1.6.31](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.6.30...create-storm-workspace-v1.6.31) (2023-11-15)
2334
2662
 
2335
2663
  ### Bug Fixes
2336
2664
 
2337
- - **workspace-tools:** Ensure proper extensions are applied to declaration files on cjs build ([d1221e6](https://github.com/storm-software/storm-ops/commit/d1221e6e63ea7b4e4cb935d367bc255cf29a5334))
2665
+ - **workspace-tools:** Ensure proper extensions are applied to declaration files
2666
+ on cjs build
2667
+ ([d1221e6](https://github.com/storm-software/storm-ops/commit/d1221e6e63ea7b4e4cb935d367bc255cf29a5334))
2338
2668
 
2339
2669
  ## [1.6.30](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.6.29...create-storm-workspace-v1.6.30) (2023-11-14)
2340
2670
 
2341
2671
  ### Bug Fixes
2342
2672
 
2343
- - **workspace-tools:** Added esbuildOption update function to change extensions on output files ([1038fd6](https://github.com/storm-software/storm-ops/commit/1038fd6b044aa66ad73d28541782b59392d98ef1))
2673
+ - **workspace-tools:** Added esbuildOption update function to change extensions
2674
+ on output files
2675
+ ([1038fd6](https://github.com/storm-software/storm-ops/commit/1038fd6b044aa66ad73d28541782b59392d98ef1))
2344
2676
 
2345
2677
  ## [1.6.29](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.6.28...create-storm-workspace-v1.6.29) (2023-11-14)
2346
2678
 
2347
2679
  ### Bug Fixes
2348
2680
 
2349
- - **workspace-tools:** Update tsup build executor to correctly generate package.json in output directory ([b335ff3](https://github.com/storm-software/storm-ops/commit/b335ff3876e0c0b16d7fd457f514859088041c44))
2681
+ - **workspace-tools:** Update tsup build executor to correctly generate
2682
+ package.json in output directory
2683
+ ([b335ff3](https://github.com/storm-software/storm-ops/commit/b335ff3876e0c0b16d7fd457f514859088041c44))
2350
2684
 
2351
2685
  ## [1.6.28](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.6.27...create-storm-workspace-v1.6.28) (2023-11-14)
2352
2686
 
2353
2687
  ### Bug Fixes
2354
2688
 
2355
- - **workspace-tools:** Resolved issue with incorrect extensions provided to tsup build config ([46d7dc5](https://github.com/storm-software/storm-ops/commit/46d7dc5835cd49da484e50d6eda7e8013071b72c))
2689
+ - **workspace-tools:** Resolved issue with incorrect extensions provided to tsup
2690
+ build config
2691
+ ([46d7dc5](https://github.com/storm-software/storm-ops/commit/46d7dc5835cd49da484e50d6eda7e8013071b72c))
2356
2692
 
2357
2693
  ## [1.6.27](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.6.26...create-storm-workspace-v1.6.27) (2023-11-13)
2358
2694
 
2359
2695
  ### Bug Fixes
2360
2696
 
2361
- - **workspace-tools:** Update tsup config to package src files in build package ([c6297b5](https://github.com/storm-software/storm-ops/commit/c6297b54a4db28d0737adfa4203a6a6dd9b4565f))
2697
+ - **workspace-tools:** Update tsup config to package src files in build package
2698
+ ([c6297b5](https://github.com/storm-software/storm-ops/commit/c6297b54a4db28d0737adfa4203a6a6dd9b4565f))
2362
2699
 
2363
2700
  ## [1.6.26](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.6.25...create-storm-workspace-v1.6.26) (2023-11-13)
2364
2701
 
2365
2702
  ### Bug Fixes
2366
2703
 
2367
- - **workspace-tools:** Include terser in workspace package for tsup build ([ee26f46](https://github.com/storm-software/storm-ops/commit/ee26f4696873ea4b329f73d7b4b718cd193c7847))
2704
+ - **workspace-tools:** Include terser in workspace package for tsup build
2705
+ ([ee26f46](https://github.com/storm-software/storm-ops/commit/ee26f4696873ea4b329f73d7b4b718cd193c7847))
2368
2706
 
2369
2707
  ## [1.6.25](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.6.24...create-storm-workspace-v1.6.25) (2023-11-13)
2370
2708
 
2371
2709
  ### Bug Fixes
2372
2710
 
2373
- - **workspace-tools:** Update tsup config to use minifier correctly ([fd86f5b](https://github.com/storm-software/storm-ops/commit/fd86f5bbdd1d7c4f76dd625a7aea91304a7102af))
2711
+ - **workspace-tools:** Update tsup config to use minifier correctly
2712
+ ([fd86f5b](https://github.com/storm-software/storm-ops/commit/fd86f5bbdd1d7c4f76dd625a7aea91304a7102af))
2374
2713
 
2375
2714
  ## [1.6.24](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.6.23...create-storm-workspace-v1.6.24) (2023-11-13)
2376
2715
 
2377
2716
  ### Bug Fixes
2378
2717
 
2379
- - **workspace-tools:** Upgrade legacy tsup build target to 2022 ([80cf997](https://github.com/storm-software/storm-ops/commit/80cf99784451809fc70a359e21ab5523ce1193c3))
2718
+ - **workspace-tools:** Upgrade legacy tsup build target to 2022
2719
+ ([80cf997](https://github.com/storm-software/storm-ops/commit/80cf99784451809fc70a359e21ab5523ce1193c3))
2380
2720
 
2381
2721
  ## [1.6.23](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.6.22...create-storm-workspace-v1.6.23) (2023-11-13)
2382
2722
 
2383
2723
  ### Bug Fixes
2384
2724
 
2385
- - **linting-tools:** Removed emitDecoratorMetadata from base tsconfig ([e2339d0](https://github.com/storm-software/storm-ops/commit/e2339d0e679ec33e88156124cfb5e9f912a750b5))
2725
+ - **linting-tools:** Removed emitDecoratorMetadata from base tsconfig
2726
+ ([e2339d0](https://github.com/storm-software/storm-ops/commit/e2339d0e679ec33e88156124cfb5e9f912a750b5))
2386
2727
 
2387
2728
  ## [1.6.22](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.6.21...create-storm-workspace-v1.6.22) (2023-11-13)
2388
2729
 
2389
2730
  ### Bug Fixes
2390
2731
 
2391
- - **linting-tools:** Remove `experimentalDecorators` from base tsconfig as it is no longer required ([294e869](https://github.com/storm-software/storm-ops/commit/294e86947e46e5aa4b275412f48dd2363e992abb))
2732
+ - **linting-tools:** Remove `experimentalDecorators` from base tsconfig as it is
2733
+ no longer required
2734
+ ([294e869](https://github.com/storm-software/storm-ops/commit/294e86947e46e5aa4b275412f48dd2363e992abb))
2392
2735
 
2393
2736
  ## [1.6.21](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.6.20...create-storm-workspace-v1.6.21) (2023-11-13)
2394
2737
 
2395
2738
  ### Bug Fixes
2396
2739
 
2397
- - **workspace-tools:** Update the package.json config during tsup build executor ([39a6a40](https://github.com/storm-software/storm-ops/commit/39a6a40e4b98300ab6c970c2a8b83ba2d6f19351))
2740
+ - **workspace-tools:** Update the package.json config during tsup build executor
2741
+ ([39a6a40](https://github.com/storm-software/storm-ops/commit/39a6a40e4b98300ab6c970c2a8b83ba2d6f19351))
2398
2742
 
2399
2743
  ## [1.6.20](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.6.19...create-storm-workspace-v1.6.20) (2023-11-13)
2400
2744
 
2401
2745
  ### Bug Fixes
2402
2746
 
2403
- - **workspace-tools:** Update treeshaking config for tsup build executor ([a2903f2](https://github.com/storm-software/storm-ops/commit/a2903f2c528046093d637e8feb9c4d50027021c6))
2747
+ - **workspace-tools:** Update treeshaking config for tsup build executor
2748
+ ([a2903f2](https://github.com/storm-software/storm-ops/commit/a2903f2c528046093d637e8feb9c4d50027021c6))
2404
2749
 
2405
2750
  ## [1.6.19](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.6.18...create-storm-workspace-v1.6.19) (2023-11-13)
2406
2751
 
2407
2752
  ### Bug Fixes
2408
2753
 
2409
- - **workspace-tools:** Added path extension plugin to tsup build config ([a03f2f3](https://github.com/storm-software/storm-ops/commit/a03f2f374dac599db24c77e4121925c12d232b18))
2754
+ - **workspace-tools:** Added path extension plugin to tsup build config
2755
+ ([a03f2f3](https://github.com/storm-software/storm-ops/commit/a03f2f374dac599db24c77e4121925c12d232b18))
2410
2756
 
2411
2757
  ## [1.6.18](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.6.17...create-storm-workspace-v1.6.18) (2023-11-13)
2412
2758
 
2413
2759
  ### Bug Fixes
2414
2760
 
2415
- - **workspace-tools:** Resolved issue with missing option in node-library generator ([b555532](https://github.com/storm-software/storm-ops/commit/b5555324e3ceef6e687b7b0e327f3cb1c2052700))
2761
+ - **workspace-tools:** Resolved issue with missing option in node-library
2762
+ generator
2763
+ ([b555532](https://github.com/storm-software/storm-ops/commit/b5555324e3ceef6e687b7b0e327f3cb1c2052700))
2416
2764
 
2417
2765
  ## [1.6.17](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.6.16...create-storm-workspace-v1.6.17) (2023-11-13)
2418
2766
 
2419
2767
  ### Bug Fixes
2420
2768
 
2421
- - **workspace-tools:** Remove the extension update plugin from tsup config ([e003eb1](https://github.com/storm-software/storm-ops/commit/e003eb1a28042009cf478c5529b99941c7580d13))
2769
+ - **workspace-tools:** Remove the extension update plugin from tsup config
2770
+ ([e003eb1](https://github.com/storm-software/storm-ops/commit/e003eb1a28042009cf478c5529b99941c7580d13))
2422
2771
 
2423
2772
  ## [1.6.16](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.6.15...create-storm-workspace-v1.6.16) (2023-11-13)
2424
2773
 
2425
2774
  ### Bug Fixes
2426
2775
 
2427
- - **workspace-tools:** Update the entry glob to start at sourceRoot ([92c5ac2](https://github.com/storm-software/storm-ops/commit/92c5ac25736c49c5522f2e251b06b5e1406fd688))
2776
+ - **workspace-tools:** Update the entry glob to start at sourceRoot
2777
+ ([92c5ac2](https://github.com/storm-software/storm-ops/commit/92c5ac25736c49c5522f2e251b06b5e1406fd688))
2428
2778
 
2429
2779
  ## [1.6.15](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.6.14...create-storm-workspace-v1.6.15) (2023-11-12)
2430
2780
 
2431
2781
  ### Bug Fixes
2432
2782
 
2433
- - **workspace-tools:** Resolved issue with entry globs ([12bb7b2](https://github.com/storm-software/storm-ops/commit/12bb7b29a4b0bec58307caf98e2b5ad7efef3c65))
2783
+ - **workspace-tools:** Resolved issue with entry globs
2784
+ ([12bb7b2](https://github.com/storm-software/storm-ops/commit/12bb7b29a4b0bec58307caf98e2b5ad7efef3c65))
2434
2785
 
2435
2786
  ## [1.6.14](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.6.13...create-storm-workspace-v1.6.14) (2023-11-12)
2436
2787
 
2437
2788
  ### Bug Fixes
2438
2789
 
2439
- - **workspace-tools:** Update entry paths for tsup build executor ([031f80e](https://github.com/storm-software/storm-ops/commit/031f80e3ac6880fc7be7cc2375ea70c748411b34))
2790
+ - **workspace-tools:** Update entry paths for tsup build executor
2791
+ ([031f80e](https://github.com/storm-software/storm-ops/commit/031f80e3ac6880fc7be7cc2375ea70c748411b34))
2440
2792
 
2441
2793
  ## [1.6.13](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.6.12...create-storm-workspace-v1.6.13) (2023-11-12)
2442
2794
 
2443
2795
  ### Bug Fixes
2444
2796
 
2445
- - **workspace-tools:** Update output paths on tsup executor config ([54e2078](https://github.com/storm-software/storm-ops/commit/54e2078c4d6fbc98401d4703746c1de9504e75a4))
2797
+ - **workspace-tools:** Update output paths on tsup executor config
2798
+ ([54e2078](https://github.com/storm-software/storm-ops/commit/54e2078c4d6fbc98401d4703746c1de9504e75a4))
2446
2799
 
2447
2800
  ## [1.6.12](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.6.11...create-storm-workspace-v1.6.12) (2023-11-12)
2448
2801
 
2449
2802
  ### Bug Fixes
2450
2803
 
2451
- - **workspace-tools:** Update default config for tsup build executor ([8296085](https://github.com/storm-software/storm-ops/commit/829608553c2a6c05f48520bc0d0b42ae12b3118f))
2804
+ - **workspace-tools:** Update default config for tsup build executor
2805
+ ([8296085](https://github.com/storm-software/storm-ops/commit/829608553c2a6c05f48520bc0d0b42ae12b3118f))
2452
2806
 
2453
2807
  ## [1.6.11](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.6.10...create-storm-workspace-v1.6.11) (2023-11-12)
2454
2808
 
2455
2809
  ### Bug Fixes
2456
2810
 
2457
- - **workspace-tools:** Update clean functionality so no previously build files are removed ([19ce7bd](https://github.com/storm-software/storm-ops/commit/19ce7bd17f570587a70256471c63b613943a0c39))
2811
+ - **workspace-tools:** Update clean functionality so no previously build files
2812
+ are removed
2813
+ ([19ce7bd](https://github.com/storm-software/storm-ops/commit/19ce7bd17f570587a70256471c63b613943a0c39))
2458
2814
 
2459
2815
  ## [1.6.10](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.6.9...create-storm-workspace-v1.6.10) (2023-11-12)
2460
2816
 
2461
2817
  ### Bug Fixes
2462
2818
 
2463
- - **workspace-tools:** Resolve issue with config objects passed to copyAssets function ([ea68191](https://github.com/storm-software/storm-ops/commit/ea681918bac665c7442afee6aa3228897b69ea10))
2819
+ - **workspace-tools:** Resolve issue with config objects passed to copyAssets
2820
+ function
2821
+ ([ea68191](https://github.com/storm-software/storm-ops/commit/ea681918bac665c7442afee6aa3228897b69ea10))
2464
2822
 
2465
2823
  ## [1.6.9](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.6.8...create-storm-workspace-v1.6.9) (2023-11-12)
2466
2824
 
2467
2825
  ### Bug Fixes
2468
2826
 
2469
- - **workspace-tools:** Log error when copy assets fails ([c97b2c9](https://github.com/storm-software/storm-ops/commit/c97b2c9ca6ea5b3170718c23894b45db41172ff0))
2827
+ - **workspace-tools:** Log error when copy assets fails
2828
+ ([c97b2c9](https://github.com/storm-software/storm-ops/commit/c97b2c9ca6ea5b3170718c23894b45db41172ff0))
2470
2829
 
2471
2830
  ## [1.6.8](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.6.7...create-storm-workspace-v1.6.8) (2023-11-12)
2472
2831
 
2473
2832
  ### Bug Fixes
2474
2833
 
2475
- - **workspace-tools:** Log copy package failures instead of throwing an error during tsup executor ([6f61a2a](https://github.com/storm-software/storm-ops/commit/6f61a2a92690fe94a4f8748011374e1eca534962))
2834
+ - **workspace-tools:** Log copy package failures instead of throwing an error
2835
+ during tsup executor
2836
+ ([6f61a2a](https://github.com/storm-software/storm-ops/commit/6f61a2a92690fe94a4f8748011374e1eca534962))
2476
2837
 
2477
2838
  ## [1.6.7](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.6.6...create-storm-workspace-v1.6.7) (2023-11-12)
2478
2839
 
2479
2840
  ### Bug Fixes
2480
2841
 
2481
- - **workspace-tools:** Include @nx/esbuild and tsup dependencies in build bundle ([7acaf5e](https://github.com/storm-software/storm-ops/commit/7acaf5e138709ac0ded3bbcfda2de6f3dfe8cca8))
2842
+ - **workspace-tools:** Include @nx/esbuild and tsup dependencies in build bundle
2843
+ ([7acaf5e](https://github.com/storm-software/storm-ops/commit/7acaf5e138709ac0ded3bbcfda2de6f3dfe8cca8))
2482
2844
 
2483
2845
  ## [1.6.6](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.6.5...create-storm-workspace-v1.6.6) (2023-11-12)
2484
2846
 
2485
2847
  ### Bug Fixes
2486
2848
 
2487
- - **workspace-tools:** Change the extension on the compiled files to js ([5214e97](https://github.com/storm-software/storm-ops/commit/5214e9752594b0bf9aaff19c453bcce935bfdbb4))
2849
+ - **workspace-tools:** Change the extension on the compiled files to js
2850
+ ([5214e97](https://github.com/storm-software/storm-ops/commit/5214e9752594b0bf9aaff19c453bcce935bfdbb4))
2488
2851
 
2489
2852
  ## [1.6.5](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.6.4...create-storm-workspace-v1.6.5) (2023-11-12)
2490
2853
 
2491
2854
  ### Bug Fixes
2492
2855
 
2493
- - **workspace-tools:** Remove ES module from build process ([afaaef0](https://github.com/storm-software/storm-ops/commit/afaaef08e1c13b8c008d5a6648caa56d7167d0bc))
2856
+ - **workspace-tools:** Remove ES module from build process
2857
+ ([afaaef0](https://github.com/storm-software/storm-ops/commit/afaaef08e1c13b8c008d5a6648caa56d7167d0bc))
2494
2858
 
2495
2859
  ## [1.6.4](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.6.3...create-storm-workspace-v1.6.4) (2023-11-12)
2496
2860
 
2497
2861
  ### Bug Fixes
2498
2862
 
2499
- - **workspace-tools:** Added code to properly set the package.json files in node-library generator ([144749c](https://github.com/storm-software/storm-ops/commit/144749caf85d606612e67e7cfae9273ff8f70bce))
2863
+ - **workspace-tools:** Added code to properly set the package.json files in
2864
+ node-library generator
2865
+ ([144749c](https://github.com/storm-software/storm-ops/commit/144749caf85d606612e67e7cfae9273ff8f70bce))
2500
2866
 
2501
2867
  ## [1.6.3](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.6.2...create-storm-workspace-v1.6.3) (2023-11-12)
2502
2868
 
2503
2869
  ### Bug Fixes
2504
2870
 
2505
- - **workspace-tools:** Removed unused hasher module ([83cc1ac](https://github.com/storm-software/storm-ops/commit/83cc1ac61e560b19986fab8b02ac94e54a8d0273))
2506
- - **workspace-tools:** Resolve issue with `outDir` in spec tsconfig ([cbf4245](https://github.com/storm-software/storm-ops/commit/cbf4245fc217f4e319c43565ab5bc64af5af2c22))
2871
+ - **workspace-tools:** Removed unused hasher module
2872
+ ([83cc1ac](https://github.com/storm-software/storm-ops/commit/83cc1ac61e560b19986fab8b02ac94e54a8d0273))
2873
+ - **workspace-tools:** Resolve issue with `outDir` in spec tsconfig
2874
+ ([cbf4245](https://github.com/storm-software/storm-ops/commit/cbf4245fc217f4e319c43565ab5bc64af5af2c22))
2507
2875
 
2508
2876
  ## [1.6.2](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.6.1...create-storm-workspace-v1.6.2) (2023-11-12)
2509
2877
 
2510
2878
  ### Bug Fixes
2511
2879
 
2512
- - **workspace-tools:** Resolved export issue with tsup executor ([f5427a1](https://github.com/storm-software/storm-ops/commit/f5427a1314473ffb2598a6c9c88de73877778770))
2880
+ - **workspace-tools:** Resolved export issue with tsup executor
2881
+ ([f5427a1](https://github.com/storm-software/storm-ops/commit/f5427a1314473ffb2598a6c9c88de73877778770))
2513
2882
 
2514
2883
  ## [1.6.1](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.6.0...create-storm-workspace-v1.6.1) (2023-11-12)
2515
2884
 
2516
2885
  ### Bug Fixes
2517
2886
 
2518
- - **workspace-tools:** Resolved issue with missing tsup executor hasher code ([b1b6412](https://github.com/storm-software/storm-ops/commit/b1b6412f5b1106c494d686dc4115e3e2235358a6))
2887
+ - **workspace-tools:** Resolved issue with missing tsup executor hasher code
2888
+ ([b1b6412](https://github.com/storm-software/storm-ops/commit/b1b6412f5b1106c494d686dc4115e3e2235358a6))
2519
2889
 
2520
2890
  # [1.6.0](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.5.34...create-storm-workspace-v1.6.0) (2023-11-12)
2521
2891
 
2522
2892
  ### Features
2523
2893
 
2524
- - **workspace-tools:** Upgrade workspace tools to bundle all dependencies ([4a110f1](https://github.com/storm-software/storm-ops/commit/4a110f11fa41b0f1e4c0e403e033069647ec7b53))
2894
+ - **workspace-tools:** Upgrade workspace tools to bundle all dependencies
2895
+ ([4a110f1](https://github.com/storm-software/storm-ops/commit/4a110f11fa41b0f1e4c0e403e033069647ec7b53))
2525
2896
 
2526
2897
  ## [1.5.34](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.5.33...create-storm-workspace-v1.5.34) (2023-11-11)
2527
2898
 
2528
2899
  ### Bug Fixes
2529
2900
 
2530
- - **workspace-tools:** Resolve null reference issue in node-library generator ([113a9dc](https://github.com/storm-software/storm-ops/commit/113a9dc34587c2b6b3cdfe006d13f09f46560e00))
2901
+ - **workspace-tools:** Resolve null reference issue in node-library generator
2902
+ ([113a9dc](https://github.com/storm-software/storm-ops/commit/113a9dc34587c2b6b3cdfe006d13f09f46560e00))
2531
2903
 
2532
2904
  ## [1.5.33](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.5.32...create-storm-workspace-v1.5.33) (2023-11-11)
2533
2905
 
2534
2906
  ### Bug Fixes
2535
2907
 
2536
- - **workspace-tools:** Resovled issue with node-library generator null reference ([3172e27](https://github.com/storm-software/storm-ops/commit/3172e270ad18b179e462fd7f2a9672e7ffe6bede))
2908
+ - **workspace-tools:** Resovled issue with node-library generator null reference
2909
+ ([3172e27](https://github.com/storm-software/storm-ops/commit/3172e270ad18b179e462fd7f2a9672e7ffe6bede))
2537
2910
 
2538
2911
  ## [1.5.32](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.5.31...create-storm-workspace-v1.5.32) (2023-11-11)
2539
2912
 
2540
2913
  ### Bug Fixes
2541
2914
 
2542
- - **workspace-tools:** Fixed issue with husky hook commands ([da3d9af](https://github.com/storm-software/storm-ops/commit/da3d9af86632754e3005d11f5d67b90d2edb31b1))
2915
+ - **workspace-tools:** Fixed issue with husky hook commands
2916
+ ([da3d9af](https://github.com/storm-software/storm-ops/commit/da3d9af86632754e3005d11f5d67b90d2edb31b1))
2543
2917
 
2544
2918
  ## [1.5.31](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.5.30...create-storm-workspace-v1.5.31) (2023-11-10)
2545
2919
 
2546
2920
  ### Bug Fixes
2547
2921
 
2548
- - **workspace-tools:** Resolved issue setting private package.json field in node-library generator ([7e570c5](https://github.com/storm-software/storm-ops/commit/7e570c5d62b206bca2840e8e92c0a9920d8b571e))
2922
+ - **workspace-tools:** Resolved issue setting private package.json field in
2923
+ node-library generator
2924
+ ([7e570c5](https://github.com/storm-software/storm-ops/commit/7e570c5d62b206bca2840e8e92c0a9920d8b571e))
2549
2925
 
2550
2926
  ## [1.5.30](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.5.29...create-storm-workspace-v1.5.30) (2023-11-10)
2551
2927
 
2552
2928
  ### Bug Fixes
2553
2929
 
2554
- - **workspace-tools:** Resolve issue adding linting during node-library generator ([6b5c34a](https://github.com/storm-software/storm-ops/commit/6b5c34ad9297bd622ccca8c322abbc7cfdb09326))
2930
+ - **workspace-tools:** Resolve issue adding linting during node-library
2931
+ generator
2932
+ ([6b5c34a](https://github.com/storm-software/storm-ops/commit/6b5c34ad9297bd622ccca8c322abbc7cfdb09326))
2555
2933
 
2556
2934
  ## [1.5.29](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.5.28...create-storm-workspace-v1.5.29) (2023-11-10)
2557
2935
 
2558
2936
  ### Bug Fixes
2559
2937
 
2560
- - **workspace-tools:** Resolved issue with node-library generator ([c0f2d26](https://github.com/storm-software/storm-ops/commit/c0f2d26849f0f16ca4e6da30c953152be3113906))
2938
+ - **workspace-tools:** Resolved issue with node-library generator
2939
+ ([c0f2d26](https://github.com/storm-software/storm-ops/commit/c0f2d26849f0f16ca4e6da30c953152be3113906))
2561
2940
 
2562
2941
  ## [1.5.28](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.5.27...create-storm-workspace-v1.5.28) (2023-11-10)
2563
2942
 
2564
2943
  ### Bug Fixes
2565
2944
 
2566
- - **git-tools:** Update readme-gen to use the configured pnpm script ([87a2788](https://github.com/storm-software/storm-ops/commit/87a2788bbe74bd7ef92ca872c3cadc57531ba51e))
2945
+ - **git-tools:** Update readme-gen to use the configured pnpm script
2946
+ ([87a2788](https://github.com/storm-software/storm-ops/commit/87a2788bbe74bd7ef92ca872c3cadc57531ba51e))
2567
2947
 
2568
2948
  ## [1.5.27](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.5.26...create-storm-workspace-v1.5.27) (2023-11-10)
2569
2949
 
2570
2950
  ### Bug Fixes
2571
2951
 
2572
- - **git-tools:** Update list-staged config extension to work with ES modules ([a408b88](https://github.com/storm-software/storm-ops/commit/a408b88543fa835c931b25d8c9294c4427e8e6fe))
2573
- - **linting-tools:** Update cspell config to json to resolve import issue ([5ca437a](https://github.com/storm-software/storm-ops/commit/5ca437a2880486de494f4a49803b5e59b5a746dc))
2952
+ - **git-tools:** Update list-staged config extension to work with ES modules
2953
+ ([a408b88](https://github.com/storm-software/storm-ops/commit/a408b88543fa835c931b25d8c9294c4427e8e6fe))
2954
+ - **linting-tools:** Update cspell config to json to resolve import issue
2955
+ ([5ca437a](https://github.com/storm-software/storm-ops/commit/5ca437a2880486de494f4a49803b5e59b5a746dc))
2574
2956
 
2575
2957
  ## [1.5.26](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.5.25...create-storm-workspace-v1.5.26) (2023-11-10)
2576
2958
 
2577
2959
  ### Bug Fixes
2578
2960
 
2579
- - **git-tools:** Resolved issues with husky hook scripts ([3c330bb](https://github.com/storm-software/storm-ops/commit/3c330bb92ed007d9d8c9b6f893826057b5150092))
2961
+ - **git-tools:** Resolved issues with husky hook scripts
2962
+ ([3c330bb](https://github.com/storm-software/storm-ops/commit/3c330bb92ed007d9d8c9b6f893826057b5150092))
2580
2963
 
2581
2964
  ## [1.5.25](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.5.24...create-storm-workspace-v1.5.25) (2023-11-10)
2582
2965
 
2583
2966
  ### Bug Fixes
2584
2967
 
2585
- - **workspace-tools:** Resolved project configuration reference issue in tsup executor ([f6f8cef](https://github.com/storm-software/storm-ops/commit/f6f8ceff5ff7fc94c4c1680db2ce25afcc8254d4))
2968
+ - **workspace-tools:** Resolved project configuration reference issue in tsup
2969
+ executor
2970
+ ([f6f8cef](https://github.com/storm-software/storm-ops/commit/f6f8ceff5ff7fc94c4c1680db2ce25afcc8254d4))
2586
2971
 
2587
2972
  ## [1.5.24](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.5.23...create-storm-workspace-v1.5.24) (2023-11-10)
2588
2973
 
2589
2974
  ### Bug Fixes
2590
2975
 
2591
- - **git-tools:** Resolved issue with missing husky hooks ([505113d](https://github.com/storm-software/storm-ops/commit/505113d29a17b37c99aa00d93bb6a1b5f60412ed))
2976
+ - **git-tools:** Resolved issue with missing husky hooks
2977
+ ([505113d](https://github.com/storm-software/storm-ops/commit/505113d29a17b37c99aa00d93bb6a1b5f60412ed))
2592
2978
 
2593
2979
  ## [1.5.23](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.5.22...create-storm-workspace-v1.5.23) (2023-11-10)
2594
2980
 
2595
2981
  ### Bug Fixes
2596
2982
 
2597
- - **workspace-tools:** Resolved issue with path to tsup executor ([7eca742](https://github.com/storm-software/storm-ops/commit/7eca742381ccb9c78bfd401db8215f958bcf7697))
2983
+ - **workspace-tools:** Resolved issue with path to tsup executor
2984
+ ([7eca742](https://github.com/storm-software/storm-ops/commit/7eca742381ccb9c78bfd401db8215f958bcf7697))
2598
2985
 
2599
2986
  ## [1.5.22](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.5.21...create-storm-workspace-v1.5.22) (2023-11-10)
2600
2987
 
2601
2988
  ### Bug Fixes
2602
2989
 
2603
- - **workspace-tools:** Move the nx.json default config to tasks-runners ([3103757](https://github.com/storm-software/storm-ops/commit/31037576dec87a7291bed5fb4f0626b83e351e1e))
2604
- - **workspace-tools:** Update cache directory in nx.json default ([67e04c6](https://github.com/storm-software/storm-ops/commit/67e04c6dbf7f78f0f713d34abae94a7f45ab7a79))
2605
- - **workspace-tools:** Update env file in preset generator ([c48acad](https://github.com/storm-software/storm-ops/commit/c48acad7b01ee56e7f9304f16b8b32aaa31be441))
2990
+ - **workspace-tools:** Move the nx.json default config to tasks-runners
2991
+ ([3103757](https://github.com/storm-software/storm-ops/commit/31037576dec87a7291bed5fb4f0626b83e351e1e))
2992
+ - **workspace-tools:** Update cache directory in nx.json default
2993
+ ([67e04c6](https://github.com/storm-software/storm-ops/commit/67e04c6dbf7f78f0f713d34abae94a7f45ab7a79))
2994
+ - **workspace-tools:** Update env file in preset generator
2995
+ ([c48acad](https://github.com/storm-software/storm-ops/commit/c48acad7b01ee56e7f9304f16b8b32aaa31be441))
2606
2996
 
2607
2997
  ## [1.5.21](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.5.20...create-storm-workspace-v1.5.21) (2023-11-10)
2608
2998
 
2609
2999
  ### Bug Fixes
2610
3000
 
2611
- - **workspace-tools:** Update node-library generator to add library to workspace tsconfig and package.json ([325cb72](https://github.com/storm-software/storm-ops/commit/325cb726e37a333bab12bbfbd95b16497dd2a940))
3001
+ - **workspace-tools:** Update node-library generator to add library to workspace
3002
+ tsconfig and package.json
3003
+ ([325cb72](https://github.com/storm-software/storm-ops/commit/325cb726e37a333bab12bbfbd95b16497dd2a940))
2612
3004
 
2613
3005
  ## [1.5.20](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.5.19...create-storm-workspace-v1.5.20) (2023-11-10)
2614
3006
 
2615
3007
  ### Bug Fixes
2616
3008
 
2617
- - **workspace-tools:** Replace joins with calls to joinPathFragments in node-library generator ([5599b5b](https://github.com/storm-software/storm-ops/commit/5599b5bf0f3ddac163b20efe05f0c3e62a215ac9))
3009
+ - **workspace-tools:** Replace joins with calls to joinPathFragments in
3010
+ node-library generator
3011
+ ([5599b5b](https://github.com/storm-software/storm-ops/commit/5599b5bf0f3ddac163b20efe05f0c3e62a215ac9))
2618
3012
 
2619
3013
  ## [1.5.19](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.5.18...create-storm-workspace-v1.5.19) (2023-11-10)
2620
3014
 
2621
3015
  ### Bug Fixes
2622
3016
 
2623
- - **workspace-tools:** Resolved issue with node-library generator package.json creation ([d18d160](https://github.com/storm-software/storm-ops/commit/d18d160f1dd7958df7c0d9c0b1921600dbb3741d))
3017
+ - **workspace-tools:** Resolved issue with node-library generator package.json
3018
+ creation
3019
+ ([d18d160](https://github.com/storm-software/storm-ops/commit/d18d160f1dd7958df7c0d9c0b1921600dbb3741d))
2624
3020
 
2625
3021
  ## [1.5.18](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.5.17...create-storm-workspace-v1.5.18) (2023-11-09)
2626
3022
 
2627
3023
  ### Bug Fixes
2628
3024
 
2629
- - **workspace-tools:** Resolved issue with dependency versions in preset ([3e8225a](https://github.com/storm-software/storm-ops/commit/3e8225aed8de591575b225b01d4fb7fb9ed4d56a))
3025
+ - **workspace-tools:** Resolved issue with dependency versions in preset
3026
+ ([3e8225a](https://github.com/storm-software/storm-ops/commit/3e8225aed8de591575b225b01d4fb7fb9ed4d56a))
2630
3027
 
2631
3028
  ## [1.5.17](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.5.16...create-storm-workspace-v1.5.17) (2023-11-09)
2632
3029
 
2633
3030
  ### Bug Fixes
2634
3031
 
2635
- - **linting-tools:** Resolved issue with linting tool executable file name ([6ad8767](https://github.com/storm-software/storm-ops/commit/6ad87673332ebdebc56eb32266585f801f791797))
3032
+ - **linting-tools:** Resolved issue with linting tool executable file name
3033
+ ([6ad8767](https://github.com/storm-software/storm-ops/commit/6ad87673332ebdebc56eb32266585f801f791797))
2636
3034
 
2637
3035
  ## [1.5.16](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.5.15...create-storm-workspace-v1.5.16) (2023-11-08)
2638
3036
 
2639
3037
  ### Bug Fixes
2640
3038
 
2641
- - **create-storm-workspace:** Update preset implementation and added back nxCloud and mode args to CLI ([35bab7e](https://github.com/storm-software/storm-ops/commit/35bab7e28ca2d7ca2430e0ec2d4c257d241adc53))
3039
+ - **create-storm-workspace:** Update preset implementation and added back
3040
+ nxCloud and mode args to CLI
3041
+ ([35bab7e](https://github.com/storm-software/storm-ops/commit/35bab7e28ca2d7ca2430e0ec2d4c257d241adc53))
2642
3042
 
2643
3043
  ## [1.5.15](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.5.14...create-storm-workspace-v1.5.15) (2023-11-08)
2644
3044
 
2645
3045
  ### Bug Fixes
2646
3046
 
2647
- - **workspace-tools:** Resolved husky install error thrown in preset ([a24d783](https://github.com/storm-software/storm-ops/commit/a24d783a1402f3bc7232b8c9195a6ea01322533c))
3047
+ - **workspace-tools:** Resolved husky install error thrown in preset
3048
+ ([a24d783](https://github.com/storm-software/storm-ops/commit/a24d783a1402f3bc7232b8c9195a6ea01322533c))
2648
3049
 
2649
3050
  ## [1.5.14](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.5.13...create-storm-workspace-v1.5.14) (2023-11-08)
2650
3051
 
2651
3052
  ### Bug Fixes
2652
3053
 
2653
- - **create-storm-workspace:** Resolved issue with command args and added debug option to tsup ([01d2296](https://github.com/storm-software/storm-ops/commit/01d2296ab7651f83966cf2e8ec364f066e09611b))
2654
- - **workspace-tools:** Added husky install to prepare script ([f29b34e](https://github.com/storm-software/storm-ops/commit/f29b34eb96882a8330bf7463fc39624d4124e1e9))
3054
+ - **create-storm-workspace:** Resolved issue with command args and added debug
3055
+ option to tsup
3056
+ ([01d2296](https://github.com/storm-software/storm-ops/commit/01d2296ab7651f83966cf2e8ec364f066e09611b))
3057
+ - **workspace-tools:** Added husky install to prepare script
3058
+ ([f29b34e](https://github.com/storm-software/storm-ops/commit/f29b34eb96882a8330bf7463fc39624d4124e1e9))
2655
3059
 
2656
3060
  ## [1.5.13](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.5.12...create-storm-workspace-v1.5.13) (2023-11-08)
2657
3061
 
2658
3062
  ### Bug Fixes
2659
3063
 
2660
- - **workspace-tools:** Resolved issues with all-contributors template ([56f40e0](https://github.com/storm-software/storm-ops/commit/56f40e06143203c6d24658d192cba20fefa75004))
3064
+ - **workspace-tools:** Resolved issues with all-contributors template
3065
+ ([56f40e0](https://github.com/storm-software/storm-ops/commit/56f40e06143203c6d24658d192cba20fefa75004))
2661
3066
 
2662
3067
  ## [1.5.12](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.5.11...create-storm-workspace-v1.5.12) (2023-11-08)
2663
3068
 
2664
3069
  ### Bug Fixes
2665
3070
 
2666
- - **create-storm-workspace:** Updated vsc setting config and args order ([0cdbfef](https://github.com/storm-software/storm-ops/commit/0cdbfef3083d2fbc3a2b65c185d2c5ac61ce0207))
2667
- - **workspace-tools:** Resolved issue with Setup Workspace action name ([1ccd8b4](https://github.com/storm-software/storm-ops/commit/1ccd8b4f0523576175e48ef36cfa4a47f00e4ad4))
3071
+ - **create-storm-workspace:** Updated vsc setting config and args order
3072
+ ([0cdbfef](https://github.com/storm-software/storm-ops/commit/0cdbfef3083d2fbc3a2b65c185d2c5ac61ce0207))
3073
+ - **workspace-tools:** Resolved issue with Setup Workspace action name
3074
+ ([1ccd8b4](https://github.com/storm-software/storm-ops/commit/1ccd8b4f0523576175e48ef36cfa4a47f00e4ad4))
2668
3075
 
2669
3076
  ## [1.5.11](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.5.10...create-storm-workspace-v1.5.11) (2023-11-08)
2670
3077
 
2671
3078
  ### Bug Fixes
2672
3079
 
2673
- - **workspace-tools:** Updated package.json scripts in preset ([9dd9b9c](https://github.com/storm-software/storm-ops/commit/9dd9b9cc2acd250da5e8278d7ef2212aff6469f6))
3080
+ - **workspace-tools:** Updated package.json scripts in preset
3081
+ ([9dd9b9c](https://github.com/storm-software/storm-ops/commit/9dd9b9cc2acd250da5e8278d7ef2212aff6469f6))
2674
3082
 
2675
3083
  ## [1.5.10](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.5.9...create-storm-workspace-v1.5.10) (2023-11-08)
2676
3084
 
2677
3085
  ### Bug Fixes
2678
3086
 
2679
- - **create-storm-workspace:** Resolved issue with array index access ([6ec1fc8](https://github.com/storm-software/storm-ops/commit/6ec1fc83621bc0027f4783cd10513884ef233fd5))
3087
+ - **create-storm-workspace:** Resolved issue with array index access
3088
+ ([6ec1fc8](https://github.com/storm-software/storm-ops/commit/6ec1fc83621bc0027f4783cd10513884ef233fd5))
2680
3089
 
2681
3090
  ## [1.5.9](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.5.8...create-storm-workspace-v1.5.9) (2023-11-08)
2682
3091
 
2683
3092
  ### Bug Fixes
2684
3093
 
2685
- - **workspace-tools:** Resolve issue with preset CI action's env config ([e6f7b8a](https://github.com/storm-software/storm-ops/commit/e6f7b8a81be6197d9f5d0fe71dafabf90189c669))
3094
+ - **workspace-tools:** Resolve issue with preset CI action's env config
3095
+ ([e6f7b8a](https://github.com/storm-software/storm-ops/commit/e6f7b8a81be6197d9f5d0fe71dafabf90189c669))
2686
3096
 
2687
3097
  ## [1.5.8](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.5.7...create-storm-workspace-v1.5.8) (2023-11-08)
2688
3098
 
2689
3099
  ### Bug Fixes
2690
3100
 
2691
- - **workspace-tools:** Resolved issue with README template in preset ([5824423](https://github.com/storm-software/storm-ops/commit/5824423e787aa2bec7e94cca89105a2bee2828f4))
3101
+ - **workspace-tools:** Resolved issue with README template in preset
3102
+ ([5824423](https://github.com/storm-software/storm-ops/commit/5824423e787aa2bec7e94cca89105a2bee2828f4))
2692
3103
 
2693
3104
  ## [1.5.7](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.5.6...create-storm-workspace-v1.5.7) (2023-11-08)
2694
3105
 
2695
3106
  ### Bug Fixes
2696
3107
 
2697
- - **workspace-tools:** Resolved issue with nx.json file in preset ([ce132a0](https://github.com/storm-software/storm-ops/commit/ce132a00334b9c6e6123c1302301b808212db4fb))
3108
+ - **workspace-tools:** Resolved issue with nx.json file in preset
3109
+ ([ce132a0](https://github.com/storm-software/storm-ops/commit/ce132a00334b9c6e6123c1302301b808212db4fb))
2698
3110
 
2699
3111
  ## [1.5.6](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.5.5...create-storm-workspace-v1.5.6) (2023-11-08)
2700
3112
 
2701
3113
  ### Bug Fixes
2702
3114
 
2703
- - **create-storm-workspace:** Resolved issue with the CLI's arg indexes ([78b12e1](https://github.com/storm-software/storm-ops/commit/78b12e14aa96e55a7768efff433d57e10374fbe7))
2704
- - **workspace-tools:** Resolved issues with mismatching node/pnpm versions ([8f9d0dd](https://github.com/storm-software/storm-ops/commit/8f9d0ddf4391534ee60dee603a819bf95f8b859c))
3115
+ - **create-storm-workspace:** Resolved issue with the CLI's arg indexes
3116
+ ([78b12e1](https://github.com/storm-software/storm-ops/commit/78b12e14aa96e55a7768efff433d57e10374fbe7))
3117
+ - **workspace-tools:** Resolved issues with mismatching node/pnpm versions
3118
+ ([8f9d0dd](https://github.com/storm-software/storm-ops/commit/8f9d0ddf4391534ee60dee603a819bf95f8b859c))
2705
3119
 
2706
3120
  ## [1.5.5](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.5.4...create-storm-workspace-v1.5.5) (2023-11-07)
2707
3121
 
2708
3122
  ### Bug Fixes
2709
3123
 
2710
- - **workspace-tools:** Resolved various type issues with preset execution ([189ed86](https://github.com/storm-software/storm-ops/commit/189ed867e688af05a3b1aebbd8a053c2c707a457))
3124
+ - **workspace-tools:** Resolved various type issues with preset execution
3125
+ ([189ed86](https://github.com/storm-software/storm-ops/commit/189ed867e688af05a3b1aebbd8a053c2c707a457))
2711
3126
 
2712
3127
  ## [1.5.4](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.5.3...create-storm-workspace-v1.5.4) (2023-11-07)
2713
3128
 
2714
3129
  ### Bug Fixes
2715
3130
 
2716
- - **create-storm-workspace:** Resolved issue with missing package executable ([4256731](https://github.com/storm-software/storm-ops/commit/4256731041c36bcf54d965b9b8d44f5b2163566e))
3131
+ - **create-storm-workspace:** Resolved issue with missing package executable
3132
+ ([4256731](https://github.com/storm-software/storm-ops/commit/4256731041c36bcf54d965b9b8d44f5b2163566e))
2717
3133
 
2718
3134
  ## [1.5.3](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.5.2...create-storm-workspace-v1.5.3) (2023-11-07)
2719
3135
 
2720
3136
  ### Bug Fixes
2721
3137
 
2722
- - **create-storm-workspace:** Bundle packages with create-storm-workspace ([f3bcb3b](https://github.com/storm-software/storm-ops/commit/f3bcb3b750cf8f8aacb2e93a600a5b18bcacaa7d))
3138
+ - **create-storm-workspace:** Bundle packages with create-storm-workspace
3139
+ ([f3bcb3b](https://github.com/storm-software/storm-ops/commit/f3bcb3b750cf8f8aacb2e93a600a5b18bcacaa7d))
2723
3140
 
2724
3141
  ## [1.5.2](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.5.1...create-storm-workspace-v1.5.2) (2023-11-07)
2725
3142
 
2726
3143
  ### Bug Fixes
2727
3144
 
2728
- - **create-storm-workspace:** Resolved issue getting workspace-tools package version ([2ce3d32](https://github.com/storm-software/storm-ops/commit/2ce3d32525e0f184c47c7b98bd880cafd8f3a6e8))
3145
+ - **create-storm-workspace:** Resolved issue getting workspace-tools package
3146
+ version
3147
+ ([2ce3d32](https://github.com/storm-software/storm-ops/commit/2ce3d32525e0f184c47c7b98bd880cafd8f3a6e8))
2729
3148
 
2730
3149
  ## [1.5.1](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.5.0...create-storm-workspace-v1.5.1) (2023-11-07)
2731
3150
 
2732
3151
  ### Bug Fixes
2733
3152
 
2734
- - **create-storm-workspace:** Resolved issue with linked workspace-tools dependency in package.json ([90b0b76](https://github.com/storm-software/storm-ops/commit/90b0b766817445084cec96126c51c8302ca16d6d))
3153
+ - **create-storm-workspace:** Resolved issue with linked workspace-tools
3154
+ dependency in package.json
3155
+ ([90b0b76](https://github.com/storm-software/storm-ops/commit/90b0b766817445084cec96126c51c8302ca16d6d))
2735
3156
 
2736
3157
  # [1.5.0](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.4.0...create-storm-workspace-v1.5.0) (2023-11-07)
2737
3158
 
2738
3159
  ### Features
2739
3160
 
2740
- - **workspace-tools:** Added the node-library generator ([85ada65](https://github.com/storm-software/storm-ops/commit/85ada65f9737f972a36d0a001179f87963b4aa98))
3161
+ - **workspace-tools:** Added the node-library generator
3162
+ ([85ada65](https://github.com/storm-software/storm-ops/commit/85ada65f9737f972a36d0a001179f87963b4aa98))
2741
3163
 
2742
3164
  # [1.4.0](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.3.0...create-storm-workspace-v1.4.0) (2023-11-07)
2743
3165
 
2744
3166
  ### Bug Fixes
2745
3167
 
2746
- - **storm-ops:** Regenerated pnpm filelock file ([113bf16](https://github.com/storm-software/storm-ops/commit/113bf1678acd4324992f4d8f2581c262bddcbc85))
3168
+ - **storm-ops:** Regenerated pnpm filelock file
3169
+ ([113bf16](https://github.com/storm-software/storm-ops/commit/113bf1678acd4324992f4d8f2581c262bddcbc85))
2747
3170
 
2748
3171
  ### Features
2749
3172
 
2750
- - **testing-tools:** Added testing-tools library for common test functionality ([08d3ccd](https://github.com/storm-software/storm-ops/commit/08d3ccda5508db5c9abf2481900f9d9826d6ece1))
3173
+ - **testing-tools:** Added testing-tools library for common test functionality
3174
+ ([08d3ccd](https://github.com/storm-software/storm-ops/commit/08d3ccda5508db5c9abf2481900f9d9826d6ece1))
2751
3175
 
2752
3176
  # [1.3.0](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.2.2...create-storm-workspace-v1.3.0) (2023-11-07)
2753
3177
 
2754
3178
  ### Bug Fixes
2755
3179
 
2756
- - **storm-ops:** Update pnpm lockfile ([f08a730](https://github.com/storm-software/storm-ops/commit/f08a7309f56fabbf6d0c108b3a57834a0ec05429))
2757
- - **workspace-tools:** Exclude eslint config from generators in typescript comiler ([83bd2b3](https://github.com/storm-software/storm-ops/commit/83bd2b32815a6c6603a83106f1832a67a933d70e))
3180
+ - **storm-ops:** Update pnpm lockfile
3181
+ ([f08a730](https://github.com/storm-software/storm-ops/commit/f08a7309f56fabbf6d0c108b3a57834a0ec05429))
3182
+ - **workspace-tools:** Exclude eslint config from generators in typescript
3183
+ comiler
3184
+ ([83bd2b3](https://github.com/storm-software/storm-ops/commit/83bd2b32815a6c6603a83106f1832a67a933d70e))
2758
3185
 
2759
3186
  ### Features
2760
3187
 
2761
- - **storm-ops:** Converted repository eslint to flat structure ([a738c3a](https://github.com/storm-software/storm-ops/commit/a738c3a9839cd5262e98029641f7a9a4d886e117))
3188
+ - **storm-ops:** Converted repository eslint to flat structure
3189
+ ([a738c3a](https://github.com/storm-software/storm-ops/commit/a738c3a9839cd5262e98029641f7a9a4d886e117))
2762
3190
 
2763
3191
  ## [1.2.2](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.2.1...create-storm-workspace-v1.2.2) (2023-11-06)
2764
3192
 
2765
3193
  ### Bug Fixes
2766
3194
 
2767
- - **create-storm-workspace:** Resolved issues with create workspace script options ([b81eaf2](https://github.com/storm-software/storm-ops/commit/b81eaf2c493dd319458f5ad5b375612fb3b8206f))
2768
- - **storm-ops:** Regenerate pnpm lockfile ([6cc4c75](https://github.com/storm-software/storm-ops/commit/6cc4c75486d843327d8e438e34dd08182bb0e052))
3195
+ - **create-storm-workspace:** Resolved issues with create workspace script
3196
+ options
3197
+ ([b81eaf2](https://github.com/storm-software/storm-ops/commit/b81eaf2c493dd319458f5ad5b375612fb3b8206f))
3198
+ - **storm-ops:** Regenerate pnpm lockfile
3199
+ ([6cc4c75](https://github.com/storm-software/storm-ops/commit/6cc4c75486d843327d8e438e34dd08182bb0e052))
2769
3200
 
2770
3201
  ## [1.2.1](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.2.0...create-storm-workspace-v1.2.1) (2023-11-06)
2771
3202
 
2772
3203
  ### Bug Fixes
2773
3204
 
2774
- - **git-tools:** Added missing GitHub release config and removed failed GitGuardian lines ([4b64698](https://github.com/storm-software/storm-ops/commit/4b646983226fa979c76f8078ffd1cee1d544f1a1))
3205
+ - **git-tools:** Added missing GitHub release config and removed failed
3206
+ GitGuardian lines
3207
+ ([4b64698](https://github.com/storm-software/storm-ops/commit/4b646983226fa979c76f8078ffd1cee1d544f1a1))
2775
3208
 
2776
3209
  # [1.2.0](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.1.1...create-storm-workspace-v1.2.0) (2023-11-06)
2777
3210
 
2778
3211
  ### Features
2779
3212
 
2780
- - **workspace-tools:** Added init generator and enhanced preset template files ([c1ac333](https://github.com/storm-software/storm-ops/commit/c1ac33355520a717df93f157f31bb311dd81b7c6))
3213
+ - **workspace-tools:** Added init generator and enhanced preset template files
3214
+ ([c1ac333](https://github.com/storm-software/storm-ops/commit/c1ac33355520a717df93f157f31bb311dd81b7c6))
2781
3215
 
2782
3216
  ## [1.1.1](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.1.0...create-storm-workspace-v1.1.1) (2023-11-06)
2783
3217
 
2784
3218
  ### Bug Fixes
2785
3219
 
2786
- - **storm-ops:** Add @semantic-release/commit-analyzer dependency back to workspace root ([553dd65](https://github.com/storm-software/storm-ops/commit/553dd6548aba57eada49dce635312b2c4bdd474f))
2787
- - **storm-ops:** Resolved issue with prepare script in workspace root ([4caa35a](https://github.com/storm-software/storm-ops/commit/4caa35a09421e0ac48a0d2eddc27843c4dcff6e7))
3220
+ - **storm-ops:** Add @semantic-release/commit-analyzer dependency back to
3221
+ workspace root
3222
+ ([553dd65](https://github.com/storm-software/storm-ops/commit/553dd6548aba57eada49dce635312b2c4bdd474f))
3223
+ - **storm-ops:** Resolved issue with prepare script in workspace root
3224
+ ([4caa35a](https://github.com/storm-software/storm-ops/commit/4caa35a09421e0ac48a0d2eddc27843c4dcff6e7))
2788
3225
 
2789
3226
  # [1.1.0](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.0.1...create-storm-workspace-v1.1.0) (2023-11-06)
2790
3227
 
2791
3228
  ### Features
2792
3229
 
2793
- - **workspace-tools:** Added the init generator and tsup build executor ([e34d64c](https://github.com/storm-software/storm-ops/commit/e34d64c84027d60cb29ca54fa957b5994128b4aa))
3230
+ - **workspace-tools:** Added the init generator and tsup build executor
3231
+ ([e34d64c](https://github.com/storm-software/storm-ops/commit/e34d64c84027d60cb29ca54fa957b5994128b4aa))
2794
3232
 
2795
3233
  ## [1.0.1](https://github.com/storm-software/storm-ops/compare/create-storm-workspace-v1.0.0...create-storm-workspace-v1.0.1) (2023-11-06)
2796
3234
 
2797
3235
  ### Bug Fixes
2798
3236
 
2799
- - **git-tools:** Updated default README template files used by readme CLI ([77c7c59](https://github.com/storm-software/storm-ops/commit/77c7c5936b614f7a5d3072254ff8065e70ad4d25))
3237
+ - **git-tools:** Updated default README template files used by readme CLI
3238
+ ([77c7c59](https://github.com/storm-software/storm-ops/commit/77c7c5936b614f7a5d3072254ff8065e70ad4d25))
2800
3239
 
2801
3240
  # [1.0.0](https://github.com/storm-software/storm-ops/compare/...create-storm-workspace-v1.0.0) (2023-11-06)
2802
3241
 
2803
3242
  ### Bug Fixes
2804
3243
 
2805
- - **deps:** pin dependencies ([3a245b9](https://github.com/storm-software/storm-ops/commit/3a245b9f6781af520862474da42de105a59a96e1))
2806
- - **deps:** update dependencies-non-major ([8b99e68](https://github.com/storm-software/storm-ops/commit/8b99e68edc98c02d0e59d69d7c82069e60ee0faa))
2807
- - **deps:** update dependency @cspell/dict-en-gb to v4 ([eddf2bf](https://github.com/storm-software/storm-ops/commit/eddf2bff0125b38008a3dccf22928f20767ecd26))
2808
- - **deps:** update dependency p-limit to v5 ([353e00a](https://github.com/storm-software/storm-ops/commit/353e00a00d4de71ca2d828d4a788726da6020ba4))
2809
- - **deps:** update dependency prettier to v3 ([f505213](https://github.com/storm-software/storm-ops/commit/f50521399cb1f54916a803b91587f6241467123a))
2810
- - **deps:** update patch prod dependencies ([651ea23](https://github.com/storm-software/storm-ops/commit/651ea23e5a515e2391a415b5c9b1f194eb7ff8f0))
2811
- - **deps:** update typescript-eslint monorepo to v6 ([c8b086b](https://github.com/storm-software/storm-ops/commit/c8b086b43f25c22c200bf157e88459371391ec38))
2812
- - **git-tools:** Add @semantic-release/github dependency to git-tools ([949bc8d](https://github.com/storm-software/storm-ops/commit/949bc8d953b855e3f2e0a2f7e1faae12da83cdad))
2813
- - **git-tools:** Added config token replacement functionality ([cd48602](https://github.com/storm-software/storm-ops/commit/cd4860283eb249bfe2b2b08a439f729f2f5b89a3))
2814
- - **git-tools:** Added missing semantic-release depenencies ([33a0f5e](https://github.com/storm-software/storm-ops/commit/33a0f5e635a417715db8cbfd78540912e721529b))
2815
- - **git-tools:** Added missing semantic-release plugins ([5350bc2](https://github.com/storm-software/storm-ops/commit/5350bc2bd4c89f9f1dc1f29903dfbd90ffb6f337))
2816
- - **git-tools:** Added semantic-release plugins to root package.json ([55289a7](https://github.com/storm-software/storm-ops/commit/55289a75b08e1603f087dfa1c8b6d594b6386f95))
2817
- - **git-tools:** Convert package to ES module ([b845fda](https://github.com/storm-software/storm-ops/commit/b845fdacbd530a90cb6a596cd9e182f3466e92f0))
2818
- - **git-tools:** Patch semantic-release to use an import instead of require on the plugin ([25dcf81](https://github.com/storm-software/storm-ops/commit/25dcf81794381cb3df24ea944592bf6e729093cf))
2819
- - **git-tools:** Remove unused lodash dependency ([0381059](https://github.com/storm-software/storm-ops/commit/0381059a48e7260648a61178ad52912c69362601))
2820
- - **git-tools:** Resolve issue with CJS vs ESM conflicts ([7afb4c9](https://github.com/storm-software/storm-ops/commit/7afb4c98b22dff7a9b9d9ba5987b212797b7aa29))
2821
- - **git-tools:** Resolved issues with release module imports ([befe2b2](https://github.com/storm-software/storm-ops/commit/befe2b21a3726abd51a032abaed21e8bcaf50c74))
2822
- - **git-tools:** Update method of importing semantic-release ([5ae114e](https://github.com/storm-software/storm-ops/commit/5ae114e0fee775840363ffcf7f2efcb727c2c9ed))
2823
- - **git-tools:** Update require to import in semantic-release patch ([e2ef52c](https://github.com/storm-software/storm-ops/commit/e2ef52cd0920336ad33857954040af7291a66e6d))
2824
- - **semantic-release-plugin:** Add cjs build to release plugin ([3e06494](https://github.com/storm-software/storm-ops/commit/3e0649470fcc68814b550dd933fedb5840425617))
2825
- - **semantic-release-plugin:** Add code for commit analyzer ([2757ca3](https://github.com/storm-software/storm-ops/commit/2757ca3c9805b1cde9cb4bab0361ebee783fae11))
2826
- - **semantic-release-plugin:** Add release note generation to semantic release plugin ([c4e250d](https://github.com/storm-software/storm-ops/commit/c4e250d910daa10aa33549c1c6f508e569930870))
2827
- - **semantic-release-plugin:** Add rootDir to plugin ([674ebdd](https://github.com/storm-software/storm-ops/commit/674ebddf21eaea5958064d4791df1ef676aab393))
2828
- - **semantic-release-plugin:** Change compiler type ([542667d](https://github.com/storm-software/storm-ops/commit/542667db6b58fe9775c92632cf0497a80d74593b))
2829
- - **semantic-release-plugin:** Changed import type for release plugin ([51f4809](https://github.com/storm-software/storm-ops/commit/51f480922809acb5592fcc8b594548d729388a7b))
2830
- - **semantic-release-plugin:** Converted the plugin to CommonJS ([ff870ee](https://github.com/storm-software/storm-ops/commit/ff870ee083c7da4524f50332cf2b47ef27734a3f))
2831
- - **semantic-release-plugin:** Format output to mjs file ([2175391](https://github.com/storm-software/storm-ops/commit/217539176889675d3e47a7dac102a1533a68869a))
2832
- - **semantic-release-plugin:** Invoke commit analzyer manually to prevent ES module issues ([09c66cb](https://github.com/storm-software/storm-ops/commit/09c66cb2c2fc94f59149b93d299cc95346438542))
2833
- - **semantic-release-plugin:** Mark the semantic-release plugin as external ([863ed64](https://github.com/storm-software/storm-ops/commit/863ed640a3960fbed7de71f946db0e2d591c87b8))
2834
- - **semantic-release-plugin:** Patch semantic-release-plugin-decorators to use import instead of require ([8a4b348](https://github.com/storm-software/storm-ops/commit/8a4b34854be0b5b6e7d4bef05942de8ea7ab84b4))
2835
- - **semantic-release-plugin:** Remove code to avoid semantic release built-in plugins ([6a7263b](https://github.com/storm-software/storm-ops/commit/6a7263b1273c0233ccdb79b3c3c06a9059375e5d))
2836
- - **semantic-release-plugin:** Remove third party code from bundle ([5d0d464](https://github.com/storm-software/storm-ops/commit/5d0d464e75d1fdd47e8db9f471ef8655a6b800e5))
2837
- - **semantic-release-plugin:** Removed dependancy on commit analyzer ([4796955](https://github.com/storm-software/storm-ops/commit/479695525e578ead9ada3fc79b2f46edfb0b667d))
2838
- - **semantic-release-plugin:** Resolve imports to support ES modules ([91cdf56](https://github.com/storm-software/storm-ops/commit/91cdf569e0e2237bbc0cb2e81446c3b2578a2e27))
2839
- - **semantic-release-plugin:** Resolve issue with main path extension in package.json ([b2aa62b](https://github.com/storm-software/storm-ops/commit/b2aa62be19ed31f64f6b1c483f0dd480ce73c1de))
2840
- - **semantic-release-plugin:** Resolve missing path module ([34409df](https://github.com/storm-software/storm-ops/commit/34409df07f095e6b11d80f570d03dea3bf859a86))
2841
- - **semantic-release-plugin:** Resolve path import issue ([c7769a1](https://github.com/storm-software/storm-ops/commit/c7769a123fbb48988c58047fa4832563b7946dad))
2842
- - **semantic-release-plugin:** Unbundle sematic release plugin ([7910e43](https://github.com/storm-software/storm-ops/commit/7910e43b14a9f048ad4979cdc8819589adbc1b3a))
2843
- - **semantic-release-plugin:** Update extension on main file to be mjs ([8c6e389](https://github.com/storm-software/storm-ops/commit/8c6e389bac21008b2cb4289b47f345ec52b2c204))
2844
- - **semantic-release-plugin:** Update the package.json index file path ([1da1cce](https://github.com/storm-software/storm-ops/commit/1da1cce9d135826636ed7af371e01db329bf1cc9))
2845
- - **storm-ops:** Added back husky hooks and removed config from package.json ([f1b0b85](https://github.com/storm-software/storm-ops/commit/f1b0b85af21c22051a9f26c8d987c4370c60ca76))
2846
- - **storm-ops:** Patch semantic release to use old config import ([18e27d6](https://github.com/storm-software/storm-ops/commit/18e27d6f5038475e28a83efbfdb0438fac3acda2))
2847
- - **storm-ops:** Remove unused workspace config from package.json ([0651468](https://github.com/storm-software/storm-ops/commit/0651468547eab92f29ea0f74152752eb700af0cb))
2848
- - **storm-ops:** Resolved issues with build/CI ([fc81a8f](https://github.com/storm-software/storm-ops/commit/fc81a8f527d7b0a069818243f955d05062a4efac))
2849
- - **storm-ops:** Resolved issues with pnpm lockfile ([563238c](https://github.com/storm-software/storm-ops/commit/563238cad00bc4042512438aee4072a084cfce99))
2850
- - **storm-ops:** Update linting tools, and scripts, to use ES modules ([59cb4a1](https://github.com/storm-software/storm-ops/commit/59cb4a18772bbe85a8d88aa356c37b799ce0d11f))
2851
- - **storm-ops:** Update lockfile for monorepo ([fc39b4a](https://github.com/storm-software/storm-ops/commit/fc39b4a32e199550eddf85360728e9253d210fa7))
2852
- - **storm-ops:** Update workspace package.json file with private field set to false ([2045f27](https://github.com/storm-software/storm-ops/commit/2045f2753e90828747d155903dc5071864e893aa))
2853
- - **workspace-tools:** Resolved issue with invalid include path ([e1a29fd](https://github.com/storm-software/storm-ops/commit/e1a29fd4c0688af43b1f59bca19be087534d7c3b))
3244
+ - **deps:** pin dependencies
3245
+ ([3a245b9](https://github.com/storm-software/storm-ops/commit/3a245b9f6781af520862474da42de105a59a96e1))
3246
+ - **deps:** update dependencies-non-major
3247
+ ([8b99e68](https://github.com/storm-software/storm-ops/commit/8b99e68edc98c02d0e59d69d7c82069e60ee0faa))
3248
+ - **deps:** update dependency @cspell/dict-en-gb to v4
3249
+ ([eddf2bf](https://github.com/storm-software/storm-ops/commit/eddf2bff0125b38008a3dccf22928f20767ecd26))
3250
+ - **deps:** update dependency p-limit to v5
3251
+ ([353e00a](https://github.com/storm-software/storm-ops/commit/353e00a00d4de71ca2d828d4a788726da6020ba4))
3252
+ - **deps:** update dependency prettier to v3
3253
+ ([f505213](https://github.com/storm-software/storm-ops/commit/f50521399cb1f54916a803b91587f6241467123a))
3254
+ - **deps:** update patch prod dependencies
3255
+ ([651ea23](https://github.com/storm-software/storm-ops/commit/651ea23e5a515e2391a415b5c9b1f194eb7ff8f0))
3256
+ - **deps:** update typescript-eslint monorepo to v6
3257
+ ([c8b086b](https://github.com/storm-software/storm-ops/commit/c8b086b43f25c22c200bf157e88459371391ec38))
3258
+ - **git-tools:** Add @semantic-release/github dependency to git-tools
3259
+ ([949bc8d](https://github.com/storm-software/storm-ops/commit/949bc8d953b855e3f2e0a2f7e1faae12da83cdad))
3260
+ - **git-tools:** Added config token replacement functionality
3261
+ ([cd48602](https://github.com/storm-software/storm-ops/commit/cd4860283eb249bfe2b2b08a439f729f2f5b89a3))
3262
+ - **git-tools:** Added missing semantic-release depenencies
3263
+ ([33a0f5e](https://github.com/storm-software/storm-ops/commit/33a0f5e635a417715db8cbfd78540912e721529b))
3264
+ - **git-tools:** Added missing semantic-release plugins
3265
+ ([5350bc2](https://github.com/storm-software/storm-ops/commit/5350bc2bd4c89f9f1dc1f29903dfbd90ffb6f337))
3266
+ - **git-tools:** Added semantic-release plugins to root package.json
3267
+ ([55289a7](https://github.com/storm-software/storm-ops/commit/55289a75b08e1603f087dfa1c8b6d594b6386f95))
3268
+ - **git-tools:** Convert package to ES module
3269
+ ([b845fda](https://github.com/storm-software/storm-ops/commit/b845fdacbd530a90cb6a596cd9e182f3466e92f0))
3270
+ - **git-tools:** Patch semantic-release to use an import instead of require on
3271
+ the plugin
3272
+ ([25dcf81](https://github.com/storm-software/storm-ops/commit/25dcf81794381cb3df24ea944592bf6e729093cf))
3273
+ - **git-tools:** Remove unused lodash dependency
3274
+ ([0381059](https://github.com/storm-software/storm-ops/commit/0381059a48e7260648a61178ad52912c69362601))
3275
+ - **git-tools:** Resolve issue with CJS vs ESM conflicts
3276
+ ([7afb4c9](https://github.com/storm-software/storm-ops/commit/7afb4c98b22dff7a9b9d9ba5987b212797b7aa29))
3277
+ - **git-tools:** Resolved issues with release module imports
3278
+ ([befe2b2](https://github.com/storm-software/storm-ops/commit/befe2b21a3726abd51a032abaed21e8bcaf50c74))
3279
+ - **git-tools:** Update method of importing semantic-release
3280
+ ([5ae114e](https://github.com/storm-software/storm-ops/commit/5ae114e0fee775840363ffcf7f2efcb727c2c9ed))
3281
+ - **git-tools:** Update require to import in semantic-release patch
3282
+ ([e2ef52c](https://github.com/storm-software/storm-ops/commit/e2ef52cd0920336ad33857954040af7291a66e6d))
3283
+ - **semantic-release-plugin:** Add cjs build to release plugin
3284
+ ([3e06494](https://github.com/storm-software/storm-ops/commit/3e0649470fcc68814b550dd933fedb5840425617))
3285
+ - **semantic-release-plugin:** Add code for commit analyzer
3286
+ ([2757ca3](https://github.com/storm-software/storm-ops/commit/2757ca3c9805b1cde9cb4bab0361ebee783fae11))
3287
+ - **semantic-release-plugin:** Add release note generation to semantic release
3288
+ plugin
3289
+ ([c4e250d](https://github.com/storm-software/storm-ops/commit/c4e250d910daa10aa33549c1c6f508e569930870))
3290
+ - **semantic-release-plugin:** Add rootDir to plugin
3291
+ ([674ebdd](https://github.com/storm-software/storm-ops/commit/674ebddf21eaea5958064d4791df1ef676aab393))
3292
+ - **semantic-release-plugin:** Change compiler type
3293
+ ([542667d](https://github.com/storm-software/storm-ops/commit/542667db6b58fe9775c92632cf0497a80d74593b))
3294
+ - **semantic-release-plugin:** Changed import type for release plugin
3295
+ ([51f4809](https://github.com/storm-software/storm-ops/commit/51f480922809acb5592fcc8b594548d729388a7b))
3296
+ - **semantic-release-plugin:** Converted the plugin to CommonJS
3297
+ ([ff870ee](https://github.com/storm-software/storm-ops/commit/ff870ee083c7da4524f50332cf2b47ef27734a3f))
3298
+ - **semantic-release-plugin:** Format output to mjs file
3299
+ ([2175391](https://github.com/storm-software/storm-ops/commit/217539176889675d3e47a7dac102a1533a68869a))
3300
+ - **semantic-release-plugin:** Invoke commit analzyer manually to prevent ES
3301
+ module issues
3302
+ ([09c66cb](https://github.com/storm-software/storm-ops/commit/09c66cb2c2fc94f59149b93d299cc95346438542))
3303
+ - **semantic-release-plugin:** Mark the semantic-release plugin as external
3304
+ ([863ed64](https://github.com/storm-software/storm-ops/commit/863ed640a3960fbed7de71f946db0e2d591c87b8))
3305
+ - **semantic-release-plugin:** Patch semantic-release-plugin-decorators to use
3306
+ import instead of require
3307
+ ([8a4b348](https://github.com/storm-software/storm-ops/commit/8a4b34854be0b5b6e7d4bef05942de8ea7ab84b4))
3308
+ - **semantic-release-plugin:** Remove code to avoid semantic release built-in
3309
+ plugins
3310
+ ([6a7263b](https://github.com/storm-software/storm-ops/commit/6a7263b1273c0233ccdb79b3c3c06a9059375e5d))
3311
+ - **semantic-release-plugin:** Remove third party code from bundle
3312
+ ([5d0d464](https://github.com/storm-software/storm-ops/commit/5d0d464e75d1fdd47e8db9f471ef8655a6b800e5))
3313
+ - **semantic-release-plugin:** Removed dependancy on commit analyzer
3314
+ ([4796955](https://github.com/storm-software/storm-ops/commit/479695525e578ead9ada3fc79b2f46edfb0b667d))
3315
+ - **semantic-release-plugin:** Resolve imports to support ES modules
3316
+ ([91cdf56](https://github.com/storm-software/storm-ops/commit/91cdf569e0e2237bbc0cb2e81446c3b2578a2e27))
3317
+ - **semantic-release-plugin:** Resolve issue with main path extension in
3318
+ package.json
3319
+ ([b2aa62b](https://github.com/storm-software/storm-ops/commit/b2aa62be19ed31f64f6b1c483f0dd480ce73c1de))
3320
+ - **semantic-release-plugin:** Resolve missing path module
3321
+ ([34409df](https://github.com/storm-software/storm-ops/commit/34409df07f095e6b11d80f570d03dea3bf859a86))
3322
+ - **semantic-release-plugin:** Resolve path import issue
3323
+ ([c7769a1](https://github.com/storm-software/storm-ops/commit/c7769a123fbb48988c58047fa4832563b7946dad))
3324
+ - **semantic-release-plugin:** Unbundle sematic release plugin
3325
+ ([7910e43](https://github.com/storm-software/storm-ops/commit/7910e43b14a9f048ad4979cdc8819589adbc1b3a))
3326
+ - **semantic-release-plugin:** Update extension on main file to be mjs
3327
+ ([8c6e389](https://github.com/storm-software/storm-ops/commit/8c6e389bac21008b2cb4289b47f345ec52b2c204))
3328
+ - **semantic-release-plugin:** Update the package.json index file path
3329
+ ([1da1cce](https://github.com/storm-software/storm-ops/commit/1da1cce9d135826636ed7af371e01db329bf1cc9))
3330
+ - **storm-ops:** Added back husky hooks and removed config from package.json
3331
+ ([f1b0b85](https://github.com/storm-software/storm-ops/commit/f1b0b85af21c22051a9f26c8d987c4370c60ca76))
3332
+ - **storm-ops:** Patch semantic release to use old config import
3333
+ ([18e27d6](https://github.com/storm-software/storm-ops/commit/18e27d6f5038475e28a83efbfdb0438fac3acda2))
3334
+ - **storm-ops:** Remove unused workspace config from package.json
3335
+ ([0651468](https://github.com/storm-software/storm-ops/commit/0651468547eab92f29ea0f74152752eb700af0cb))
3336
+ - **storm-ops:** Resolved issues with build/CI
3337
+ ([fc81a8f](https://github.com/storm-software/storm-ops/commit/fc81a8f527d7b0a069818243f955d05062a4efac))
3338
+ - **storm-ops:** Resolved issues with pnpm lockfile
3339
+ ([563238c](https://github.com/storm-software/storm-ops/commit/563238cad00bc4042512438aee4072a084cfce99))
3340
+ - **storm-ops:** Update linting tools, and scripts, to use ES modules
3341
+ ([59cb4a1](https://github.com/storm-software/storm-ops/commit/59cb4a18772bbe85a8d88aa356c37b799ce0d11f))
3342
+ - **storm-ops:** Update lockfile for monorepo
3343
+ ([fc39b4a](https://github.com/storm-software/storm-ops/commit/fc39b4a32e199550eddf85360728e9253d210fa7))
3344
+ - **storm-ops:** Update workspace package.json file with private field set to
3345
+ false
3346
+ ([2045f27](https://github.com/storm-software/storm-ops/commit/2045f2753e90828747d155903dc5071864e893aa))
3347
+ - **workspace-tools:** Resolved issue with invalid include path
3348
+ ([e1a29fd](https://github.com/storm-software/storm-ops/commit/e1a29fd4c0688af43b1f59bca19be087534d7c3b))
2854
3349
 
2855
3350
  ### Features
2856
3351
 
2857
- - **create-storm-workspace:** Initial check-in for storm-ops monorepo ([ecb9822](https://github.com/storm-software/storm-ops/commit/ecb9822741fd989c3ce68fd7d07547e8b925cd9d))
2858
- - **git-tools:** Move the semantic-release-plugin into the git-tools package ([663e7ca](https://github.com/storm-software/storm-ops/commit/663e7ca6f51bf141b698a6448f88471278a2c77f))
2859
- - **semantic-release-plugin:** Resolve issues with plugin so release executes ([b7164b5](https://github.com/storm-software/storm-ops/commit/b7164b5b5b077da44a40141ade245ddd26ae54ee))
2860
- - **semantic-release-plugin:** Split out the semantic release plugin into it's own project ([317e52c](https://github.com/storm-software/storm-ops/commit/317e52ca4278855a87a5d1f8b52faab610a35ba8))
2861
- - **workspace-tools:** Added initial code for tsup build executor ([b3d08b6](https://github.com/storm-software/storm-ops/commit/b3d08b6ae781436ae941669047bbbb62a95cc709))
3352
+ - **create-storm-workspace:** Initial check-in for storm-ops monorepo
3353
+ ([ecb9822](https://github.com/storm-software/storm-ops/commit/ecb9822741fd989c3ce68fd7d07547e8b925cd9d))
3354
+ - **git-tools:** Move the semantic-release-plugin into the git-tools package
3355
+ ([663e7ca](https://github.com/storm-software/storm-ops/commit/663e7ca6f51bf141b698a6448f88471278a2c77f))
3356
+ - **semantic-release-plugin:** Resolve issues with plugin so release executes
3357
+ ([b7164b5](https://github.com/storm-software/storm-ops/commit/b7164b5b5b077da44a40141ade245ddd26ae54ee))
3358
+ - **semantic-release-plugin:** Split out the semantic release plugin into it's
3359
+ own project
3360
+ ([317e52c](https://github.com/storm-software/storm-ops/commit/317e52ca4278855a87a5d1f8b52faab610a35ba8))
3361
+ - **workspace-tools:** Added initial code for tsup build executor
3362
+ ([b3d08b6](https://github.com/storm-software/storm-ops/commit/b3d08b6ae781436ae941669047bbbb62a95cc709))