@haus-storefront-react/vendure-plugin-configs 1.0.4-next.7 → 1.0.4-next.9
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 +824 -793
- package/badge.js +1 -1
- package/badge.mjs +439 -424
- package/campaign.js +1 -1
- package/campaign.mjs +50 -106
- package/elastic.js +1 -1
- package/elastic.mjs +10 -26
- package/index.js +1 -1
- package/index.mjs +2 -4
- package/lib/configs/vendure-badge-plugin.d.ts +2 -2
- package/lib/configs/vendure-related-products-plugin.d.ts +39 -0
- package/lib/configs/vendure-related-products-plugin.types.d.ts +16 -0
- package/lib/exports/related-products.d.ts +3 -0
- package/lib/hooks/use-related-products.d.ts +2 -0
- package/package.json +13 -7
- package/packagesize.js +1 -1
- package/packagesize.mjs +15 -59
- package/plugin-config-DrQQb9Ry.js +1 -0
- package/plugin-config-DywohMgp.mjs +903 -0
- package/product-popularity.js +1 -1
- package/product-popularity.mjs +12 -22
- package/product-variant-specifications.js +1 -1
- package/product-variant-specifications.mjs +8 -18
- package/products-by-sku.d.ts +2 -0
- package/products-by-sku.js +1 -0
- package/products-by-sku.mjs +54 -0
- package/purchase-order-payment.js +5 -5
- package/purchase-order-payment.mjs +207 -631
- package/related-products.d.ts +2 -0
- package/related-products.js +1 -0
- package/related-products.mjs +36 -0
- package/src-BCHcjT-q.mjs +455 -0
- package/src-BqcrcEUL.mjs +2718 -0
- package/src-Cj3iGasO.js +6 -0
- package/src-CvZOxNaX.js +21 -0
- package/compiler-runtime-oPPev21o.js +0 -10
- package/compiler-runtime-qHgugrLy.mjs +0 -296
- package/index-BRlTlK6a.mjs +0 -3768
- package/index-BgBC_k8M.js +0 -1
- package/index-C0E-40z0.mjs +0 -19
- package/index-CgxqXyHf.js +0 -20
- package/useSdk-DOrZRSHz.mjs +0 -2634
- package/useSdk-YXpk8Wsi.js +0 -21
package/CHANGELOG.md
CHANGED
|
@@ -1,793 +1,824 @@
|
|
|
1
|
-
## 1.0.4-next.
|
|
2
|
-
|
|
3
|
-
### 🚀 Features
|
|
4
|
-
|
|
5
|
-
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
- Updated
|
|
11
|
-
- Updated
|
|
12
|
-
- Updated
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
- Updated
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
### 🧱 Updated Dependencies
|
|
39
|
-
|
|
40
|
-
- Updated core to 1.0.4-next.
|
|
41
|
-
- Updated common/utils to 1.0.4-next.
|
|
42
|
-
- Updated shared/types to 1.0.4-next.
|
|
43
|
-
- Updated providers to 1.0.4-next.
|
|
44
|
-
|
|
45
|
-
## 1.0.4-next.
|
|
46
|
-
|
|
47
|
-
###
|
|
48
|
-
|
|
49
|
-
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
- Updated
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
- Updated
|
|
110
|
-
- Updated
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
- Updated
|
|
118
|
-
- Updated
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
- Updated
|
|
126
|
-
- Updated
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
- Updated
|
|
134
|
-
- Updated
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
- Updated
|
|
142
|
-
- Updated
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
- Updated
|
|
150
|
-
- Updated
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
- Updated
|
|
158
|
-
- Updated
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
- Updated
|
|
166
|
-
- Updated
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
- Updated
|
|
174
|
-
- Updated
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
- Updated
|
|
182
|
-
- Updated
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
- Updated
|
|
226
|
-
- Updated
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
- Updated
|
|
234
|
-
- Updated
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
- Updated
|
|
242
|
-
- Updated
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
- Updated
|
|
250
|
-
- Updated
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
- Updated
|
|
258
|
-
- Updated
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
- Updated
|
|
266
|
-
- Updated
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
- Updated
|
|
274
|
-
- Updated
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
- Updated
|
|
298
|
-
- Updated
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
- Updated
|
|
306
|
-
- Updated
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
- Updated
|
|
330
|
-
- Updated
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
- Updated
|
|
338
|
-
- Updated
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
- Updated
|
|
346
|
-
- Updated
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
- Updated
|
|
354
|
-
- Updated
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
- Updated
|
|
362
|
-
- Updated
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
- Updated
|
|
370
|
-
- Updated
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
- Updated
|
|
378
|
-
- Updated
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
- Updated
|
|
386
|
-
- Updated
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
- Updated
|
|
394
|
-
- Updated
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
- Updated
|
|
402
|
-
- Updated
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
- Updated
|
|
410
|
-
- Updated
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
- Updated
|
|
418
|
-
- Updated
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
- Updated
|
|
426
|
-
- Updated
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
- Updated
|
|
434
|
-
- Updated
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
- Updated
|
|
442
|
-
- Updated
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
- Updated
|
|
450
|
-
- Updated
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
- Updated
|
|
458
|
-
- Updated
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
- Updated
|
|
466
|
-
- Updated
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
- Updated
|
|
474
|
-
- Updated
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
-
|
|
482
|
-
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
- Updated
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
- Updated
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
- Updated
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
- Updated
|
|
531
|
-
- Updated
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
- Updated
|
|
555
|
-
- Updated
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
- Updated
|
|
563
|
-
- Updated
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
- Updated
|
|
587
|
-
- Updated
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
- Updated
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
- Updated
|
|
602
|
-
- Updated
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
- Updated
|
|
610
|
-
- Updated
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
- Updated
|
|
633
|
-
- Updated
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
- Updated
|
|
665
|
-
- Updated
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
- Updated
|
|
689
|
-
- Updated
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
- Updated
|
|
697
|
-
- Updated
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
- Updated
|
|
705
|
-
- Updated
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
- Updated
|
|
713
|
-
- Updated
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
- Updated common/utils to 0.0.
|
|
737
|
-
- Updated shared/types to 0.0.
|
|
738
|
-
|
|
739
|
-
## 0.0.
|
|
740
|
-
|
|
741
|
-
### 🧱 Updated Dependencies
|
|
742
|
-
|
|
743
|
-
- Updated
|
|
744
|
-
- Updated
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
- Updated
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
1
|
+
## 1.0.4-next.8 (2026-03-13)
|
|
2
|
+
|
|
3
|
+
### 🚀 Features
|
|
4
|
+
|
|
5
|
+
- Switch out lodash for lodash-es
|
|
6
|
+
- **vendure:** add related products plugin and types
|
|
7
|
+
|
|
8
|
+
### 🧱 Updated Dependencies
|
|
9
|
+
|
|
10
|
+
- Updated store/components/quick-order to 1.0.0-next.2
|
|
11
|
+
- Updated store/strategies to 1.0.4-next.8
|
|
12
|
+
- Updated core to 1.0.4-next.8
|
|
13
|
+
- Updated common/utils to 1.0.4-next.8
|
|
14
|
+
- Updated shared/types to 1.0.4-next.8
|
|
15
|
+
- Updated providers to 1.0.4-next.8
|
|
16
|
+
|
|
17
|
+
## 1.0.4-next.7 (2026-03-11)
|
|
18
|
+
|
|
19
|
+
### 🚀 Features
|
|
20
|
+
|
|
21
|
+
- add product variant specifications feature to storefront
|
|
22
|
+
|
|
23
|
+
### 🧱 Updated Dependencies
|
|
24
|
+
|
|
25
|
+
- Updated store/components/quick-order to 1.0.0-next.1
|
|
26
|
+
- Updated store/strategies to 1.0.4-next.7
|
|
27
|
+
- Updated core to 1.0.4-next.7
|
|
28
|
+
- Updated common/utils to 1.0.4-next.7
|
|
29
|
+
- Updated shared/types to 1.0.4-next.7
|
|
30
|
+
- Updated providers to 1.0.4-next.7
|
|
31
|
+
|
|
32
|
+
## 1.0.4-next.6 (2026-03-09)
|
|
33
|
+
|
|
34
|
+
### 🚀 Features
|
|
35
|
+
|
|
36
|
+
- add Product Variant Specifications plugin
|
|
37
|
+
|
|
38
|
+
### 🧱 Updated Dependencies
|
|
39
|
+
|
|
40
|
+
- Updated core to 1.0.4-next.6
|
|
41
|
+
- Updated common/utils to 1.0.4-next.6
|
|
42
|
+
- Updated shared/types to 1.0.4-next.6
|
|
43
|
+
- Updated providers to 1.0.4-next.6
|
|
44
|
+
|
|
45
|
+
## 1.0.4-next.5 (2026-03-09)
|
|
46
|
+
|
|
47
|
+
### 🚀 Features
|
|
48
|
+
|
|
49
|
+
- add Product Variant Specifications plugin
|
|
50
|
+
|
|
51
|
+
### 🧱 Updated Dependencies
|
|
52
|
+
|
|
53
|
+
- Updated core to 1.0.4-next.5
|
|
54
|
+
- Updated common/utils to 1.0.4-next.5
|
|
55
|
+
- Updated shared/types to 1.0.4-next.5
|
|
56
|
+
- Updated providers to 1.0.4-next.5
|
|
57
|
+
|
|
58
|
+
## 1.0.4-next.4 (2026-03-09)
|
|
59
|
+
|
|
60
|
+
### 🧱 Updated Dependencies
|
|
61
|
+
|
|
62
|
+
- Updated core to 1.0.4-next.4
|
|
63
|
+
- Updated common/utils to 1.0.4-next.4
|
|
64
|
+
- Updated shared/types to 1.0.4-next.4
|
|
65
|
+
- Updated providers to 1.0.4-next.4
|
|
66
|
+
|
|
67
|
+
## 1.0.4-next.3 (2026-03-06)
|
|
68
|
+
|
|
69
|
+
### 🧱 Updated Dependencies
|
|
70
|
+
|
|
71
|
+
- Updated core to 1.0.4-next.3
|
|
72
|
+
- Updated common/utils to 1.0.4-next.3
|
|
73
|
+
- Updated shared/types to 1.0.4-next.3
|
|
74
|
+
- Updated providers to 1.0.4-next.3
|
|
75
|
+
|
|
76
|
+
## 1.0.4-next.2 (2026-03-04)
|
|
77
|
+
|
|
78
|
+
### 🧱 Updated Dependencies
|
|
79
|
+
|
|
80
|
+
- Updated core to 1.0.4-next.2
|
|
81
|
+
- Updated common/utils to 1.0.4-next.2
|
|
82
|
+
- Updated shared/types to 1.0.4-next.2
|
|
83
|
+
|
|
84
|
+
## 1.0.4-next.1 (2026-03-04)
|
|
85
|
+
|
|
86
|
+
### 🧱 Updated Dependencies
|
|
87
|
+
|
|
88
|
+
- Updated core to 1.0.4-next.1
|
|
89
|
+
- Updated common/utils to 1.0.4-next.1
|
|
90
|
+
- Updated shared/types to 1.0.4-next.1
|
|
91
|
+
|
|
92
|
+
## 1.0.0-next.15 (2026-02-17)
|
|
93
|
+
|
|
94
|
+
### 🧱 Updated Dependencies
|
|
95
|
+
|
|
96
|
+
- Updated core to 1.0.0-next.15
|
|
97
|
+
- Updated common/utils to 1.0.0-next.15
|
|
98
|
+
- Updated shared/types to 1.0.0-next.15
|
|
99
|
+
|
|
100
|
+
## 1.0.0-next.14 (2026-02-13)
|
|
101
|
+
|
|
102
|
+
### 🚀 Features
|
|
103
|
+
|
|
104
|
+
- Add onSdkReady callback to VendurePluginConfig
|
|
105
|
+
|
|
106
|
+
### 🧱 Updated Dependencies
|
|
107
|
+
|
|
108
|
+
- Updated core to 1.0.0-next.14
|
|
109
|
+
- Updated common/utils to 1.0.0-next.14
|
|
110
|
+
- Updated shared/types to 1.0.0-next.14
|
|
111
|
+
|
|
112
|
+
## 1.0.0-next.13 (2026-02-12)
|
|
113
|
+
|
|
114
|
+
### 🧱 Updated Dependencies
|
|
115
|
+
|
|
116
|
+
- Updated core to 1.0.0-next.13
|
|
117
|
+
- Updated common/utils to 1.0.0-next.13
|
|
118
|
+
- Updated shared/types to 1.0.0-next.13
|
|
119
|
+
|
|
120
|
+
## 1.0.0-next.12 (2026-02-12)
|
|
121
|
+
|
|
122
|
+
### 🧱 Updated Dependencies
|
|
123
|
+
|
|
124
|
+
- Updated core to 1.0.0-next.12
|
|
125
|
+
- Updated common/utils to 1.0.0-next.12
|
|
126
|
+
- Updated shared/types to 1.0.0-next.12
|
|
127
|
+
|
|
128
|
+
## 1.0.0-next.11 (2026-02-09)
|
|
129
|
+
|
|
130
|
+
### 🧱 Updated Dependencies
|
|
131
|
+
|
|
132
|
+
- Updated core to 1.0.0-next.11
|
|
133
|
+
- Updated common/utils to 1.0.0-next.11
|
|
134
|
+
- Updated shared/types to 1.0.0-next.11
|
|
135
|
+
|
|
136
|
+
## 1.0.0-next.10 (2026-02-05)
|
|
137
|
+
|
|
138
|
+
### 🧱 Updated Dependencies
|
|
139
|
+
|
|
140
|
+
- Updated core to 1.0.0-next.10
|
|
141
|
+
- Updated common/utils to 1.0.0-next.10
|
|
142
|
+
- Updated shared/types to 1.0.0-next.10
|
|
143
|
+
|
|
144
|
+
## 1.0.0-next.9 (2026-02-05)
|
|
145
|
+
|
|
146
|
+
### 🧱 Updated Dependencies
|
|
147
|
+
|
|
148
|
+
- Updated core to 1.0.0-next.9
|
|
149
|
+
- Updated common/utils to 1.0.0-next.9
|
|
150
|
+
- Updated shared/types to 1.0.0-next.9
|
|
151
|
+
|
|
152
|
+
## 1.0.0-next.8 (2026-02-05)
|
|
153
|
+
|
|
154
|
+
### 🧱 Updated Dependencies
|
|
155
|
+
|
|
156
|
+
- Updated core to 1.0.0-next.8
|
|
157
|
+
- Updated common/utils to 1.0.0-next.8
|
|
158
|
+
- Updated shared/types to 1.0.0-next.8
|
|
159
|
+
|
|
160
|
+
## 1.0.0-next.7 (2026-01-27)
|
|
161
|
+
|
|
162
|
+
### 🧱 Updated Dependencies
|
|
163
|
+
|
|
164
|
+
- Updated core to 1.0.0-next.7
|
|
165
|
+
- Updated common/utils to 1.0.0-next.7
|
|
166
|
+
- Updated shared/types to 1.0.0-next.7
|
|
167
|
+
|
|
168
|
+
## 1.0.0-next.6 (2026-01-23)
|
|
169
|
+
|
|
170
|
+
### 🧱 Updated Dependencies
|
|
171
|
+
|
|
172
|
+
- Updated core to 1.0.0-next.6
|
|
173
|
+
- Updated common/utils to 1.0.0-next.6
|
|
174
|
+
- Updated shared/types to 1.0.0-next.6
|
|
175
|
+
|
|
176
|
+
## 1.0.0-next.5 (2026-01-22)
|
|
177
|
+
|
|
178
|
+
### 🧱 Updated Dependencies
|
|
179
|
+
|
|
180
|
+
- Updated core to 1.0.0-next.5
|
|
181
|
+
- Updated common/utils to 1.0.0-next.5
|
|
182
|
+
- Updated shared/types to 1.0.0-next.5
|
|
183
|
+
|
|
184
|
+
## 1.0.0-next.4 (2026-01-22)
|
|
185
|
+
|
|
186
|
+
### 🧱 Updated Dependencies
|
|
187
|
+
|
|
188
|
+
- Updated core to 1.0.0-next.4
|
|
189
|
+
- Updated common/utils to 1.0.0-next.4
|
|
190
|
+
- Updated shared/types to 1.0.0-next.4
|
|
191
|
+
|
|
192
|
+
## 1.0.0-next.3 (2026-01-14)
|
|
193
|
+
|
|
194
|
+
### 🧱 Updated Dependencies
|
|
195
|
+
|
|
196
|
+
- Updated core to 1.0.0-next.3
|
|
197
|
+
- Updated common/utils to 1.0.0-next.3
|
|
198
|
+
- Updated shared/types to 1.0.0-next.3
|
|
199
|
+
|
|
200
|
+
## 1.0.0-next.2 (2025-12-30)
|
|
201
|
+
|
|
202
|
+
### 🧱 Updated Dependencies
|
|
203
|
+
|
|
204
|
+
- Updated core to 1.0.0-next.2
|
|
205
|
+
- Updated common/utils to 1.0.0-next.2
|
|
206
|
+
- Updated shared/types to 1.0.0-next.2
|
|
207
|
+
|
|
208
|
+
## 1.0.0-next.1 (2025-12-30)
|
|
209
|
+
|
|
210
|
+
### 🧱 Updated Dependencies
|
|
211
|
+
|
|
212
|
+
- Updated core to 1.0.0-next.1
|
|
213
|
+
- Updated common/utils to 1.0.0-next.1
|
|
214
|
+
- Updated shared/types to 1.0.0-next.1
|
|
215
|
+
|
|
216
|
+
## 1.0.0-next.0 (2025-12-30)
|
|
217
|
+
|
|
218
|
+
### 🚀 Features
|
|
219
|
+
|
|
220
|
+
- introduce providers library and enhance vendure integration
|
|
221
|
+
|
|
222
|
+
### 🧱 Updated Dependencies
|
|
223
|
+
|
|
224
|
+
- Updated core to 1.0.0-next.0
|
|
225
|
+
- Updated common/utils to 1.0.0-next.0
|
|
226
|
+
- Updated shared/types to 1.0.0-next.0
|
|
227
|
+
|
|
228
|
+
## 0.0.52-4 (2025-12-15)
|
|
229
|
+
|
|
230
|
+
### 🧱 Updated Dependencies
|
|
231
|
+
|
|
232
|
+
- Updated core to 0.0.52-4
|
|
233
|
+
- Updated common/utils to 0.0.52-4
|
|
234
|
+
- Updated shared/types to 0.0.52-4
|
|
235
|
+
|
|
236
|
+
## 0.0.52-3 (2025-12-12)
|
|
237
|
+
|
|
238
|
+
### 🧱 Updated Dependencies
|
|
239
|
+
|
|
240
|
+
- Updated core to 0.0.52-3
|
|
241
|
+
- Updated common/utils to 0.0.52-3
|
|
242
|
+
- Updated shared/types to 0.0.52-3
|
|
243
|
+
|
|
244
|
+
## 0.0.52-2 (2025-12-12)
|
|
245
|
+
|
|
246
|
+
### 🧱 Updated Dependencies
|
|
247
|
+
|
|
248
|
+
- Updated core to 0.0.52-2
|
|
249
|
+
- Updated common/utils to 0.0.52-2
|
|
250
|
+
- Updated shared/types to 0.0.52-2
|
|
251
|
+
|
|
252
|
+
## 0.0.52-1 (2025-12-11)
|
|
253
|
+
|
|
254
|
+
### 🧱 Updated Dependencies
|
|
255
|
+
|
|
256
|
+
- Updated core to 0.0.52-1
|
|
257
|
+
- Updated common/utils to 0.0.52-1
|
|
258
|
+
- Updated shared/types to 0.0.52-1
|
|
259
|
+
|
|
260
|
+
## 0.0.52 (2025-12-11)
|
|
261
|
+
|
|
262
|
+
### 🧱 Updated Dependencies
|
|
263
|
+
|
|
264
|
+
- Updated core to 0.0.52
|
|
265
|
+
- Updated common/utils to 0.0.52
|
|
266
|
+
- Updated shared/types to 0.0.52
|
|
267
|
+
|
|
268
|
+
## 0.0.51-0 (2025-12-11)
|
|
269
|
+
|
|
270
|
+
### 🧱 Updated Dependencies
|
|
271
|
+
|
|
272
|
+
- Updated core to 0.0.51-0
|
|
273
|
+
- Updated common/utils to 0.0.51-0
|
|
274
|
+
- Updated shared/types to 0.0.51-0
|
|
275
|
+
|
|
276
|
+
## 0.0.50 (2025-11-25)
|
|
277
|
+
|
|
278
|
+
### 🧱 Updated Dependencies
|
|
279
|
+
|
|
280
|
+
- Updated core to 0.0.50
|
|
281
|
+
- Updated common/utils to 0.0.50
|
|
282
|
+
- Updated shared/types to 0.0.50
|
|
283
|
+
|
|
284
|
+
## 0.0.49 (2025-11-25)
|
|
285
|
+
|
|
286
|
+
### 🧱 Updated Dependencies
|
|
287
|
+
|
|
288
|
+
- Updated core to 0.0.49
|
|
289
|
+
- Updated common/utils to 0.0.49
|
|
290
|
+
- Updated shared/types to 0.0.49
|
|
291
|
+
|
|
292
|
+
## 0.0.48 (2025-11-07)
|
|
293
|
+
|
|
294
|
+
### 🧱 Updated Dependencies
|
|
295
|
+
|
|
296
|
+
- Updated core to 0.0.48
|
|
297
|
+
- Updated common/utils to 0.0.48
|
|
298
|
+
- Updated shared/types to 0.0.48
|
|
299
|
+
|
|
300
|
+
## 0.0.47 (2025-10-08)
|
|
301
|
+
|
|
302
|
+
### 🧱 Updated Dependencies
|
|
303
|
+
|
|
304
|
+
- Updated core to 0.0.47
|
|
305
|
+
- Updated common/utils to 0.0.47
|
|
306
|
+
- Updated shared/types to 0.0.47
|
|
307
|
+
|
|
308
|
+
## 0.0.46 (2025-10-08)
|
|
309
|
+
|
|
310
|
+
### 🩹 Fixes
|
|
311
|
+
|
|
312
|
+
- update price handling in VendureElasticSearchPlugin and useFilters
|
|
313
|
+
|
|
314
|
+
### 🧱 Updated Dependencies
|
|
315
|
+
|
|
316
|
+
- Updated core to 0.0.46
|
|
317
|
+
- Updated common/utils to 0.0.46
|
|
318
|
+
- Updated shared/types to 0.0.46
|
|
319
|
+
|
|
320
|
+
### ❤️ Thank You
|
|
321
|
+
|
|
322
|
+
- Mathias Saxenstrand
|
|
323
|
+
|
|
324
|
+
## 0.0.45 (2025-10-06)
|
|
325
|
+
|
|
326
|
+
### 🧱 Updated Dependencies
|
|
327
|
+
|
|
328
|
+
- Updated core to 0.0.45
|
|
329
|
+
- Updated common/utils to 0.0.45
|
|
330
|
+
- Updated shared/types to 0.0.45
|
|
331
|
+
|
|
332
|
+
## 0.0.44 (2025-10-02)
|
|
333
|
+
|
|
334
|
+
### 🧱 Updated Dependencies
|
|
335
|
+
|
|
336
|
+
- Updated core to 0.0.44
|
|
337
|
+
- Updated common/utils to 0.0.44
|
|
338
|
+
- Updated shared/types to 0.0.44
|
|
339
|
+
|
|
340
|
+
## 0.0.43 (2025-09-30)
|
|
341
|
+
|
|
342
|
+
### 🧱 Updated Dependencies
|
|
343
|
+
|
|
344
|
+
- Updated core to 0.0.43
|
|
345
|
+
- Updated common/utils to 0.0.43
|
|
346
|
+
- Updated shared/types to 0.0.43
|
|
347
|
+
|
|
348
|
+
## 0.0.42 (2025-09-29)
|
|
349
|
+
|
|
350
|
+
### 🧱 Updated Dependencies
|
|
351
|
+
|
|
352
|
+
- Updated core to 0.0.42
|
|
353
|
+
- Updated common/utils to 0.0.42
|
|
354
|
+
- Updated shared/types to 0.0.42
|
|
355
|
+
|
|
356
|
+
## 0.0.41 (2025-09-26)
|
|
357
|
+
|
|
358
|
+
### 🧱 Updated Dependencies
|
|
359
|
+
|
|
360
|
+
- Updated core to 0.0.41
|
|
361
|
+
- Updated common/utils to 0.0.41
|
|
362
|
+
- Updated shared/types to 0.0.41
|
|
363
|
+
|
|
364
|
+
## 0.0.40-0 (2025-09-26)
|
|
365
|
+
|
|
366
|
+
### 🧱 Updated Dependencies
|
|
367
|
+
|
|
368
|
+
- Updated core to 0.0.40-0
|
|
369
|
+
- Updated common/utils to 0.0.40-0
|
|
370
|
+
- Updated shared/types to 0.0.40-0
|
|
371
|
+
|
|
372
|
+
## 0.0.39 (2025-09-26)
|
|
373
|
+
|
|
374
|
+
### 🧱 Updated Dependencies
|
|
375
|
+
|
|
376
|
+
- Updated core to 0.0.39
|
|
377
|
+
- Updated common/utils to 0.0.39
|
|
378
|
+
- Updated shared/types to 0.0.39
|
|
379
|
+
|
|
380
|
+
## 0.0.38-1 (2025-09-26)
|
|
381
|
+
|
|
382
|
+
### 🧱 Updated Dependencies
|
|
383
|
+
|
|
384
|
+
- Updated core to 0.0.38-1
|
|
385
|
+
- Updated common/utils to 0.0.38-1
|
|
386
|
+
- Updated shared/types to 0.0.38-1
|
|
387
|
+
|
|
388
|
+
## 0.0.38-0 (2025-09-25)
|
|
389
|
+
|
|
390
|
+
### 🧱 Updated Dependencies
|
|
391
|
+
|
|
392
|
+
- Updated core to 0.0.38-0
|
|
393
|
+
- Updated common/utils to 0.0.38-0
|
|
394
|
+
- Updated shared/types to 0.0.38-0
|
|
395
|
+
|
|
396
|
+
## 0.0.37 (2025-09-25)
|
|
397
|
+
|
|
398
|
+
### 🧱 Updated Dependencies
|
|
399
|
+
|
|
400
|
+
- Updated core to 0.0.37
|
|
401
|
+
- Updated common/utils to 0.0.37
|
|
402
|
+
- Updated shared/types to 0.0.37
|
|
403
|
+
|
|
404
|
+
## 0.0.36 (2025-09-25)
|
|
405
|
+
|
|
406
|
+
### 🧱 Updated Dependencies
|
|
407
|
+
|
|
408
|
+
- Updated core to 0.0.36
|
|
409
|
+
- Updated common/utils to 0.0.36
|
|
410
|
+
- Updated shared/types to 0.0.36
|
|
411
|
+
|
|
412
|
+
## 0.0.36-0 (2025-09-25)
|
|
413
|
+
|
|
414
|
+
### 🧱 Updated Dependencies
|
|
415
|
+
|
|
416
|
+
- Updated core to 0.0.36-0
|
|
417
|
+
- Updated common/utils to 0.0.36-0
|
|
418
|
+
- Updated shared/types to 0.0.36-0
|
|
419
|
+
|
|
420
|
+
## 0.0.35 (2025-09-25)
|
|
421
|
+
|
|
422
|
+
### 🧱 Updated Dependencies
|
|
423
|
+
|
|
424
|
+
- Updated core to 0.0.35
|
|
425
|
+
- Updated common/utils to 0.0.35
|
|
426
|
+
- Updated shared/types to 0.0.35
|
|
427
|
+
|
|
428
|
+
## 0.0.34-0 (2025-09-24)
|
|
429
|
+
|
|
430
|
+
### 🧱 Updated Dependencies
|
|
431
|
+
|
|
432
|
+
- Updated core to 0.0.34-0
|
|
433
|
+
- Updated common/utils to 0.0.34-0
|
|
434
|
+
- Updated shared/types to 0.0.34-0
|
|
435
|
+
|
|
436
|
+
## 0.0.33 (2025-09-24)
|
|
437
|
+
|
|
438
|
+
### 🧱 Updated Dependencies
|
|
439
|
+
|
|
440
|
+
- Updated core to 0.0.33
|
|
441
|
+
- Updated common/utils to 0.0.33
|
|
442
|
+
- Updated shared/types to 0.0.33
|
|
443
|
+
|
|
444
|
+
## 0.0.32 (2025-09-24)
|
|
445
|
+
|
|
446
|
+
### 🧱 Updated Dependencies
|
|
447
|
+
|
|
448
|
+
- Updated core to 0.0.32
|
|
449
|
+
- Updated common/utils to 0.0.32
|
|
450
|
+
- Updated shared/types to 0.0.32
|
|
451
|
+
|
|
452
|
+
## 0.0.32-10 (2025-09-23)
|
|
453
|
+
|
|
454
|
+
### 🧱 Updated Dependencies
|
|
455
|
+
|
|
456
|
+
- Updated core to 0.0.32-10
|
|
457
|
+
- Updated common/utils to 0.0.32-10
|
|
458
|
+
- Updated shared/types to 0.0.32-10
|
|
459
|
+
|
|
460
|
+
## 0.0.32-9 (2025-09-23)
|
|
461
|
+
|
|
462
|
+
### 🧱 Updated Dependencies
|
|
463
|
+
|
|
464
|
+
- Updated core to 0.0.32-9
|
|
465
|
+
- Updated common/utils to 0.0.32-9
|
|
466
|
+
- Updated shared/types to 0.0.32-9
|
|
467
|
+
|
|
468
|
+
## 0.0.32-8 (2025-09-23)
|
|
469
|
+
|
|
470
|
+
### 🧱 Updated Dependencies
|
|
471
|
+
|
|
472
|
+
- Updated core to 0.0.32-8
|
|
473
|
+
- Updated common/utils to 0.0.32-8
|
|
474
|
+
- Updated shared/types to 0.0.32-8
|
|
475
|
+
|
|
476
|
+
## 0.0.32-7 (2025-09-17)
|
|
477
|
+
|
|
478
|
+
### 🧱 Updated Dependencies
|
|
479
|
+
|
|
480
|
+
- Updated core to 0.0.32-7
|
|
481
|
+
- Updated common/utils to 0.0.32-7
|
|
482
|
+
- Updated shared/types to 0.0.32-7
|
|
483
|
+
|
|
484
|
+
## 0.0.32-6 (2025-09-17)
|
|
485
|
+
|
|
486
|
+
### 🧱 Updated Dependencies
|
|
487
|
+
|
|
488
|
+
- Updated core to 0.0.32-6
|
|
489
|
+
- Updated common/utils to 0.0.32-6
|
|
490
|
+
- Updated shared/types to 0.0.32-6
|
|
491
|
+
|
|
492
|
+
## 0.0.32-5 (2025-09-17)
|
|
493
|
+
|
|
494
|
+
### 🧱 Updated Dependencies
|
|
495
|
+
|
|
496
|
+
- Updated core to 0.0.32-5
|
|
497
|
+
- Updated common/utils to 0.0.32-5
|
|
498
|
+
- Updated shared/types to 0.0.32-5
|
|
499
|
+
|
|
500
|
+
## 0.0.32-4 (2025-09-16)
|
|
501
|
+
|
|
502
|
+
### 🧱 Updated Dependencies
|
|
503
|
+
|
|
504
|
+
- Updated core to 0.0.32-4
|
|
505
|
+
- Updated common/utils to 0.0.32-4
|
|
506
|
+
- Updated shared/types to 0.0.32-4
|
|
507
|
+
|
|
508
|
+
## 0.0.32-3 (2025-09-16)
|
|
509
|
+
|
|
510
|
+
### 🚀 Features
|
|
511
|
+
|
|
512
|
+
- enhance SDK context and add active plugin configuration support
|
|
513
|
+
- add Vendure Elastic Search Plugin integration
|
|
514
|
+
|
|
515
|
+
### 🧱 Updated Dependencies
|
|
516
|
+
|
|
517
|
+
- Updated core to 0.0.32-3
|
|
518
|
+
- Updated common/utils to 0.0.32-3
|
|
519
|
+
- Updated shared/types to 0.0.32-3
|
|
520
|
+
|
|
521
|
+
### ❤️ Thank You
|
|
522
|
+
|
|
523
|
+
- Mathias Saxenstrand
|
|
524
|
+
|
|
525
|
+
## 0.0.32-2 (2025-09-16)
|
|
526
|
+
|
|
527
|
+
### 🧱 Updated Dependencies
|
|
528
|
+
|
|
529
|
+
- Updated core to 0.0.32-2
|
|
530
|
+
- Updated common/utils to 0.0.32-2
|
|
531
|
+
- Updated shared/types to 0.0.32-2
|
|
532
|
+
|
|
533
|
+
## 0.0.32-1 (2025-09-15)
|
|
534
|
+
|
|
535
|
+
### 🧱 Updated Dependencies
|
|
536
|
+
|
|
537
|
+
- Updated core to 0.0.32-1
|
|
538
|
+
- Updated common/utils to 0.0.32-1
|
|
539
|
+
- Updated shared/types to 0.0.32-1
|
|
540
|
+
|
|
541
|
+
## 0.0.31 (2025-09-11)
|
|
542
|
+
|
|
543
|
+
### 🧱 Updated Dependencies
|
|
544
|
+
|
|
545
|
+
- Updated core to 0.0.31
|
|
546
|
+
- Updated common/utils to 0.0.31
|
|
547
|
+
- Updated shared/types to 0.0.31
|
|
548
|
+
|
|
549
|
+
## 0.0.30 (2025-09-11)
|
|
550
|
+
|
|
551
|
+
### 🧱 Updated Dependencies
|
|
552
|
+
|
|
553
|
+
- Updated core to 0.0.30
|
|
554
|
+
- Updated common/utils to 0.0.30
|
|
555
|
+
- Updated shared/types to 0.0.30
|
|
556
|
+
|
|
557
|
+
## 0.0.29 (2025-09-10)
|
|
558
|
+
|
|
559
|
+
### 🧱 Updated Dependencies
|
|
560
|
+
|
|
561
|
+
- Updated core to 0.0.29
|
|
562
|
+
- Updated common/utils to 0.0.29
|
|
563
|
+
- Updated shared/types to 0.0.29
|
|
564
|
+
|
|
565
|
+
## 0.0.28 (2025-09-05)
|
|
566
|
+
|
|
567
|
+
### 🚀 Features
|
|
568
|
+
|
|
569
|
+
- add ordinaryPrice to ProductVariant and implement price resolution functions
|
|
570
|
+
|
|
571
|
+
### 🧱 Updated Dependencies
|
|
572
|
+
|
|
573
|
+
- Updated core to 0.0.28
|
|
574
|
+
- Updated common/utils to 0.0.28
|
|
575
|
+
- Updated shared/types to 0.0.28
|
|
576
|
+
|
|
577
|
+
### ❤️ Thank You
|
|
578
|
+
|
|
579
|
+
- Johanna Bertils
|
|
580
|
+
|
|
581
|
+
## 0.0.27 (2025-09-04)
|
|
582
|
+
|
|
583
|
+
### 🧱 Updated Dependencies
|
|
584
|
+
|
|
585
|
+
- Updated core to 0.0.27
|
|
586
|
+
- Updated common/utils to 0.0.27
|
|
587
|
+
- Updated shared/types to 0.0.27
|
|
588
|
+
|
|
589
|
+
## 0.0.26 (2025-09-02)
|
|
590
|
+
|
|
591
|
+
### 🧱 Updated Dependencies
|
|
592
|
+
|
|
593
|
+
- Updated core to 0.0.26
|
|
594
|
+
- Updated common/utils to 0.0.26
|
|
595
|
+
- Updated shared/types to 0.0.26
|
|
596
|
+
|
|
597
|
+
## 0.0.25 (2025-09-01)
|
|
598
|
+
|
|
599
|
+
### 🧱 Updated Dependencies
|
|
600
|
+
|
|
601
|
+
- Updated core to 0.0.25
|
|
602
|
+
- Updated common/utils to 0.0.25
|
|
603
|
+
- Updated shared/types to 0.0.25
|
|
604
|
+
|
|
605
|
+
## 0.0.24 (2025-09-01)
|
|
606
|
+
|
|
607
|
+
### 🧱 Updated Dependencies
|
|
608
|
+
|
|
609
|
+
- Updated core to 0.0.24
|
|
610
|
+
- Updated common/utils to 0.0.24
|
|
611
|
+
- Updated shared/types to 0.0.24
|
|
612
|
+
|
|
613
|
+
## 0.0.23 (2025-09-01)
|
|
614
|
+
|
|
615
|
+
### 🧱 Updated Dependencies
|
|
616
|
+
|
|
617
|
+
- Updated core to 0.0.23
|
|
618
|
+
- Updated common/utils to 0.0.23
|
|
619
|
+
- Updated shared/types to 0.0.23
|
|
620
|
+
|
|
621
|
+
## 0.0.22 (2025-09-01)
|
|
622
|
+
|
|
623
|
+
### 🧱 Updated Dependencies
|
|
624
|
+
|
|
625
|
+
- Updated core to 0.0.22-0
|
|
626
|
+
|
|
627
|
+
## 0.0.21 (2025-09-01)
|
|
628
|
+
|
|
629
|
+
### 🧱 Updated Dependencies
|
|
630
|
+
|
|
631
|
+
- Updated core to 0.0.21
|
|
632
|
+
- Updated common/utils to 0.0.21
|
|
633
|
+
- Updated shared/types to 0.0.21
|
|
634
|
+
|
|
635
|
+
## 0.0.20 (2025-08-26)
|
|
636
|
+
|
|
637
|
+
### 🧱 Updated Dependencies
|
|
638
|
+
|
|
639
|
+
- Updated core to 0.0.20
|
|
640
|
+
- Updated common/utils to 0.0.20
|
|
641
|
+
- Updated shared/types to 0.0.20
|
|
642
|
+
|
|
643
|
+
## 0.0.19 (2025-08-21)
|
|
644
|
+
|
|
645
|
+
### 🚀 Features
|
|
646
|
+
|
|
647
|
+
- enhance form handling and component props across various modules
|
|
648
|
+
|
|
649
|
+
### 🧱 Updated Dependencies
|
|
650
|
+
|
|
651
|
+
- Updated core to 0.0.19
|
|
652
|
+
- Updated common/utils to 0.0.19
|
|
653
|
+
- Updated shared/types to 0.0.19
|
|
654
|
+
|
|
655
|
+
### ❤️ Thank You
|
|
656
|
+
|
|
657
|
+
- Mathias Saxenstrand
|
|
658
|
+
|
|
659
|
+
## 0.0.18 (2025-08-21)
|
|
660
|
+
|
|
661
|
+
### 🧱 Updated Dependencies
|
|
662
|
+
|
|
663
|
+
- Updated core to 0.0.18
|
|
664
|
+
- Updated common/utils to 0.0.18
|
|
665
|
+
- Updated shared/types to 0.0.18
|
|
666
|
+
|
|
667
|
+
## 0.0.17 (2025-08-21)
|
|
668
|
+
|
|
669
|
+
### 🚀 Features
|
|
670
|
+
|
|
671
|
+
- enhance form handling and component props across various modules
|
|
672
|
+
|
|
673
|
+
### 🧱 Updated Dependencies
|
|
674
|
+
|
|
675
|
+
- Updated core to 0.0.17
|
|
676
|
+
- Updated common/utils to 0.0.17
|
|
677
|
+
- Updated shared/types to 0.0.17
|
|
678
|
+
|
|
679
|
+
### ❤️ Thank You
|
|
680
|
+
|
|
681
|
+
- Mathias Saxenstrand
|
|
682
|
+
|
|
683
|
+
## 0.0.16 (2025-08-14)
|
|
684
|
+
|
|
685
|
+
### 🧱 Updated Dependencies
|
|
686
|
+
|
|
687
|
+
- Updated core to 0.0.16
|
|
688
|
+
- Updated common/utils to 0.0.16
|
|
689
|
+
- Updated shared/types to 0.0.16
|
|
690
|
+
|
|
691
|
+
## 0.0.15 (2025-08-14)
|
|
692
|
+
|
|
693
|
+
### 🧱 Updated Dependencies
|
|
694
|
+
|
|
695
|
+
- Updated core to 0.0.15
|
|
696
|
+
- Updated common/utils to 0.0.15
|
|
697
|
+
- Updated shared/types to 0.0.15
|
|
698
|
+
|
|
699
|
+
## 0.0.14 (2025-07-11)
|
|
700
|
+
|
|
701
|
+
### 🧱 Updated Dependencies
|
|
702
|
+
|
|
703
|
+
- Updated core to 0.0.14
|
|
704
|
+
- Updated common/utils to 0.0.14
|
|
705
|
+
- Updated shared/types to 0.0.14
|
|
706
|
+
|
|
707
|
+
## 0.0.13 (2025-07-09)
|
|
708
|
+
|
|
709
|
+
### 🧱 Updated Dependencies
|
|
710
|
+
|
|
711
|
+
- Updated core to 0.0.13
|
|
712
|
+
- Updated common/utils to 0.0.13
|
|
713
|
+
- Updated shared/types to 0.0.13
|
|
714
|
+
|
|
715
|
+
## 0.0.12 (2025-07-04)
|
|
716
|
+
|
|
717
|
+
### 🧱 Updated Dependencies
|
|
718
|
+
|
|
719
|
+
- Updated core to 0.0.12
|
|
720
|
+
- Updated common/utils to 0.0.12
|
|
721
|
+
- Updated shared/types to 0.0.12
|
|
722
|
+
|
|
723
|
+
## 0.0.11 (2025-07-04)
|
|
724
|
+
|
|
725
|
+
### 🧱 Updated Dependencies
|
|
726
|
+
|
|
727
|
+
- Updated core to 0.0.11
|
|
728
|
+
- Updated common/utils to 0.0.11
|
|
729
|
+
- Updated shared/types to 0.0.11
|
|
730
|
+
|
|
731
|
+
## 0.0.10 (2025-07-04)
|
|
732
|
+
|
|
733
|
+
### 🧱 Updated Dependencies
|
|
734
|
+
|
|
735
|
+
- Updated core to 0.0.10
|
|
736
|
+
- Updated common/utils to 0.0.10
|
|
737
|
+
- Updated shared/types to 0.0.10
|
|
738
|
+
|
|
739
|
+
## 0.0.9 (2025-07-04)
|
|
740
|
+
|
|
741
|
+
### 🧱 Updated Dependencies
|
|
742
|
+
|
|
743
|
+
- Updated core to 0.0.9
|
|
744
|
+
- Updated common/utils to 0.0.9
|
|
745
|
+
- Updated shared/types to 0.0.9
|
|
746
|
+
|
|
747
|
+
## 0.0.8 (2025-07-03)
|
|
748
|
+
|
|
749
|
+
### 🚀 Features
|
|
750
|
+
|
|
751
|
+
- add ProductBadge component for enhanced product presentation
|
|
752
|
+
|
|
753
|
+
### 🧱 Updated Dependencies
|
|
754
|
+
|
|
755
|
+
- Updated core to 0.0.8
|
|
756
|
+
- Updated common/utils to 0.0.8
|
|
757
|
+
- Updated shared/types to 0.0.8
|
|
758
|
+
|
|
759
|
+
### ❤️ Thank You
|
|
760
|
+
|
|
761
|
+
- Johanna Bertils @johannabertils
|
|
762
|
+
|
|
763
|
+
## 0.0.7 (2025-07-03)
|
|
764
|
+
|
|
765
|
+
### 🧱 Updated Dependencies
|
|
766
|
+
|
|
767
|
+
- Updated common/utils to 0.0.7
|
|
768
|
+
- Updated shared/types to 0.0.7
|
|
769
|
+
|
|
770
|
+
## 0.0.7-7 (2025-07-03)
|
|
771
|
+
|
|
772
|
+
### 🧱 Updated Dependencies
|
|
773
|
+
|
|
774
|
+
- Updated common/utils to 0.0.7-7
|
|
775
|
+
- Updated shared/types to 0.0.7-7
|
|
776
|
+
|
|
777
|
+
## 0.0.7-6 (2025-07-03)
|
|
778
|
+
|
|
779
|
+
### 🧱 Updated Dependencies
|
|
780
|
+
|
|
781
|
+
- Updated common/utils to 0.0.7-6
|
|
782
|
+
- Updated shared/types to 0.0.7-6
|
|
783
|
+
|
|
784
|
+
## 0.0.7-5 (2025-07-03)
|
|
785
|
+
|
|
786
|
+
### 🧱 Updated Dependencies
|
|
787
|
+
|
|
788
|
+
- Updated common/utils to 0.0.7-5
|
|
789
|
+
- Updated shared/types to 0.0.7-5
|
|
790
|
+
|
|
791
|
+
## 0.0.7-4 (2025-07-02)
|
|
792
|
+
|
|
793
|
+
### 🧱 Updated Dependencies
|
|
794
|
+
|
|
795
|
+
- Updated common/utils to 0.0.7-4
|
|
796
|
+
- Updated shared/types to 0.0.7-4
|
|
797
|
+
|
|
798
|
+
## 0.0.7-3 (2025-07-02)
|
|
799
|
+
|
|
800
|
+
### 🧱 Updated Dependencies
|
|
801
|
+
|
|
802
|
+
- Updated common/utils to 0.0.7-3
|
|
803
|
+
- Updated shared/types to 0.0.7-3
|
|
804
|
+
|
|
805
|
+
## 0.0.7-2 (2025-07-02)
|
|
806
|
+
|
|
807
|
+
### 🧱 Updated Dependencies
|
|
808
|
+
|
|
809
|
+
- Updated common/utils to 0.0.7-2
|
|
810
|
+
- Updated shared/types to 0.0.7-2
|
|
811
|
+
|
|
812
|
+
## 0.0.7-1 (2025-07-02)
|
|
813
|
+
|
|
814
|
+
### 🧱 Updated Dependencies
|
|
815
|
+
|
|
816
|
+
- Updated common/utils to 0.0.7-1
|
|
817
|
+
- Updated shared/types to 0.0.7-1
|
|
818
|
+
|
|
819
|
+
## 0.0.7-0 (2025-07-02)
|
|
820
|
+
|
|
821
|
+
### 🧱 Updated Dependencies
|
|
822
|
+
|
|
823
|
+
- Updated common/utils to 0.0.7-0
|
|
824
|
+
- Updated shared/types to 0.0.7-0
|