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