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