@storm-software/git-tools 2.27.0 → 2.29.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +164 -484
- package/README.md +56 -21
- package/bin/git.js +16 -6
- package/commitlint/commitlint.config.cjs +3 -2
- package/package.json +1 -1
- package/src/cli/index.js +16 -6
- package/src/commit/config.js +16 -6
- package/src/commit/index.js +16 -6
- package/src/commitizen/index.js +16 -6
- package/src/commitlint/config.js +97 -1
- package/src/index.js +115 -9
- package/src/release/changelog-renderer.js +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,146 +1,162 @@
|
|
|
1
|
-
## 2.
|
|
1
|
+
## 2.29.0 (2024-07-17)
|
|
2
2
|
|
|
3
|
+
### Features
|
|
3
4
|
|
|
4
|
-
|
|
5
|
+
- **workspace-tools:** Added custom `conventional-commits` configuration
|
|
6
|
+
([aac74a55](https://github.com/storm-software/storm-ops/commit/aac74a55))
|
|
5
7
|
|
|
6
|
-
|
|
8
|
+
## 2.28.0 (2024-07-17)
|
|
7
9
|
|
|
8
|
-
|
|
10
|
+
### Features
|
|
9
11
|
|
|
12
|
+
- **git-tools:** Improve README footer template markdown
|
|
13
|
+
([0450800f](https://github.com/storm-software/storm-ops/commit/0450800f))
|
|
10
14
|
|
|
11
|
-
|
|
15
|
+
## 2.27.0 (2024-07-17)
|
|
12
16
|
|
|
13
|
-
|
|
17
|
+
### Features
|
|
14
18
|
|
|
15
|
-
|
|
19
|
+
- **git-tools:** Added README header template to include table of contents
|
|
20
|
+
([6841042e](https://github.com/storm-software/storm-ops/commit/6841042e))
|
|
16
21
|
|
|
22
|
+
## 2.26.0 (2024-07-17)
|
|
17
23
|
|
|
18
|
-
###
|
|
24
|
+
### Features
|
|
19
25
|
|
|
20
|
-
- **git-tools:**
|
|
26
|
+
- **git-tools:** Added internal `doctoc` implementation
|
|
27
|
+
([82c4cf40](https://github.com/storm-software/storm-ops/commit/82c4cf40))
|
|
21
28
|
|
|
22
|
-
## 2.25.
|
|
29
|
+
## 2.25.1 (2024-07-14)
|
|
23
30
|
|
|
31
|
+
### Bug Fixes
|
|
24
32
|
|
|
25
|
-
|
|
33
|
+
- **git-tools:** Update README.md formatting for IMPORTANT message
|
|
34
|
+
([2290ee67](https://github.com/storm-software/storm-ops/commit/2290ee67))
|
|
26
35
|
|
|
27
|
-
|
|
36
|
+
## 2.25.0 (2024-07-03)
|
|
28
37
|
|
|
29
|
-
|
|
38
|
+
### Features
|
|
30
39
|
|
|
31
|
-
|
|
40
|
+
- **storm-ops:** Upgrade `pnpm` package manager version to 9.4.0
|
|
41
|
+
([2269cf67](https://github.com/storm-software/storm-ops/commit/2269cf67))
|
|
32
42
|
|
|
43
|
+
- **git-tools:** Added a table of content to the `README.md` header template
|
|
44
|
+
([227c234f](https://github.com/storm-software/storm-ops/commit/227c234f))
|
|
33
45
|
|
|
34
|
-
|
|
46
|
+
## 2.24.0 (2024-06-29)
|
|
35
47
|
|
|
36
|
-
|
|
48
|
+
### Features
|
|
37
49
|
|
|
38
|
-
|
|
50
|
+
- **eslint-plugin:** Polyfill `require` in esm build output
|
|
51
|
+
([67f1fbab](https://github.com/storm-software/storm-ops/commit/67f1fbab))
|
|
39
52
|
|
|
53
|
+
## 2.23.0 (2024-06-22)
|
|
40
54
|
|
|
41
|
-
###
|
|
55
|
+
### Features
|
|
42
56
|
|
|
43
|
-
- **workspace-tools:** Upgrade the workspace pnpm-lock file
|
|
57
|
+
- **workspace-tools:** Upgrade the workspace pnpm-lock file
|
|
58
|
+
([d33c20cb](https://github.com/storm-software/storm-ops/commit/d33c20cb))
|
|
44
59
|
|
|
45
60
|
## 2.22.0 (2024-06-22)
|
|
46
61
|
|
|
62
|
+
### Features
|
|
47
63
|
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
- **storm-ops:** Updated pnpm-lock file ([22be1efd](https://github.com/storm-software/storm-ops/commit/22be1efd))
|
|
64
|
+
- **storm-ops:** Updated pnpm-lock file
|
|
65
|
+
([22be1efd](https://github.com/storm-software/storm-ops/commit/22be1efd))
|
|
51
66
|
|
|
52
67
|
## 2.21.0 (2024-06-22)
|
|
53
68
|
|
|
69
|
+
### Features
|
|
54
70
|
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
71
|
+
- **workspace-tools:** Added `lint` and `format` tasks and improved cache input
|
|
72
|
+
management
|
|
73
|
+
([f2ade202](https://github.com/storm-software/storm-ops/commit/f2ade202))
|
|
58
74
|
|
|
59
75
|
## 2.20.0 (2024-06-21)
|
|
60
76
|
|
|
77
|
+
### Features
|
|
61
78
|
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
- **eslint-plugin:** Resolve issues with eslint module types ([ca513974](https://github.com/storm-software/storm-ops/commit/ca513974))
|
|
79
|
+
- **eslint-plugin:** Resolve issues with eslint module types
|
|
80
|
+
([ca513974](https://github.com/storm-software/storm-ops/commit/ca513974))
|
|
65
81
|
|
|
66
82
|
## 2.19.0 (2024-06-20)
|
|
67
83
|
|
|
84
|
+
### Features
|
|
68
85
|
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
- **git-tools:** Updated the shared `lefthook` configuration to use npm scripts ([68cfb767](https://github.com/storm-software/storm-ops/commit/68cfb767))
|
|
86
|
+
- **git-tools:** Updated the shared `lefthook` configuration to use npm scripts
|
|
87
|
+
([68cfb767](https://github.com/storm-software/storm-ops/commit/68cfb767))
|
|
72
88
|
|
|
73
89
|
## 2.18.0 (2024-06-17)
|
|
74
90
|
|
|
91
|
+
### Features
|
|
75
92
|
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
- **git-tools:** Use repository scripts in base `lefthook` configuration ([771a76d9](https://github.com/storm-software/storm-ops/commit/771a76d9))
|
|
93
|
+
- **git-tools:** Use repository scripts in base `lefthook` configuration
|
|
94
|
+
([771a76d9](https://github.com/storm-software/storm-ops/commit/771a76d9))
|
|
79
95
|
|
|
80
96
|
## 2.17.0 (2024-06-17)
|
|
81
97
|
|
|
98
|
+
### Features
|
|
82
99
|
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
- **git-tools:** Add proper export values to package and resolve type issues ([46f45709](https://github.com/storm-software/storm-ops/commit/46f45709))
|
|
100
|
+
- **git-tools:** Add proper export values to package and resolve type issues
|
|
101
|
+
([46f45709](https://github.com/storm-software/storm-ops/commit/46f45709))
|
|
86
102
|
|
|
87
103
|
## 2.16.1 (2024-06-17)
|
|
88
104
|
|
|
105
|
+
### Bug Fixes
|
|
89
106
|
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
- **deps:** update patch prod dependencies ([ec613e8a](https://github.com/storm-software/storm-ops/commit/ec613e8a))
|
|
107
|
+
- **deps:** update patch prod dependencies
|
|
108
|
+
([ec613e8a](https://github.com/storm-software/storm-ops/commit/ec613e8a))
|
|
93
109
|
|
|
94
110
|
## 2.16.0 (2024-06-09)
|
|
95
111
|
|
|
112
|
+
### Features
|
|
96
113
|
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
- **eslint:** Add dependencies and convert to `CommonJs` package ([bd4bc22c](https://github.com/storm-software/storm-ops/commit/bd4bc22c))
|
|
114
|
+
- **eslint:** Add dependencies and convert to `CommonJs` package
|
|
115
|
+
([bd4bc22c](https://github.com/storm-software/storm-ops/commit/bd4bc22c))
|
|
100
116
|
|
|
101
117
|
## 2.15.0 (2024-06-09)
|
|
102
118
|
|
|
103
|
-
###
|
|
119
|
+
### Features
|
|
104
120
|
|
|
105
121
|
- **eslint:** Updated markup documentation files
|
|
106
122
|
([0097f19e](https://github.com/storm-software/storm-ops/commit/0097f19e))
|
|
107
123
|
|
|
108
124
|
## 2.14.0 (2024-06-09)
|
|
109
125
|
|
|
110
|
-
###
|
|
126
|
+
### Features
|
|
111
127
|
|
|
112
128
|
- **git-tools:** Added additional error logging to release action
|
|
113
129
|
([d990f9f5](https://github.com/storm-software/storm-ops/commit/d990f9f5))
|
|
114
130
|
|
|
115
131
|
## 2.13.1 (2024-06-09)
|
|
116
132
|
|
|
117
|
-
###
|
|
133
|
+
### Bug Fixes
|
|
118
134
|
|
|
119
135
|
- **git-tools:** File formatting changes
|
|
120
136
|
([f6c39863](https://github.com/storm-software/storm-ops/commit/f6c39863))
|
|
121
137
|
|
|
122
138
|
## 2.13.0 (2024-06-09)
|
|
123
139
|
|
|
124
|
-
###
|
|
140
|
+
### Features
|
|
125
141
|
|
|
126
142
|
- **git-tools:** Enhance the fatal error logging
|
|
127
143
|
([89b0e089](https://github.com/storm-software/storm-ops/commit/89b0e089))
|
|
128
144
|
|
|
129
145
|
## 2.12.1 (2024-06-05)
|
|
130
146
|
|
|
131
|
-
###
|
|
147
|
+
### Bug Fixes
|
|
132
148
|
|
|
133
149
|
- **eslint:** Resolve issue with missing dependencies
|
|
134
150
|
([b0f43454](https://github.com/storm-software/storm-ops/commit/b0f43454))
|
|
135
151
|
|
|
136
152
|
## 2.12.0 (2024-06-03)
|
|
137
153
|
|
|
138
|
-
###
|
|
154
|
+
### Features
|
|
139
155
|
|
|
140
156
|
- **storm-ops:** Upgrade Nx packages and resolve linting issues
|
|
141
157
|
([685c2bb9](https://github.com/storm-software/storm-ops/commit/685c2bb9))
|
|
142
158
|
|
|
143
|
-
###
|
|
159
|
+
### Bug Fixes
|
|
144
160
|
|
|
145
161
|
- **deps:** update patch prod dependencies
|
|
146
162
|
([072b4763](https://github.com/storm-software/storm-ops/commit/072b4763))
|
|
@@ -153,18 +169,14 @@
|
|
|
153
169
|
|
|
154
170
|
## 2.11.0 (2024-05-29)
|
|
155
171
|
|
|
156
|
-
###
|
|
172
|
+
### Features
|
|
157
173
|
|
|
158
174
|
- **cloudflare-tools:** Update worker generator to add hono depenendency
|
|
159
175
|
([946a9e59](https://github.com/storm-software/storm-ops/commit/946a9e59))
|
|
160
176
|
|
|
161
|
-
### ❤️ Thank You
|
|
162
|
-
|
|
163
|
-
- Patrick Sullivan
|
|
164
|
-
|
|
165
177
|
## 2.10.2 (2024-05-27)
|
|
166
178
|
|
|
167
|
-
###
|
|
179
|
+
### Bug Fixes
|
|
168
180
|
|
|
169
181
|
- **deps:** update patch prod dependencies
|
|
170
182
|
([a8113435](https://github.com/storm-software/storm-ops/commit/a8113435))
|
|
@@ -175,141 +187,93 @@
|
|
|
175
187
|
- **deps:** update dependencies-non-major
|
|
176
188
|
([#159](https://github.com/storm-software/storm-ops/pull/159))
|
|
177
189
|
|
|
178
|
-
### ❤️ Thank You
|
|
179
|
-
|
|
180
|
-
- Patrick Sullivan
|
|
181
|
-
|
|
182
190
|
## 2.10.1 (2024-05-06)
|
|
183
191
|
|
|
184
|
-
###
|
|
192
|
+
### Bug Fixes
|
|
185
193
|
|
|
186
194
|
- **markdownlint:** Resolved issue with bad config in lint file
|
|
187
195
|
([95b3aba7](https://github.com/storm-software/storm-ops/commit/95b3aba7))
|
|
188
196
|
|
|
189
|
-
### ❤️ Thank You
|
|
190
|
-
|
|
191
|
-
- Patrick Sullivan
|
|
192
|
-
|
|
193
197
|
## 2.10.0 (2024-05-06)
|
|
194
198
|
|
|
195
|
-
###
|
|
199
|
+
### Features
|
|
196
200
|
|
|
197
201
|
- **markdownlint:** Added the `markdownlint` package for shared configurations
|
|
198
202
|
([abd6fa38](https://github.com/storm-software/storm-ops/commit/abd6fa38))
|
|
199
203
|
|
|
200
|
-
### ❤️ Thank You
|
|
201
|
-
|
|
202
|
-
- Patrick Sullivan
|
|
203
|
-
|
|
204
204
|
## 2.9.4 (2024-04-29)
|
|
205
205
|
|
|
206
|
-
###
|
|
206
|
+
### Bug Fixes
|
|
207
207
|
|
|
208
208
|
- **git-tools:** Update scripts to use deamon to generate Nx Project Graphs
|
|
209
209
|
([6b6ad2b6](https://github.com/storm-software/storm-ops/commit/6b6ad2b6))
|
|
210
210
|
|
|
211
|
-
### ❤️ Thank You
|
|
212
|
-
|
|
213
|
-
- Patrick Sullivan
|
|
214
|
-
|
|
215
211
|
## 2.9.3 (2024-04-29)
|
|
216
212
|
|
|
217
|
-
###
|
|
213
|
+
### Bug Fixes
|
|
218
214
|
|
|
219
215
|
- **deps:** update patch prod dependencies
|
|
220
216
|
([c427e132](https://github.com/storm-software/storm-ops/commit/c427e132))
|
|
221
217
|
|
|
222
|
-
### ❤️ Thank You
|
|
223
|
-
|
|
224
|
-
- Patrick Sullivan
|
|
225
|
-
|
|
226
218
|
## 2.9.2 (2024-04-15)
|
|
227
219
|
|
|
228
|
-
###
|
|
220
|
+
### Bug Fixes
|
|
229
221
|
|
|
230
222
|
- **config-tools:** Clean up the README markdown
|
|
231
223
|
([676d23d3](https://github.com/storm-software/storm-ops/commit/676d23d3))
|
|
232
224
|
|
|
233
|
-
### ❤️ Thank You
|
|
234
|
-
|
|
235
|
-
- Patrick Sullivan
|
|
236
|
-
|
|
237
225
|
## 2.9.1 (2024-04-15)
|
|
238
226
|
|
|
239
|
-
###
|
|
227
|
+
### Bug Fixes
|
|
240
228
|
|
|
241
229
|
- **deps:** update patch prod dependencies
|
|
242
230
|
([7f710f58](https://github.com/storm-software/storm-ops/commit/7f710f58))
|
|
243
231
|
|
|
244
232
|
## 2.9.0 (2024-04-13)
|
|
245
233
|
|
|
246
|
-
###
|
|
234
|
+
### Features
|
|
247
235
|
|
|
248
236
|
- **git-tools:** Updated the console write calls to use updated method signature
|
|
249
237
|
([d2d7cc8b](https://github.com/storm-software/storm-ops/commit/d2d7cc8b))
|
|
250
238
|
|
|
251
|
-
### ❤️ Thank You
|
|
252
|
-
|
|
253
|
-
- Patrick Sullivan
|
|
254
|
-
|
|
255
239
|
## 2.8.0 (2024-04-13)
|
|
256
240
|
|
|
257
|
-
###
|
|
241
|
+
### Features
|
|
258
242
|
|
|
259
243
|
- **config-tools:** No longer require `config` in storm console write functions
|
|
260
244
|
([ad8c6511](https://github.com/storm-software/storm-ops/commit/ad8c6511))
|
|
261
245
|
|
|
262
|
-
### ❤️ Thank You
|
|
263
|
-
|
|
264
|
-
- Patrick Sullivan
|
|
265
|
-
|
|
266
246
|
## 2.7.6 (2024-04-08)
|
|
267
247
|
|
|
268
|
-
###
|
|
248
|
+
### Bug Fixes
|
|
269
249
|
|
|
270
250
|
- **build-tools:** Resolved issue with module types used in build
|
|
271
251
|
([50a368d3](https://github.com/storm-software/storm-ops/commit/50a368d3))
|
|
272
252
|
|
|
273
|
-
### ❤️ Thank You
|
|
274
|
-
|
|
275
|
-
- Patrick Sullivan
|
|
276
|
-
|
|
277
253
|
## 2.7.5 (2024-04-08)
|
|
278
254
|
|
|
279
|
-
###
|
|
255
|
+
### Bug Fixes
|
|
280
256
|
|
|
281
257
|
- **build-tools:** Resolved issue with duplicate require definition
|
|
282
258
|
([63aa1d16](https://github.com/storm-software/storm-ops/commit/63aa1d16))
|
|
283
259
|
|
|
284
|
-
### ❤️ Thank You
|
|
285
|
-
|
|
286
|
-
- Patrick Sullivan
|
|
287
|
-
|
|
288
260
|
## 2.7.4 (2024-04-08)
|
|
289
261
|
|
|
290
|
-
###
|
|
262
|
+
### Bug Fixes
|
|
291
263
|
|
|
292
264
|
- **workspace-tools:** Resolve issues with `build-tools` import
|
|
293
265
|
([fc040f71](https://github.com/storm-software/storm-ops/commit/fc040f71))
|
|
294
266
|
|
|
295
|
-
### ❤️ Thank You
|
|
296
|
-
|
|
297
|
-
- Patrick Sullivan
|
|
298
|
-
|
|
299
267
|
## 2.7.3 (2024-04-08)
|
|
300
268
|
|
|
301
|
-
###
|
|
269
|
+
### Bug Fixes
|
|
302
270
|
|
|
303
271
|
- **workspace-tools:** Update module types of imports
|
|
304
272
|
([9d09009b](https://github.com/storm-software/storm-ops/commit/9d09009b))
|
|
305
273
|
|
|
306
|
-
### ❤️ Thank You
|
|
307
|
-
|
|
308
|
-
- Patrick Sullivan
|
|
309
|
-
|
|
310
274
|
## 2.7.2 (2024-04-08)
|
|
311
275
|
|
|
312
|
-
###
|
|
276
|
+
### Bug Fixes
|
|
313
277
|
|
|
314
278
|
- **deps:** update patch prod dependencies
|
|
315
279
|
([3bce6c5e](https://github.com/storm-software/storm-ops/commit/3bce6c5e))
|
|
@@ -338,20 +302,16 @@
|
|
|
338
302
|
- **git-tools:** Resolve issue with dependencies
|
|
339
303
|
([b536fd82](https://github.com/storm-software/storm-ops/commit/b536fd82))
|
|
340
304
|
|
|
341
|
-
### ❤️ Thank You
|
|
342
|
-
|
|
343
|
-
- Patrick Sullivan
|
|
344
|
-
|
|
345
305
|
## 2.7.1 (2024-04-08)
|
|
346
306
|
|
|
347
|
-
###
|
|
307
|
+
### Bug Fixes
|
|
348
308
|
|
|
349
309
|
- **deps:** pin dependencies
|
|
350
310
|
([7406e605](https://github.com/storm-software/storm-ops/commit/7406e605))
|
|
351
311
|
|
|
352
312
|
## 2.7.0 (2024-04-07)
|
|
353
313
|
|
|
354
|
-
###
|
|
314
|
+
### Features
|
|
355
315
|
|
|
356
316
|
- **git-tools:** Added reusable GitHub `workflows` and `actions`
|
|
357
317
|
([1c9a5391](https://github.com/storm-software/storm-ops/commit/1c9a5391))
|
|
@@ -359,69 +319,45 @@
|
|
|
359
319
|
- **storm-ops:** Merged in change to the main branch
|
|
360
320
|
([ce79c572](https://github.com/storm-software/storm-ops/commit/ce79c572))
|
|
361
321
|
|
|
362
|
-
### ❤️ Thank You
|
|
363
|
-
|
|
364
|
-
- Patrick Sullivan
|
|
365
|
-
|
|
366
322
|
## 2.6.0 (2024-04-06)
|
|
367
323
|
|
|
368
|
-
###
|
|
324
|
+
### Features
|
|
369
325
|
|
|
370
326
|
- **build-tools:** Added support for `rolldown` builds
|
|
371
327
|
([46de2e63](https://github.com/storm-software/storm-ops/commit/46de2e63))
|
|
372
328
|
|
|
373
|
-
### ❤️ Thank You
|
|
374
|
-
|
|
375
|
-
- Patrick Sullivan
|
|
376
|
-
|
|
377
329
|
## 2.5.12 (2024-04-01)
|
|
378
330
|
|
|
379
|
-
###
|
|
331
|
+
### Bug Fixes
|
|
380
332
|
|
|
381
333
|
- **workspace-tools:** Resolve issue with bad release path in npm publish
|
|
382
334
|
([4f5ba3db](https://github.com/storm-software/storm-ops/commit/4f5ba3db))
|
|
383
335
|
|
|
384
|
-
### ❤️ Thank You
|
|
385
|
-
|
|
386
|
-
- Patrick Sullivan
|
|
387
|
-
|
|
388
336
|
## 2.5.11 (2024-03-29)
|
|
389
337
|
|
|
390
|
-
###
|
|
338
|
+
### Bug Fixes
|
|
391
339
|
|
|
392
340
|
- **workspace-tools:** Added the `nx-release-publish` target to TypeScript
|
|
393
341
|
projects
|
|
394
342
|
([52b61117](https://github.com/storm-software/storm-ops/commit/52b61117))
|
|
395
343
|
|
|
396
|
-
### ❤️ Thank You
|
|
397
|
-
|
|
398
|
-
- Patrick Sullivan
|
|
399
|
-
|
|
400
344
|
## 2.5.10 (2024-03-29)
|
|
401
345
|
|
|
402
|
-
###
|
|
346
|
+
### Bug Fixes
|
|
403
347
|
|
|
404
348
|
- **workspace-tools:** Further updates to Nx plugin modules
|
|
405
349
|
([82b6ab01](https://github.com/storm-software/storm-ops/commit/82b6ab01))
|
|
406
350
|
|
|
407
|
-
### ❤️ Thank You
|
|
408
|
-
|
|
409
|
-
- Patrick Sullivan
|
|
410
|
-
|
|
411
351
|
## 2.5.9 (2024-03-29)
|
|
412
352
|
|
|
413
|
-
###
|
|
353
|
+
### Bug Fixes
|
|
414
354
|
|
|
415
355
|
- **workspace-tools:** Resolve issues applying Nx plugins
|
|
416
356
|
([7dd277e6](https://github.com/storm-software/storm-ops/commit/7dd277e6))
|
|
417
357
|
|
|
418
|
-
### ❤️ Thank You
|
|
419
|
-
|
|
420
|
-
- Patrick Sullivan
|
|
421
|
-
|
|
422
358
|
## 2.5.8 (2024-03-28)
|
|
423
359
|
|
|
424
|
-
###
|
|
360
|
+
### Bug Fixes
|
|
425
361
|
|
|
426
362
|
- **git-tools:** Added code to add ts plugin transpilers
|
|
427
363
|
([ec514d57](https://github.com/storm-software/storm-ops/commit/ec514d57))
|
|
@@ -429,90 +365,58 @@
|
|
|
429
365
|
- **workspace-tools:** Remove `axios` reference from `cargo-publish` executor
|
|
430
366
|
([7a2e3570](https://github.com/storm-software/storm-ops/commit/7a2e3570))
|
|
431
367
|
|
|
432
|
-
### ❤️ Thank You
|
|
433
|
-
|
|
434
|
-
- Patrick Sullivan
|
|
435
|
-
|
|
436
368
|
## 2.5.7 (2024-03-28)
|
|
437
369
|
|
|
438
|
-
###
|
|
370
|
+
### Bug Fixes
|
|
439
371
|
|
|
440
372
|
- **workspace-tools:** Resolve issues with `axios` calls
|
|
441
373
|
([53306912](https://github.com/storm-software/storm-ops/commit/53306912))
|
|
442
374
|
|
|
443
|
-
### ❤️ Thank You
|
|
444
|
-
|
|
445
|
-
- Patrick Sullivan
|
|
446
|
-
|
|
447
375
|
## 2.5.6 (2024-03-28)
|
|
448
376
|
|
|
449
|
-
###
|
|
377
|
+
### Bug Fixes
|
|
450
378
|
|
|
451
379
|
- **git-tools:** Update `moduleResolution` option to use `Bundler` value
|
|
452
380
|
([132eb929](https://github.com/storm-software/storm-ops/commit/132eb929))
|
|
453
381
|
|
|
454
|
-
### ❤️ Thank You
|
|
455
|
-
|
|
456
|
-
- Patrick Sullivan
|
|
457
|
-
|
|
458
382
|
## 2.5.5 (2024-03-28)
|
|
459
383
|
|
|
460
|
-
###
|
|
384
|
+
### Bug Fixes
|
|
461
385
|
|
|
462
386
|
- **git-tools:** Resolve issue with module type compiler options
|
|
463
387
|
([5c4a20b7](https://github.com/storm-software/storm-ops/commit/5c4a20b7))
|
|
464
388
|
|
|
465
|
-
### ❤️ Thank You
|
|
466
|
-
|
|
467
|
-
- Patrick Sullivan
|
|
468
|
-
|
|
469
389
|
## 2.5.4 (2024-03-28)
|
|
470
390
|
|
|
471
|
-
###
|
|
391
|
+
### Bug Fixes
|
|
472
392
|
|
|
473
393
|
- **git-tools:** Ensure we skip ci on publish commit
|
|
474
394
|
([ab2e0655](https://github.com/storm-software/storm-ops/commit/ab2e0655))
|
|
475
395
|
|
|
476
|
-
### ❤️ Thank You
|
|
477
|
-
|
|
478
|
-
- Patrick Sullivan
|
|
479
|
-
|
|
480
396
|
## 2.5.3 (2024-03-28)
|
|
481
397
|
|
|
482
|
-
###
|
|
398
|
+
### Bug Fixes
|
|
483
399
|
|
|
484
400
|
- **storm-ops:** Resolve issue with workspace dependencies
|
|
485
401
|
([041dcc78](https://github.com/storm-software/storm-ops/commit/041dcc78))
|
|
486
402
|
|
|
487
|
-
### ❤️ Thank You
|
|
488
|
-
|
|
489
|
-
- Patrick Sullivan
|
|
490
|
-
|
|
491
403
|
## 2.5.2 (2024-03-28)
|
|
492
404
|
|
|
493
|
-
###
|
|
405
|
+
### Bug Fixes
|
|
494
406
|
|
|
495
407
|
- **git-tools:** Update to executable git hook scripts
|
|
496
408
|
([d1e0cb22](https://github.com/storm-software/storm-ops/commit/d1e0cb22))
|
|
497
409
|
|
|
498
|
-
### ❤️ Thank You
|
|
499
|
-
|
|
500
|
-
- Patrick Sullivan
|
|
501
|
-
|
|
502
410
|
## 2.5.1 (2024-03-28)
|
|
503
411
|
|
|
504
|
-
###
|
|
412
|
+
### Bug Fixes
|
|
505
413
|
|
|
506
414
|
- **storm-ops:** Update the links in the README files to use proper repository
|
|
507
415
|
([decc0db3](https://github.com/storm-software/storm-ops/commit/decc0db3))
|
|
508
416
|
|
|
509
|
-
### ❤️ Thank You
|
|
510
|
-
|
|
511
|
-
- Patrick Sullivan
|
|
512
|
-
|
|
513
417
|
## 2.5.0 (2024-03-25)
|
|
514
418
|
|
|
515
|
-
###
|
|
419
|
+
### Features
|
|
516
420
|
|
|
517
421
|
- **workspace-tools:** Added Nx plugin to apply rust and typescript targets
|
|
518
422
|
([5738161f](https://github.com/storm-software/storm-ops/commit/5738161f))
|
|
@@ -520,145 +424,97 @@
|
|
|
520
424
|
- **workspace-tools:** Major updates to base nx.json configuration
|
|
521
425
|
([06ec9a6a](https://github.com/storm-software/storm-ops/commit/06ec9a6a))
|
|
522
426
|
|
|
523
|
-
###
|
|
427
|
+
### Bug Fixes
|
|
524
428
|
|
|
525
429
|
- **git-tools:** Resolved issues with `left-hook` scripts
|
|
526
430
|
([daf28aa2](https://github.com/storm-software/storm-ops/commit/daf28aa2))
|
|
527
431
|
|
|
528
|
-
### ❤️ Thank You
|
|
529
|
-
|
|
530
|
-
- Patrick Sullivan
|
|
531
|
-
|
|
532
432
|
## 2.4.0 (2024-03-19)
|
|
533
433
|
|
|
534
|
-
###
|
|
434
|
+
### Features
|
|
535
435
|
|
|
536
436
|
- **linting-tools:** Added the `taplo` and `ls-lint` tools
|
|
537
437
|
([24c984eb](https://github.com/storm-software/storm-ops/commit/24c984eb))
|
|
538
438
|
|
|
539
|
-
###
|
|
439
|
+
### Bug Fixes
|
|
540
440
|
|
|
541
441
|
- **git-tools:** Updates to the lefthook scripts execution
|
|
542
442
|
([ac1f85f3](https://github.com/storm-software/storm-ops/commit/ac1f85f3))
|
|
543
443
|
|
|
544
|
-
### ❤️ Thank You
|
|
545
|
-
|
|
546
|
-
- Patrick Sullivan
|
|
547
|
-
|
|
548
444
|
## 2.3.0 (2024-03-05)
|
|
549
445
|
|
|
550
|
-
###
|
|
446
|
+
### Features
|
|
551
447
|
|
|
552
448
|
- **build-tools:** Split out Build CLI and supporting code to separate package
|
|
553
449
|
([9376ed39](https://github.com/storm-software/storm-ops/commit/9376ed39))
|
|
554
450
|
|
|
555
|
-
### ❤️ Thank You
|
|
556
|
-
|
|
557
|
-
- Patrick Sullivan
|
|
558
|
-
|
|
559
451
|
## 2.2.7 (2024-03-01)
|
|
560
452
|
|
|
561
|
-
###
|
|
453
|
+
### Bug Fixes
|
|
562
454
|
|
|
563
455
|
- **workspace-tools:** Remove the storm env filter
|
|
564
456
|
([48259eea](https://github.com/storm-software/storm-ops/commit/48259eea))
|
|
565
457
|
|
|
566
|
-
### ❤️ Thank You
|
|
567
|
-
|
|
568
|
-
- Patrick Sullivan
|
|
569
|
-
|
|
570
458
|
## 2.2.6 (2024-02-27)
|
|
571
459
|
|
|
572
|
-
###
|
|
460
|
+
### Bug Fixes
|
|
573
461
|
|
|
574
462
|
- **workspace-tools:** Relocation config parser code to build function
|
|
575
463
|
([fa27dea4](https://github.com/storm-software/storm-ops/commit/fa27dea4))
|
|
576
464
|
|
|
577
|
-
### ❤️ Thank You
|
|
578
|
-
|
|
579
|
-
- Patrick Sullivan
|
|
580
|
-
|
|
581
465
|
## 2.2.5 (2024-02-27)
|
|
582
466
|
|
|
583
|
-
###
|
|
467
|
+
### Bug Fixes
|
|
584
468
|
|
|
585
469
|
- **workspace-tools:** Resolve issue with tsconfig file resolution
|
|
586
470
|
([0254e50a](https://github.com/storm-software/storm-ops/commit/0254e50a))
|
|
587
471
|
|
|
588
|
-
### ❤️ Thank You
|
|
589
|
-
|
|
590
|
-
- Patrick Sullivan
|
|
591
|
-
|
|
592
472
|
## 2.2.4 (2024-02-27)
|
|
593
473
|
|
|
594
|
-
###
|
|
474
|
+
### Bug Fixes
|
|
595
475
|
|
|
596
476
|
- **workspace-tools:** Dynamically load tsup module and resolve `testing-tools`
|
|
597
477
|
type issues
|
|
598
478
|
([c1d51975](https://github.com/storm-software/storm-ops/commit/c1d51975))
|
|
599
479
|
|
|
600
|
-
### ❤️ Thank You
|
|
601
|
-
|
|
602
|
-
- Patrick Sullivan
|
|
603
|
-
|
|
604
480
|
## 2.2.3 (2024-02-27)
|
|
605
481
|
|
|
606
|
-
###
|
|
482
|
+
### Bug Fixes
|
|
607
483
|
|
|
608
484
|
- **config-tools:** Update config packages to only use cjs
|
|
609
485
|
([75e4a16b](https://github.com/storm-software/storm-ops/commit/75e4a16b))
|
|
610
486
|
|
|
611
|
-
### ❤️ Thank You
|
|
612
|
-
|
|
613
|
-
- Patrick Sullivan
|
|
614
|
-
|
|
615
487
|
## 2.2.2 (2024-02-27)
|
|
616
488
|
|
|
617
|
-
###
|
|
489
|
+
### Bug Fixes
|
|
618
490
|
|
|
619
491
|
- **workspace-tools:** Update the build executor back to esbuild
|
|
620
492
|
([ff200547](https://github.com/storm-software/storm-ops/commit/ff200547))
|
|
621
493
|
|
|
622
|
-
### ❤️ Thank You
|
|
623
|
-
|
|
624
|
-
- Patrick Sullivan
|
|
625
|
-
|
|
626
494
|
## 2.2.1 (2024-02-26)
|
|
627
495
|
|
|
628
|
-
###
|
|
496
|
+
### Bug Fixes
|
|
629
497
|
|
|
630
498
|
- **git-tools:** Resolved linting issues with the nx-version module
|
|
631
499
|
([9b5f02d0](https://github.com/storm-software/storm-ops/commit/9b5f02d0))
|
|
632
500
|
|
|
633
|
-
### ❤️ Thank You
|
|
634
|
-
|
|
635
|
-
- Patrick Sullivan
|
|
636
|
-
|
|
637
501
|
## 2.2.0 (2024-02-26)
|
|
638
502
|
|
|
639
|
-
###
|
|
503
|
+
### Features
|
|
640
504
|
|
|
641
505
|
- **storm-ops:** Major updates to tsconfig values
|
|
642
506
|
([a3638fae](https://github.com/storm-software/storm-ops/commit/a3638fae))
|
|
643
507
|
|
|
644
|
-
### ❤️ Thank You
|
|
645
|
-
|
|
646
|
-
- Patrick Sullivan
|
|
647
|
-
|
|
648
508
|
## 2.1.7 (2024-02-24)
|
|
649
509
|
|
|
650
|
-
###
|
|
510
|
+
### Bug Fixes
|
|
651
511
|
|
|
652
512
|
- **workspace-tools:** Update build compiler parameters
|
|
653
513
|
([3c6cb525](https://github.com/storm-software/storm-ops/commit/3c6cb525))
|
|
654
514
|
|
|
655
|
-
### ❤️ Thank You
|
|
656
|
-
|
|
657
|
-
- Patrick Sullivan
|
|
658
|
-
|
|
659
515
|
## 2.1.6 (2024-02-24)
|
|
660
516
|
|
|
661
|
-
###
|
|
517
|
+
### Bug Fixes
|
|
662
518
|
|
|
663
519
|
- **git-tools:** Updates to git release workflow processing
|
|
664
520
|
([3c3dc58f](https://github.com/storm-software/storm-ops/commit/3c3dc58f))
|
|
@@ -675,13 +531,9 @@
|
|
|
675
531
|
- **git-tools:** Update versioning to no longer apply git tag
|
|
676
532
|
([288c81ca](https://github.com/storm-software/storm-ops/commit/288c81ca))
|
|
677
533
|
|
|
678
|
-
### ❤️ Thank You
|
|
679
|
-
|
|
680
|
-
- Patrick Sullivan
|
|
681
|
-
|
|
682
534
|
## 2.1.5 (2024-02-24)
|
|
683
535
|
|
|
684
|
-
###
|
|
536
|
+
### Bug Fixes
|
|
685
537
|
|
|
686
538
|
- **git-tools:** Use proper git tag to publish changes
|
|
687
539
|
([0c8d3230](https://github.com/storm-software/storm-ops/commit/0c8d3230))
|
|
@@ -689,24 +541,16 @@
|
|
|
689
541
|
- **git-tools:** Updates to the release tag processing
|
|
690
542
|
([937056c9](https://github.com/storm-software/storm-ops/commit/937056c9))
|
|
691
543
|
|
|
692
|
-
### ❤️ Thank You
|
|
693
|
-
|
|
694
|
-
- Patrick Sullivan
|
|
695
|
-
|
|
696
544
|
## 2.1.4 (2024-02-24)
|
|
697
545
|
|
|
698
|
-
###
|
|
546
|
+
### Bug Fixes
|
|
699
547
|
|
|
700
548
|
- **git-tools:** Updates to release configuration parameters
|
|
701
549
|
([482d18ee](https://github.com/storm-software/storm-ops/commit/482d18ee))
|
|
702
550
|
|
|
703
|
-
### ❤️ Thank You
|
|
704
|
-
|
|
705
|
-
- Patrick Sullivan
|
|
706
|
-
|
|
707
551
|
## 2.1.3 (2024-02-23)
|
|
708
552
|
|
|
709
|
-
###
|
|
553
|
+
### Bug Fixes
|
|
710
554
|
|
|
711
555
|
- **git-tools:** Ensure tag generation during versioning
|
|
712
556
|
([d08a89cd](https://github.com/storm-software/storm-ops/commit/d08a89cd))
|
|
@@ -717,13 +561,9 @@
|
|
|
717
561
|
- **git-tools:** Resolve issue with release versioning
|
|
718
562
|
([24bfe5e9](https://github.com/storm-software/storm-ops/commit/24bfe5e9))
|
|
719
563
|
|
|
720
|
-
### ❤️ Thank You
|
|
721
|
-
|
|
722
|
-
- Patrick Sullivan
|
|
723
|
-
|
|
724
564
|
## 2.1.2 (2024-02-20)
|
|
725
565
|
|
|
726
|
-
###
|
|
566
|
+
### Features
|
|
727
567
|
|
|
728
568
|
- **git-tools:** Update the package to build as CommonJs to support Nx executors
|
|
729
569
|
([affad63c](https://github.com/storm-software/storm-ops/commit/affad63c))
|
|
@@ -731,7 +571,7 @@
|
|
|
731
571
|
- **git-tools:** Support for updated Nx Release processing
|
|
732
572
|
([92f99126](https://github.com/storm-software/storm-ops/commit/92f99126))
|
|
733
573
|
|
|
734
|
-
###
|
|
574
|
+
### Bug Fixes
|
|
735
575
|
|
|
736
576
|
- **git-tools:** Resolve issue preventing changelogRenderer from being applied
|
|
737
577
|
([f7880bae](https://github.com/storm-software/storm-ops/commit/f7880bae))
|
|
@@ -757,13 +597,9 @@
|
|
|
757
597
|
- **config:** Mark config to no longer bundle code
|
|
758
598
|
([2b97e77e](https://github.com/storm-software/storm-ops/commit/2b97e77e))
|
|
759
599
|
|
|
760
|
-
### ❤️ Thank You
|
|
761
|
-
|
|
762
|
-
- Patrick Sullivan
|
|
763
|
-
|
|
764
600
|
## 2.1.1 (2024-02-20)
|
|
765
601
|
|
|
766
|
-
###
|
|
602
|
+
### Features
|
|
767
603
|
|
|
768
604
|
- **git-tools:** Update the package to build as CommonJs to support Nx executors
|
|
769
605
|
([affad63c](https://github.com/storm-software/storm-ops/commit/affad63c))
|
|
@@ -771,7 +607,7 @@
|
|
|
771
607
|
- **git-tools:** Support for updated Nx Release processing
|
|
772
608
|
([92f99126](https://github.com/storm-software/storm-ops/commit/92f99126))
|
|
773
609
|
|
|
774
|
-
###
|
|
610
|
+
### Bug Fixes
|
|
775
611
|
|
|
776
612
|
- **git-tools:** Resolve issue preventing changelogRenderer from being applied
|
|
777
613
|
([f7880bae](https://github.com/storm-software/storm-ops/commit/f7880bae))
|
|
@@ -794,13 +630,9 @@
|
|
|
794
630
|
- **git-tools:** Update method of calling the release action
|
|
795
631
|
([7c74ffc7](https://github.com/storm-software/storm-ops/commit/7c74ffc7))
|
|
796
632
|
|
|
797
|
-
### ❤️ Thank You
|
|
798
|
-
|
|
799
|
-
- Patrick Sullivan
|
|
800
|
-
|
|
801
633
|
## 2.1.0 (2024-02-20)
|
|
802
634
|
|
|
803
|
-
###
|
|
635
|
+
### Features
|
|
804
636
|
|
|
805
637
|
- **git-tools:** Update the package to build as CommonJs to support Nx executors
|
|
806
638
|
([affad63c](https://github.com/storm-software/storm-ops/commit/affad63c))
|
|
@@ -808,7 +640,7 @@
|
|
|
808
640
|
- **git-tools:** Support for updated Nx Release processing
|
|
809
641
|
([92f99126](https://github.com/storm-software/storm-ops/commit/92f99126))
|
|
810
642
|
|
|
811
|
-
###
|
|
643
|
+
### Bug Fixes
|
|
812
644
|
|
|
813
645
|
- **git-tools:** Resolve issue preventing changelogRenderer from being applied
|
|
814
646
|
([f7880bae](https://github.com/storm-software/storm-ops/commit/f7880bae))
|
|
@@ -828,13 +660,9 @@
|
|
|
828
660
|
- **git-tools:** Add reference to local changelog-renderer in release process
|
|
829
661
|
([3ea469e1](https://github.com/storm-software/storm-ops/commit/3ea469e1))
|
|
830
662
|
|
|
831
|
-
### ❤️ Thank You
|
|
832
|
-
|
|
833
|
-
- Patrick Sullivan
|
|
834
|
-
|
|
835
663
|
## 2.0.1 (2024-02-17)
|
|
836
664
|
|
|
837
|
-
###
|
|
665
|
+
### Bug Fixes
|
|
838
666
|
|
|
839
667
|
- **storm-ops:** Update the chalk version to v4.1.2
|
|
840
668
|
([0d50334a](https://github.com/storm-software/storm-ops/commit/0d50334a))
|
|
@@ -861,13 +689,9 @@
|
|
|
861
689
|
|
|
862
690
|
- **git-tools:** \
|
|
863
691
|
|
|
864
|
-
### ❤️ Thank You
|
|
865
|
-
|
|
866
|
-
- Patrick Sullivan
|
|
867
|
-
|
|
868
692
|
# 2.0.0 (2024-02-17)
|
|
869
693
|
|
|
870
|
-
###
|
|
694
|
+
### Bug Fixes
|
|
871
695
|
|
|
872
696
|
- **storm-ops:** Update the chalk version to v4.1.2
|
|
873
697
|
([0d50334a](https://github.com/storm-software/storm-ops/commit/0d50334a))
|
|
@@ -888,13 +712,9 @@
|
|
|
888
712
|
|
|
889
713
|
- **git-tools:** \
|
|
890
714
|
|
|
891
|
-
### ❤️ Thank You
|
|
892
|
-
|
|
893
|
-
- Patrick Sullivan
|
|
894
|
-
|
|
895
715
|
## 1.38.5 (2024-02-15)
|
|
896
716
|
|
|
897
|
-
###
|
|
717
|
+
### Bug Fixes
|
|
898
718
|
|
|
899
719
|
- **storm-ops:** Update the chalk version to v4.1.2
|
|
900
720
|
([0d50334a](https://github.com/storm-software/storm-ops/commit/0d50334a))
|
|
@@ -905,13 +725,9 @@
|
|
|
905
725
|
- **config-tools:** Update package type to a module to resolve import issues
|
|
906
726
|
([4a9649c9](https://github.com/storm-software/storm-ops/commit/4a9649c9))
|
|
907
727
|
|
|
908
|
-
### ❤️ Thank You
|
|
909
|
-
|
|
910
|
-
- Patrick Sullivan
|
|
911
|
-
|
|
912
728
|
## 1.38.4 (2024-02-15)
|
|
913
729
|
|
|
914
|
-
###
|
|
730
|
+
### Bug Fixes
|
|
915
731
|
|
|
916
732
|
- **storm-ops:** Update the chalk version to v4.1.2
|
|
917
733
|
([0d50334a](https://github.com/storm-software/storm-ops/commit/0d50334a))
|
|
@@ -919,29 +735,21 @@
|
|
|
919
735
|
- **storm-ops:** Resolve issue with the pnpm version
|
|
920
736
|
([f124fd94](https://github.com/storm-software/storm-ops/commit/f124fd94))
|
|
921
737
|
|
|
922
|
-
### ❤️ Thank You
|
|
923
|
-
|
|
924
|
-
- Patrick Sullivan
|
|
925
|
-
|
|
926
738
|
## 1.38.3 (2024-02-15)
|
|
927
739
|
|
|
928
|
-
###
|
|
740
|
+
### Bug Fixes
|
|
929
741
|
|
|
930
742
|
- **storm-ops:** Update the chalk version to v4.1.2
|
|
931
743
|
([0d50334a](https://github.com/storm-software/storm-ops/commit/0d50334a))
|
|
932
744
|
|
|
933
|
-
### ❤️ Thank You
|
|
934
|
-
|
|
935
|
-
- Patrick Sullivan
|
|
936
|
-
|
|
937
745
|
## 1.38.2 (2024-02-15)
|
|
938
746
|
|
|
939
|
-
###
|
|
747
|
+
### Features
|
|
940
748
|
|
|
941
749
|
- **git-tools:** Completed release process changes and updated dependencies
|
|
942
750
|
([ebd33d5c](https://github.com/storm-software/storm-ops/commit/ebd33d5c))
|
|
943
751
|
|
|
944
|
-
###
|
|
752
|
+
### Bug Fixes
|
|
945
753
|
|
|
946
754
|
- **storm-ops:** Update chalk dependency for all modules
|
|
947
755
|
([d8a55c49](https://github.com/storm-software/storm-ops/commit/d8a55c49))
|
|
@@ -949,46 +757,34 @@
|
|
|
949
757
|
- **storm-ops:** Downgrade dependencies to work with cjs task runners
|
|
950
758
|
([bece51de](https://github.com/storm-software/storm-ops/commit/bece51de))
|
|
951
759
|
|
|
952
|
-
### ❤️ Thank You
|
|
953
|
-
|
|
954
|
-
- Patrick Sullivan
|
|
955
|
-
|
|
956
760
|
## 1.38.1 (2024-02-15)
|
|
957
761
|
|
|
958
|
-
###
|
|
762
|
+
### Features
|
|
959
763
|
|
|
960
764
|
- **git-tools:** Completed release process changes and updated dependencies
|
|
961
765
|
([ebd33d5c](https://github.com/storm-software/storm-ops/commit/ebd33d5c))
|
|
962
766
|
|
|
963
|
-
###
|
|
767
|
+
### Bug Fixes
|
|
964
768
|
|
|
965
769
|
- **storm-ops:** Update chalk dependency for all modules
|
|
966
770
|
([d8a55c49](https://github.com/storm-software/storm-ops/commit/d8a55c49))
|
|
967
771
|
|
|
968
|
-
### ❤️ Thank You
|
|
969
|
-
|
|
970
|
-
- Patrick Sullivan
|
|
971
|
-
|
|
972
772
|
## 1.38.0 (2024-02-15)
|
|
973
773
|
|
|
974
|
-
###
|
|
774
|
+
### Features
|
|
975
775
|
|
|
976
776
|
- **git-tools:** Completed release process changes and updated dependencies
|
|
977
777
|
([ebd33d5c](https://github.com/storm-software/storm-ops/commit/ebd33d5c))
|
|
978
778
|
|
|
979
|
-
### ❤️ Thank You
|
|
980
|
-
|
|
981
|
-
- Patrick Sullivan
|
|
982
|
-
|
|
983
779
|
## 1.37.0 (2024-02-15)
|
|
984
780
|
|
|
985
|
-
###
|
|
781
|
+
### Features
|
|
986
782
|
|
|
987
783
|
- **changelog:** Added the `changelog` package to handle file creation during
|
|
988
784
|
release
|
|
989
785
|
([d050648d](https://github.com/storm-software/storm-ops/commit/d050648d))
|
|
990
786
|
|
|
991
|
-
###
|
|
787
|
+
### Bug Fixes
|
|
992
788
|
|
|
993
789
|
- **workspace-tools:** Point the `nx.json` to the Storm ChangeLogRenderer class
|
|
994
790
|
([f6620cef](https://github.com/storm-software/storm-ops/commit/f6620cef))
|
|
@@ -1002,261 +798,169 @@
|
|
|
1002
798
|
- **git-tools:** Resolved linting errors from previous commit
|
|
1003
799
|
([0cc57b66](https://github.com/storm-software/storm-ops/commit/0cc57b66))
|
|
1004
800
|
|
|
1005
|
-
### ❤️ Thank You
|
|
1006
|
-
|
|
1007
|
-
- Patrick Sullivan
|
|
1008
|
-
|
|
1009
801
|
## 1.36.14 (2024-02-13)
|
|
1010
802
|
|
|
1011
|
-
###
|
|
803
|
+
### Bug Fixes
|
|
1012
804
|
|
|
1013
805
|
- **git-tools:** Updated logging in the Storm-Git release hook
|
|
1014
806
|
([669a289a](https://github.com/storm-software/storm-ops/commit/669a289a))
|
|
1015
807
|
|
|
1016
|
-
### ❤️ Thank You
|
|
1017
|
-
|
|
1018
|
-
- Patrick Sullivan
|
|
1019
|
-
|
|
1020
808
|
## 1.36.13 (2024-02-11)
|
|
1021
809
|
|
|
1022
|
-
###
|
|
810
|
+
### Bug Fixes
|
|
1023
811
|
|
|
1024
812
|
- **git-tools:** Removed the emojis from the Changelog Renderer
|
|
1025
813
|
([93d5d140](https://github.com/storm-software/storm-ops/commit/93d5d140))
|
|
1026
814
|
|
|
1027
|
-
### ❤️ Thank You
|
|
1028
|
-
|
|
1029
|
-
- Patrick Sullivan
|
|
1030
|
-
|
|
1031
815
|
## 1.36.11 (2024-02-09)
|
|
1032
816
|
|
|
1033
|
-
###
|
|
817
|
+
### Bug Fixes
|
|
1034
818
|
|
|
1035
819
|
- **config-tools:** Updated the color of the logger text
|
|
1036
820
|
([63016bd6](https://github.com/storm-software/storm-ops/commit/63016bd6))
|
|
1037
821
|
|
|
1038
|
-
### ❤️ Thank You
|
|
1039
|
-
|
|
1040
|
-
- Patrick Sullivan
|
|
1041
|
-
|
|
1042
822
|
## 1.36.6 (2024-02-09)
|
|
1043
823
|
|
|
1044
|
-
###
|
|
824
|
+
### Bug Fixes
|
|
1045
825
|
|
|
1046
826
|
- **workspace-tools:** Resolved issue publishing first package releases to npm
|
|
1047
827
|
([8205dfcf](https://github.com/storm-software/storm-ops/commit/8205dfcf))
|
|
1048
828
|
|
|
1049
|
-
### ❤️ Thank You
|
|
1050
|
-
|
|
1051
|
-
- Patrick Sullivan
|
|
1052
|
-
|
|
1053
829
|
## 1.36.4 (2024-02-09)
|
|
1054
830
|
|
|
1055
|
-
###
|
|
831
|
+
### Bug Fixes
|
|
1056
832
|
|
|
1057
833
|
- **linting-tools:** Ensure correct parameter is passed to lefthook
|
|
1058
834
|
([3fe19f4b](https://github.com/storm-software/storm-ops/commit/3fe19f4b))
|
|
1059
835
|
|
|
1060
|
-
### ❤️ Thank You
|
|
1061
|
-
|
|
1062
|
-
- Patrick Sullivan
|
|
1063
|
-
|
|
1064
836
|
## 1.36.3 (2024-02-09)
|
|
1065
837
|
|
|
1066
|
-
###
|
|
838
|
+
### Bug Fixes
|
|
1067
839
|
|
|
1068
840
|
- **linting-tools:** Added `--no-errors-on-unmatched` to format command
|
|
1069
841
|
([c7bd849a](https://github.com/storm-software/storm-ops/commit/c7bd849a))
|
|
1070
842
|
|
|
1071
|
-
### ❤️ Thank You
|
|
1072
|
-
|
|
1073
|
-
- Patrick Sullivan
|
|
1074
|
-
|
|
1075
843
|
## 1.36.2 (2024-02-09)
|
|
1076
844
|
|
|
1077
|
-
###
|
|
845
|
+
### Bug Fixes
|
|
1078
846
|
|
|
1079
847
|
- **linting-tools:** Ensure we use `build:all` script during linting
|
|
1080
848
|
([848bd1cf](https://github.com/storm-software/storm-ops/commit/848bd1cf))
|
|
1081
849
|
|
|
1082
|
-
### ❤️ Thank You
|
|
1083
|
-
|
|
1084
|
-
- Patrick Sullivan
|
|
1085
|
-
|
|
1086
850
|
## 1.35.0 (2024-02-07)
|
|
1087
851
|
|
|
1088
|
-
###
|
|
852
|
+
### Features
|
|
1089
853
|
|
|
1090
854
|
- **config:** Added a base config package to allow neutral access of
|
|
1091
855
|
`StormConfig`
|
|
1092
856
|
([164eaa5b](https://github.com/storm-software/storm-ops/commit/164eaa5b))
|
|
1093
857
|
|
|
1094
|
-
### ❤️ Thank You
|
|
1095
|
-
|
|
1096
|
-
- Patrick Sullivan
|
|
1097
|
-
|
|
1098
858
|
## 1.32.12 (2024-01-29)
|
|
1099
859
|
|
|
1100
|
-
###
|
|
860
|
+
### Bug Fixes
|
|
1101
861
|
|
|
1102
862
|
- **workspace-tools:** Added full publish fields to target
|
|
1103
863
|
([921dc2b6](https://github.com/storm-software/storm-ops/commit/921dc2b6))
|
|
1104
864
|
|
|
1105
|
-
### ❤️ Thank You
|
|
1106
|
-
|
|
1107
|
-
- Patrick Sullivan
|
|
1108
|
-
|
|
1109
865
|
## 1.32.11 (2024-01-29)
|
|
1110
866
|
|
|
1111
|
-
###
|
|
867
|
+
### Bug Fixes
|
|
1112
868
|
|
|
1113
869
|
- **workspace-tools:** Added full publish fields to target
|
|
1114
870
|
([921dc2b6](https://github.com/storm-software/storm-ops/commit/921dc2b6))
|
|
1115
871
|
|
|
1116
|
-
### ❤️ Thank You
|
|
1117
|
-
|
|
1118
|
-
- Patrick Sullivan
|
|
1119
|
-
|
|
1120
872
|
## 1.32.10 (2024-01-28)
|
|
1121
873
|
|
|
1122
|
-
###
|
|
874
|
+
### Bug Fixes
|
|
1123
875
|
|
|
1124
876
|
- **workspace-tools:** Added full publish fields to target
|
|
1125
877
|
([921dc2b6](https://github.com/storm-software/storm-ops/commit/921dc2b6))
|
|
1126
878
|
|
|
1127
|
-
### ❤️ Thank You
|
|
1128
|
-
|
|
1129
|
-
- Patrick Sullivan
|
|
1130
|
-
|
|
1131
879
|
## 1.32.9 (2024-01-28)
|
|
1132
880
|
|
|
1133
|
-
###
|
|
881
|
+
### Bug Fixes
|
|
1134
882
|
|
|
1135
883
|
- **workspace-tools:** Added full publish fields to target
|
|
1136
884
|
([921dc2b6](https://github.com/storm-software/storm-ops/commit/921dc2b6))
|
|
1137
885
|
|
|
1138
|
-
### ❤️ Thank You
|
|
1139
|
-
|
|
1140
|
-
- Patrick Sullivan
|
|
1141
|
-
|
|
1142
886
|
## 1.32.8 (2024-01-28)
|
|
1143
887
|
|
|
1144
|
-
###
|
|
888
|
+
### Bug Fixes
|
|
1145
889
|
|
|
1146
890
|
- **workspace-tools:** Added full publish fields to target
|
|
1147
891
|
([921dc2b6](https://github.com/storm-software/storm-ops/commit/921dc2b6))
|
|
1148
892
|
|
|
1149
|
-
### ❤️ Thank You
|
|
1150
|
-
|
|
1151
|
-
- Patrick Sullivan
|
|
1152
|
-
|
|
1153
893
|
## 1.32.7 (2024-01-28)
|
|
1154
894
|
|
|
1155
|
-
###
|
|
895
|
+
### Bug Fixes
|
|
1156
896
|
|
|
1157
897
|
- **workspace-tools:** Added the nx-release-publish task to project target
|
|
1158
898
|
([cb6d7c17](https://github.com/storm-software/storm-ops/commit/cb6d7c17))
|
|
1159
899
|
|
|
1160
|
-
### ❤️ Thank You
|
|
1161
|
-
|
|
1162
|
-
- Patrick Sullivan
|
|
1163
|
-
|
|
1164
900
|
## 1.32.6 (2024-01-28)
|
|
1165
901
|
|
|
1166
|
-
###
|
|
902
|
+
### Bug Fixes
|
|
1167
903
|
|
|
1168
904
|
- **git-tools:** Correct the asset output paths
|
|
1169
905
|
([7cf40f6d](https://github.com/storm-software/storm-ops/commit/7cf40f6d))
|
|
1170
906
|
|
|
1171
|
-
### ❤️ Thank You
|
|
1172
|
-
|
|
1173
|
-
- Patrick Sullivan
|
|
1174
|
-
|
|
1175
907
|
## 1.32.5 (2024-01-28)
|
|
1176
908
|
|
|
1177
|
-
###
|
|
909
|
+
### Bug Fixes
|
|
1178
910
|
|
|
1179
911
|
- **git-tools:** Reformat display message
|
|
1180
912
|
([7ec1ff23](https://github.com/storm-software/storm-ops/commit/7ec1ff23))
|
|
1181
913
|
|
|
1182
|
-
### ❤️ Thank You
|
|
1183
|
-
|
|
1184
|
-
- Patrick Sullivan
|
|
1185
|
-
|
|
1186
914
|
## 1.32.4 (2024-01-27)
|
|
1187
915
|
|
|
1188
|
-
###
|
|
916
|
+
### Bug Fixes
|
|
1189
917
|
|
|
1190
918
|
- **git-tools:** Added skip ci to release commit message
|
|
1191
919
|
([2e808a18](https://github.com/storm-software/storm-ops/commit/2e808a18))
|
|
1192
920
|
|
|
1193
|
-
### ❤️ Thank You
|
|
1194
|
-
|
|
1195
|
-
- Patrick Sullivan
|
|
1196
|
-
|
|
1197
921
|
## 1.32.3 (2024-01-27)
|
|
1198
922
|
|
|
1199
|
-
###
|
|
923
|
+
### Bug Fixes
|
|
1200
924
|
|
|
1201
925
|
- **git-tools:** Added back newlines to the commit message
|
|
1202
926
|
([114a3d71](https://github.com/storm-software/storm-ops/commit/114a3d71))
|
|
1203
927
|
|
|
1204
|
-
### ❤️ Thank You
|
|
1205
|
-
|
|
1206
|
-
- Patrick Sullivan
|
|
1207
|
-
|
|
1208
928
|
## 1.32.0 (2024-01-27)
|
|
1209
929
|
|
|
1210
|
-
###
|
|
930
|
+
### Features
|
|
1211
931
|
|
|
1212
932
|
- **config-tools:** Added the `preid` config option and removed `preMajor`
|
|
1213
933
|
([0d8756dc](https://github.com/storm-software/storm-ops/commit/0d8756dc))
|
|
1214
934
|
|
|
1215
|
-
### ❤️ Thank You
|
|
1216
|
-
|
|
1217
|
-
- Patrick Sullivan
|
|
1218
|
-
|
|
1219
935
|
## 1.31.2 (2024-01-26)
|
|
1220
936
|
|
|
1221
|
-
###
|
|
937
|
+
### Bug Fixes
|
|
1222
938
|
|
|
1223
939
|
- **git-tools:** Added code to set providence on publish process
|
|
1224
940
|
([06439ff3](https://github.com/storm-software/storm-ops/commit/06439ff3))
|
|
1225
941
|
|
|
1226
|
-
### ❤️ Thank You
|
|
1227
|
-
|
|
1228
|
-
- Patrick Sullivan
|
|
1229
|
-
|
|
1230
942
|
## 1.29.7 (2024-01-23)
|
|
1231
943
|
|
|
1232
|
-
###
|
|
944
|
+
### Bug Fixes
|
|
1233
945
|
|
|
1234
946
|
- **git-tools:** Remove the install hook from pre-commit
|
|
1235
947
|
([75104c7e](https://github.com/storm-software/storm-ops/commit/75104c7e))
|
|
1236
948
|
|
|
1237
|
-
### ❤️ Thank You
|
|
1238
|
-
|
|
1239
|
-
- Patrick Sullivan
|
|
1240
|
-
|
|
1241
949
|
## 1.29.6 (2024-01-23)
|
|
1242
950
|
|
|
1243
|
-
###
|
|
951
|
+
### Bug Fixes
|
|
1244
952
|
|
|
1245
953
|
- **git-tools:** Update the lefthook configuration to correctly handle install
|
|
1246
954
|
([e27fd423](https://github.com/storm-software/storm-ops/commit/e27fd423))
|
|
1247
955
|
|
|
1248
|
-
### ❤️ Thank You
|
|
1249
|
-
|
|
1250
|
-
- Patrick Sullivan
|
|
1251
|
-
|
|
1252
956
|
## 1.29.0 (2024-01-21)
|
|
1253
957
|
|
|
1254
|
-
###
|
|
958
|
+
### Features
|
|
1255
959
|
|
|
1256
960
|
- **git-tools:** Added custom storm `ChangelogRenderer` for releases
|
|
1257
961
|
([922aa263](https://github.com/storm-software/storm-ops/commit/922aa263))
|
|
1258
962
|
|
|
1259
|
-
###
|
|
963
|
+
### Bug Fixes
|
|
1260
964
|
|
|
1261
965
|
- **git-tools:** Update path to changelog renderer
|
|
1262
966
|
([d4dd7006](https://github.com/storm-software/storm-ops/commit/d4dd7006))
|
|
@@ -1264,40 +968,28 @@
|
|
|
1264
968
|
- **git-tools:** Added separate changelog-renderer CommonJs build
|
|
1265
969
|
([4da88acb](https://github.com/storm-software/storm-ops/commit/4da88acb))
|
|
1266
970
|
|
|
1267
|
-
### ❤️ Thank You
|
|
1268
|
-
|
|
1269
|
-
- Patrick Sullivan
|
|
1270
|
-
|
|
1271
971
|
## 1.28.5 (2024-01-21)
|
|
1272
972
|
|
|
1273
|
-
###
|
|
973
|
+
### Bug Fixes
|
|
1274
974
|
|
|
1275
975
|
- **git-tools:** Resolve issues with commit message formatting
|
|
1276
976
|
([90bdc930](https://github.com/storm-software/storm-ops/commit/90bdc930))
|
|
1277
977
|
|
|
1278
|
-
### ❤️ Thank You
|
|
1279
|
-
|
|
1280
|
-
- Patrick Sullivan
|
|
1281
|
-
|
|
1282
978
|
## 1.28.4 (2024-01-21)
|
|
1283
979
|
|
|
1284
|
-
###
|
|
980
|
+
### Bug Fixes
|
|
1285
981
|
|
|
1286
982
|
- **git-tools:** Resolve issues with commit message formatting
|
|
1287
983
|
([90bdc930](https://github.com/storm-software/storm-ops/commit/90bdc930))
|
|
1288
984
|
|
|
1289
|
-
### ❤️ Thank You
|
|
1290
|
-
|
|
1291
|
-
- Patrick Sullivan
|
|
1292
|
-
|
|
1293
985
|
## 1.28.3 (2024-01-21)
|
|
1294
986
|
|
|
1295
|
-
###
|
|
987
|
+
### Features
|
|
1296
988
|
|
|
1297
989
|
- **git-tools:** Update release process to use built-in Nx functionality
|
|
1298
990
|
([f592bd33](https://github.com/storm-software/storm-ops/commit/f592bd33))
|
|
1299
991
|
|
|
1300
|
-
###
|
|
992
|
+
### Bug Fixes
|
|
1301
993
|
|
|
1302
994
|
- **git-tools:** Clean up of various unused dependencies
|
|
1303
995
|
([c39257b8](https://github.com/storm-software/storm-ops/commit/c39257b8))
|
|
@@ -1341,18 +1033,14 @@
|
|
|
1341
1033
|
- **git-tools:** Update release to use Nx config relationship settings
|
|
1342
1034
|
([9f0a7519](https://github.com/storm-software/storm-ops/commit/9f0a7519))
|
|
1343
1035
|
|
|
1344
|
-
### ❤️ Thank You
|
|
1345
|
-
|
|
1346
|
-
- Patrick Sullivan
|
|
1347
|
-
|
|
1348
1036
|
## 1.28.2 (2024-01-21)
|
|
1349
1037
|
|
|
1350
|
-
###
|
|
1038
|
+
### Features
|
|
1351
1039
|
|
|
1352
1040
|
- **git-tools:** Update release process to use built-in Nx functionality
|
|
1353
1041
|
([f592bd33](https://github.com/storm-software/storm-ops/commit/f592bd33))
|
|
1354
1042
|
|
|
1355
|
-
###
|
|
1043
|
+
### Bug Fixes
|
|
1356
1044
|
|
|
1357
1045
|
- **git-tools:** Clean up of various unused dependencies
|
|
1358
1046
|
([c39257b8](https://github.com/storm-software/storm-ops/commit/c39257b8))
|
|
@@ -1396,18 +1084,14 @@
|
|
|
1396
1084
|
- **git-tools:** Update release to use Nx config relationship settings
|
|
1397
1085
|
([9f0a7519](https://github.com/storm-software/storm-ops/commit/9f0a7519))
|
|
1398
1086
|
|
|
1399
|
-
### ❤️ Thank You
|
|
1400
|
-
|
|
1401
|
-
- Patrick Sullivan
|
|
1402
|
-
|
|
1403
1087
|
## 1.28.1 (2024-01-21)
|
|
1404
1088
|
|
|
1405
|
-
###
|
|
1089
|
+
### Features
|
|
1406
1090
|
|
|
1407
1091
|
- **git-tools:** Update release process to use built-in Nx functionality
|
|
1408
1092
|
([f592bd33](https://github.com/storm-software/storm-ops/commit/f592bd33))
|
|
1409
1093
|
|
|
1410
|
-
###
|
|
1094
|
+
### Bug Fixes
|
|
1411
1095
|
|
|
1412
1096
|
- **git-tools:** Clean up of various unused dependencies
|
|
1413
1097
|
([c39257b8](https://github.com/storm-software/storm-ops/commit/c39257b8))
|
|
@@ -1451,10 +1135,6 @@
|
|
|
1451
1135
|
- **git-tools:** Update release to use Nx config relationship settings
|
|
1452
1136
|
([9f0a7519](https://github.com/storm-software/storm-ops/commit/9f0a7519))
|
|
1453
1137
|
|
|
1454
|
-
### ❤️ Thank You
|
|
1455
|
-
|
|
1456
|
-
- Patrick Sullivan
|
|
1457
|
-
|
|
1458
1138
|
# [1.28.0](https://github.com/storm-software/storm-ops/compare/git-tools-v1.27.0...git-tools-v1.28.0) (2024-01-20)
|
|
1459
1139
|
|
|
1460
1140
|
### Features
|