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