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