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