@vc-shell/config-generator 2.0.0-alpha.3 → 2.0.0-alpha.30

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (42) hide show
  1. package/CHANGELOG.md +2737 -0
  2. package/dist/index.d.ts +2 -25
  3. package/dist/index.d.ts.map +1 -1
  4. package/dist/index.js +2 -47
  5. package/dist/index.js.map +1 -1
  6. package/dist/plugins/viteBladePlugin.d.ts +9 -0
  7. package/dist/plugins/viteBladePlugin.d.ts.map +1 -0
  8. package/dist/plugins/viteBladePlugin.js +94 -0
  9. package/dist/plugins/viteBladePlugin.js.map +1 -0
  10. package/dist/plugins/viteBladePlugin.test.d.ts +2 -0
  11. package/dist/plugins/viteBladePlugin.test.d.ts.map +1 -0
  12. package/dist/plugins/viteBladePlugin.test.js +90 -0
  13. package/dist/plugins/viteBladePlugin.test.js.map +1 -0
  14. package/dist/templates/vite.application.appconfig.d.ts.map +1 -1
  15. package/dist/templates/vite.application.appconfig.js +27 -5
  16. package/dist/templates/vite.application.appconfig.js.map +1 -1
  17. package/package.json +8 -8
  18. package/LICENSE +0 -12
  19. package/dist/templates/shared-deps.d.ts +0 -23
  20. package/dist/templates/shared-deps.d.ts.map +0 -1
  21. package/dist/templates/shared-deps.js +0 -33
  22. package/dist/templates/shared-deps.js.map +0 -1
  23. package/dist/templates/vite.dynamic-module.appconfig.d.ts +0 -7
  24. package/dist/templates/vite.dynamic-module.appconfig.d.ts.map +0 -1
  25. package/dist/templates/vite.dynamic-module.appconfig.js +0 -72
  26. package/dist/templates/vite.dynamic-module.appconfig.js.map +0 -1
  27. package/dist/templates/vite.dynamic-module.appconfig.test.d.ts +0 -2
  28. package/dist/templates/vite.dynamic-module.appconfig.test.d.ts.map +0 -1
  29. package/dist/templates/vite.dynamic-module.appconfig.test.js +0 -60
  30. package/dist/templates/vite.dynamic-module.appconfig.test.js.map +0 -1
  31. package/dist/templates/vite.host.appconfig.d.ts +0 -32
  32. package/dist/templates/vite.host.appconfig.d.ts.map +0 -1
  33. package/dist/templates/vite.host.appconfig.js +0 -43
  34. package/dist/templates/vite.host.appconfig.js.map +0 -1
  35. package/dist/templates/vite.host.appconfig.test.d.ts +0 -2
  36. package/dist/templates/vite.host.appconfig.test.d.ts.map +0 -1
  37. package/dist/templates/vite.host.appconfig.test.js +0 -51
  38. package/dist/templates/vite.host.appconfig.test.js.map +0 -1
  39. package/dist/types.d.ts +0 -36
  40. package/dist/types.d.ts.map +0 -1
  41. package/dist/types.js +0 -2
  42. package/dist/types.js.map +0 -1
package/CHANGELOG.md ADDED
@@ -0,0 +1,2737 @@
1
+ # [2.0.0-alpha.30](https://github.com/VirtoCommerce/vc-shell/compare/v2.0.0-alpha.29...v2.0.0-alpha.30) (2026-03-30)
2
+
3
+ **Note:** Version bump only for package @vc-shell/config-generator
4
+
5
+ # [2.0.0-alpha.29](https://github.com/VirtoCommerce/vc-shell/compare/v2.0.0-alpha.28...v2.0.0-alpha.29) (2026-03-26)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * **vite-config:** fix named sub-entries for framework path resolution ([2e4cdd1](https://github.com/VirtoCommerce/vc-shell/commit/2e4cdd10d6afc7bef32562715eb89ea7a5a5d307))
11
+ # [2.0.0-alpha.28](https://github.com/VirtoCommerce/vc-shell/compare/v2.0.0-alpha.27...v2.0.0-alpha.28) (2026-03-26)
12
+
13
+ **Note:** Version bump only for package @vc-shell/config-generator
14
+
15
+ # [2.0.0-alpha.27](https://github.com/VirtoCommerce/vc-shell/compare/v2.0.0-alpha.26...v2.0.0-alpha.27) (2026-03-25)
16
+
17
+ **Note:** Version bump only for package @vc-shell/config-generator
18
+
19
+ # [2.0.0-alpha.26](https://github.com/VirtoCommerce/vc-shell/compare/v2.0.0-alpha.25...v2.0.0-alpha.26) (2026-03-25)
20
+
21
+ **Note:** Version bump only for package @vc-shell/config-generator
22
+
23
+ # [2.0.0-alpha.25](https://github.com/VirtoCommerce/vc-shell/compare/v2.0.0-alpha.24...v2.0.0-alpha.25) (2026-03-25)
24
+
25
+ **Note:** Version bump only for package @vc-shell/config-generator
26
+
27
+ # [2.0.0-alpha.24](https://github.com/VirtoCommerce/vc-shell/compare/v2.0.0-alpha.23...v2.0.0-alpha.24) (2026-03-25)
28
+
29
+ **Note:** Version bump only for package @vc-shell/config-generator
30
+
31
+ # [2.0.0-alpha.23](https://github.com/VirtoCommerce/vc-shell/compare/v2.0.0-alpha.22...v2.0.0-alpha.23) (2026-03-23)
32
+
33
+ **Note:** Version bump only for package @vc-shell/config-generator
34
+
35
+ # [2.0.0-alpha.22](https://github.com/VirtoCommerce/vc-shell/compare/v2.0.0-alpha.21...v2.0.0-alpha.22) (2026-03-23)
36
+
37
+ **Note:** Version bump only for package @vc-shell/config-generator
38
+
39
+ # [2.0.0-alpha.21](https://github.com/VirtoCommerce/vc-shell/compare/v2.0.0-alpha.20...v2.0.0-alpha.21) (2026-03-23)
40
+
41
+ **Note:** Version bump only for package @vc-shell/config-generator
42
+
43
+ # [2.0.0-alpha.20](https://github.com/VirtoCommerce/vc-shell/compare/v2.0.0-alpha.18...v2.0.0-alpha.20) (2026-03-23)
44
+
45
+ **Note:** Version bump only for package @vc-shell/config-generator
46
+
47
+ # [2.0.0-alpha.19](https://github.com/VirtoCommerce/vc-shell/compare/v2.0.0-alpha.18...v2.0.0-alpha.19) (2026-03-23)
48
+
49
+ **Note:** Version bump only for package @vc-shell/config-generator
50
+
51
+ # [2.0.0-alpha.18](https://github.com/VirtoCommerce/vc-shell/compare/v2.0.0-alpha.17...v2.0.0-alpha.18) (2026-03-23)
52
+
53
+ **Note:** Version bump only for package @vc-shell/config-generator
54
+
55
+ # [2.0.0-alpha.17](https://github.com/VirtoCommerce/vc-shell/compare/v2.0.0-alpha.16...v2.0.0-alpha.17) (2026-03-23)
56
+
57
+
58
+ ### Bug Fixes
59
+
60
+ * **defineBlade:** register blade config at module scope, not setup time ([7d80498](https://github.com/VirtoCommerce/vc-shell/commit/7d804989ac285c1fb2d277e131c7e159292a5f41))
61
+
62
+
63
+ ### Features
64
+
65
+ * **vite-config:** add viteBladePlugin for defineBlade macro transform ([adee11c](https://github.com/VirtoCommerce/vc-shell/commit/adee11ca10431eb3f7705fdf4129509f3b7710f7))
66
+ # [2.0.0-alpha.16](https://github.com/VirtoCommerce/vc-shell/compare/v2.0.0-alpha.15...v2.0.0-alpha.16) (2026-03-20)
67
+
68
+ **Note:** Version bump only for package @vc-shell/config-generator
69
+
70
+ # [2.0.0-alpha.15](https://github.com/VirtoCommerce/vc-shell/compare/v2.0.0-alpha.14...v2.0.0-alpha.15) (2026-03-20)
71
+
72
+ **Note:** Version bump only for package @vc-shell/config-generator
73
+
74
+ # [2.0.0-alpha.14](https://github.com/VirtoCommerce/vc-shell/compare/v2.0.0-alpha.13...v2.0.0-alpha.14) (2026-03-20)
75
+
76
+ **Note:** Version bump only for package @vc-shell/config-generator
77
+
78
+ # [2.0.0-alpha.13](https://github.com/VirtoCommerce/vc-shell/compare/v2.0.0-alpha.12...v2.0.0-alpha.13) (2026-03-20)
79
+
80
+ **Note:** Version bump only for package @vc-shell/config-generator
81
+
82
+ # [2.0.0-alpha.12](https://github.com/VirtoCommerce/vc-shell/compare/v2.0.0-alpha.11...v2.0.0-alpha.12) (2026-03-19)
83
+
84
+ **Note:** Version bump only for package @vc-shell/config-generator
85
+
86
+ # [2.0.0-alpha.11](https://github.com/VirtoCommerce/vc-shell/compare/v2.0.0-alpha.10...v2.0.0-alpha.11) (2026-03-13)
87
+
88
+ **Note:** Version bump only for package @vc-shell/config-generator
89
+
90
+ # [2.0.0-alpha.10](https://github.com/VirtoCommerce/vc-shell/compare/v2.0.0-alpha.9...v2.0.0-alpha.10) (2026-03-13)
91
+
92
+
93
+ ### Features
94
+
95
+ * **mf-host:** add mfHostConfig() vite helper for optimizeDeps ([501841d](https://github.com/VirtoCommerce/vc-shell/commit/501841d457ad9f3c671c41723b65045fae075d28))
96
+ * **mf-host:** import shared deps from mf-config instead of duplicating ([51d2df1](https://github.com/VirtoCommerce/vc-shell/commit/51d2df126ac45ca388c7eb5ce8943fc324938a25))
97
+ # [2.0.0-alpha.9](https://github.com/VirtoCommerce/vc-shell/compare/v2.0.0-alpha.8...v2.0.0-alpha.9) (2026-03-12)
98
+
99
+
100
+ ### Bug Fixes
101
+
102
+ * topological build order, deprecation fixes, and dependency updates ([bf01eaf](https://github.com/VirtoCommerce/vc-shell/commit/bf01eaf7574eda5ae393941b553cbea5918a768f))
103
+ # [2.0.0-alpha.8](https://github.com/VirtoCommerce/vc-shell/compare/v2.0.0-alpha.7...v2.0.0-alpha.8) (2026-03-12)
104
+
105
+
106
+ ### Features
107
+
108
+ * **mf:** extract Module Federation loader into @vc-shell/mf-config and @vc-shell/mf-host ([9b079c2](https://github.com/VirtoCommerce/vc-shell/commit/9b079c27bc1497d89849b909f62c1403eff0c9b4))
109
+ # [2.0.0-alpha.7](https://github.com/VirtoCommerce/vc-shell/compare/v2.0.0-alpha.6...v2.0.0-alpha.7) (2026-03-11)
110
+
111
+
112
+ ### Bug Fixes
113
+
114
+ * remove duplicate changelog entries caused by multiline regex bug ([2f27d4c](https://github.com/VirtoCommerce/vc-shell/commit/2f27d4c2ca81452ddc1042af47a4648348e7e323))
115
+ # [2.0.0-alpha.6](https://github.com/VirtoCommerce/vc-shell/compare/v2.0.0-alpha.5...v2.0.0-alpha.6) (2026-03-10)
116
+
117
+ ### Bug Fixes
118
+
119
+ - strip shared dep styles from dynamic module builds ([4bb592e](https://github.com/VirtoCommerce/vc-shell/commit/4bb592e5c101bf23259b929b00776144810d182c))
120
+
121
+ # [2.0.0-alpha.5](https://github.com/VirtoCommerce/vc-shell/compare/v2.0.0-alpha.4...v2.0.0-alpha.5) (2026-03-10)
122
+
123
+ ### Bug Fixes
124
+
125
+ - pin @module-federation/dts-plugin to 2.0.1 to fix ESM/CJS fs-extra crash ([a41d233](https://github.com/VirtoCommerce/vc-shell/commit/a41d2335761e723eda33b45dbb45ef3e70752bf7))
126
+
127
+ # [2.0.0-alpha.4](https://github.com/VirtoCommerce/vc-shell/compare/v2.0.0-alpha.3...v2.0.0-alpha.4) (2026-03-10)
128
+
129
+ **Note:** Version bump only for package @vc-shell/config-generator
130
+
131
+ # [2.0.0-alpha.3](https://github.com/VirtoCommerce/vc-shell/compare/v2.0.0-alpha.2...v2.0.0-alpha.3) (2026-03-10)
132
+
133
+ **Note:** Version bump only for package @vc-shell/config-generator
134
+
135
+ # [2.0.0-alpha.2](https://github.com/VirtoCommerce/vc-shell/compare/v1.2.4-beta.8...v2.0.0-alpha.2) (2026-03-10)
136
+
137
+ ### Code Refactoring
138
+
139
+ - remove unused components and update package resolutions ([26ff398](https://github.com/VirtoCommerce/vc-shell/commit/26ff398739d75b23f7f700542920a117e0022ff3))
140
+
141
+ **Note:** Version bump only for package @vc-shell/config-generator
142
+
143
+ # [2.0.0-alpha.1](https://github.com/VirtoCommerce/vc-shell/compare/v2.0.0-alpha.0...v2.0.0-alpha.1) (2026-03-10)
144
+
145
+ **Note:** Version bump only for package @vc-shell/config-generator
146
+
147
+ # [2.0.0-alpha.0](https://github.com/VirtoCommerce/vc-shell/compare/v1.2.4-beta.8...v2.0.0-alpha.0) (2026-03-10)
148
+
149
+ ### Features
150
+
151
+ - **core:** add Module Federation support and remove legacy UMD globals ([18c4026](https://github.com/VirtoCommerce/vc-shell/commit/18c402677846dfff8f077dccb7a782fcf5a778e0))
152
+ - **shared-deps:** export SHARED_DEP_NAMES as single source of truth for MF shared deps ([18f68ef](https://github.com/VirtoCommerce/vc-shell/commit/18f68efda491d7e595acfb4b1a547d82658967f2))
153
+
154
+ ### Bug Fixes
155
+
156
+ - **vite-config:** normalize symlinked paths in stripExternalStyles via realpathSync ([6f825aa](https://github.com/VirtoCommerce/vc-shell/commit/6f825aa66b2bb209dba6a7497a3af4de981022d8))
157
+
158
+ ### Documentation
159
+
160
+ - **vite-config:** clarify build-time vs runtime MF roles in getHostFederationConfig ([cf2f9b7](https://github.com/VirtoCommerce/vc-shell/commit/cf2f9b7dfd358aa192fac580c2697205f4649984))
161
+
162
+ ## [1.2.4-beta.8](https://github.com/VirtoCommerce/vc-shell/compare/v1.2.4-beta.7...v1.2.4-beta.8) (2026-03-04)
163
+
164
+ **Note:** Version bump only for package @vc-shell/config-generator
165
+
166
+ ## [1.2.4-beta.7](https://github.com/VirtoCommerce/vc-shell/compare/v1.2.4-beta.6...v1.2.4-beta.7) (2026-03-04)
167
+
168
+ ### Code Refactoring
169
+
170
+ - dynamically import `rollup-plugin-visualizer` to conditionally load it when analysis is enabled ([57f5182](https://github.com/VirtoCommerce/vc-shell/commit/57f5182496b5d2a9897f6e1f70522177782316c7))
171
+
172
+ **Note:** Version bump only for package @vc-shell/config-generator
173
+
174
+ ## [1.2.4-beta.6](https://github.com/VirtoCommerce/vc-shell/compare/v1.2.4-beta.5...v1.2.4-beta.6) (2026-03-04)
175
+
176
+ **Note:** Version bump only for package @vc-shell/config-generator
177
+
178
+ ## [1.2.4-beta.5](https://github.com/VirtoCommerce/vc-shell/compare/v1.2.4-beta.4...v1.2.4-beta.5) (2026-03-04)
179
+
180
+ ### Features
181
+
182
+ - **vite-config:** add modules-library build configuration ([cce505f](https://github.com/VirtoCommerce/vc-shell/commit/cce505f77b6ada4d5488410d11b62b78396961d3))
183
+ - re-enable circular dependency detection in production builds ([a139829](https://github.com/VirtoCommerce/vc-shell/commit/a139829f54e40e7ff987eee1effdfbe88c90343b))
184
+ - **vite-config:** add Vite server.warmup for monorepo dev server pre-transform ([c80ea68](https://github.com/VirtoCommerce/vc-shell/commit/c80ea688203f21dcd37a2e506f3be4218d15810d))
185
+ - **vite-config:** env-gate rollup-plugin-visualizer in shared Vite config ([fec0276](https://github.com/VirtoCommerce/vc-shell/commit/fec02761cf27ec379049944c04c19258e8a028a3))
186
+ - **vc-loading:** replace dots loader with bar sweep and add instant preloader ([019e8d6](https://github.com/VirtoCommerce/vc-shell/commit/019e8d6fb5736f766bdba2841c3b5cf7f00b3b77))
187
+
188
+ ### Bug Fixes
189
+
190
+ - set circular dependency plugin to warn mode instead of throwing ([69d5cff](https://github.com/VirtoCommerce/vc-shell/commit/69d5cffe8cada7ad3808dc44764df76c9bbe10e7))
191
+ - **build:** suppress empty chunk, mixed import, and date-fns locale warnings ([d973302](https://github.com/VirtoCommerce/vc-shell/commit/d97330264de9f0f03474d919fcee971c6864989c))
192
+
193
+ ## [1.2.4-beta.4](https://github.com/VirtoCommerce/vc-shell/compare/v1.2.4-beta.3...v1.2.4-beta.4) (2026-02-24)
194
+
195
+ ### Features
196
+
197
+ - **dynamic-modules:** add hash-based cache busting for module assets ([eb47537](https://github.com/VirtoCommerce/vc-shell/commit/eb475375fad72f4c00016e0e8d9298cdbc44a321))
198
+
199
+ ## [1.2.4-beta.3](https://github.com/VirtoCommerce/vc-shell/compare/v1.2.4-beta.2...v1.2.4-beta.3) (2026-02-20)
200
+
201
+ ### Code Refactoring
202
+
203
+ - configure path aliases and migrate imports ([bfffc3c](https://github.com/VirtoCommerce/vc-shell/commit/bfffc3cbe8029cf875e49941061b582825cad9a6))
204
+
205
+ ## [1.2.4-beta.2](https://github.com/VirtoCommerce/vc-shell/compare/v1.2.4-beta.1...v1.2.4-beta.2) (2026-02-16)
206
+
207
+ **Note:** Version bump only for package @vc-shell/config-generator
208
+
209
+ ## [1.2.4-beta.1](https://github.com/VirtoCommerce/vc-shell/compare/v1.2.4-beta.0...v1.2.4-beta.1) (2026-02-16)
210
+
211
+ **Note:** Version bump only for package @vc-shell/config-generator
212
+
213
+ ## [1.2.4-beta.0](https://github.com/VirtoCommerce/vc-shell/compare/v1.2.3-beta.1...v1.2.4-beta.0) (2026-02-16)
214
+
215
+ **Note:** Version bump only for package @vc-shell/config-generator
216
+
217
+ ## [1.2.3-beta.1](https://github.com/VirtoCommerce/vc-shell/compare/v1.2.3...v1.2.3-beta.1) (2026-01-26)
218
+
219
+ **Note:** Version bump only for package @vc-shell/config-generator
220
+
221
+ ## [1.2.3](https://github.com/VirtoCommerce/vc-shell/compare/v1.2.2...v1.2.3) (2026-01-12)
222
+
223
+ **Note:** Version bump only for package @vc-shell/config-generator
224
+
225
+ ## [1.2.2](https://github.com/VirtoCommerce/vc-shell/compare/v1.2.3-beta.0...v1.2.2) (2026-01-12)
226
+
227
+ **Note:** Version bump only for package @vc-shell/config-generator
228
+
229
+ ## [1.2.3-beta.0](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.99-alpha.14...v1.2.3-beta.0) (2025-12-26)
230
+
231
+ **Note:** Version bump only for package @vc-shell/config-generator
232
+
233
+ ## [1.1.99-alpha.14](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.99-alpha.13...v1.1.99-alpha.14) (2025-11-27)
234
+
235
+ **Note:** Version bump only for package @vc-shell/config-generator
236
+
237
+ ## [1.1.99-alpha.13](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.99-alpha.12...v1.1.99-alpha.13) (2025-11-27)
238
+
239
+ **Note:** Version bump only for package @vc-shell/config-generator
240
+
241
+ ## [1.1.99-alpha.12](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.99-alpha.11...v1.1.99-alpha.12) (2025-11-27)
242
+
243
+ **Note:** Version bump only for package @vc-shell/config-generator
244
+
245
+ ## [1.1.99-alpha.11](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.99-alpha.10...v1.1.99-alpha.11) (2025-11-27)
246
+
247
+ **Note:** Version bump only for package @vc-shell/config-generator
248
+
249
+ ## [1.1.99-alpha.10](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.99-alpha.9...v1.1.99-alpha.10) (2025-11-27)
250
+
251
+ **Note:** Version bump only for package @vc-shell/config-generator
252
+
253
+ ## [1.1.99-alpha.9](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.99-alpha.8...v1.1.99-alpha.9) (2025-11-26)
254
+
255
+ **Note:** Version bump only for package @vc-shell/config-generator
256
+
257
+ ## [1.1.99-alpha.8](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.99-alpha.7...v1.1.99-alpha.8) (2025-11-25)
258
+
259
+ **Note:** Version bump only for package @vc-shell/config-generator
260
+
261
+ ## [1.1.99-alpha.7](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.99-alpha.6...v1.1.99-alpha.7) (2025-11-25)
262
+
263
+ **Note:** Version bump only for package @vc-shell/config-generator
264
+
265
+ ## [1.1.99-alpha.6](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.99-alpha.5...v1.1.99-alpha.6) (2025-11-25)
266
+
267
+ **Note:** Version bump only for package @vc-shell/config-generator
268
+
269
+ ## [1.1.99-alpha.5](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.99-alpha.4...v1.1.99-alpha.5) (2025-11-25)
270
+
271
+ **Note:** Version bump only for package @vc-shell/config-generator
272
+
273
+ ## [1.1.99-alpha.4](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.99-alpha.3...v1.1.99-alpha.4) (2025-11-25)
274
+
275
+ **Note:** Version bump only for package @vc-shell/config-generator
276
+
277
+ ## [1.1.99-alpha.3](https://github.com/VirtoCommerce/vc-shell/compare/v1.2.1...v1.1.99-alpha.3) (2025-11-25)
278
+
279
+ ### Features
280
+
281
+ - update auth providers and fix tsx path in pre-commit hook ([a92d957](https://github.com/VirtoCommerce/vc-shell/commit/a92d957e2b0a0be177519e7256af9279d3419713))
282
+
283
+ ## [1.2.1](https://github.com/VirtoCommerce/vc-shell/compare/v1.2.0...v1.2.1) (2025-11-13)
284
+
285
+ **Note:** Version bump only for package @vc-shell/config-generator
286
+
287
+ ## [1.2.0](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.99-alpha.2...v1.2.0) (2025-11-13)
288
+
289
+ **Note:** Version bump only for package @vc-shell/config-generator
290
+
291
+ ## [1.1.99-alpha.2](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.99-alpha.1...v1.1.99-alpha.2) (2025-11-07)
292
+
293
+ **Note:** Version bump only for package @vc-shell/config-generator
294
+
295
+ ## [1.1.99-alpha.1](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.99-alpha.0...v1.1.99-alpha.1) (2025-11-07)
296
+
297
+ **Note:** Version bump only for package @vc-shell/config-generator
298
+
299
+ ## [1.1.99-alpha.0](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.98-rc.5...v1.1.99-alpha.0) (2025-11-07)
300
+
301
+ **Note:** Version bump only for package @vc-shell/config-generator
302
+
303
+ ## [1.1.98-rc.5](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.98-rc.4...v1.1.98-rc.5) (2025-11-07)
304
+
305
+ ### Features
306
+
307
+ - update auth providers and fix tsx path in pre-commit hook ([a92d957](https://github.com/VirtoCommerce/vc-shell/commit/a92d957e2b0a0be177519e7256af9279d3419713))
308
+
309
+ ## [1.1.98-rc.4](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.98-rc.3...v1.1.98-rc.4) (2025-10-24)
310
+
311
+ **Note:** Version bump only for package @vc-shell/config-generator
312
+
313
+ ## [1.1.98-rc.3](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.98-rc.2...v1.1.98-rc.3) (2025-10-24)
314
+
315
+ **Note:** Version bump only for package @vc-shell/config-generator
316
+
317
+ ## [1.1.98-rc.2](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.98-rc.1...v1.1.98-rc.2) (2025-10-24)
318
+
319
+ **Note:** Version bump only for package @vc-shell/config-generator
320
+
321
+ ## [1.1.98-rc.1](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.98-rc.0...v1.1.98-rc.1) (2025-10-24)
322
+
323
+ **Note:** Version bump only for package @vc-shell/config-generator
324
+
325
+ ## [1.1.98-rc.0](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.97...v1.1.98-rc.0) (2025-10-24)
326
+
327
+ **Note:** Version bump only for package @vc-shell/config-generator
328
+
329
+ ## [1.1.97](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.96...v1.1.97) (2025-10-24)
330
+
331
+ **Note:** Version bump only for package @vc-shell/config-generator
332
+
333
+ ## [1.1.96](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.95...v1.1.96) (2025-10-24)
334
+
335
+ **Note:** Version bump only for package @vc-shell/config-generator
336
+
337
+ ## [1.1.95](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.94...v1.1.95) (2025-10-23)
338
+
339
+ **Note:** Version bump only for package @vc-shell/config-generator
340
+
341
+ ## [1.1.94](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.93...v1.1.94) (2025-10-23)
342
+
343
+ **Note:** Version bump only for package @vc-shell/config-generator
344
+
345
+ ## [1.1.93](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.92...v1.1.93) (2025-10-23)
346
+
347
+ **Note:** Version bump only for package @vc-shell/config-generator
348
+
349
+ ## [1.1.92](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.91...v1.1.92) (2025-10-17)
350
+
351
+ ### Bug Fixes
352
+
353
+ - **vite-config:** remove deprecated vue-router path resolution from appconfig ([5743e12](https://github.com/VirtoCommerce/vc-shell/commit/5743e129b667192a23b894421b54b851d48dffa2))
354
+
355
+ ## [1.1.91](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.91-alpha.5...v1.1.91) (2025-10-17)
356
+
357
+ ### Bug Fixes
358
+
359
+ - **vite-config:** update vue-router path resolution to use absolute path from node_modules ([5418c14](https://github.com/VirtoCommerce/vc-shell/commit/5418c142daa1e9940a0a9a670b3f66f085165e03))
360
+
361
+ ## [1.1.91-alpha.5](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.91-alpha.4...v1.1.91-alpha.5) (2025-10-14)
362
+
363
+ **Note:** Version bump only for package @vc-shell/config-generator
364
+
365
+ ## [1.1.91-alpha.4](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.91-alpha.3...v1.1.91-alpha.4) (2025-10-14)
366
+
367
+ **Note:** Version bump only for package @vc-shell/config-generator
368
+
369
+ ## [1.1.91-alpha.3](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.91-alpha.2...v1.1.91-alpha.3) (2025-10-14)
370
+
371
+ **Note:** Version bump only for package @vc-shell/config-generator
372
+
373
+ ## [1.1.91-alpha.2](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.91-alpha.1...v1.1.91-alpha.2) (2025-10-14)
374
+
375
+ **Note:** Version bump only for package @vc-shell/config-generator
376
+
377
+ ## [1.1.91-alpha.1](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.90...v1.1.91-alpha.1) (2025-10-14)
378
+
379
+ ### Features
380
+
381
+ - update auth providers and fix tsx path in pre-commit hook ([a92d957](https://github.com/VirtoCommerce/vc-shell/commit/a92d957e2b0a0be177519e7256af9279d3419713))
382
+
383
+ ## [1.1.90](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.89...v1.1.90) (2025-10-08)
384
+
385
+ **Note:** Version bump only for package @vc-shell/config-generator
386
+
387
+ ## [1.1.89](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.88...v1.1.89) (2025-10-08)
388
+
389
+ **Note:** Version bump only for package @vc-shell/config-generator
390
+
391
+ ## [1.1.88](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.87...v1.1.88) (2025-10-07)
392
+
393
+ **Note:** Version bump only for package @vc-shell/config-generator
394
+
395
+ ## [1.1.87](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.86...v1.1.87) (2025-10-06)
396
+
397
+ **Note:** Version bump only for package @vc-shell/config-generator
398
+
399
+ ## [1.1.86](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.85...v1.1.86) (2025-10-06)
400
+
401
+ **Note:** Version bump only for package @vc-shell/config-generator
402
+
403
+ ## [1.1.85](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.84...v1.1.85) (2025-10-03)
404
+
405
+ **Note:** Version bump only for package @vc-shell/config-generator
406
+
407
+ ## [1.1.84](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.84-alpha.0...v1.1.84) (2025-09-30)
408
+
409
+ **Note:** Version bump only for package @vc-shell/config-generator
410
+
411
+ ## [1.1.84-alpha.0](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.83...v1.1.84-alpha.0) (2025-09-30)
412
+
413
+ **Note:** Version bump only for package @vc-shell/config-generator
414
+
415
+ ## [1.1.83](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.83-alpha.0...v1.1.83) (2025-09-30)
416
+
417
+ **Note:** Version bump only for package @vc-shell/config-generator
418
+
419
+ ## [1.1.83-alpha.0](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.82...v1.1.83-alpha.0) (2025-09-24)
420
+
421
+ **Note:** Version bump only for package @vc-shell/config-generator
422
+
423
+ ## [1.1.82](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.81...v1.1.82) (2025-09-23)
424
+
425
+ **Note:** Version bump only for package @vc-shell/config-generator
426
+
427
+ ## [1.1.81](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.80...v1.1.81) (2025-09-23)
428
+
429
+ **Note:** Version bump only for package @vc-shell/config-generator
430
+
431
+ ## [1.1.80](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.79...v1.1.80) (2025-09-22)
432
+
433
+ **Note:** Version bump only for package @vc-shell/config-generator
434
+
435
+ ## [1.1.79](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.78...v1.1.79) (2025-09-18)
436
+
437
+ **Note:** Version bump only for package @vc-shell/config-generator
438
+
439
+ ## [1.1.78](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.77...v1.1.78) (2025-09-12)
440
+
441
+ **Note:** Version bump only for package @vc-shell/config-generator
442
+
443
+ ## [1.1.77](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.76...v1.1.77) (2025-09-11)
444
+
445
+ **Note:** Version bump only for package @vc-shell/config-generator
446
+
447
+ ## [1.1.76](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.75...v1.1.76) (2025-09-10)
448
+
449
+ **Note:** Version bump only for package @vc-shell/config-generator
450
+
451
+ ## [1.1.75](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.74...v1.1.75) (2025-09-10)
452
+
453
+ **Note:** Version bump only for package @vc-shell/config-generator
454
+
455
+ ## [1.1.74](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.73...v1.1.74) (2025-09-08)
456
+
457
+ **Note:** Version bump only for package @vc-shell/config-generator
458
+
459
+ ## [1.1.73](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.72...v1.1.73) (2025-09-04)
460
+
461
+ **Note:** Version bump only for package @vc-shell/config-generator
462
+
463
+ ## [1.1.72](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.71...v1.1.72) (2025-08-25)
464
+
465
+ **Note:** Version bump only for package @vc-shell/config-generator
466
+
467
+ ## [1.1.71](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.70...v1.1.71) (2025-08-21)
468
+
469
+ **Note:** Version bump only for package @vc-shell/config-generator
470
+
471
+ ## [1.1.70](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.69...v1.1.70) (2025-08-20)
472
+
473
+ **Note:** Version bump only for package @vc-shell/config-generator
474
+
475
+ ## [1.1.69](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.68...v1.1.69) (2025-08-13)
476
+
477
+ **Note:** Version bump only for package @vc-shell/config-generator
478
+
479
+ ## [1.1.68](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.67...v1.1.68) (2025-07-31)
480
+
481
+ **Note:** Version bump only for package @vc-shell/config-generator
482
+
483
+ ## [1.1.67](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.66...v1.1.67) (2025-07-31)
484
+
485
+ **Note:** Version bump only for package @vc-shell/config-generator
486
+
487
+ ## [1.1.66](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.65...v1.1.66) (2025-07-30)
488
+
489
+ **Note:** Version bump only for package @vc-shell/config-generator
490
+
491
+ ## [1.1.65](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.64...v1.1.65) (2025-07-29)
492
+
493
+ **Note:** Version bump only for package @vc-shell/config-generator
494
+
495
+ ## [1.1.64](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.63...v1.1.64) (2025-07-25)
496
+
497
+ ### Bug Fixes
498
+
499
+ - remove intlify and vue-i18n from CSS chunk splitting logic ([a1c14c0](https://github.com/VirtoCommerce/vc-shell/commit/a1c14c0f8eae1126aef6ddcbd146533ac60360a3))
500
+
501
+ ## [1.1.63](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.62...v1.1.63) (2025-07-25)
502
+
503
+ ### Bug Fixes
504
+
505
+ - **vite-config:** dedupe and externalize vue-i18n ([98c7def](https://github.com/VirtoCommerce/vc-shell/commit/98c7def46db6f21866125946607bbb25c447ebad))
506
+
507
+ ## [1.1.62](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.61...v1.1.62) (2025-07-24)
508
+
509
+ **Note:** Version bump only for package @vc-shell/config-generator
510
+
511
+ ## [1.1.61](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.60...v1.1.61) (2025-07-23)
512
+
513
+ **Note:** Version bump only for package @vc-shell/config-generator
514
+
515
+ ## [1.1.60](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.59...v1.1.60) (2025-07-17)
516
+
517
+ **Note:** Version bump only for package @vc-shell/config-generator
518
+
519
+ ## [1.1.59](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.58...v1.1.59) (2025-07-11)
520
+
521
+ **Note:** Version bump only for package @vc-shell/config-generator
522
+
523
+ ## [1.1.58](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.57...v1.1.58) (2025-07-10)
524
+
525
+ **Note:** Version bump only for package @vc-shell/config-generator
526
+
527
+ ## [1.1.57](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.56...v1.1.57) (2025-07-10)
528
+
529
+ ### Code Refactoring
530
+
531
+ - **vite-config:** optimize production build settings by removing console statements and adjusting esbuild drop options ([b9f1a2f](https://github.com/VirtoCommerce/vc-shell/commit/b9f1a2fa970bd895f68f92140a9136ffb709b240))
532
+
533
+ ## [1.1.56](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.55...v1.1.56) (2025-07-08)
534
+
535
+ **Note:** Version bump only for package @vc-shell/config-generator
536
+
537
+ ## [1.1.55](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.54...v1.1.55) (2025-07-07)
538
+
539
+ **Note:** Version bump only for package @vc-shell/config-generator
540
+
541
+ ## [1.1.54](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.53...v1.1.54) (2025-07-07)
542
+
543
+ **Note:** Version bump only for package @vc-shell/config-generator
544
+
545
+ ## [1.1.53](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.52...v1.1.53) (2025-07-04)
546
+
547
+ **Note:** Version bump only for package @vc-shell/config-generator
548
+
549
+ ## [1.1.52](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.51...v1.1.52) (2025-07-02)
550
+
551
+ **Note:** Version bump only for package @vc-shell/config-generator
552
+
553
+ ## [1.1.51](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.50...v1.1.51) (2025-07-02)
554
+
555
+ ### Code Refactoring
556
+
557
+ - **vite-config:** enhance dynamic module registration and improve chunking logic for CSS files ([80c83b2](https://github.com/VirtoCommerce/vc-shell/commit/80c83b2ade7e4141447712e604045c6a82b32aff))
558
+
559
+ ## [1.1.50](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.49...v1.1.50) (2025-07-02)
560
+
561
+ **Note:** Version bump only for package @vc-shell/config-generator
562
+
563
+ ## [1.1.49](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.48...v1.1.49) (2025-07-02)
564
+
565
+ ### Bug Fixes
566
+
567
+ - **vite-config:** correct path for framework CSS in application configuration ([95d9a60](https://github.com/VirtoCommerce/vc-shell/commit/95d9a6083072fdc953b09f44092d8f0d594a1c6a))
568
+
569
+ ## [1.1.48](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.47...v1.1.48) (2025-07-02)
570
+
571
+ **Note:** Version bump only for package @vc-shell/config-generator
572
+
573
+ ## [1.1.47](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.46...v1.1.47) (2025-07-02)
574
+
575
+ **Note:** Version bump only for package @vc-shell/config-generator
576
+
577
+ ## [1.1.46](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.45...v1.1.46) (2025-07-02)
578
+
579
+ ### Features
580
+
581
+ - **dynamic-module:** enhance UMD name generation and improve logging for dynamic module loading ([8d43f21](https://github.com/VirtoCommerce/vc-shell/commit/8d43f216e6ec3f9f61ab93953f297d80832f9ed7))
582
+
583
+ ## [1.1.45](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.44...v1.1.45) (2025-07-01)
584
+
585
+ ### Features
586
+
587
+ - **vite-config:** enhansed chunking config ([6e8dde4](https://github.com/VirtoCommerce/vc-shell/commit/6e8dde4c6fc2be14bcf39ffb8f6ac6e75ff609a7))
588
+
589
+ ## [1.1.44](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.43...v1.1.44) (2025-06-30)
590
+
591
+ **Note:** Version bump only for package @vc-shell/config-generator
592
+
593
+ ## [1.1.43](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.42...v1.1.43) (2025-06-27)
594
+
595
+ **Note:** Version bump only for package @vc-shell/config-generator
596
+
597
+ ## [1.1.42](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.41...v1.1.42) (2025-06-27)
598
+
599
+ **Note:** Version bump only for package @vc-shell/config-generator
600
+
601
+ ## [1.1.41](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.40...v1.1.41) (2025-06-27)
602
+
603
+ **Note:** Version bump only for package @vc-shell/config-generator
604
+
605
+ ## [1.1.40](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.39...v1.1.40) (2025-06-27)
606
+
607
+ **Note:** Version bump only for package @vc-shell/config-generator
608
+
609
+ ## [1.1.39](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.38...v1.1.39) (2025-06-26)
610
+
611
+ **Note:** Version bump only for package @vc-shell/config-generator
612
+
613
+ ## [1.1.38](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.37...v1.1.38) (2025-06-25)
614
+
615
+ **Note:** Version bump only for package @vc-shell/config-generator
616
+
617
+ ## [1.1.37](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.36...v1.1.37) (2025-06-25)
618
+
619
+ **Note:** Version bump only for package @vc-shell/config-generator
620
+
621
+ ## [1.1.36](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.35...v1.1.36) (2025-06-24)
622
+
623
+ **Note:** Version bump only for package @vc-shell/config-generator
624
+
625
+ ## [1.1.35](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.34...v1.1.35) (2025-06-24)
626
+
627
+ **Note:** Version bump only for package @vc-shell/config-generator
628
+
629
+ ## [1.1.34](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.33...v1.1.34) (2025-06-23)
630
+
631
+ **Note:** Version bump only for package @vc-shell/config-generator
632
+
633
+ ## [1.1.33](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.32...v1.1.33) (2025-06-23)
634
+
635
+ **Note:** Version bump only for package @vc-shell/config-generator
636
+
637
+ ## [1.1.32](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.31...v1.1.32) (2025-06-23)
638
+
639
+ **Note:** Version bump only for package @vc-shell/config-generator
640
+
641
+ ## [1.1.31](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.30...v1.1.31) (2025-06-23)
642
+
643
+ **Note:** Version bump only for package @vc-shell/config-generator
644
+
645
+ ## [1.1.30](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.29...v1.1.30) (2025-06-11)
646
+
647
+ **Note:** Version bump only for package @vc-shell/config-generator
648
+
649
+ ## [1.1.29](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.28...v1.1.29) (2025-06-05)
650
+
651
+ **Note:** Version bump only for package @vc-shell/config-generator
652
+
653
+ ## [1.1.28](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.27...v1.1.28) (2025-06-04)
654
+
655
+ **Note:** Version bump only for package @vc-shell/config-generator
656
+
657
+ ## [1.1.27](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.26...v1.1.27) (2025-06-04)
658
+
659
+ **Note:** Version bump only for package @vc-shell/config-generator
660
+
661
+ ## [1.1.26](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.25...v1.1.26) (2025-06-04)
662
+
663
+ **Note:** Version bump only for package @vc-shell/config-generator
664
+
665
+ ## [1.1.25](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.24...v1.1.25) (2025-05-30)
666
+
667
+ **Note:** Version bump only for package @vc-shell/config-generator
668
+
669
+ ## [1.1.24](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.23...v1.1.24) (2025-05-29)
670
+
671
+ **Note:** Version bump only for package @vc-shell/config-generator
672
+
673
+ ## [1.1.23](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.22...v1.1.23) (2025-05-29)
674
+
675
+ **Note:** Version bump only for package @vc-shell/config-generator
676
+
677
+ ## [1.1.22](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.21...v1.1.22) (2025-05-28)
678
+
679
+ **Note:** Version bump only for package @vc-shell/config-generator
680
+
681
+ ## [1.1.21](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.20...v1.1.21) (2025-05-28)
682
+
683
+ **Note:** Version bump only for package @vc-shell/config-generator
684
+
685
+ ## [1.1.20](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.19...v1.1.20) (2025-05-28)
686
+
687
+ **Note:** Version bump only for package @vc-shell/config-generator
688
+
689
+ ## [1.1.19](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.18...v1.1.19) (2025-05-28)
690
+
691
+ **Note:** Version bump only for package @vc-shell/config-generator
692
+
693
+ ## [1.1.18](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.17...v1.1.18) (2025-05-27)
694
+
695
+ **Note:** Version bump only for package @vc-shell/config-generator
696
+
697
+ ## [1.1.17](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.16...v1.1.17) (2025-05-27)
698
+
699
+ **Note:** Version bump only for package @vc-shell/config-generator
700
+
701
+ ## [1.1.16](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.15...v1.1.16) (2025-05-26)
702
+
703
+ **Note:** Version bump only for package @vc-shell/config-generator
704
+
705
+ ## [1.1.15](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.14...v1.1.15) (2025-05-23)
706
+
707
+ ### Code Refactoring
708
+
709
+ - **types:** remove apps property from CompatibilityOptions interface to streamline compatibility checks ([dad92f9](https://github.com/VirtoCommerce/vc-shell/commit/dad92f9414b073824d20688a28fd5ed862bccbd5))
710
+
711
+ ## [1.1.14](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.13...v1.1.14) (2025-05-23)
712
+
713
+ ### Code Refactoring
714
+
715
+ - **dynamic-module:** simplify compatibility checks by removing app compatibility validation ([7649ed4](https://github.com/VirtoCommerce/vc-shell/commit/7649ed4ec707907563b514c0c8c2b313db3eb4f2))
716
+
717
+ ## [1.1.13](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.12...v1.1.13) (2025-05-23)
718
+
719
+ **Note:** Version bump only for package @vc-shell/config-generator
720
+
721
+ ## [1.1.12](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.11...v1.1.12) (2025-05-23)
722
+
723
+ **Note:** Version bump only for package @vc-shell/config-generator
724
+
725
+ ## [1.1.11](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.10...v1.1.11) (2025-05-23)
726
+
727
+ **Note:** Version bump only for package @vc-shell/config-generator
728
+
729
+ ## [1.1.10](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.9...v1.1.10) (2025-05-22)
730
+
731
+ **Note:** Version bump only for package @vc-shell/config-generator
732
+
733
+ ## [1.1.9](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.8...v1.1.9) (2025-05-15)
734
+
735
+ **Note:** Version bump only for package @vc-shell/config-generator
736
+
737
+ ## [1.1.8](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.7...v1.1.8) (2025-05-15)
738
+
739
+ **Note:** Version bump only for package @vc-shell/config-generator
740
+
741
+ ## [1.1.7](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.6...v1.1.7) (2025-05-12)
742
+
743
+ **Note:** Version bump only for package @vc-shell/config-generator
744
+
745
+ ## [1.1.6](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.5...v1.1.6) (2025-05-12)
746
+
747
+ ### Features
748
+
749
+ - add Vite configuration generator for dynamic modules with compatibility options ([0a4822e](https://github.com/VirtoCommerce/vc-shell/commit/0a4822e219f2fa120b476f420badf6b068891fdb))
750
+
751
+ ## [1.1.5](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.4...v1.1.5) (2025-05-07)
752
+
753
+ **Note:** Version bump only for package @vc-shell/config-generator
754
+
755
+ ## [1.1.4](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.3...v1.1.4) (2025-04-30)
756
+
757
+ **Note:** Version bump only for package @vc-shell/config-generator
758
+
759
+ ## [1.1.3](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.2...v1.1.3) (2025-04-30)
760
+
761
+ **Note:** Version bump only for package @vc-shell/config-generator
762
+
763
+ ## [1.1.2](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.342...v1.1.2) (2025-04-29)
764
+
765
+ ### Features
766
+
767
+ - first release ([b94bf6d](https://github.com/VirtoCommerce/vc-shell/commit/b94bf6db1020fdc904c3bc8d9a9181e9becef7fe))
768
+ - first release ([5c3c607](https://github.com/VirtoCommerce/vc-shell/commit/5c3c607269a3b33478a4bf23b6486ca8b01157a2))
769
+ - redesign alpha5 ([ac430b8](https://github.com/VirtoCommerce/vc-shell/commit/ac430b80f684d3b920c35778a83c33ec387b2484))
770
+ - redesign alpha4 wip ([ac48f52](https://github.com/VirtoCommerce/vc-shell/commit/ac48f526f61e85518a238e1e6b49047ff3fcc786))
771
+ - partial redesign ([846e215](https://github.com/VirtoCommerce/vc-shell/commit/846e2152c6e48753622ca7cf3a71300323c99d51))
772
+
773
+ ### Code Refactoring
774
+
775
+ - menu service and new SVG icons, alpha6 ([df10c9f](https://github.com/VirtoCommerce/vc-shell/commit/df10c9f54678c4a5f0a9752d9889d4acc2d4a29e))
776
+
777
+ ### BREAKING CHANGES
778
+
779
+ - first release
780
+ - first release
781
+
782
+ ## [1.0.342](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.1...v1.0.342) (2025-04-29)
783
+
784
+ **Note:** Version bump only for package @vc-shell/config-generator
785
+
786
+ ## [1.1.1](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.0...v1.1.1) (2025-04-29)
787
+
788
+ **Note:** Version bump only for package @vc-shell/config-generator
789
+
790
+ ## [1.1.0](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.341...v1.1.0) (2025-04-29)
791
+
792
+ ### Features
793
+
794
+ - first release ([b94bf6d](https://github.com/VirtoCommerce/vc-shell/commit/b94bf6db1020fdc904c3bc8d9a9181e9becef7fe))
795
+ - first release ([5c3c607](https://github.com/VirtoCommerce/vc-shell/commit/5c3c607269a3b33478a4bf23b6486ca8b01157a2))
796
+ - redesign alpha5 ([ac430b8](https://github.com/VirtoCommerce/vc-shell/commit/ac430b80f684d3b920c35778a83c33ec387b2484))
797
+ - redesign alpha4 wip ([ac48f52](https://github.com/VirtoCommerce/vc-shell/commit/ac48f526f61e85518a238e1e6b49047ff3fcc786))
798
+ - partial redesign ([846e215](https://github.com/VirtoCommerce/vc-shell/commit/846e2152c6e48753622ca7cf3a71300323c99d51))
799
+
800
+ ### Code Refactoring
801
+
802
+ - menu service and new SVG icons, alpha6 ([df10c9f](https://github.com/VirtoCommerce/vc-shell/commit/df10c9f54678c4a5f0a9752d9889d4acc2d4a29e))
803
+
804
+ ### BREAKING CHANGES
805
+
806
+ - first release
807
+ - first release
808
+
809
+ ## [1.0.341](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.0-alpha.2...v1.0.341) (2025-03-11)
810
+
811
+ **Note:** Version bump only for package @vc-shell/config-generator
812
+
813
+ ## [1.1.0-alpha.2](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.340...v1.1.0-alpha.2) (2025-02-25)
814
+
815
+ ### Features
816
+
817
+ - partial redesign ([846e215](https://github.com/VirtoCommerce/vc-shell/commit/846e2152c6e48753622ca7cf3a71300323c99d51))
818
+
819
+ ## [1.0.340](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.339...v1.0.340) (2025-02-06)
820
+
821
+ **Note:** Version bump only for package @vc-shell/config-generator
822
+
823
+ ## [1.0.339](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.338...v1.0.339) (2025-02-05)
824
+
825
+ **Note:** Version bump only for package @vc-shell/config-generator
826
+
827
+ ## [1.0.338](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.337...v1.0.338) (2025-02-05)
828
+
829
+ **Note:** Version bump only for package @vc-shell/config-generator
830
+
831
+ ## [1.0.337](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.336...v1.0.337) (2025-01-29)
832
+
833
+ **Note:** Version bump only for package @vc-shell/config-generator
834
+
835
+ ## [1.0.336](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.335...v1.0.336) (2025-01-29)
836
+
837
+ **Note:** Version bump only for package @vc-shell/config-generator
838
+
839
+ ## [1.0.335](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.334...v1.0.335) (2025-01-22)
840
+
841
+ **Note:** Version bump only for package @vc-shell/config-generator
842
+
843
+ ## [1.0.334](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.333...v1.0.334) (2025-01-22)
844
+
845
+ **Note:** Version bump only for package @vc-shell/config-generator
846
+
847
+ ## [1.0.333](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.332...v1.0.333) (2025-01-21)
848
+
849
+ **Note:** Version bump only for package @vc-shell/config-generator
850
+
851
+ ## [1.0.332](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.331...v1.0.332) (2025-01-21)
852
+
853
+ **Note:** Version bump only for package @vc-shell/config-generator
854
+
855
+ ## [1.0.331](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.330...v1.0.331) (2025-01-21)
856
+
857
+ **Note:** Version bump only for package @vc-shell/config-generator
858
+
859
+ ## [1.0.330](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.329...v1.0.330) (2024-12-19)
860
+
861
+ **Note:** Version bump only for package @vc-shell/config-generator
862
+
863
+ ## [1.0.329](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.328...v1.0.329) (2024-12-04)
864
+
865
+ **Note:** Version bump only for package @vc-shell/config-generator
866
+
867
+ ## [1.0.328](https://github.com/VirtoCommerce/vc-shell/compare/v1.1.0-alpha.1...v1.0.328) (2024-11-14)
868
+
869
+ **Note:** Version bump only for package @vc-shell/config-generator
870
+
871
+ ## [1.1.0-alpha.1](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.327...v1.1.0-alpha.1) (2024-11-13)
872
+
873
+ **Note:** Version bump only for package @vc-shell/config-generator
874
+
875
+ ## [1.0.327](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.326...v1.0.327) (2024-11-12)
876
+
877
+ **Note:** Version bump only for package @vc-shell/config-generator
878
+
879
+ ## [1.0.326](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.325...v1.0.326) (2024-11-12)
880
+
881
+ **Note:** Version bump only for package @vc-shell/config-generator
882
+
883
+ ## [1.0.325](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.324...v1.0.325) (2024-11-08)
884
+
885
+ **Note:** Version bump only for package @vc-shell/config-generator
886
+
887
+ ## [1.0.324](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.323...v1.0.324) (2024-11-06)
888
+
889
+ **Note:** Version bump only for package @vc-shell/config-generator
890
+
891
+ ## [1.0.323](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.322...v1.0.323) (2024-11-05)
892
+
893
+ **Note:** Version bump only for package @vc-shell/config-generator
894
+
895
+ ## [1.0.322](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.321...v1.0.322) (2024-11-05)
896
+
897
+ **Note:** Version bump only for package @vc-shell/config-generator
898
+
899
+ ## [1.0.321](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.320...v1.0.321) (2024-10-23)
900
+
901
+ **Note:** Version bump only for package @vc-shell/config-generator
902
+
903
+ ## [1.0.320](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.319...v1.0.320) (2024-10-21)
904
+
905
+ **Note:** Version bump only for package @vc-shell/config-generator
906
+
907
+ ## [1.0.319](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.318...v1.0.319) (2024-10-18)
908
+
909
+ **Note:** Version bump only for package @vc-shell/config-generator
910
+
911
+ ## [1.0.318](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.317...v1.0.318) (2024-10-18)
912
+
913
+ **Note:** Version bump only for package @vc-shell/config-generator
914
+
915
+ ## [1.0.317](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.316...v1.0.317) (2024-10-17)
916
+
917
+ **Note:** Version bump only for package @vc-shell/config-generator
918
+
919
+ ## [1.0.316](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.315...v1.0.316) (2024-10-17)
920
+
921
+ **Note:** Version bump only for package @vc-shell/config-generator
922
+
923
+ ## [1.0.315](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.314...v1.0.315) (2024-10-17)
924
+
925
+ **Note:** Version bump only for package @vc-shell/config-generator
926
+
927
+ ## [1.0.314](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.313...v1.0.314) (2024-10-16)
928
+
929
+ **Note:** Version bump only for package @vc-shell/config-generator
930
+
931
+ ## [1.0.313](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.312...v1.0.313) (2024-10-15)
932
+
933
+ **Note:** Version bump only for package @vc-shell/config-generator
934
+
935
+ ## [1.0.312](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.311...v1.0.312) (2024-10-15)
936
+
937
+ **Note:** Version bump only for package @vc-shell/config-generator
938
+
939
+ ## [1.0.311](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.310...v1.0.311) (2024-10-11)
940
+
941
+ **Note:** Version bump only for package @vc-shell/config-generator
942
+
943
+ ## [1.0.310](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.309...v1.0.310) (2024-10-11)
944
+
945
+ **Note:** Version bump only for package @vc-shell/config-generator
946
+
947
+ ## [1.0.309](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.308...v1.0.309) (2024-10-09)
948
+
949
+ **Note:** Version bump only for package @vc-shell/config-generator
950
+
951
+ ## [1.0.308](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.307...v1.0.308) (2024-10-08)
952
+
953
+ **Note:** Version bump only for package @vc-shell/config-generator
954
+
955
+ ## [1.0.307](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.306...v1.0.307) (2024-10-07)
956
+
957
+ **Note:** Version bump only for package @vc-shell/config-generator
958
+
959
+ ## [1.0.306](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.305...v1.0.306) (2024-10-07)
960
+
961
+ **Note:** Version bump only for package @vc-shell/config-generator
962
+
963
+ ## [1.0.305](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.304...v1.0.305) (2024-10-04)
964
+
965
+ **Note:** Version bump only for package @vc-shell/config-generator
966
+
967
+ ## [1.0.304](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.303...v1.0.304) (2024-10-04)
968
+
969
+ **Note:** Version bump only for package @vc-shell/config-generator
970
+
971
+ ## [1.0.303](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.302...v1.0.303) (2024-10-04)
972
+
973
+ **Note:** Version bump only for package @vc-shell/config-generator
974
+
975
+ ## [1.0.302](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.301...v1.0.302) (2024-10-02)
976
+
977
+ **Note:** Version bump only for package @vc-shell/config-generator
978
+
979
+ ## [1.0.301](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.300...v1.0.301) (2024-10-02)
980
+
981
+ **Note:** Version bump only for package @vc-shell/config-generator
982
+
983
+ ## [1.0.300](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.299...v1.0.300) (2024-10-01)
984
+
985
+ **Note:** Version bump only for package @vc-shell/config-generator
986
+
987
+ ## [1.0.299](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.298...v1.0.299) (2024-10-01)
988
+
989
+ **Note:** Version bump only for package @vc-shell/config-generator
990
+
991
+ ## [1.0.298](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.297...v1.0.298) (2024-10-01)
992
+
993
+ **Note:** Version bump only for package @vc-shell/config-generator
994
+
995
+ ## [1.0.297](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.296...v1.0.297) (2024-10-01)
996
+
997
+ **Note:** Version bump only for package @vc-shell/config-generator
998
+
999
+ ## [1.0.296](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.295...v1.0.296) (2024-10-01)
1000
+
1001
+ **Note:** Version bump only for package @vc-shell/config-generator
1002
+
1003
+ ## [1.0.295](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.294...v1.0.295) (2024-10-01)
1004
+
1005
+ **Note:** Version bump only for package @vc-shell/config-generator
1006
+
1007
+ ## [1.0.294](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.293...v1.0.294) (2024-10-01)
1008
+
1009
+ **Note:** Version bump only for package @vc-shell/config-generator
1010
+
1011
+ ## [1.0.293](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.292...v1.0.293) (2024-09-23)
1012
+
1013
+ **Note:** Version bump only for package @vc-shell/config-generator
1014
+
1015
+ ## [1.0.292](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.291...v1.0.292) (2024-09-23)
1016
+
1017
+ **Note:** Version bump only for package @vc-shell/config-generator
1018
+
1019
+ ## [1.0.291](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.290...v1.0.291) (2024-09-23)
1020
+
1021
+ ### Features
1022
+
1023
+ - support of css theming ([dba4097](https://github.com/VirtoCommerce/vc-shell/commit/dba409744b57dd1a999e009700e3b356fe230969))
1024
+
1025
+ ## [1.0.290](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.289...v1.0.290) (2024-09-13)
1026
+
1027
+ **Note:** Version bump only for package @vc-shell/config-generator
1028
+
1029
+ ## [1.0.289](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.288...v1.0.289) (2024-09-10)
1030
+
1031
+ **Note:** Version bump only for package @vc-shell/config-generator
1032
+
1033
+ ## [1.0.288](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.287...v1.0.288) (2024-09-09)
1034
+
1035
+ **Note:** Version bump only for package @vc-shell/config-generator
1036
+
1037
+ ## [1.0.287](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.286...v1.0.287) (2024-09-06)
1038
+
1039
+ **Note:** Version bump only for package @vc-shell/config-generator
1040
+
1041
+ ## [1.0.286](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.285...v1.0.286) (2024-09-06)
1042
+
1043
+ **Note:** Version bump only for package @vc-shell/config-generator
1044
+
1045
+ ## [1.0.285](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.284...v1.0.285) (2024-09-06)
1046
+
1047
+ **Note:** Version bump only for package @vc-shell/config-generator
1048
+
1049
+ ## [1.0.284](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.283...v1.0.284) (2024-09-06)
1050
+
1051
+ **Note:** Version bump only for package @vc-shell/config-generator
1052
+
1053
+ ## [1.0.283](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.282...v1.0.283) (2024-09-03)
1054
+
1055
+ **Note:** Version bump only for package @vc-shell/config-generator
1056
+
1057
+ ## [1.0.282](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.281...v1.0.282) (2024-08-30)
1058
+
1059
+ **Note:** Version bump only for package @vc-shell/config-generator
1060
+
1061
+ ## [1.0.281](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.280...v1.0.281) (2024-08-29)
1062
+
1063
+ **Note:** Version bump only for package @vc-shell/config-generator
1064
+
1065
+ ## [1.0.280](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.279...v1.0.280) (2024-08-28)
1066
+
1067
+ **Note:** Version bump only for package @vc-shell/config-generator
1068
+
1069
+ ## [1.0.279](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.278...v1.0.279) (2024-08-27)
1070
+
1071
+ **Note:** Version bump only for package @vc-shell/config-generator
1072
+
1073
+ ## [1.0.278](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.277...v1.0.278) (2024-08-27)
1074
+
1075
+ **Note:** Version bump only for package @vc-shell/config-generator
1076
+
1077
+ ## [1.0.277](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.276...v1.0.277) (2024-08-22)
1078
+
1079
+ **Note:** Version bump only for package @vc-shell/config-generator
1080
+
1081
+ ## [1.0.276](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.275...v1.0.276) (2024-08-22)
1082
+
1083
+ **Note:** Version bump only for package @vc-shell/config-generator
1084
+
1085
+ ## [1.0.275](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.274...v1.0.275) (2024-08-20)
1086
+
1087
+ **Note:** Version bump only for package @vc-shell/config-generator
1088
+
1089
+ ## [1.0.274](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.273...v1.0.274) (2024-08-19)
1090
+
1091
+ **Note:** Version bump only for package @vc-shell/config-generator
1092
+
1093
+ ## [1.0.273](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.272...v1.0.273) (2024-08-16)
1094
+
1095
+ **Note:** Version bump only for package @vc-shell/config-generator
1096
+
1097
+ ## [1.0.272](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.271...v1.0.272) (2024-08-13)
1098
+
1099
+ **Note:** Version bump only for package @vc-shell/config-generator
1100
+
1101
+ ## [1.0.271](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.270...v1.0.271) (2024-08-13)
1102
+
1103
+ **Note:** Version bump only for package @vc-shell/config-generator
1104
+
1105
+ ## [1.0.270](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.269...v1.0.270) (2024-08-13)
1106
+
1107
+ **Note:** Version bump only for package @vc-shell/config-generator
1108
+
1109
+ ## [1.0.269](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.268...v1.0.269) (2024-08-09)
1110
+
1111
+ **Note:** Version bump only for package @vc-shell/config-generator
1112
+
1113
+ ## [1.0.268](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.267...v1.0.268) (2024-08-02)
1114
+
1115
+ **Note:** Version bump only for package @vc-shell/config-generator
1116
+
1117
+ ## [1.0.267](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.266...v1.0.267) (2024-08-02)
1118
+
1119
+ **Note:** Version bump only for package @vc-shell/config-generator
1120
+
1121
+ ## [1.0.266](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.265...v1.0.266) (2024-08-02)
1122
+
1123
+ **Note:** Version bump only for package @vc-shell/config-generator
1124
+
1125
+ ## [1.0.265](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.264...v1.0.265) (2024-08-02)
1126
+
1127
+ **Note:** Version bump only for package @vc-shell/config-generator
1128
+
1129
+ ## [1.0.264](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.263...v1.0.264) (2024-08-02)
1130
+
1131
+ **Note:** Version bump only for package @vc-shell/config-generator
1132
+
1133
+ ## [1.0.263](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.262...v1.0.263) (2024-07-31)
1134
+
1135
+ **Note:** Version bump only for package @vc-shell/config-generator
1136
+
1137
+ ## [1.0.262](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.261...v1.0.262) (2024-07-31)
1138
+
1139
+ **Note:** Version bump only for package @vc-shell/config-generator
1140
+
1141
+ ## [1.0.261](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.260...v1.0.261) (2024-07-26)
1142
+
1143
+ **Note:** Version bump only for package @vc-shell/config-generator
1144
+
1145
+ ## [1.0.260](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.259...v1.0.260) (2024-07-26)
1146
+
1147
+ **Note:** Version bump only for package @vc-shell/config-generator
1148
+
1149
+ ## [1.0.259](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.258...v1.0.259) (2024-07-25)
1150
+
1151
+ **Note:** Version bump only for package @vc-shell/config-generator
1152
+
1153
+ ## [1.0.258](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.257...v1.0.258) (2024-07-24)
1154
+
1155
+ **Note:** Version bump only for package @vc-shell/config-generator
1156
+
1157
+ ## [1.0.257](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.256...v1.0.257) (2024-07-23)
1158
+
1159
+ **Note:** Version bump only for package @vc-shell/config-generator
1160
+
1161
+ ## [1.0.256](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.255...v1.0.256) (2024-07-12)
1162
+
1163
+ **Note:** Version bump only for package @vc-shell/config-generator
1164
+
1165
+ ## [1.0.255](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.254...v1.0.255) (2024-07-12)
1166
+
1167
+ **Note:** Version bump only for package @vc-shell/config-generator
1168
+
1169
+ ## [1.0.254](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.253...v1.0.254) (2024-07-12)
1170
+
1171
+ **Note:** Version bump only for package @vc-shell/config-generator
1172
+
1173
+ ## [1.0.253](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.252...v1.0.253) (2024-07-12)
1174
+
1175
+ **Note:** Version bump only for package @vc-shell/config-generator
1176
+
1177
+ ## [1.0.252](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.251...v1.0.252) (2024-07-08)
1178
+
1179
+ **Note:** Version bump only for package @vc-shell/config-generator
1180
+
1181
+ ## [1.0.251](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.250...v1.0.251) (2024-07-08)
1182
+
1183
+ **Note:** Version bump only for package @vc-shell/config-generator
1184
+
1185
+ ## [1.0.250](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.249...v1.0.250) (2024-07-08)
1186
+
1187
+ **Note:** Version bump only for package @vc-shell/config-generator
1188
+
1189
+ ## [1.0.249](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.248...v1.0.249) (2024-07-05)
1190
+
1191
+ **Note:** Version bump only for package @vc-shell/config-generator
1192
+
1193
+ ## [1.0.248](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.247...v1.0.248) (2024-07-03)
1194
+
1195
+ **Note:** Version bump only for package @vc-shell/config-generator
1196
+
1197
+ ## [1.0.247](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.246...v1.0.247) (2024-07-01)
1198
+
1199
+ **Note:** Version bump only for package @vc-shell/config-generator
1200
+
1201
+ ## [1.0.246](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.245...v1.0.246) (2024-06-28)
1202
+
1203
+ **Note:** Version bump only for package @vc-shell/config-generator
1204
+
1205
+ ## [1.0.245](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.244...v1.0.245) (2024-06-28)
1206
+
1207
+ **Note:** Version bump only for package @vc-shell/config-generator
1208
+
1209
+ ## [1.0.244](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.243...v1.0.244) (2024-06-24)
1210
+
1211
+ ### Features
1212
+
1213
+ - application insights logger ([536db4d](https://github.com/VirtoCommerce/vc-shell/commit/536db4db35c91f4fb566717d2d6c536e48aacc95))
1214
+
1215
+ ## [1.0.243](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.242...v1.0.243) (2024-06-21)
1216
+
1217
+ **Note:** Version bump only for package @vc-shell/config-generator
1218
+
1219
+ ## [1.0.242](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.241...v1.0.242) (2024-06-21)
1220
+
1221
+ **Note:** Version bump only for package @vc-shell/config-generator
1222
+
1223
+ ## [1.0.241](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.240...v1.0.241) (2024-06-18)
1224
+
1225
+ **Note:** Version bump only for package @vc-shell/config-generator
1226
+
1227
+ ## [1.0.240](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.239...v1.0.240) (2024-06-18)
1228
+
1229
+ **Note:** Version bump only for package @vc-shell/config-generator
1230
+
1231
+ ## [1.0.239](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.238...v1.0.239) (2024-06-18)
1232
+
1233
+ **Note:** Version bump only for package @vc-shell/config-generator
1234
+
1235
+ ## [1.0.238](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.237...v1.0.238) (2024-06-17)
1236
+
1237
+ **Note:** Version bump only for package @vc-shell/config-generator
1238
+
1239
+ ## [1.0.237](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.236...v1.0.237) (2024-06-17)
1240
+
1241
+ **Note:** Version bump only for package @vc-shell/config-generator
1242
+
1243
+ ## [1.0.236](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.235...v1.0.236) (2024-06-17)
1244
+
1245
+ **Note:** Version bump only for package @vc-shell/config-generator
1246
+
1247
+ ## [1.0.235](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.234...v1.0.235) (2024-06-17)
1248
+
1249
+ **Note:** Version bump only for package @vc-shell/config-generator
1250
+
1251
+ ## [1.0.234](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.233...v1.0.234) (2024-06-13)
1252
+
1253
+ **Note:** Version bump only for package @vc-shell/config-generator
1254
+
1255
+ ## [1.0.233](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.232...v1.0.233) (2024-06-13)
1256
+
1257
+ **Note:** Version bump only for package @vc-shell/config-generator
1258
+
1259
+ ## [1.0.232](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.231...v1.0.232) (2024-06-07)
1260
+
1261
+ **Note:** Version bump only for package @vc-shell/config-generator
1262
+
1263
+ ## [1.0.231](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.230...v1.0.231) (2024-06-05)
1264
+
1265
+ **Note:** Version bump only for package @vc-shell/config-generator
1266
+
1267
+ ## [1.0.230](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.229...v1.0.230) (2024-06-05)
1268
+
1269
+ **Note:** Version bump only for package @vc-shell/config-generator
1270
+
1271
+ ## [1.0.229](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.228...v1.0.229) (2024-06-05)
1272
+
1273
+ **Note:** Version bump only for package @vc-shell/config-generator
1274
+
1275
+ ## [1.0.228](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.227...v1.0.228) (2024-06-05)
1276
+
1277
+ **Note:** Version bump only for package @vc-shell/config-generator
1278
+
1279
+ ## [1.0.227](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.226...v1.0.227) (2024-06-04)
1280
+
1281
+ **Note:** Version bump only for package @vc-shell/config-generator
1282
+
1283
+ ## [1.0.226](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.225...v1.0.226) (2024-06-04)
1284
+
1285
+ **Note:** Version bump only for package @vc-shell/config-generator
1286
+
1287
+ ## [1.0.225](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.224...v1.0.225) (2024-06-04)
1288
+
1289
+ **Note:** Version bump only for package @vc-shell/config-generator
1290
+
1291
+ ## [1.0.224](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.223...v1.0.224) (2024-06-04)
1292
+
1293
+ **Note:** Version bump only for package @vc-shell/config-generator
1294
+
1295
+ ## [1.0.223](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.222...v1.0.223) (2024-05-29)
1296
+
1297
+ **Note:** Version bump only for package @vc-shell/config-generator
1298
+
1299
+ ## [1.0.222](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.221...v1.0.222) (2024-05-28)
1300
+
1301
+ **Note:** Version bump only for package @vc-shell/config-generator
1302
+
1303
+ ## [1.0.221](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.220...v1.0.221) (2024-05-28)
1304
+
1305
+ **Note:** Version bump only for package @vc-shell/config-generator
1306
+
1307
+ ## [1.0.220](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.219...v1.0.220) (2024-05-24)
1308
+
1309
+ **Note:** Version bump only for package @vc-shell/config-generator
1310
+
1311
+ ## [1.0.219](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.218...v1.0.219) (2024-05-21)
1312
+
1313
+ **Note:** Version bump only for package @vc-shell/config-generator
1314
+
1315
+ ## [1.0.218](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.217...v1.0.218) (2024-05-21)
1316
+
1317
+ **Note:** Version bump only for package @vc-shell/config-generator
1318
+
1319
+ ## [1.0.217](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.216...v1.0.217) (2024-05-21)
1320
+
1321
+ **Note:** Version bump only for package @vc-shell/config-generator
1322
+
1323
+ ## [1.0.216](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.215...v1.0.216) (2024-05-21)
1324
+
1325
+ **Note:** Version bump only for package @vc-shell/config-generator
1326
+
1327
+ ## [1.0.215](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.214...v1.0.215) (2024-05-20)
1328
+
1329
+ ### Features
1330
+
1331
+ - **vite-config:** add hash to app build to prevent caching ([aafe494](https://github.com/VirtoCommerce/vc-shell/commit/aafe4945bca52a62520217ea8948abe6f442614b))
1332
+
1333
+ ## [1.0.214](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.213...v1.0.214) (2024-05-16)
1334
+
1335
+ **Note:** Version bump only for package @vc-shell/config-generator
1336
+
1337
+ ## [1.0.213](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.212...v1.0.213) (2024-05-13)
1338
+
1339
+ **Note:** Version bump only for package @vc-shell/config-generator
1340
+
1341
+ ## [1.0.212](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.211...v1.0.212) (2024-05-09)
1342
+
1343
+ **Note:** Version bump only for package @vc-shell/config-generator
1344
+
1345
+ ## [1.0.211](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.210...v1.0.211) (2024-05-09)
1346
+
1347
+ **Note:** Version bump only for package @vc-shell/config-generator
1348
+
1349
+ ## [1.0.210](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.209...v1.0.210) (2024-05-08)
1350
+
1351
+ **Note:** Version bump only for package @vc-shell/config-generator
1352
+
1353
+ ## [1.0.209](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.208...v1.0.209) (2024-05-07)
1354
+
1355
+ **Note:** Version bump only for package @vc-shell/config-generator
1356
+
1357
+ ## [1.0.208](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.207...v1.0.208) (2024-04-30)
1358
+
1359
+ **Note:** Version bump only for package @vc-shell/config-generator
1360
+
1361
+ ## [1.0.207](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.206...v1.0.207) (2024-04-30)
1362
+
1363
+ **Note:** Version bump only for package @vc-shell/config-generator
1364
+
1365
+ ## [1.0.206](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.205...v1.0.206) (2024-04-30)
1366
+
1367
+ **Note:** Version bump only for package @vc-shell/config-generator
1368
+
1369
+ ## [1.0.205](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.204...v1.0.205) (2024-04-30)
1370
+
1371
+ **Note:** Version bump only for package @vc-shell/config-generator
1372
+
1373
+ ## [1.0.204](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.203...v1.0.204) (2024-04-30)
1374
+
1375
+ **Note:** Version bump only for package @vc-shell/config-generator
1376
+
1377
+ ## [1.0.203](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.202...v1.0.203) (2024-04-25)
1378
+
1379
+ **Note:** Version bump only for package @vc-shell/config-generator
1380
+
1381
+ ## [1.0.202](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.201...v1.0.202) (2024-04-25)
1382
+
1383
+ ### Features
1384
+
1385
+ - **dynamic:** saveChanges response (#207) ([a05313b](https://github.com/VirtoCommerce/vc-shell/commit/a05313bd0fc5b25b927570c31e14aea69c4a5ddd))
1386
+
1387
+ ## [1.0.201](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.200...v1.0.201) (2024-04-23)
1388
+
1389
+ **Note:** Version bump only for package @vc-shell/config-generator
1390
+
1391
+ ## [1.0.200](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.199...v1.0.200) (2024-04-23)
1392
+
1393
+ **Note:** Version bump only for package @vc-shell/config-generator
1394
+
1395
+ ## [1.0.199](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.198...v1.0.199) (2024-04-22)
1396
+
1397
+ **Note:** Version bump only for package @vc-shell/config-generator
1398
+
1399
+ ## [1.0.198](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.197...v1.0.198) (2024-04-16)
1400
+
1401
+ **Note:** Version bump only for package @vc-shell/config-generator
1402
+
1403
+ ## [1.0.197](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.196...v1.0.197) (2024-04-12)
1404
+
1405
+ **Note:** Version bump only for package @vc-shell/config-generator
1406
+
1407
+ ## [1.0.196](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.195...v1.0.196) (2024-04-11)
1408
+
1409
+ **Note:** Version bump only for package @vc-shell/config-generator
1410
+
1411
+ ## [1.0.195](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.194...v1.0.195) (2024-04-11)
1412
+
1413
+ **Note:** Version bump only for package @vc-shell/config-generator
1414
+
1415
+ ## [1.0.194](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.193...v1.0.194) (2024-04-11)
1416
+
1417
+ **Note:** Version bump only for package @vc-shell/config-generator
1418
+
1419
+ ## [1.0.193](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.192...v1.0.193) (2024-04-11)
1420
+
1421
+ **Note:** Version bump only for package @vc-shell/config-generator
1422
+
1423
+ ## [1.0.192](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.191...v1.0.192) (2024-04-11)
1424
+
1425
+ **Note:** Version bump only for package @vc-shell/config-generator
1426
+
1427
+ ## [1.0.191](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.190...v1.0.191) (2024-04-09)
1428
+
1429
+ **Note:** Version bump only for package @vc-shell/config-generator
1430
+
1431
+ ## [1.0.190](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.189...v1.0.190) (2024-04-03)
1432
+
1433
+ **Note:** Version bump only for package @vc-shell/config-generator
1434
+
1435
+ ## [1.0.189](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.188...v1.0.189) (2024-03-26)
1436
+
1437
+ **Note:** Version bump only for package @vc-shell/config-generator
1438
+
1439
+ ## [1.0.188](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.187...v1.0.188) (2024-03-19)
1440
+
1441
+ **Note:** Version bump only for package @vc-shell/config-generator
1442
+
1443
+ ## [1.0.187](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.186...v1.0.187) (2024-03-19)
1444
+
1445
+ **Note:** Version bump only for package @vc-shell/config-generator
1446
+
1447
+ ## [1.0.186](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.185...v1.0.186) (2024-03-15)
1448
+
1449
+ **Note:** Version bump only for package @vc-shell/config-generator
1450
+
1451
+ ## [1.0.185](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.184...v1.0.185) (2024-03-15)
1452
+
1453
+ **Note:** Version bump only for package @vc-shell/config-generator
1454
+
1455
+ ## [1.0.184](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.183...v1.0.184) (2024-03-14)
1456
+
1457
+ **Note:** Version bump only for package @vc-shell/config-generator
1458
+
1459
+ ## [1.0.183](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.182...v1.0.183) (2024-03-14)
1460
+
1461
+ **Note:** Version bump only for package @vc-shell/config-generator
1462
+
1463
+ ## [1.0.182](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.181...v1.0.182) (2024-03-14)
1464
+
1465
+ **Note:** Version bump only for package @vc-shell/config-generator
1466
+
1467
+ ## [1.0.181](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.180...v1.0.181) (2024-03-14)
1468
+
1469
+ **Note:** Version bump only for package @vc-shell/config-generator
1470
+
1471
+ ## [1.0.180](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.179...v1.0.180) (2024-03-14)
1472
+
1473
+ **Note:** Version bump only for package @vc-shell/config-generator
1474
+
1475
+ ## [1.0.179](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.178...v1.0.179) (2024-03-13)
1476
+
1477
+ **Note:** Version bump only for package @vc-shell/config-generator
1478
+
1479
+ ## [1.0.178](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.177...v1.0.178) (2024-03-08)
1480
+
1481
+ **Note:** Version bump only for package @vc-shell/config-generator
1482
+
1483
+ ## [1.0.177](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.176...v1.0.177) (2024-03-08)
1484
+
1485
+ **Note:** Version bump only for package @vc-shell/config-generator
1486
+
1487
+ ## [1.0.176](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.175...v1.0.176) (2024-03-07)
1488
+
1489
+ **Note:** Version bump only for package @vc-shell/config-generator
1490
+
1491
+ ## [1.0.175](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.174...v1.0.175) (2024-03-07)
1492
+
1493
+ **Note:** Version bump only for package @vc-shell/config-generator
1494
+
1495
+ ## [1.0.174](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.173...v1.0.174) (2024-03-06)
1496
+
1497
+ **Note:** Version bump only for package @vc-shell/config-generator
1498
+
1499
+ ## [1.0.173](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.172...v1.0.173) (2024-03-06)
1500
+
1501
+ **Note:** Version bump only for package @vc-shell/config-generator
1502
+
1503
+ ## [1.0.172](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.171...v1.0.172) (2024-03-06)
1504
+
1505
+ **Note:** Version bump only for package @vc-shell/config-generator
1506
+
1507
+ ## [1.0.171](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.170...v1.0.171) (2024-03-06)
1508
+
1509
+ **Note:** Version bump only for package @vc-shell/config-generator
1510
+
1511
+ ## [1.0.170](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.169...v1.0.170) (2024-02-27)
1512
+
1513
+ **Note:** Version bump only for package @vc-shell/config-generator
1514
+
1515
+ ## [1.0.169](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.168...v1.0.169) (2024-02-23)
1516
+
1517
+ **Note:** Version bump only for package @vc-shell/config-generator
1518
+
1519
+ ## [1.0.168](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.167...v1.0.168) (2024-02-21)
1520
+
1521
+ **Note:** Version bump only for package @vc-shell/config-generator
1522
+
1523
+ ## [1.0.167](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.166...v1.0.167) (2024-02-21)
1524
+
1525
+ **Note:** Version bump only for package @vc-shell/config-generator
1526
+
1527
+ ## [1.0.166](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.165...v1.0.166) (2024-02-21)
1528
+
1529
+ **Note:** Version bump only for package @vc-shell/config-generator
1530
+
1531
+ ## [1.0.165](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.164...v1.0.165) (2024-02-14)
1532
+
1533
+ **Note:** Version bump only for package @vc-shell/config-generator
1534
+
1535
+ ## [1.0.164](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.163...v1.0.164) (2024-02-09)
1536
+
1537
+ **Note:** Version bump only for package @vc-shell/config-generator
1538
+
1539
+ ## [1.0.163](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.162...v1.0.163) (2024-02-09)
1540
+
1541
+ **Note:** Version bump only for package @vc-shell/config-generator
1542
+
1543
+ ## [1.0.162](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.161...v1.0.162) (2024-02-09)
1544
+
1545
+ **Note:** Version bump only for package @vc-shell/config-generator
1546
+
1547
+ ## [1.0.161](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.160...v1.0.161) (2024-02-09)
1548
+
1549
+ **Note:** Version bump only for package @vc-shell/config-generator
1550
+
1551
+ ## [1.0.160](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.159...v1.0.160) (2024-02-09)
1552
+
1553
+ **Note:** Version bump only for package @vc-shell/config-generator
1554
+
1555
+ ## [1.0.159](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.158...v1.0.159) (2024-02-09)
1556
+
1557
+ **Note:** Version bump only for package @vc-shell/config-generator
1558
+
1559
+ ## [1.0.158](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.157...v1.0.158) (2024-02-08)
1560
+
1561
+ **Note:** Version bump only for package @vc-shell/config-generator
1562
+
1563
+ ## [1.0.157](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.156...v1.0.157) (2024-02-07)
1564
+
1565
+ **Note:** Version bump only for package @vc-shell/config-generator
1566
+
1567
+ ## [1.0.156](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.155...v1.0.156) (2024-02-07)
1568
+
1569
+ **Note:** Version bump only for package @vc-shell/config-generator
1570
+
1571
+ ## [1.0.155](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.154...v1.0.155) (2024-02-06)
1572
+
1573
+ **Note:** Version bump only for package @vc-shell/config-generator
1574
+
1575
+ ## [1.0.154](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.153...v1.0.154) (2024-02-06)
1576
+
1577
+ **Note:** Version bump only for package @vc-shell/config-generator
1578
+
1579
+ ## [1.0.153](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.152...v1.0.153) (2024-01-29)
1580
+
1581
+ **Note:** Version bump only for package @vc-shell/config-generator
1582
+
1583
+ ## [1.0.152](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.151...v1.0.152) (2024-01-29)
1584
+
1585
+ **Note:** Version bump only for package @vc-shell/config-generator
1586
+
1587
+ ## [1.0.151](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.150...v1.0.151) (2024-01-25)
1588
+
1589
+ **Note:** Version bump only for package @vc-shell/config-generator
1590
+
1591
+ ## [1.0.150](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.149...v1.0.150) (2024-01-25)
1592
+
1593
+ **Note:** Version bump only for package @vc-shell/config-generator
1594
+
1595
+ ## [1.0.149](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.148...v1.0.149) (2024-01-24)
1596
+
1597
+ **Note:** Version bump only for package @vc-shell/config-generator
1598
+
1599
+ ## [1.0.148](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.147...v1.0.148) (2024-01-16)
1600
+
1601
+ **Note:** Version bump only for package @vc-shell/config-generator
1602
+
1603
+ ## [1.0.147](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.146...v1.0.147) (2024-01-12)
1604
+
1605
+ **Note:** Version bump only for package @vc-shell/config-generator
1606
+
1607
+ ## [1.0.146](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.145...v1.0.146) (2024-01-11)
1608
+
1609
+ **Note:** Version bump only for package @vc-shell/config-generator
1610
+
1611
+ ## [1.0.145](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.144...v1.0.145) (2024-01-10)
1612
+
1613
+ **Note:** Version bump only for package @vc-shell/config-generator
1614
+
1615
+ ## [1.0.144](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.143...v1.0.144) (2024-01-10)
1616
+
1617
+ **Note:** Version bump only for package @vc-shell/config-generator
1618
+
1619
+ ## [1.0.143](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.142...v1.0.143) (2024-01-10)
1620
+
1621
+ **Note:** Version bump only for package @vc-shell/config-generator
1622
+
1623
+ ## [1.0.142](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.141...v1.0.142) (2024-01-10)
1624
+
1625
+ **Note:** Version bump only for package @vc-shell/config-generator
1626
+
1627
+ ## [1.0.141](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.140...v1.0.141) (2024-01-10)
1628
+
1629
+ **Note:** Version bump only for package @vc-shell/config-generator
1630
+
1631
+ ## [1.0.140](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.139...v1.0.140) (2024-01-09)
1632
+
1633
+ **Note:** Version bump only for package @vc-shell/config-generator
1634
+
1635
+ ## [1.0.139](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.138...v1.0.139) (2024-01-08)
1636
+
1637
+ **Note:** Version bump only for package @vc-shell/config-generator
1638
+
1639
+ ## [1.0.138](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.137...v1.0.138) (2024-01-08)
1640
+
1641
+ **Note:** Version bump only for package @vc-shell/config-generator
1642
+
1643
+ ## [1.0.137](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.136...v1.0.137) (2024-01-04)
1644
+
1645
+ **Note:** Version bump only for package @vc-shell/config-generator
1646
+
1647
+ ## [1.0.136](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.135...v1.0.136) (2024-01-03)
1648
+
1649
+ **Note:** Version bump only for package @vc-shell/config-generator
1650
+
1651
+ ## [1.0.135](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.134...v1.0.135) (2024-01-03)
1652
+
1653
+ **Note:** Version bump only for package @vc-shell/config-generator
1654
+
1655
+ ## [1.0.134](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.133...v1.0.134) (2023-12-29)
1656
+
1657
+ **Note:** Version bump only for package @vc-shell/config-generator
1658
+
1659
+ ## [1.0.133](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.132...v1.0.133) (2023-12-28)
1660
+
1661
+ **Note:** Version bump only for package @vc-shell/config-generator
1662
+
1663
+ ## [1.0.132](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.131...v1.0.132) (2023-12-28)
1664
+
1665
+ **Note:** Version bump only for package @vc-shell/config-generator
1666
+
1667
+ ## [1.0.131](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.130...v1.0.131) (2023-12-28)
1668
+
1669
+ **Note:** Version bump only for package @vc-shell/config-generator
1670
+
1671
+ ## [1.0.130](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.129...v1.0.130) (2023-12-27)
1672
+
1673
+ **Note:** Version bump only for package @vc-shell/config-generator
1674
+
1675
+ ## [1.0.129](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.128...v1.0.129) (2023-12-27)
1676
+
1677
+ **Note:** Version bump only for package @vc-shell/config-generator
1678
+
1679
+ ## [1.0.128](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.127...v1.0.128) (2023-12-14)
1680
+
1681
+ **Note:** Version bump only for package @vc-shell/config-generator
1682
+
1683
+ ## [1.0.127](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.126...v1.0.127) (2023-12-13)
1684
+
1685
+ **Note:** Version bump only for package @vc-shell/config-generator
1686
+
1687
+ ## [1.0.126](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.125...v1.0.126) (2023-11-28)
1688
+
1689
+ **Note:** Version bump only for package @vc-shell/config-generator
1690
+
1691
+ ## [1.0.125](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.124...v1.0.125) (2023-11-27)
1692
+
1693
+ **Note:** Version bump only for package @vc-shell/config-generator
1694
+
1695
+ ## [1.0.124](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.123...v1.0.124) (2023-11-27)
1696
+
1697
+ **Note:** Version bump only for package @vc-shell/config-generator
1698
+
1699
+ ## [1.0.123](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.122...v1.0.123) (2023-11-24)
1700
+
1701
+ **Note:** Version bump only for package @vc-shell/config-generator
1702
+
1703
+ ## [1.0.122](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.121...v1.0.122) (2023-11-14)
1704
+
1705
+ **Note:** Version bump only for package @vc-shell/config-generator
1706
+
1707
+ ## [1.0.121](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.120...v1.0.121) (2023-11-14)
1708
+
1709
+ **Note:** Version bump only for package @vc-shell/config-generator
1710
+
1711
+ ## [1.0.120](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.119...v1.0.120) (2023-11-09)
1712
+
1713
+ **Note:** Version bump only for package @vc-shell/config-generator
1714
+
1715
+ ## [1.0.119](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.118...v1.0.119) (2023-11-07)
1716
+
1717
+ **Note:** Version bump only for package @vc-shell/config-generator
1718
+
1719
+ ## [1.0.118](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.117...v1.0.118) (2023-11-06)
1720
+
1721
+ **Note:** Version bump only for package @vc-shell/config-generator
1722
+
1723
+ ## [1.0.117](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.116...v1.0.117) (2023-11-06)
1724
+
1725
+ **Note:** Version bump only for package @vc-shell/config-generator
1726
+
1727
+ ## [1.0.116](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.115...v1.0.116) (2023-11-02)
1728
+
1729
+ **Note:** Version bump only for package @vc-shell/config-generator
1730
+
1731
+ ## [1.0.115](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.114...v1.0.115) (2023-11-02)
1732
+
1733
+ **Note:** Version bump only for package @vc-shell/config-generator
1734
+
1735
+ ## [1.0.114](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.113...v1.0.114) (2023-10-25)
1736
+
1737
+ **Note:** Version bump only for package @vc-shell/config-generator
1738
+
1739
+ ## [1.0.113](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.111...v1.0.113) (2023-10-25)
1740
+
1741
+ **Note:** Version bump only for package @vc-shell/config-generator
1742
+
1743
+ ## [1.0.111](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.110...v1.0.111) (2023-10-17)
1744
+
1745
+ **Note:** Version bump only for package @vc-shell/config-generator
1746
+
1747
+ ## [1.0.110](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.109...v1.0.110) (2023-10-16)
1748
+
1749
+ **Note:** Version bump only for package @vc-shell/config-generator
1750
+
1751
+ ## [1.0.109](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.108...v1.0.109) (2023-10-13)
1752
+
1753
+ **Note:** Version bump only for package @vc-shell/config-generator
1754
+
1755
+ ## [1.0.108](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.107...v1.0.108) (2023-10-13)
1756
+
1757
+ **Note:** Version bump only for package @vc-shell/config-generator
1758
+
1759
+ ## [1.0.107](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.106...v1.0.107) (2023-10-12)
1760
+
1761
+ **Note:** Version bump only for package @vc-shell/config-generator
1762
+
1763
+ ## [1.0.106](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.105...v1.0.106) (2023-10-12)
1764
+
1765
+ **Note:** Version bump only for package @vc-shell/config-generator
1766
+
1767
+ ## [1.0.105](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.104...v1.0.105) (2023-10-02)
1768
+
1769
+ **Note:** Version bump only for package @vc-shell/config-generator
1770
+
1771
+ ## [1.0.104](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.103...v1.0.104) (2023-10-02)
1772
+
1773
+ **Note:** Version bump only for package @vc-shell/config-generator
1774
+
1775
+ ## [1.0.103](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.102...v1.0.103) (2023-09-29)
1776
+
1777
+ **Note:** Version bump only for package @vc-shell/config-generator
1778
+
1779
+ ## [1.0.102](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.101...v1.0.102) (2023-09-29)
1780
+
1781
+ **Note:** Version bump only for package @vc-shell/config-generator
1782
+
1783
+ ## [1.0.101](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.100...v1.0.101) (2023-09-28)
1784
+
1785
+ **Note:** Version bump only for package @vc-shell/config-generator
1786
+
1787
+ ## [1.0.100](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.99...v1.0.100) (2023-09-22)
1788
+
1789
+ **Note:** Version bump only for package @vc-shell/config-generator
1790
+
1791
+ ## [1.0.99](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.98...v1.0.99) (2023-09-22)
1792
+
1793
+ **Note:** Version bump only for package @vc-shell/config-generator
1794
+
1795
+ ## [1.0.98](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.97...v1.0.98) (2023-09-21)
1796
+
1797
+ **Note:** Version bump only for package @vc-shell/config-generator
1798
+
1799
+ ## [1.0.97](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.96...v1.0.97) (2023-09-12)
1800
+
1801
+ **Note:** Version bump only for package @vc-shell/config-generator
1802
+
1803
+ ## [1.0.96](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.95...v1.0.96) (2023-08-28)
1804
+
1805
+ **Note:** Version bump only for package @vc-shell/config-generator
1806
+
1807
+ ## [1.0.95](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.94...v1.0.95) (2023-08-28)
1808
+
1809
+ **Note:** Version bump only for package @vc-shell/config-generator
1810
+
1811
+ ## [1.0.94](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.93...v1.0.94) (2023-08-04)
1812
+
1813
+ **Note:** Version bump only for package @vc-shell/config-generator
1814
+
1815
+ ## [1.0.93](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.92...v1.0.93) (2023-08-04)
1816
+
1817
+ **Note:** Version bump only for package @vc-shell/config-generator
1818
+
1819
+ ## [1.0.92](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.91...v1.0.92) (2023-07-12)
1820
+
1821
+ **Note:** Version bump only for package @vc-shell/config-generator
1822
+
1823
+ ## [1.0.91](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.90...v1.0.91) (2023-07-12)
1824
+
1825
+ **Note:** Version bump only for package @vc-shell/config-generator
1826
+
1827
+ ## [1.0.90](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.89...v1.0.90) (2023-07-12)
1828
+
1829
+ **Note:** Version bump only for package @vc-shell/config-generator
1830
+
1831
+ ## [1.0.89](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.88...v1.0.89) (2023-07-07)
1832
+
1833
+ **Note:** Version bump only for package @vc-shell/config-generator
1834
+
1835
+ ## [1.0.88](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.87...v1.0.88) (2023-06-27)
1836
+
1837
+ **Note:** Version bump only for package @vc-shell/config-generator
1838
+
1839
+ ## [1.0.87](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.86...v1.0.87) (2023-06-26)
1840
+
1841
+ **Note:** Version bump only for package @vc-shell/config-generator
1842
+
1843
+ ## [1.0.86](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.85...v1.0.86) (2023-06-23)
1844
+
1845
+ **Note:** Version bump only for package @vc-shell/config-generator
1846
+
1847
+ ## [1.0.85](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.84...v1.0.85) (2023-06-23)
1848
+
1849
+ **Note:** Version bump only for package @vc-shell/config-generator
1850
+
1851
+ ## [1.0.84](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.83...v1.0.84) (2023-06-23)
1852
+
1853
+ **Note:** Version bump only for package @vc-shell/config-generator
1854
+
1855
+ ## [1.0.83](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.82...v1.0.83) (2023-06-23)
1856
+
1857
+ **Note:** Version bump only for package @vc-shell/config-generator
1858
+
1859
+ ## [1.0.82](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.81...v1.0.82) (2023-06-23)
1860
+
1861
+ **Note:** Version bump only for package @vc-shell/config-generator
1862
+
1863
+ ## [1.0.81](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.80...v1.0.81) (2023-06-23)
1864
+
1865
+ **Note:** Version bump only for package @vc-shell/config-generator
1866
+
1867
+ ## [1.0.80](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.79...v1.0.80) (2023-06-22)
1868
+
1869
+ **Note:** Version bump only for package @vc-shell/config-generator
1870
+
1871
+ ## [1.0.79](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.78...v1.0.79) (2023-06-22)
1872
+
1873
+ **Note:** Version bump only for package @vc-shell/config-generator
1874
+
1875
+ ## [1.0.78](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.77...v1.0.78) (2023-06-22)
1876
+
1877
+ **Note:** Version bump only for package @vc-shell/config-generator
1878
+
1879
+ ## [1.0.77](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.76...v1.0.77) (2023-06-22)
1880
+
1881
+ **Note:** Version bump only for package @vc-shell/config-generator
1882
+
1883
+ ## [1.0.76](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.75...v1.0.76) (2023-06-22)
1884
+
1885
+ **Note:** Version bump only for package @vc-shell/config-generator
1886
+
1887
+ ## [1.0.75](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.74...v1.0.75) (2023-06-21)
1888
+
1889
+ **Note:** Version bump only for package @vc-shell/config-generator
1890
+
1891
+ ## [1.0.74](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.73...v1.0.74) (2023-06-21)
1892
+
1893
+ **Note:** Version bump only for package @vc-shell/config-generator
1894
+
1895
+ ## [1.0.73](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.72...v1.0.73) (2023-06-08)
1896
+
1897
+ **Note:** Version bump only for package @vc-shell/config-generator
1898
+
1899
+ ## [1.0.72](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.71...v1.0.72) (2023-06-08)
1900
+
1901
+ **Note:** Version bump only for package @vc-shell/config-generator
1902
+
1903
+ ## [1.0.71](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.70...v1.0.71) (2023-06-02)
1904
+
1905
+ **Note:** Version bump only for package @vc-shell/config-generator
1906
+
1907
+ ## [1.0.70](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.69...v1.0.70) (2023-05-18)
1908
+
1909
+ **Note:** Version bump only for package @vc-shell/config-generator
1910
+
1911
+ ## [1.0.69](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.68...v1.0.69) (2023-04-26)
1912
+
1913
+ **Note:** Version bump only for package @vc-shell/config-generator
1914
+
1915
+ ## [1.0.68](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.67...v1.0.68) (2023-04-24)
1916
+
1917
+ **Note:** Version bump only for package @vc-shell/config-generator
1918
+
1919
+ ## [1.0.67](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.66...v1.0.67) (2023-04-18)
1920
+
1921
+ **Note:** Version bump only for package @vc-shell/config-generator
1922
+
1923
+ ## [1.0.66](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.65...v1.0.66) (2023-04-17)
1924
+
1925
+ **Note:** Version bump only for package @vc-shell/config-generator
1926
+
1927
+ ## [1.0.65](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.64...v1.0.65) (2023-04-17)
1928
+
1929
+ **Note:** Version bump only for package @vc-shell/config-generator
1930
+
1931
+ ## [1.0.64](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.63...v1.0.64) (2023-04-14)
1932
+
1933
+ **Note:** Version bump only for package @vc-shell/config-generator
1934
+
1935
+ ## [1.0.63](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.62...v1.0.63) (2023-04-14)
1936
+
1937
+ **Note:** Version bump only for package @vc-shell/config-generator
1938
+
1939
+ ## [1.0.62](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.61...v1.0.62) (2023-04-13)
1940
+
1941
+ **Note:** Version bump only for package @vc-shell/config-generator
1942
+
1943
+ ## [1.0.61](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.60...v1.0.61) (2023-04-13)
1944
+
1945
+ **Note:** Version bump only for package @vc-shell/config-generator
1946
+
1947
+ ## [1.0.60](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.59...v1.0.60) (2023-03-30)
1948
+
1949
+ **Note:** Version bump only for package @vc-shell/config-generator
1950
+
1951
+ ## [1.0.59](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.58...v1.0.59) (2023-03-29)
1952
+
1953
+ **Note:** Version bump only for package @vc-shell/config-generator
1954
+
1955
+ ## [1.0.58](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.57...v1.0.58) (2023-03-24)
1956
+
1957
+ **Note:** Version bump only for package @vc-shell/config-generator
1958
+
1959
+ ## [1.0.57](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.56...v1.0.57) (2023-03-22)
1960
+
1961
+ **Note:** Version bump only for package @vc-shell/config-generator
1962
+
1963
+ ## [1.0.56](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.55...v1.0.56) (2023-03-20)
1964
+
1965
+ **Note:** Version bump only for package @vc-shell/config-generator
1966
+
1967
+ ## [1.0.55](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.54...v1.0.55) (2023-03-15)
1968
+
1969
+ **Note:** Version bump only for package @vc-shell/config-generator
1970
+
1971
+ ## [1.0.54](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.53...v1.0.54) (2023-03-07)
1972
+
1973
+ **Note:** Version bump only for package @vc-shell/config-generator
1974
+
1975
+ ## [1.0.53](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.52...v1.0.53) (2023-03-02)
1976
+
1977
+ **Note:** Version bump only for package @vc-shell/config-generator
1978
+
1979
+ ## [1.0.52](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.51...v1.0.52) (2023-03-02)
1980
+
1981
+ **Note:** Version bump only for package @vc-shell/config-generator
1982
+
1983
+ ## [1.0.51](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.50...v1.0.51) (2023-03-02)
1984
+
1985
+ **Note:** Version bump only for package @vc-shell/config-generator
1986
+
1987
+ ## [1.0.50](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.49...v1.0.50) (2023-03-01)
1988
+
1989
+ **Note:** Version bump only for package @vc-shell/config-generator
1990
+
1991
+ ## [1.0.49](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.48...v1.0.49) (2023-02-27)
1992
+
1993
+ **Note:** Version bump only for package @vc-shell/config-generator
1994
+
1995
+ ## [1.0.48](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.47...v1.0.48) (2023-02-27)
1996
+
1997
+ **Note:** Version bump only for package @vc-shell/config-generator
1998
+
1999
+ ## [1.0.47](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.46...v1.0.47) (2023-02-22)
2000
+
2001
+ **Note:** Version bump only for package @vc-shell/config-generator
2002
+
2003
+ ## [1.0.46](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.45...v1.0.46) (2023-02-16)
2004
+
2005
+ **Note:** Version bump only for package @vc-shell/config-generator
2006
+
2007
+ ## [1.0.45](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.44...v1.0.45) (2023-02-15)
2008
+
2009
+ **Note:** Version bump only for package @vc-shell/config-generator
2010
+
2011
+ ## [1.0.44](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.43...v1.0.44) (2023-02-08)
2012
+
2013
+ **Note:** Version bump only for package @vc-shell/config-generator
2014
+
2015
+ ## [1.0.43](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.42...v1.0.43) (2023-02-02)
2016
+
2017
+ **Note:** Version bump only for package @vc-shell/config-generator
2018
+
2019
+ ## [1.0.42](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.41...v1.0.42) (2023-02-02)
2020
+
2021
+ **Note:** Version bump only for package @vc-shell/config-generator
2022
+
2023
+ ## [1.0.41](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.40...v1.0.41) (2023-01-20)
2024
+
2025
+ **Note:** Version bump only for package @vc-shell/config-generator
2026
+
2027
+ ## [1.0.40](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.39...v1.0.40) (2023-01-17)
2028
+
2029
+ **Note:** Version bump only for package @vc-shell/config-generator
2030
+
2031
+ ## [1.0.39](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.38...v1.0.39) (2022-12-12)
2032
+
2033
+ **Note:** Version bump only for package @vc-shell/config-generator
2034
+
2035
+ ## [1.0.38](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.37...v1.0.38) (2022-12-05)
2036
+
2037
+ **Note:** Version bump only for package @vc-shell/config-generator
2038
+
2039
+ ## [1.0.37](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.36...v1.0.37) (2022-11-22)
2040
+
2041
+ **Note:** Version bump only for package @vc-shell/config-generator
2042
+
2043
+ ## [1.0.36](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.35...v1.0.36) (2022-11-21)
2044
+
2045
+ **Note:** Version bump only for package @vc-shell/config-generator
2046
+
2047
+ ## [1.0.35](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.34...v1.0.35) (2022-11-15)
2048
+
2049
+ **Note:** Version bump only for package @vc-shell/config-generator
2050
+
2051
+ ## [1.0.34](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.33...v1.0.34) (2022-11-15)
2052
+
2053
+ **Note:** Version bump only for package @vc-shell/config-generator
2054
+
2055
+ ## [1.0.33](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.32...v1.0.33) (2022-10-24)
2056
+
2057
+ **Note:** Version bump only for package @vc-shell/config-generator
2058
+
2059
+ ## [1.0.32](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.31...v1.0.32) (2022-10-20)
2060
+
2061
+ **Note:** Version bump only for package @vc-shell/config-generator
2062
+
2063
+ ## [1.0.31](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.30...v1.0.31) (2022-10-14)
2064
+
2065
+ **Note:** Version bump only for package @vc-shell/config-generator
2066
+
2067
+ ## [1.0.30](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.29...v1.0.30) (2022-10-14)
2068
+
2069
+ **Note:** Version bump only for package @vc-shell/config-generator
2070
+
2071
+ ## [1.0.29](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.28...v1.0.29) (2022-10-14)
2072
+
2073
+ **Note:** Version bump only for package @vc-shell/config-generator
2074
+
2075
+ ## [1.0.28](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.27...v1.0.28) (2022-10-10)
2076
+
2077
+ **Note:** Version bump only for package @vc-shell/config-generator
2078
+
2079
+ ## [1.0.27](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.26...v1.0.27) (2022-10-07)
2080
+
2081
+ **Note:** Version bump only for package @vc-shell/config-generator
2082
+
2083
+ ## [1.0.26](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.25...v1.0.26) (2022-10-07)
2084
+
2085
+ **Note:** Version bump only for package @vc-shell/config-generator
2086
+
2087
+ ## [1.0.25](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.24...v1.0.25) (2022-10-07)
2088
+
2089
+ **Note:** Version bump only for package @vc-shell/config-generator
2090
+
2091
+ ## [1.0.24](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.23...v1.0.24) (2022-10-06)
2092
+
2093
+ **Note:** Version bump only for package @vc-shell/config-generator
2094
+
2095
+ ## [1.0.23](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.22...v1.0.23) (2022-10-06)
2096
+
2097
+ **Note:** Version bump only for package @vc-shell/config-generator
2098
+
2099
+ ## [1.0.22](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.21...v1.0.22) (2022-09-29)
2100
+
2101
+ **Note:** Version bump only for package @vc-shell/config-generator
2102
+
2103
+ ## [1.0.21](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.20...v1.0.21) (2022-09-14)
2104
+
2105
+ **Note:** Version bump only for package @vc-shell/config-generator
2106
+
2107
+ ## [1.0.20](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.19...v1.0.20) (2022-09-06)
2108
+
2109
+ **Note:** Version bump only for package @vc-shell/config-generator
2110
+
2111
+ ## [1.0.19](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.17...v1.0.19) (2022-08-30)
2112
+
2113
+ **Note:** Version bump only for package @vc-shell/config-generator
2114
+
2115
+ ## [1.0.17](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.16...v1.0.17) (2022-08-05)
2116
+
2117
+ **Note:** Version bump only for package @vc-shell/config-generator
2118
+
2119
+ ## [1.0.16](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.14...v1.0.16) (2022-08-05)
2120
+
2121
+ **Note:** Version bump only for package @vc-shell/config-generator
2122
+
2123
+ ## [1.0.14](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.13...v1.0.14) (2022-08-04)
2124
+
2125
+ **Note:** Version bump only for package @vc-shell/config-generator
2126
+
2127
+ ## [1.0.13](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.12...v1.0.13) (2022-07-14)
2128
+
2129
+ **Note:** Version bump only for package @vc-shell/config-generator
2130
+
2131
+ ## [1.0.12](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.11...v1.0.12) (2022-07-12)
2132
+
2133
+ **Note:** Version bump only for package @vc-shell/config-generator
2134
+
2135
+ ## [1.0.11](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.10...v1.0.11) (2022-07-08)
2136
+
2137
+ **Note:** Version bump only for package @vc-shell/config-generator
2138
+
2139
+ ## [1.0.10](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.9...v1.0.10) (2022-06-29)
2140
+
2141
+ **Note:** Version bump only for package @vc-shell/config-generator
2142
+
2143
+ ## [1.0.9](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.8...v1.0.9) (2022-06-21)
2144
+
2145
+ **Note:** Version bump only for package @vc-shell/config-generator
2146
+
2147
+ ## [1.0.8](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.7...v1.0.8) (2022-06-16)
2148
+
2149
+ **Note:** Version bump only for package @vc-shell/config-generator
2150
+
2151
+ ## [1.0.7](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.6...v1.0.7) (2022-06-09)
2152
+
2153
+ **Note:** Version bump only for package @vc-shell/config-generator
2154
+
2155
+ ## [1.0.6](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.5...v1.0.6) (2022-06-09)
2156
+
2157
+ **Note:** Version bump only for package @vc-shell/config-generator
2158
+
2159
+ ## [1.0.5](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.4...v1.0.5) (2022-06-07)
2160
+
2161
+ **Note:** Version bump only for package @vc-shell/config-generator
2162
+
2163
+ ## [1.0.4](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.3...v1.0.4) (2022-06-03)
2164
+
2165
+ **Note:** Version bump only for package @vc-shell/config-generator
2166
+
2167
+ ## [1.0.3](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.2...v1.0.3) (2022-05-30)
2168
+
2169
+ **Note:** Version bump only for package @vc-shell/config-generator
2170
+
2171
+ ## [1.0.2](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.1...v1.0.2) (2022-05-25)
2172
+
2173
+ **Note:** Version bump only for package @vc-shell/config-generator
2174
+
2175
+ ## [1.0.1](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.0...v1.0.1) (2022-05-24)
2176
+
2177
+ **Note:** Version bump only for package @vc-shell/config-generator
2178
+
2179
+ ## [1.0.0](https://github.com/VirtoCommerce/vc-shell/compare/v0.1.20...v1.0.0) (2022-05-13)
2180
+
2181
+ **Note:** Version bump only for package @vc-shell/config-generator
2182
+
2183
+ ## [0.1.20](https://github.com/VirtoCommerce/vc-shell/compare/v0.1.19...v0.1.20) (2022-04-27)
2184
+
2185
+ **Note:** Version bump only for package @vc-shell/config-generator
2186
+
2187
+ ## [0.1.19](https://github.com/VirtoCommerce/vc-shell/compare/v0.1.18...v0.1.19) (2022-04-19)
2188
+
2189
+ **Note:** Version bump only for package @vc-shell/config-generator
2190
+
2191
+ ## [0.1.18](https://github.com/VirtoCommerce/vc-shell/compare/v0.1.17...v0.1.18) (2022-04-15)
2192
+
2193
+ **Note:** Version bump only for package @vc-shell/config-generator
2194
+
2195
+ ## [0.1.17](https://github.com/VirtoCommerce/vc-shell/compare/v0.1.16...v0.1.17) (2022-04-15)
2196
+
2197
+ **Note:** Version bump only for package @vc-shell/config-generator
2198
+
2199
+ ## [0.1.16](https://github.com/VirtoCommerce/vc-shell/compare/v0.1.15...v0.1.16) (2022-04-15)
2200
+
2201
+ **Note:** Version bump only for package @vc-shell/config-generator
2202
+
2203
+ ## [0.1.15](https://github.com/VirtoCommerce/vc-shell/compare/v0.1.14...v0.1.15) (2022-04-15)
2204
+
2205
+ **Note:** Version bump only for package @vc-shell/config-generator
2206
+
2207
+ ## [0.1.14](https://github.com/VirtoCommerce/vc-shell/compare/v0.1.13...v0.1.14) (2022-04-15)
2208
+
2209
+ **Note:** Version bump only for package @vc-shell/config-generator
2210
+
2211
+ ## [0.1.13](https://github.com/VirtoCommerce/vc-shell/compare/v0.1.12...v0.1.13) (2022-04-14)
2212
+
2213
+ **Note:** Version bump only for package @vc-shell/config-generator
2214
+
2215
+ ## [0.1.12](https://github.com/VirtoCommerce/vc-shell/compare/v0.1.11...v0.1.12) (2022-04-07)
2216
+
2217
+ **Note:** Version bump only for package @vc-shell/config-generator
2218
+
2219
+ ## [0.1.11](https://github.com/VirtoCommerce/vc-shell/compare/v0.1.10...v0.1.11) (2022-04-05)
2220
+
2221
+ **Note:** Version bump only for package @vc-shell/config-generator
2222
+
2223
+ ## [0.1.10](https://github.com/VirtoCommerce/vc-shell/compare/v0.1.9...v0.1.10) (2022-04-04)
2224
+
2225
+ **Note:** Version bump only for package @vc-shell/config-generator
2226
+
2227
+ ## [0.1.9](https://github.com/VirtoCommerce/vc-shell/compare/v0.1.8...v0.1.9) (2022-04-01)
2228
+
2229
+ **Note:** Version bump only for package @vc-shell/config-generator
2230
+
2231
+ ## [0.1.8](https://github.com/VirtoCommerce/vc-shell/compare/v0.1.7...v0.1.8) (2022-03-29)
2232
+
2233
+ **Note:** Version bump only for package @vc-shell/config-generator
2234
+
2235
+ ## [0.1.7](https://github.com/VirtoCommerce/vc-shell/compare/v0.1.6...v0.1.7) (2022-03-17)
2236
+
2237
+ **Note:** Version bump only for package @vc-shell/config-generator
2238
+
2239
+ ## [0.1.6](https://github.com/VirtoCommerce/vc-shell/compare/v0.1.5...v0.1.6) (2022-03-16)
2240
+
2241
+ **Note:** Version bump only for package @vc-shell/config-generator
2242
+
2243
+ ## [0.1.5](https://github.com/VirtoCommerce/vc-shell/compare/v0.1.4...v0.1.5) (2022-03-16)
2244
+
2245
+ **Note:** Version bump only for package @vc-shell/config-generator
2246
+
2247
+ ## [0.1.4](https://github.com/VirtoCommerce/vc-shell/compare/v0.1.3...v0.1.4) (2022-03-16)
2248
+
2249
+ **Note:** Version bump only for package @vc-shell/config-generator
2250
+
2251
+ ## [0.1.3](https://github.com/VirtoCommerce/vc-shell/compare/v0.1.2...v0.1.3) (2022-03-14)
2252
+
2253
+ **Note:** Version bump only for package @vc-shell/config-generator
2254
+
2255
+ ## [0.1.2](https://github.com/VirtoCommerce/vc-shell/compare/v0.1.1...v0.1.2) (2022-03-10)
2256
+
2257
+ **Note:** Version bump only for package @vc-shell/config-generator
2258
+
2259
+ ## [0.1.1](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.123...v0.1.1) (2022-03-10)
2260
+
2261
+ **Note:** Version bump only for package @vc-shell/config-generator
2262
+
2263
+ ## [0.0.123](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.122...v0.0.123) (2022-03-04)
2264
+
2265
+ **Note:** Version bump only for package @vc-shell/config-generator
2266
+
2267
+ ## [0.0.122](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.121...v0.0.122) (2022-02-28)
2268
+
2269
+ **Note:** Version bump only for package @vc-shell/config-generator
2270
+
2271
+ ## [0.0.121](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.120...v0.0.121) (2022-02-24)
2272
+
2273
+ **Note:** Version bump only for package @vc-shell/config-generator
2274
+
2275
+ ## [0.0.120](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.119...v0.0.120) (2022-02-17)
2276
+
2277
+ **Note:** Version bump only for package @vc-shell/config-generator
2278
+
2279
+ ## [0.0.119](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.117...v0.0.119) (2022-02-16)
2280
+
2281
+ **Note:** Version bump only for package @vc-shell/config-generator
2282
+
2283
+ ## [0.0.117](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.116...v0.0.117) (2022-02-16)
2284
+
2285
+ **Note:** Version bump only for package @vc-shell/config-generator
2286
+
2287
+ ## [0.0.116](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.115...v0.0.116) (2022-02-14)
2288
+
2289
+ **Note:** Version bump only for package @vc-shell/config-generator
2290
+
2291
+ ## [0.0.115](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.114...v0.0.115) (2022-02-04)
2292
+
2293
+ **Note:** Version bump only for package @vc-shell/config-generator
2294
+
2295
+ ## [0.0.114](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.113...v0.0.114) (2022-02-03)
2296
+
2297
+ **Note:** Version bump only for package @vc-shell/config-generator
2298
+
2299
+ ## [0.0.113](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.112...v0.0.113) (2022-02-03)
2300
+
2301
+ **Note:** Version bump only for package @vc-shell/config-generator
2302
+
2303
+ ## [0.0.112](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.111...v0.0.112) (2022-02-03)
2304
+
2305
+ **Note:** Version bump only for package @vc-shell/config-generator
2306
+
2307
+ ## [0.0.111](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.110...v0.0.111) (2022-01-31)
2308
+
2309
+ **Note:** Version bump only for package @vc-shell/config-generator
2310
+
2311
+ ## [0.0.110](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.109...v0.0.110) (2022-01-31)
2312
+
2313
+ **Note:** Version bump only for package @vc-shell/config-generator
2314
+
2315
+ ## [0.0.109](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.108...v0.0.109) (2022-01-28)
2316
+
2317
+ **Note:** Version bump only for package @vc-shell/config-generator
2318
+
2319
+ ## [0.0.108](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.107...v0.0.108) (2022-01-24)
2320
+
2321
+ **Note:** Version bump only for package @vc-shell/config-generator
2322
+
2323
+ ## [0.0.107](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.106...v0.0.107) (2022-01-20)
2324
+
2325
+ **Note:** Version bump only for package @vc-shell/config-generator
2326
+
2327
+ ## [0.0.106](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.105...v0.0.106) (2022-01-10)
2328
+
2329
+ **Note:** Version bump only for package @vc-shell/config-generator
2330
+
2331
+ ## [0.0.105](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.104...v0.0.105) (2021-12-30)
2332
+
2333
+ **Note:** Version bump only for package @vc-shell/config-generator
2334
+
2335
+ ## [0.0.104](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.103...v0.0.104) (2021-12-29)
2336
+
2337
+ **Note:** Version bump only for package @vc-shell/config-generator
2338
+
2339
+ ## [0.0.103](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.102...v0.0.103) (2021-12-28)
2340
+
2341
+ **Note:** Version bump only for package @vc-shell/config-generator
2342
+
2343
+ ## [0.0.102](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.101...v0.0.102) (2021-12-27)
2344
+
2345
+ **Note:** Version bump only for package @vc-shell/config-generator
2346
+
2347
+ ## [0.0.101](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.100...v0.0.101) (2021-12-24)
2348
+
2349
+ **Note:** Version bump only for package @vc-shell/config-generator
2350
+
2351
+ ## [0.0.100](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.99...v0.0.100) (2021-12-24)
2352
+
2353
+ **Note:** Version bump only for package @vc-shell/config-generator
2354
+
2355
+ ## [0.0.99](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.98...v0.0.99) (2021-12-15)
2356
+
2357
+ **Note:** Version bump only for package @vc-shell/config-generator
2358
+
2359
+ ## [0.0.98](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.97...v0.0.98) (2021-12-15)
2360
+
2361
+ **Note:** Version bump only for package @vc-shell/config-generator
2362
+
2363
+ ## [0.0.97](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.96...v0.0.97) (2021-12-15)
2364
+
2365
+ **Note:** Version bump only for package @vc-shell/config-generator
2366
+
2367
+ ## [0.0.96](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.95...v0.0.96) (2021-12-13)
2368
+
2369
+ **Note:** Version bump only for package @vc-shell/config-generator
2370
+
2371
+ ## [0.0.95](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.94...v0.0.95) (2021-12-07)
2372
+
2373
+ **Note:** Version bump only for package @vc-shell/config-generator
2374
+
2375
+ ## [0.0.94](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.93...v0.0.94) (2021-12-07)
2376
+
2377
+ **Note:** Version bump only for package @vc-shell/config-generator
2378
+
2379
+ ## [0.0.93](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.92...v0.0.93) (2021-12-07)
2380
+
2381
+ **Note:** Version bump only for package @vc-shell/config-generator
2382
+
2383
+ ## [0.0.92](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.91...v0.0.92) (2021-12-04)
2384
+
2385
+ **Note:** Version bump only for package @vc-shell/config-generator
2386
+
2387
+ ## [0.0.91](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.90...v0.0.91) (2021-12-03)
2388
+
2389
+ **Note:** Version bump only for package @vc-shell/config-generator
2390
+
2391
+ ## [0.0.90](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.89...v0.0.90) (2021-12-02)
2392
+
2393
+ **Note:** Version bump only for package @vc-shell/config-generator
2394
+
2395
+ ## [0.0.89](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.88...v0.0.89) (2021-12-02)
2396
+
2397
+ **Note:** Version bump only for package @vc-shell/config-generator
2398
+
2399
+ ## [0.0.88](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.87...v0.0.88) (2021-12-02)
2400
+
2401
+ **Note:** Version bump only for package @vc-shell/config-generator
2402
+
2403
+ ## [0.0.87](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.86...v0.0.87) (2021-12-01)
2404
+
2405
+ **Note:** Version bump only for package @vc-shell/config-generator
2406
+
2407
+ ## [0.0.86](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.85...v0.0.86) (2021-12-01)
2408
+
2409
+ **Note:** Version bump only for package @vc-shell/config-generator
2410
+
2411
+ ## [0.0.85](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.84...v0.0.85) (2021-12-01)
2412
+
2413
+ **Note:** Version bump only for package @vc-shell/config-generator
2414
+
2415
+ ## [0.0.84](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.83...v0.0.84) (2021-11-26)
2416
+
2417
+ **Note:** Version bump only for package @vc-shell/config-generator
2418
+
2419
+ ## [0.0.83](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.82...v0.0.83) (2021-11-24)
2420
+
2421
+ **Note:** Version bump only for package @vc-shell/config-generator
2422
+
2423
+ ## [0.0.82](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.81...v0.0.82) (2021-11-24)
2424
+
2425
+ **Note:** Version bump only for package @vc-shell/config-generator
2426
+
2427
+ ## [0.0.81](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.80...v0.0.81) (2021-11-23)
2428
+
2429
+ **Note:** Version bump only for package @vc-shell/config-generator
2430
+
2431
+ ## [0.0.80](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.79...v0.0.80) (2021-11-22)
2432
+
2433
+ **Note:** Version bump only for package @vc-shell/config-generator
2434
+
2435
+ ## [0.0.79](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.78...v0.0.79) (2021-11-22)
2436
+
2437
+ **Note:** Version bump only for package @vc-shell/config-generator
2438
+
2439
+ ## [0.0.78](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.77...v0.0.78) (2021-11-22)
2440
+
2441
+ **Note:** Version bump only for package @vc-shell/config-generator
2442
+
2443
+ ## [0.0.77](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.76...v0.0.77) (2021-11-18)
2444
+
2445
+ **Note:** Version bump only for package @vc-shell/config-generator
2446
+
2447
+ ## [0.0.76](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.75...v0.0.76) (2021-11-18)
2448
+
2449
+ **Note:** Version bump only for package @vc-shell/config-generator
2450
+
2451
+ ## [0.0.75](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.74...v0.0.75) (2021-11-18)
2452
+
2453
+ **Note:** Version bump only for package @vc-shell/config-generator
2454
+
2455
+ ## [0.0.74](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.73...v0.0.74) (2021-11-12)
2456
+
2457
+ **Note:** Version bump only for package @vc-shell/config-generator
2458
+
2459
+ ## [0.0.73](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.71...v0.0.73) (2021-11-11)
2460
+
2461
+ **Note:** Version bump only for package @vc-shell/config-generator
2462
+
2463
+ ## [0.0.71](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.70...v0.0.71) (2021-11-11)
2464
+
2465
+ **Note:** Version bump only for package @vc-shell/config-generator
2466
+
2467
+ ## [0.0.70](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.69...v0.0.70) (2021-11-08)
2468
+
2469
+ **Note:** Version bump only for package @vc-shell/config-generator
2470
+
2471
+ ## [0.0.69](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.68...v0.0.69) (2021-11-03)
2472
+
2473
+ **Note:** Version bump only for package @vc-shell/config-generator
2474
+
2475
+ ## [0.0.68](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.67...v0.0.68) (2021-11-02)
2476
+
2477
+ **Note:** Version bump only for package @vc-shell/config-generator
2478
+
2479
+ ## [0.0.67](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.66...v0.0.67) (2021-11-02)
2480
+
2481
+ **Note:** Version bump only for package @vc-shell/config-generator
2482
+
2483
+ ## [0.0.66](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.65...v0.0.66) (2021-11-02)
2484
+
2485
+ **Note:** Version bump only for package @vc-shell/config-generator
2486
+
2487
+ ## [0.0.65](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.64...v0.0.65) (2021-11-01)
2488
+
2489
+ **Note:** Version bump only for package @vc-shell/config-generator
2490
+
2491
+ ## [0.0.64](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.63...v0.0.64) (2021-10-28)
2492
+
2493
+ **Note:** Version bump only for package @vc-shell/config-generator
2494
+
2495
+ ## [0.0.63](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.62...v0.0.63) (2021-10-28)
2496
+
2497
+ **Note:** Version bump only for package @vc-shell/config-generator
2498
+
2499
+ ## [0.0.62](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.61...v0.0.62) (2021-10-28)
2500
+
2501
+ **Note:** Version bump only for package @vc-shell/config-generator
2502
+
2503
+ ## [0.0.61](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.60...v0.0.61) (2021-10-26)
2504
+
2505
+ **Note:** Version bump only for package @vc-shell/config-generator
2506
+
2507
+ ## [0.0.60](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.59...v0.0.60) (2021-10-22)
2508
+
2509
+ **Note:** Version bump only for package @vc-shell/config-generator
2510
+
2511
+ ## [0.0.59](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.58...v0.0.59) (2021-10-20)
2512
+
2513
+ **Note:** Version bump only for package @vc-shell/config-generator
2514
+
2515
+ ## [0.0.58](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.57...v0.0.58) (2021-10-20)
2516
+
2517
+ **Note:** Version bump only for package @vc-shell/config-generator
2518
+
2519
+ ## [0.0.57](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.56...v0.0.57) (2021-10-15)
2520
+
2521
+ **Note:** Version bump only for package @vc-shell/config-generator
2522
+
2523
+ ## [0.0.56](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.55...v0.0.56) (2021-10-13)
2524
+
2525
+ **Note:** Version bump only for package @vc-shell/config-generator
2526
+
2527
+ ## [0.0.55](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.54...v0.0.55) (2021-10-13)
2528
+
2529
+ **Note:** Version bump only for package @vc-shell/config-generator
2530
+
2531
+ ## [0.0.54](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.53...v0.0.54) (2021-10-13)
2532
+
2533
+ **Note:** Version bump only for package @vc-shell/config-generator
2534
+
2535
+ ## [0.0.53](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.52...v0.0.53) (2021-10-13)
2536
+
2537
+ **Note:** Version bump only for package @vc-shell/config-generator
2538
+
2539
+ ## [0.0.52](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.51...v0.0.52) (2021-10-13)
2540
+
2541
+ **Note:** Version bump only for package @vc-shell/config-generator
2542
+
2543
+ ## [0.0.51](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.50...v0.0.51) (2021-10-13)
2544
+
2545
+ **Note:** Version bump only for package @vc-shell/config-generator
2546
+
2547
+ ## [0.0.50](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.49...v0.0.50) (2021-10-12)
2548
+
2549
+ **Note:** Version bump only for package @vc-shell/config-generator
2550
+
2551
+ ## [0.0.49](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.48...v0.0.49) (2021-10-12)
2552
+
2553
+ **Note:** Version bump only for package @vc-shell/config-generator
2554
+
2555
+ ## [0.0.48](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.47...v0.0.48) (2021-10-06)
2556
+
2557
+ **Note:** Version bump only for package @vc-shell/config-generator
2558
+
2559
+ ## [0.0.47](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.46...v0.0.47) (2021-10-06)
2560
+
2561
+ **Note:** Version bump only for package @vc-shell/config-generator
2562
+
2563
+ ## [0.0.46](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.45...v0.0.46) (2021-09-30)
2564
+
2565
+ **Note:** Version bump only for package @vc-shell/config-generator
2566
+
2567
+ ## [0.0.45](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.44...v0.0.45) (2021-09-30)
2568
+
2569
+ **Note:** Version bump only for package @vc-shell/config-generator
2570
+
2571
+ ## [0.0.44](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.43...v0.0.44) (2021-09-29)
2572
+
2573
+ **Note:** Version bump only for package @vc-shell/config-generator
2574
+
2575
+ ## [0.0.43](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.42...v0.0.43) (2021-09-24)
2576
+
2577
+ **Note:** Version bump only for package @vc-shell/config-generator
2578
+
2579
+ ## [0.0.42](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.41...v0.0.42) (2021-09-23)
2580
+
2581
+ **Note:** Version bump only for package @vc-shell/config-generator
2582
+
2583
+ ## [0.0.41](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.40...v0.0.41) (2021-09-23)
2584
+
2585
+ **Note:** Version bump only for package @vc-shell/config-generator
2586
+
2587
+ ## [0.0.40](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.39...v0.0.40) (2021-09-23)
2588
+
2589
+ **Note:** Version bump only for package @vc-shell/config-generator
2590
+
2591
+ ## [0.0.39](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.38...v0.0.39) (2021-09-13)
2592
+
2593
+ **Note:** Version bump only for package @vc-shell/config-generator
2594
+
2595
+ ## [0.0.38](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.37...v0.0.38) (2021-09-09)
2596
+
2597
+ **Note:** Version bump only for package @vc-shell/config-generator
2598
+
2599
+ ## [0.0.37](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.36...v0.0.37) (2021-09-07)
2600
+
2601
+ **Note:** Version bump only for package @vc-shell/config-generator
2602
+
2603
+ ## [0.0.36](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.35...v0.0.36) (2021-09-07)
2604
+
2605
+ **Note:** Version bump only for package @vc-shell/config-generator
2606
+
2607
+ ## [0.0.35](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.34...v0.0.35) (2021-09-07)
2608
+
2609
+ **Note:** Version bump only for package @vc-shell/config-generator
2610
+
2611
+ ## [0.0.34](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.33...v0.0.34) (2021-09-07)
2612
+
2613
+ **Note:** Version bump only for package @vc-shell/config-generator
2614
+
2615
+ ## [0.0.33](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.32...v0.0.33) (2021-09-02)
2616
+
2617
+ **Note:** Version bump only for package @vc-shell/config-generator
2618
+
2619
+ ## [0.0.32](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.31...v0.0.32) (2021-08-31)
2620
+
2621
+ **Note:** Version bump only for package @vc-shell/config-generator
2622
+
2623
+ ## [0.0.31](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.30...v0.0.31) (2021-08-30)
2624
+
2625
+ **Note:** Version bump only for package @vc-shell/config-generator
2626
+
2627
+ ## [0.0.30](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.29...v0.0.30) (2021-08-26)
2628
+
2629
+ **Note:** Version bump only for package @vc-shell/config-generator
2630
+
2631
+ ## [0.0.29](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.28...v0.0.29) (2021-08-20)
2632
+
2633
+ **Note:** Version bump only for package @vc-shell/config-generator
2634
+
2635
+ ## [0.0.28](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.27...v0.0.28) (2021-08-19)
2636
+
2637
+ **Note:** Version bump only for package @vc-shell/config-generator
2638
+
2639
+ ## [0.0.27](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.26...v0.0.27) (2021-08-19)
2640
+
2641
+ **Note:** Version bump only for package @vc-shell/config-generator
2642
+
2643
+ ## [0.0.26](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.25...v0.0.26) (2021-08-19)
2644
+
2645
+ **Note:** Version bump only for package @vc-shell/config-generator
2646
+
2647
+ ## [0.0.25](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.24...v0.0.25) (2021-08-12)
2648
+
2649
+ **Note:** Version bump only for package @vc-shell/config-generator
2650
+
2651
+ ## [0.0.24](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.23...v0.0.24) (2021-08-12)
2652
+
2653
+ **Note:** Version bump only for package @vc-shell/config-generator
2654
+
2655
+ ## [0.0.23](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.22...v0.0.23) (2021-08-12)
2656
+
2657
+ **Note:** Version bump only for package @vc-shell/config-generator
2658
+
2659
+ ## [0.0.22](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.21...v0.0.22) (2021-08-11)
2660
+
2661
+ **Note:** Version bump only for package @vc-shell/config-generator
2662
+
2663
+ ## [0.0.21](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.20...v0.0.21) (2021-08-11)
2664
+
2665
+ **Note:** Version bump only for package @vc-shell/config-generator
2666
+
2667
+ ## [0.0.20](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.19...v0.0.20) (2021-08-11)
2668
+
2669
+ **Note:** Version bump only for package @vc-shell/config-generator
2670
+
2671
+ ## [0.0.19](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.18...v0.0.19) (2021-08-11)
2672
+
2673
+ **Note:** Version bump only for package @vc-shell/config-generator
2674
+
2675
+ ## [0.0.18](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.17...v0.0.18) (2021-08-11)
2676
+
2677
+ **Note:** Version bump only for package @vc-shell/config-generator
2678
+
2679
+ ## [0.0.17](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.16...v0.0.17) (2021-08-10)
2680
+
2681
+ **Note:** Version bump only for package @vc-shell/config-generator
2682
+
2683
+ ## [0.0.16](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.15...v0.0.16) (2021-08-10)
2684
+
2685
+ **Note:** Version bump only for package @vc-shell/config-generator
2686
+
2687
+ ## [0.0.15](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.14...v0.0.15) (2021-08-09)
2688
+
2689
+ **Note:** Version bump only for package @vc-shell/config-generator
2690
+
2691
+ ## [0.0.14](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.13...v0.0.14) (2021-08-05)
2692
+
2693
+ **Note:** Version bump only for package @vc-shell/config-generator
2694
+
2695
+ ## [0.0.13](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.12...v0.0.13) (2021-08-05)
2696
+
2697
+ **Note:** Version bump only for package @vc-shell/config-generator
2698
+
2699
+ ## [0.0.12](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.11...v0.0.12) (2021-08-05)
2700
+
2701
+ **Note:** Version bump only for package @vc-shell/config-generator
2702
+
2703
+ ## [0.0.11](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.10...v0.0.11) (2021-08-05)
2704
+
2705
+ **Note:** Version bump only for package @vc-shell/config-generator
2706
+
2707
+ ## [0.0.10](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.9...v0.0.10) (2021-08-04)
2708
+
2709
+ **Note:** Version bump only for package @vc-shell/config-generator
2710
+
2711
+ ## [0.0.9](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.8...v0.0.9) (2021-08-04)
2712
+
2713
+ **Note:** Version bump only for package @vc-shell/config-generator
2714
+
2715
+ ## [0.0.8](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.7...v0.0.8) (2021-08-02)
2716
+
2717
+ **Note:** Version bump only for package @vc-shell/config-generator
2718
+
2719
+ ## [0.0.7](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.6...v0.0.7) (2021-07-29)
2720
+
2721
+ **Note:** Version bump only for package @vc-shell/config-generator
2722
+
2723
+ ## [0.0.6](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.5...v0.0.6) (2021-07-28)
2724
+
2725
+ **Note:** Version bump only for package @vc-shell/config-generator
2726
+
2727
+ ## [0.0.5](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.4...v0.0.5) (2021-07-22)
2728
+
2729
+ **Note:** Version bump only for package @vc-shell/config-generator
2730
+
2731
+ ## [0.0.4](https://github.com/VirtoCommerce/vc-shell/compare/v0.0.3...v0.0.4) (2021-07-21)
2732
+
2733
+ **Note:** Version bump only for package @vc-shell/config-generator
2734
+
2735
+ ## 0.0.3 (2021-07-20)
2736
+
2737
+ **Note:** Version bump only for package @vc-shell/config-generator