@haus-storefront-react/shared-types 1.0.4-next.6 → 1.0.4-next.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.
Files changed (3) hide show
  1. package/CHANGELOG.md +1079 -1073
  2. package/index.d.ts +35 -0
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,1073 +1,1079 @@
1
- ## 1.0.4-next.5 (2026-03-09)
2
-
3
- ### 🚀 Features
4
-
5
- - add Product Variant Specifications plugin
6
-
7
- ## 1.0.4-next.4 (2026-03-09)
8
-
9
- This was a version bump only for shared/types to align it with other projects, there were no code changes.
10
-
11
- ## 1.0.4-next.3 (2026-03-06)
12
-
13
- ### 🚀 Features
14
-
15
- - add goToPage method to Pagination interface
16
-
17
- ## 1.0.4-next.2 (2026-03-04)
18
-
19
- This was a version bump only for shared/types to align it with other projects, there were no code changes.
20
-
21
- ## 1.0.4-next.1 (2026-03-04)
22
-
23
- ### 🚀 Features
24
-
25
- - Add onSdkReady callback to VendurePluginConfig
26
- - enhance form handling and component props across various modules
27
- - add discount management components and hooks
28
- - add ProductBadge component for enhanced product presentation
29
- - add filters component for product listing
30
- - add ProductListPrice component to handle pricing details
31
-
32
- ## 1.0.4-next.0 (2026-03-02)
33
-
34
- ### 🚀 Features
35
-
36
- - Add onSdkReady callback to VendurePluginConfig
37
- - enhance form handling and component props across various modules
38
- - add discount management components and hooks
39
- - add ProductBadge component for enhanced product presentation
40
- - add filters component for product listing
41
- - add ProductListPrice component to handle pricing details
42
-
43
- ## 1.0.0-next.15 (2026-02-17)
44
-
45
- ### 🚀 Features
46
-
47
- - Add onSdkReady callback to VendurePluginConfig
48
- - enhance form handling and component props across various modules
49
- - add discount management components and hooks
50
- - add ProductBadge component for enhanced product presentation
51
- - add filters component for product listing
52
- - add ProductListPrice component to handle pricing details
53
-
54
- ## 1.0.0-next.14 (2026-02-13)
55
-
56
- ### 🚀 Features
57
-
58
- - Add onSdkReady callback to VendurePluginConfig
59
- - enhance form handling and component props across various modules
60
- - add discount management components and hooks
61
- - add ProductBadge component for enhanced product presentation
62
- - add filters component for product listing
63
- - add ProductListPrice component to handle pricing details
64
-
65
- ## 1.0.0-next.13 (2026-02-12)
66
-
67
- ### 🚀 Features
68
-
69
- - enhance form handling and component props across various modules
70
- - add discount management components and hooks
71
- - add ProductBadge component for enhanced product presentation
72
- - add filters component for product listing
73
- - add ProductListPrice component to handle pricing details
74
-
75
- ## 1.0.0-next.12 (2026-02-12)
76
-
77
- ### 🚀 Features
78
-
79
- - enhance form handling and component props across various modules
80
- - add discount management components and hooks
81
- - add ProductBadge component for enhanced product presentation
82
- - add filters component for product listing
83
- - add ProductListPrice component to handle pricing details
84
-
85
- ## 1.0.0-next.11 (2026-02-09)
86
-
87
- ### 🚀 Features
88
-
89
- - enhance form handling and component props across various modules
90
- - add discount management components and hooks
91
- - add ProductBadge component for enhanced product presentation
92
- - add filters component for product listing
93
- - add ProductListPrice component to handle pricing details
94
-
95
- ## 1.0.0-next.10 (2026-02-05)
96
-
97
- This was a version bump only for shared/types to align it with other projects, there were no code changes.
98
-
99
- ## 1.0.0-next.9 (2026-02-05)
100
-
101
- This was a version bump only for shared/types to align it with other projects, there were no code changes.
102
-
103
- ## 1.0.0-next.8 (2026-02-05)
104
-
105
- This was a version bump only for shared/types to align it with other projects, there were no code changes.
106
-
107
- ## 1.0.0-next.7 (2026-01-27)
108
-
109
- This was a version bump only for shared/types to align it with other projects, there were no code changes.
110
-
111
- ## 1.0.0-next.6 (2026-01-23)
112
-
113
- This was a version bump only for shared/types to align it with other projects, there were no code changes.
114
-
115
- ## 1.0.0-next.5 (2026-01-22)
116
-
117
- This was a version bump only for shared/types to align it with other projects, there were no code changes.
118
-
119
- ## 1.0.0-next.4 (2026-01-22)
120
-
121
- This was a version bump only for shared/types to align it with other projects, there were no code changes.
122
-
123
- ## 1.0.0-next.3 (2026-01-14)
124
-
125
- This was a version bump only for shared/types to align it with other projects, there were no code changes.
126
-
127
- ## 1.0.0-next.2 (2025-12-30)
128
-
129
- This was a version bump only for shared/types to align it with other projects, there were no code changes.
130
-
131
- ## 1.0.0-next.1 (2025-12-30)
132
-
133
- This was a version bump only for shared/types to align it with other projects, there were no code changes.
134
-
135
- ## 1.0.0-next.0 (2025-12-30)
136
-
137
- This was a version bump only for shared/types to align it with other projects, there were no code changes.
138
-
139
- ## 0.0.52-4 (2025-12-15)
140
-
141
- ### 🚀 Features
142
-
143
- - enhance form handling and component props across various modules
144
- - add discount management components and hooks
145
- - add ProductBadge component for enhanced product presentation
146
- - add filters component for product listing
147
- - add ProductListPrice component to handle pricing details
148
-
149
- ## 0.0.52-3 (2025-12-12)
150
-
151
- ### 🚀 Features
152
-
153
- - enhance form handling and component props across various modules
154
- - add discount management components and hooks
155
- - add ProductBadge component for enhanced product presentation
156
- - add filters component for product listing
157
- - add ProductListPrice component to handle pricing details
158
-
159
- ## 0.0.52-2 (2025-12-12)
160
-
161
- ### 🚀 Features
162
-
163
- - enhance form handling and component props across various modules
164
- - add discount management components and hooks
165
- - add ProductBadge component for enhanced product presentation
166
- - add filters component for product listing
167
- - add ProductListPrice component to handle pricing details
168
-
169
- ## 0.0.52-1 (2025-12-11)
170
-
171
- ### 🚀 Features
172
-
173
- - enhance form handling and component props across various modules
174
- - add discount management components and hooks
175
- - add ProductBadge component for enhanced product presentation
176
- - add filters component for product listing
177
- - add ProductListPrice component to handle pricing details
178
-
179
- ## 0.0.52 (2025-12-11)
180
-
181
- ### 🚀 Features
182
-
183
- - enhance form handling and component props across various modules
184
- - add discount management components and hooks
185
- - add ProductBadge component for enhanced product presentation
186
- - add filters component for product listing
187
- - add ProductListPrice component to handle pricing details
188
-
189
- ## 0.0.51-0 (2025-12-11)
190
-
191
- ### 🚀 Features
192
-
193
- - enhance form handling and component props across various modules
194
- - add discount management components and hooks
195
- - add ProductBadge component for enhanced product presentation
196
- - add filters component for product listing
197
- - add ProductListPrice component to handle pricing details
198
-
199
- ## 0.0.50 (2025-11-25)
200
-
201
- ### 🚀 Features
202
-
203
- - enhance form handling and component props across various modules ([21edaa1](https://github.com/WeAreHausTech/haus-storefront-components/commit/21edaa1))
204
- - add discount management components and hooks ([#33](https://github.com/WeAreHausTech/haus-storefront-components/pull/33))
205
- - add ProductBadge component for enhanced product presentation ([#26](https://github.com/WeAreHausTech/haus-storefront-components/pull/26))
206
- - add filters component for product listing ([d780517](https://github.com/WeAreHausTech/haus-storefront-components/commit/d780517))
207
- - add ProductListPrice component to handle pricing details ([4f53f48](https://github.com/WeAreHausTech/haus-storefront-components/commit/4f53f48))
208
-
209
- ### ❤️ Thank You
210
-
211
- - Johanna Bertils @johannabertils
212
- - Mathias Saxenstrand
213
-
214
- ## 0.0.49 (2025-11-25)
215
-
216
- ### 🚀 Features
217
-
218
- - enhance form handling and component props across various modules ([21edaa1](https://github.com/WeAreHausTech/haus-storefront-components/commit/21edaa1))
219
- - add discount management components and hooks ([#33](https://github.com/WeAreHausTech/haus-storefront-components/pull/33))
220
- - add ProductBadge component for enhanced product presentation ([#26](https://github.com/WeAreHausTech/haus-storefront-components/pull/26))
221
- - add filters component for product listing ([d780517](https://github.com/WeAreHausTech/haus-storefront-components/commit/d780517))
222
- - add ProductListPrice component to handle pricing details ([4f53f48](https://github.com/WeAreHausTech/haus-storefront-components/commit/4f53f48))
223
-
224
- ### ❤️ Thank You
225
-
226
- - Johanna Bertils @johannabertils
227
- - Mathias Saxenstrand
228
-
229
- ## 0.0.48 (2025-11-07)
230
-
231
- ### 🚀 Features
232
-
233
- - enhance form handling and component props across various modules
234
- - add discount management components and hooks
235
- - add ProductBadge component for enhanced product presentation
236
- - add filters component for product listing
237
- - add ProductListPrice component to handle pricing details
238
-
239
- ### ❤️ Thank You
240
-
241
- - Johanna Bertils @johannabertils
242
- - Mathias Saxenstrand
243
-
244
- ## 0.0.47 (2025-10-08)
245
-
246
- ### 🚀 Features
247
-
248
- - enhance form handling and component props across various modules
249
- - add discount management components and hooks
250
- - add ProductBadge component for enhanced product presentation
251
- - add filters component for product listing
252
- - add ProductListPrice component to handle pricing details
253
-
254
- ### ❤️ Thank You
255
-
256
- - Johanna Bertils @johannabertils
257
- - Mathias Saxenstrand
258
-
259
- ## 0.0.46 (2025-10-08)
260
-
261
- ### 🚀 Features
262
-
263
- - enhance form handling and component props across various modules
264
- - add discount management components and hooks
265
- - add ProductBadge component for enhanced product presentation
266
- - add filters component for product listing
267
- - add ProductListPrice component to handle pricing details
268
-
269
- ### ❤️ Thank You
270
-
271
- - Johanna Bertils @johannabertils
272
- - Mathias Saxenstrand
273
-
274
- ## 0.0.45 (2025-10-06)
275
-
276
- ### 🚀 Features
277
-
278
- - enhance form handling and component props across various modules
279
- - add discount management components and hooks
280
- - add ProductBadge component for enhanced product presentation
281
- - add filters component for product listing
282
- - add ProductListPrice component to handle pricing details
283
-
284
- ### ❤️ Thank You
285
-
286
- - Johanna Bertils @johannabertils
287
- - Mathias Saxenstrand
288
-
289
- ## 0.0.44 (2025-10-02)
290
-
291
- ### 🚀 Features
292
-
293
- - enhance form handling and component props across various modules
294
- - add discount management components and hooks
295
- - add ProductBadge component for enhanced product presentation
296
- - add filters component for product listing
297
- - add ProductListPrice component to handle pricing details
298
-
299
- ### ❤️ Thank You
300
-
301
- - Johanna Bertils @johannabertils
302
- - Mathias Saxenstrand
303
-
304
- ## 0.0.43 (2025-09-30)
305
-
306
- ### 🚀 Features
307
-
308
- - enhance form handling and component props across various modules
309
- - add discount management components and hooks
310
- - add ProductBadge component for enhanced product presentation
311
- - add filters component for product listing
312
- - add ProductListPrice component to handle pricing details
313
-
314
- ### ❤️ Thank You
315
-
316
- - Johanna Bertils @johannabertils
317
- - Mathias Saxenstrand
318
-
319
- ## 0.0.42 (2025-09-29)
320
-
321
- ### 🚀 Features
322
-
323
- - enhance form handling and component props across various modules
324
- - add discount management components and hooks
325
- - add ProductBadge component for enhanced product presentation
326
- - add filters component for product listing
327
- - add ProductListPrice component to handle pricing details
328
-
329
- ### ❤️ Thank You
330
-
331
- - Johanna Bertils @johannabertils
332
- - Mathias Saxenstrand
333
-
334
- ## 0.0.41 (2025-09-26)
335
-
336
- ### 🚀 Features
337
-
338
- - enhance form handling and component props across various modules
339
- - add discount management components and hooks
340
- - add ProductBadge component for enhanced product presentation
341
- - add filters component for product listing
342
- - add ProductListPrice component to handle pricing details
343
-
344
- ### ❤️ Thank You
345
-
346
- - Johanna Bertils @johannabertils
347
- - Mathias Saxenstrand
348
-
349
- ## 0.0.40-0 (2025-09-26)
350
-
351
- ### 🚀 Features
352
-
353
- - enhance form handling and component props across various modules
354
- - add discount management components and hooks
355
- - add ProductBadge component for enhanced product presentation
356
- - add filters component for product listing
357
- - add ProductListPrice component to handle pricing details
358
-
359
- ### ❤️ Thank You
360
-
361
- - Johanna Bertils @johannabertils
362
- - Mathias Saxenstrand
363
-
364
- ## 0.0.39 (2025-09-26)
365
-
366
- ### 🚀 Features
367
-
368
- - enhance form handling and component props across various modules
369
- - add discount management components and hooks
370
- - add ProductBadge component for enhanced product presentation
371
- - add filters component for product listing
372
- - add ProductListPrice component to handle pricing details
373
-
374
- ### ❤️ Thank You
375
-
376
- - Johanna Bertils @johannabertils
377
- - Mathias Saxenstrand
378
-
379
- ## 0.0.38-1 (2025-09-26)
380
-
381
- ### 🚀 Features
382
-
383
- - enhance form handling and component props across various modules
384
- - add discount management components and hooks
385
- - add ProductBadge component for enhanced product presentation
386
- - add filters component for product listing
387
- - add ProductListPrice component to handle pricing details
388
-
389
- ### ❤️ Thank You
390
-
391
- - Johanna Bertils @johannabertils
392
- - Mathias Saxenstrand
393
-
394
- ## 0.0.38-0 (2025-09-25)
395
-
396
- ### 🚀 Features
397
-
398
- - enhance form handling and component props across various modules
399
- - add discount management components and hooks
400
- - add ProductBadge component for enhanced product presentation
401
- - add filters component for product listing
402
- - add ProductListPrice component to handle pricing details
403
-
404
- ### ❤️ Thank You
405
-
406
- - Johanna Bertils @johannabertils
407
- - Mathias Saxenstrand
408
-
409
- ## 0.0.37 (2025-09-25)
410
-
411
- ### 🚀 Features
412
-
413
- - enhance form handling and component props across various modules
414
- - add discount management components and hooks
415
- - add ProductBadge component for enhanced product presentation
416
- - add filters component for product listing
417
- - add ProductListPrice component to handle pricing details
418
-
419
- ### ❤️ Thank You
420
-
421
- - Johanna Bertils @johannabertils
422
- - Mathias Saxenstrand
423
-
424
- ## 0.0.36 (2025-09-25)
425
-
426
- ### 🚀 Features
427
-
428
- - enhance form handling and component props across various modules
429
- - add discount management components and hooks
430
- - add ProductBadge component for enhanced product presentation
431
- - add filters component for product listing
432
- - add ProductListPrice component to handle pricing details
433
-
434
- ### ❤️ Thank You
435
-
436
- - Johanna Bertils @johannabertils
437
- - Mathias Saxenstrand
438
-
439
- ## 0.0.36-0 (2025-09-25)
440
-
441
- ### 🚀 Features
442
-
443
- - enhance form handling and component props across various modules
444
- - add discount management components and hooks
445
- - add ProductBadge component for enhanced product presentation
446
- - add filters component for product listing
447
- - add ProductListPrice component to handle pricing details
448
-
449
- ### ❤️ Thank You
450
-
451
- - Johanna Bertils @johannabertils
452
- - Mathias Saxenstrand
453
-
454
- ## 0.0.35 (2025-09-25)
455
-
456
- ### 🚀 Features
457
-
458
- - enhance form handling and component props across various modules
459
- - add discount management components and hooks
460
- - add ProductBadge component for enhanced product presentation
461
- - add filters component for product listing
462
- - add ProductListPrice component to handle pricing details
463
-
464
- ### ❤️ Thank You
465
-
466
- - Johanna Bertils @johannabertils
467
- - Mathias Saxenstrand
468
-
469
- ## 0.0.34-0 (2025-09-24)
470
-
471
- ### 🚀 Features
472
-
473
- - enhance form handling and component props across various modules
474
- - add discount management components and hooks
475
- - add ProductBadge component for enhanced product presentation
476
- - add filters component for product listing
477
- - add ProductListPrice component to handle pricing details
478
-
479
- ### ❤️ Thank You
480
-
481
- - Johanna Bertils @johannabertils
482
- - Mathias Saxenstrand
483
-
484
- ## 0.0.33 (2025-09-24)
485
-
486
- ### 🚀 Features
487
-
488
- - enhance form handling and component props across various modules
489
- - add discount management components and hooks
490
- - add ProductBadge component for enhanced product presentation
491
- - add filters component for product listing
492
- - add ProductListPrice component to handle pricing details
493
-
494
- ### ❤️ Thank You
495
-
496
- - Johanna Bertils @johannabertils
497
- - Mathias Saxenstrand
498
-
499
- ## 0.0.32 (2025-09-24)
500
-
501
- ### 🚀 Features
502
-
503
- - enhance form handling and component props across various modules
504
- - add discount management components and hooks
505
- - add ProductBadge component for enhanced product presentation
506
- - add filters component for product listing
507
- - add ProductListPrice component to handle pricing details
508
-
509
- ### ❤️ Thank You
510
-
511
- - Johanna Bertils @johannabertils
512
- - Mathias Saxenstrand
513
-
514
- ## 0.0.32-10 (2025-09-23)
515
-
516
- ### 🚀 Features
517
-
518
- - enhance form handling and component props across various modules
519
- - add discount management components and hooks
520
- - add ProductBadge component for enhanced product presentation
521
- - add filters component for product listing
522
- - add ProductListPrice component to handle pricing details
523
-
524
- ### ❤️ Thank You
525
-
526
- - Johanna Bertils @johannabertils
527
- - Mathias Saxenstrand
528
-
529
- ## 0.0.32-9 (2025-09-23)
530
-
531
- ### 🚀 Features
532
-
533
- - enhance form handling and component props across various modules
534
- - add discount management components and hooks
535
- - add ProductBadge component for enhanced product presentation
536
- - add filters component for product listing
537
- - add ProductListPrice component to handle pricing details
538
-
539
- ### ❤️ Thank You
540
-
541
- - Johanna Bertils @johannabertils
542
- - Mathias Saxenstrand
543
-
544
- ## 0.0.32-8 (2025-09-23)
545
-
546
- ### 🚀 Features
547
-
548
- - enhance form handling and component props across various modules
549
- - add discount management components and hooks
550
- - add ProductBadge component for enhanced product presentation
551
- - add filters component for product listing
552
- - add ProductListPrice component to handle pricing details
553
-
554
- ### ❤️ Thank You
555
-
556
- - Johanna Bertils @johannabertils
557
- - Mathias Saxenstrand
558
-
559
- ## 0.0.32-7 (2025-09-17)
560
-
561
- ### 🚀 Features
562
-
563
- - add collection and collections functionality to SDK
564
- - enhance SDK context and add active plugin configuration support
565
- - add Vendure Elastic Search Plugin integration
566
- - enhance form handling and component props across various modules
567
- - add discount management components and hooks
568
- - add ProductBadge component for enhanced product presentation
569
- - add filters component for product listing
570
- - add ProductListPrice component to handle pricing details
571
-
572
- ### ❤️ Thank You
573
-
574
- - Johanna Bertils @johannabertils
575
- - Mathias Saxenstrand
576
-
577
- ## 0.0.32-6 (2025-09-17)
578
-
579
- ### 🚀 Features
580
-
581
- - add collection and collections functionality to SDK
582
- - enhance SDK context and add active plugin configuration support
583
- - add Vendure Elastic Search Plugin integration
584
- - enhance form handling and component props across various modules
585
- - add discount management components and hooks
586
- - add ProductBadge component for enhanced product presentation
587
- - add filters component for product listing
588
- - add ProductListPrice component to handle pricing details
589
-
590
- ### ❤️ Thank You
591
-
592
- - Johanna Bertils @johannabertils
593
- - Mathias Saxenstrand
594
-
595
- ## 0.0.32-5 (2025-09-17)
596
-
597
- ### 🚀 Features
598
-
599
- - enhance SDK context and add active plugin configuration support
600
- - add Vendure Elastic Search Plugin integration
601
- - enhance form handling and component props across various modules
602
- - add discount management components and hooks
603
- - add ProductBadge component for enhanced product presentation
604
- - add filters component for product listing
605
- - add ProductListPrice component to handle pricing details
606
-
607
- ### ❤️ Thank You
608
-
609
- - Johanna Bertils @johannabertils
610
- - Mathias Saxenstrand
611
-
612
- ## 0.0.32-4 (2025-09-16)
613
-
614
- ### 🚀 Features
615
-
616
- - enhance SDK context and add active plugin configuration support
617
- - add Vendure Elastic Search Plugin integration
618
- - enhance form handling and component props across various modules
619
- - add discount management components and hooks
620
- - add ProductBadge component for enhanced product presentation
621
- - add filters component for product listing
622
- - add ProductListPrice component to handle pricing details
623
-
624
- ### ❤️ Thank You
625
-
626
- - Johanna Bertils @johannabertils
627
- - Mathias Saxenstrand
628
-
629
- ## 0.0.32-3 (2025-09-16)
630
-
631
- ### 🚀 Features
632
-
633
- - enhance SDK context and add active plugin configuration support
634
- - add Vendure Elastic Search Plugin integration
635
- - enhance form handling and component props across various modules
636
- - add discount management components and hooks
637
- - add ProductBadge component for enhanced product presentation
638
- - add filters component for product listing
639
- - add ProductListPrice component to handle pricing details
640
-
641
- ### ❤️ Thank You
642
-
643
- - Johanna Bertils @johannabertils
644
- - Mathias Saxenstrand
645
-
646
- ## 0.0.32-2 (2025-09-16)
647
-
648
- ### 🚀 Features
649
-
650
- - enhance form handling and component props across various modules
651
- - add discount management components and hooks
652
- - add ProductBadge component for enhanced product presentation
653
- - add filters component for product listing
654
- - add ProductListPrice component to handle pricing details
655
-
656
- ### ❤️ Thank You
657
-
658
- - Johanna Bertils @johannabertils
659
- - Mathias Saxenstrand
660
-
661
- ## 0.0.32-1 (2025-09-15)
662
-
663
- ### 🚀 Features
664
-
665
- - enhance form handling and component props across various modules
666
- - add discount management components and hooks
667
- - add ProductBadge component for enhanced product presentation
668
- - add filters component for product listing
669
- - add ProductListPrice component to handle pricing details
670
-
671
- ### ❤️ Thank You
672
-
673
- - Johanna Bertils @johannabertils
674
- - Mathias Saxenstrand
675
-
676
- ## 0.0.31 (2025-09-11)
677
-
678
- ### 🚀 Features
679
-
680
- - enhance form handling and component props across various modules
681
- - add discount management components and hooks
682
- - add ProductBadge component for enhanced product presentation
683
- - add filters component for product listing
684
- - add ProductListPrice component to handle pricing details
685
-
686
- ### ❤️ Thank You
687
-
688
- - Johanna Bertils @johannabertils
689
- - Mathias Saxenstrand
690
-
691
- ## 0.0.30 (2025-09-11)
692
-
693
- ### 🚀 Features
694
-
695
- - enhance form handling and component props across various modules
696
- - add discount management components and hooks
697
- - add ProductBadge component for enhanced product presentation
698
- - add filters component for product listing
699
- - add ProductListPrice component to handle pricing details
700
-
701
- ### ❤️ Thank You
702
-
703
- - Johanna Bertils @johannabertils
704
- - Mathias Saxenstrand
705
-
706
- ## 0.0.29 (2025-09-10)
707
-
708
- ### 🚀 Features
709
-
710
- - enhance form handling and component props across various modules
711
- - add discount management components and hooks
712
- - add ProductBadge component for enhanced product presentation
713
- - add filters component for product listing
714
- - add ProductListPrice component to handle pricing details
715
-
716
- ### ❤️ Thank You
717
-
718
- - Johanna Bertils @johannabertils
719
- - Mathias Saxenstrand
720
-
721
- ## 0.0.28 (2025-09-05)
722
-
723
- ### 🚀 Features
724
-
725
- - enhance form handling and component props across various modules
726
- - add discount management components and hooks
727
- - add ProductBadge component for enhanced product presentation
728
- - add filters component for product listing
729
- - add ProductListPrice component to handle pricing details
730
-
731
- ### ❤️ Thank You
732
-
733
- - Johanna Bertils @johannabertils
734
- - Mathias Saxenstrand
735
-
736
- ## 0.0.27 (2025-09-04)
737
-
738
- ### 🚀 Features
739
-
740
- - enhance form handling and component props across various modules
741
- - add discount management components and hooks
742
- - add ProductBadge component for enhanced product presentation
743
- - add filters component for product listing
744
- - add ProductListPrice component to handle pricing details
745
-
746
- ### ❤️ Thank You
747
-
748
- - Johanna Bertils @johannabertils
749
- - Mathias Saxenstrand
750
-
751
- ## 0.0.26 (2025-09-02)
752
-
753
- ### 🚀 Features
754
-
755
- - enhance form handling and component props across various modules
756
- - add discount management components and hooks
757
- - add ProductBadge component for enhanced product presentation
758
- - add filters component for product listing
759
- - add ProductListPrice component to handle pricing details
760
-
761
- ### ❤️ Thank You
762
-
763
- - Johanna Bertils @johannabertils
764
- - Mathias Saxenstrand
765
-
766
- ## 0.0.25 (2025-09-01)
767
-
768
- ### 🚀 Features
769
-
770
- - enhance form handling and component props across various modules
771
- - add discount management components and hooks
772
- - add ProductBadge component for enhanced product presentation
773
- - add filters component for product listing
774
- - add ProductListPrice component to handle pricing details
775
-
776
- ### ❤️ Thank You
777
-
778
- - Johanna Bertils @johannabertils
779
- - Mathias Saxenstrand
780
-
781
- ## 0.0.24 (2025-09-01)
782
-
783
- ### 🚀 Features
784
-
785
- - enhance form handling and component props across various modules
786
- - add discount management components and hooks
787
- - add ProductBadge component for enhanced product presentation
788
- - add filters component for product listing
789
- - add ProductListPrice component to handle pricing details
790
-
791
- ### ❤️ Thank You
792
-
793
- - Johanna Bertils @johannabertils
794
- - Mathias Saxenstrand
795
-
796
- ## 0.0.23 (2025-09-01)
797
-
798
- This was a version bump only for shared/types to align it with other projects, there were no code changes.
799
-
800
- ## 0.0.21 (2025-09-01)
801
-
802
- This was a version bump only for shared/types to align it with other projects, there were no code changes.
803
-
804
- ## 0.0.20 (2025-08-26)
805
-
806
- This was a version bump only for shared/types to align it with other projects, there were no code changes.
807
-
808
- ## 0.0.19 (2025-08-21)
809
-
810
- ### 🚀 Features
811
-
812
- - enhance form handling and component props across various modules
813
-
814
- ### ❤️ Thank You
815
-
816
- - Mathias Saxenstrand
817
-
818
- ## 0.0.18 (2025-08-21)
819
-
820
- ### 🚀 Features
821
-
822
- - enhance form handling and component props across various modules
823
- - add discount management components and hooks
824
- - add ProductBadge component for enhanced product presentation
825
- - add filters component for product listing
826
- - add ProductListPrice component to handle pricing details
827
-
828
- ### ❤️ Thank You
829
-
830
- - Johanna Bertils @johannabertils
831
- - Mathias Saxenstrand
832
-
833
- ## 0.0.17 (2025-08-21)
834
-
835
- ### 🚀 Features
836
-
837
- - enhance form handling and component props across various modules
838
- - add discount management components and hooks
839
- - add ProductBadge component for enhanced product presentation
840
- - add filters component for product listing
841
- - add ProductListPrice component to handle pricing details
842
-
843
- ### ❤️ Thank You
844
-
845
- - Johanna Bertils @johannabertils
846
- - Mathias Saxenstrand
847
-
848
- ## 0.0.16 (2025-08-14)
849
-
850
- This was a version bump only for shared/types to align it with other projects, there were no code changes.
851
-
852
- ## 0.0.15 (2025-08-14)
853
-
854
- ### 🚀 Features
855
-
856
- - add discount management components and hooks
857
-
858
- ### ❤️ Thank You
859
-
860
- - Johanna Bertils @johannabertils
861
-
862
- ## 0.0.14 (2025-07-11)
863
-
864
- This was a version bump only for shared/types to align it with other projects, there were no code changes.
865
-
866
- ## 0.0.13 (2025-07-09)
867
-
868
- This was a version bump only for shared/types to align it with other projects, there were no code changes.
869
-
870
- ## 0.0.12 (2025-07-04)
871
-
872
- This was a version bump only for shared/types to align it with other projects, there were no code changes.
873
-
874
- ## 0.0.11 (2025-07-04)
875
-
876
- This was a version bump only for shared/types to align it with other projects, there were no code changes.
877
-
878
- ## 0.0.10 (2025-07-04)
879
-
880
- This was a version bump only for shared/types to align it with other projects, there were no code changes.
881
-
882
- ## 0.0.9 (2025-07-04)
883
-
884
- This was a version bump only for shared/types to align it with other projects, there were no code changes.
885
-
886
- ## 0.0.8 (2025-07-03)
887
-
888
- ### 🚀 Features
889
-
890
- - add ProductBadge component for enhanced product presentation
891
-
892
- ### ❤️ Thank You
893
-
894
- - Johanna Bertils @johannabertils
895
-
896
- ## 0.0.7 (2025-07-03)
897
-
898
- This was a version bump only for shared/types to align it with other projects, there were no code changes.
899
-
900
- ## 0.0.7-7 (2025-07-03)
901
-
902
- This was a version bump only for shared/types to align it with other projects, there were no code changes.
903
-
904
- ## 0.0.7-6 (2025-07-03)
905
-
906
- This was a version bump only for shared/types to align it with other projects, there were no code changes.
907
-
908
- ## 0.0.7-5 (2025-07-03)
909
-
910
- This was a version bump only for shared/types to align it with other projects, there were no code changes.
911
-
912
- ## 0.0.7-4 (2025-07-02)
913
-
914
- This was a version bump only for shared/types to align it with other projects, there were no code changes.
915
-
916
- ## 0.0.7-3 (2025-07-02)
917
-
918
- This was a version bump only for shared/types to align it with other projects, there were no code changes.
919
-
920
- ## 0.0.7-2 (2025-07-02)
921
-
922
- This was a version bump only for shared/types to align it with other projects, there were no code changes.
923
-
924
- ## 0.0.7-1 (2025-07-02)
925
-
926
- This was a version bump only for shared/types to align it with other projects, there were no code changes.
927
-
928
- ## 0.0.7-0 (2025-07-02)
929
-
930
- This was a version bump only for shared/types to align it with other projects, there were no code changes.
931
-
932
- ## 0.0.6 (2025-07-01)
933
-
934
- This was a version bump only for shared/types to align it with other projects, there were no code changes.
935
-
936
- ## 0.0.6-0 (2025-07-01)
937
-
938
- This was a version bump only for shared/types to align it with other projects, there were no code changes.
939
-
940
- ## 0.0.5 (2025-07-01)
941
-
942
- This was a version bump only for shared/types to align it with other projects, there were no code changes.
943
-
944
- ## 0.0.4 (2025-07-01)
945
-
946
- This was a version bump only for shared/types to align it with other projects, there were no code changes.
947
-
948
- ## 0.0.3 (2025-07-01)
949
-
950
- ### 🚀 Features
951
-
952
- - add filters component for product listing
953
- - add ProductListPrice component to handle pricing details
954
-
955
- ### ❤️ Thank You
956
-
957
- - Mathias Saxenstrand
958
-
959
- ## 0.0.2 (2025-06-26)
960
-
961
- This was a version bump only for shared/types to align it with other projects, there were no code changes.
962
-
963
- ## 0.0.1 (2025-06-26)
964
-
965
- ### 🚀 Features
966
-
967
- - add react-native-web support and update Vite configurations
968
- - generate project graph and update package.json files
969
- - integrate React Compiler and update dependencies across the project
970
- - **price:** enhance Price component with AsChildProps and custom currency support
971
- - **quantity-buttons:** integrate AsChildProps for flexible component rendering
972
- - **shared-types:** create shared types library and update imports across the codebase
973
-
974
- ### 🩹 Fixes
975
-
976
- - **hooks:** add types export to package.json
977
-
978
- ### ❤️ Thank You
979
-
980
- - Mathias Saxenstrand
981
-
982
- ## 2.0.10 (2025-06-25)
983
-
984
- This was a version bump only for shared/types to align it with other projects, there were no code changes.
985
-
986
- ## 2.0.9 (2025-06-25)
987
-
988
- This was a version bump only for shared/types to align it with other projects, there were no code changes.
989
-
990
- ## 2.0.8 (2025-06-25)
991
-
992
- This was a version bump only for shared/types to align it with other projects, there were no code changes.
993
-
994
- ## 2.0.7 (2025-06-25)
995
-
996
- This was a version bump only for shared/types to align it with other projects, there were no code changes.
997
-
998
- ## 2.0.6 (2025-06-25)
999
-
1000
- This was a version bump only for shared/types to align it with other projects, there were no code changes.
1001
-
1002
- ## 2.0.5 (2025-06-25)
1003
-
1004
- This was a version bump only for shared/types to align it with other projects, there were no code changes.
1005
-
1006
- ## 2.0.4 (2025-06-25)
1007
-
1008
- This was a version bump only for shared/types to align it with other projects, there were no code changes.
1009
-
1010
- ## 2.0.3 (2025-06-25)
1011
-
1012
- This was a version bump only for shared/types to align it with other projects, there were no code changes.
1013
-
1014
- ## 2.0.1 (2025-06-25)
1015
-
1016
- This was a version bump only for shared/types to align it with other projects, there were no code changes.
1017
-
1018
- # 2.0.0 (2025-06-25)
1019
-
1020
- This was a version bump only for shared/types to align it with other projects, there were no code changes.
1021
-
1022
- ## 1.0.3 (2025-06-05)
1023
-
1024
- ### 🚀 Features
1025
-
1026
- - introduce haus-storefront-components-react-native app
1027
- - add FetchClient for API interactions and configure VSCode settings
1028
- - add AddItemToOrder component for managing cart items
1029
- - add react-native-web support and update Vite configurations
1030
- - implement platform-aware components and utilities
1031
-
1032
- ### ❤️ Thank You
1033
-
1034
- - Johanna Bertils
1035
- - Mathias Saxenstrand
1036
-
1037
- ## 1.0.2 (2025-05-26)
1038
-
1039
- This was a version bump only for shared/types to align it with other projects, there were no code changes.
1040
-
1041
- ## 1.0.1 (2025-05-23)
1042
-
1043
- ### 🚀 Features
1044
-
1045
- - generate project graph and update package.json files
1046
- - integrate React Compiler and update dependencies across the project
1047
- - **eslint:** enhance ESLint configuration with React Compiler support
1048
- - **price:** enhance Price component with AsChildProps and custom currency support
1049
- - **quantity-buttons:** integrate AsChildProps for flexible component rendering
1050
- - **order-lines:** introduce OrderLines component for managing cart items
1051
-
1052
- ### 🩹 Fixes
1053
-
1054
- - **nx.json:** update preVersionCommand to include typecheck step before build
1055
- - **nx.json:** update preVersionCommand to target specific projects with dependencies
1056
-
1057
- ### ❤️ Thank You
1058
-
1059
- - Mathias Saxenstrand
1060
-
1061
- ## 1.0.0 (2025-04-22)
1062
-
1063
- ### 🚀 Features
1064
-
1065
- - **shared-types:** create shared types library and update imports across the codebase
1066
-
1067
- ### 🩹 Fixes
1068
-
1069
- - **hooks:** add types export to package.json
1070
-
1071
- ### ❤️ Thank You
1072
-
1073
- - Mathias Saxenstrand
1
+ ## 1.0.4-next.6 (2026-03-09)
2
+
3
+ ### 🚀 Features
4
+
5
+ - add Product Variant Specifications plugin
6
+
7
+ ## 1.0.4-next.5 (2026-03-09)
8
+
9
+ ### 🚀 Features
10
+
11
+ - add Product Variant Specifications plugin
12
+
13
+ ## 1.0.4-next.4 (2026-03-09)
14
+
15
+ This was a version bump only for shared/types to align it with other projects, there were no code changes.
16
+
17
+ ## 1.0.4-next.3 (2026-03-06)
18
+
19
+ ### 🚀 Features
20
+
21
+ - add goToPage method to Pagination interface
22
+
23
+ ## 1.0.4-next.2 (2026-03-04)
24
+
25
+ This was a version bump only for shared/types to align it with other projects, there were no code changes.
26
+
27
+ ## 1.0.4-next.1 (2026-03-04)
28
+
29
+ ### 🚀 Features
30
+
31
+ - Add onSdkReady callback to VendurePluginConfig
32
+ - enhance form handling and component props across various modules
33
+ - add discount management components and hooks
34
+ - add ProductBadge component for enhanced product presentation
35
+ - add filters component for product listing
36
+ - add ProductListPrice component to handle pricing details
37
+
38
+ ## 1.0.4-next.0 (2026-03-02)
39
+
40
+ ### 🚀 Features
41
+
42
+ - Add onSdkReady callback to VendurePluginConfig
43
+ - enhance form handling and component props across various modules
44
+ - add discount management components and hooks
45
+ - add ProductBadge component for enhanced product presentation
46
+ - add filters component for product listing
47
+ - add ProductListPrice component to handle pricing details
48
+
49
+ ## 1.0.0-next.15 (2026-02-17)
50
+
51
+ ### 🚀 Features
52
+
53
+ - Add onSdkReady callback to VendurePluginConfig
54
+ - enhance form handling and component props across various modules
55
+ - add discount management components and hooks
56
+ - add ProductBadge component for enhanced product presentation
57
+ - add filters component for product listing
58
+ - add ProductListPrice component to handle pricing details
59
+
60
+ ## 1.0.0-next.14 (2026-02-13)
61
+
62
+ ### 🚀 Features
63
+
64
+ - Add onSdkReady callback to VendurePluginConfig
65
+ - enhance form handling and component props across various modules
66
+ - add discount management components and hooks
67
+ - add ProductBadge component for enhanced product presentation
68
+ - add filters component for product listing
69
+ - add ProductListPrice component to handle pricing details
70
+
71
+ ## 1.0.0-next.13 (2026-02-12)
72
+
73
+ ### 🚀 Features
74
+
75
+ - enhance form handling and component props across various modules
76
+ - add discount management components and hooks
77
+ - add ProductBadge component for enhanced product presentation
78
+ - add filters component for product listing
79
+ - add ProductListPrice component to handle pricing details
80
+
81
+ ## 1.0.0-next.12 (2026-02-12)
82
+
83
+ ### 🚀 Features
84
+
85
+ - enhance form handling and component props across various modules
86
+ - add discount management components and hooks
87
+ - add ProductBadge component for enhanced product presentation
88
+ - add filters component for product listing
89
+ - add ProductListPrice component to handle pricing details
90
+
91
+ ## 1.0.0-next.11 (2026-02-09)
92
+
93
+ ### 🚀 Features
94
+
95
+ - enhance form handling and component props across various modules
96
+ - add discount management components and hooks
97
+ - add ProductBadge component for enhanced product presentation
98
+ - add filters component for product listing
99
+ - add ProductListPrice component to handle pricing details
100
+
101
+ ## 1.0.0-next.10 (2026-02-05)
102
+
103
+ This was a version bump only for shared/types to align it with other projects, there were no code changes.
104
+
105
+ ## 1.0.0-next.9 (2026-02-05)
106
+
107
+ This was a version bump only for shared/types to align it with other projects, there were no code changes.
108
+
109
+ ## 1.0.0-next.8 (2026-02-05)
110
+
111
+ This was a version bump only for shared/types to align it with other projects, there were no code changes.
112
+
113
+ ## 1.0.0-next.7 (2026-01-27)
114
+
115
+ This was a version bump only for shared/types to align it with other projects, there were no code changes.
116
+
117
+ ## 1.0.0-next.6 (2026-01-23)
118
+
119
+ This was a version bump only for shared/types to align it with other projects, there were no code changes.
120
+
121
+ ## 1.0.0-next.5 (2026-01-22)
122
+
123
+ This was a version bump only for shared/types to align it with other projects, there were no code changes.
124
+
125
+ ## 1.0.0-next.4 (2026-01-22)
126
+
127
+ This was a version bump only for shared/types to align it with other projects, there were no code changes.
128
+
129
+ ## 1.0.0-next.3 (2026-01-14)
130
+
131
+ This was a version bump only for shared/types to align it with other projects, there were no code changes.
132
+
133
+ ## 1.0.0-next.2 (2025-12-30)
134
+
135
+ This was a version bump only for shared/types to align it with other projects, there were no code changes.
136
+
137
+ ## 1.0.0-next.1 (2025-12-30)
138
+
139
+ This was a version bump only for shared/types to align it with other projects, there were no code changes.
140
+
141
+ ## 1.0.0-next.0 (2025-12-30)
142
+
143
+ This was a version bump only for shared/types to align it with other projects, there were no code changes.
144
+
145
+ ## 0.0.52-4 (2025-12-15)
146
+
147
+ ### 🚀 Features
148
+
149
+ - enhance form handling and component props across various modules
150
+ - add discount management components and hooks
151
+ - add ProductBadge component for enhanced product presentation
152
+ - add filters component for product listing
153
+ - add ProductListPrice component to handle pricing details
154
+
155
+ ## 0.0.52-3 (2025-12-12)
156
+
157
+ ### 🚀 Features
158
+
159
+ - enhance form handling and component props across various modules
160
+ - add discount management components and hooks
161
+ - add ProductBadge component for enhanced product presentation
162
+ - add filters component for product listing
163
+ - add ProductListPrice component to handle pricing details
164
+
165
+ ## 0.0.52-2 (2025-12-12)
166
+
167
+ ### 🚀 Features
168
+
169
+ - enhance form handling and component props across various modules
170
+ - add discount management components and hooks
171
+ - add ProductBadge component for enhanced product presentation
172
+ - add filters component for product listing
173
+ - add ProductListPrice component to handle pricing details
174
+
175
+ ## 0.0.52-1 (2025-12-11)
176
+
177
+ ### 🚀 Features
178
+
179
+ - enhance form handling and component props across various modules
180
+ - add discount management components and hooks
181
+ - add ProductBadge component for enhanced product presentation
182
+ - add filters component for product listing
183
+ - add ProductListPrice component to handle pricing details
184
+
185
+ ## 0.0.52 (2025-12-11)
186
+
187
+ ### 🚀 Features
188
+
189
+ - enhance form handling and component props across various modules
190
+ - add discount management components and hooks
191
+ - add ProductBadge component for enhanced product presentation
192
+ - add filters component for product listing
193
+ - add ProductListPrice component to handle pricing details
194
+
195
+ ## 0.0.51-0 (2025-12-11)
196
+
197
+ ### 🚀 Features
198
+
199
+ - enhance form handling and component props across various modules
200
+ - add discount management components and hooks
201
+ - add ProductBadge component for enhanced product presentation
202
+ - add filters component for product listing
203
+ - add ProductListPrice component to handle pricing details
204
+
205
+ ## 0.0.50 (2025-11-25)
206
+
207
+ ### 🚀 Features
208
+
209
+ - enhance form handling and component props across various modules ([21edaa1](https://github.com/WeAreHausTech/haus-storefront-components/commit/21edaa1))
210
+ - add discount management components and hooks ([#33](https://github.com/WeAreHausTech/haus-storefront-components/pull/33))
211
+ - add ProductBadge component for enhanced product presentation ([#26](https://github.com/WeAreHausTech/haus-storefront-components/pull/26))
212
+ - add filters component for product listing ([d780517](https://github.com/WeAreHausTech/haus-storefront-components/commit/d780517))
213
+ - add ProductListPrice component to handle pricing details ([4f53f48](https://github.com/WeAreHausTech/haus-storefront-components/commit/4f53f48))
214
+
215
+ ### ❤️ Thank You
216
+
217
+ - Johanna Bertils @johannabertils
218
+ - Mathias Saxenstrand
219
+
220
+ ## 0.0.49 (2025-11-25)
221
+
222
+ ### 🚀 Features
223
+
224
+ - enhance form handling and component props across various modules ([21edaa1](https://github.com/WeAreHausTech/haus-storefront-components/commit/21edaa1))
225
+ - add discount management components and hooks ([#33](https://github.com/WeAreHausTech/haus-storefront-components/pull/33))
226
+ - add ProductBadge component for enhanced product presentation ([#26](https://github.com/WeAreHausTech/haus-storefront-components/pull/26))
227
+ - add filters component for product listing ([d780517](https://github.com/WeAreHausTech/haus-storefront-components/commit/d780517))
228
+ - add ProductListPrice component to handle pricing details ([4f53f48](https://github.com/WeAreHausTech/haus-storefront-components/commit/4f53f48))
229
+
230
+ ### ❤️ Thank You
231
+
232
+ - Johanna Bertils @johannabertils
233
+ - Mathias Saxenstrand
234
+
235
+ ## 0.0.48 (2025-11-07)
236
+
237
+ ### 🚀 Features
238
+
239
+ - enhance form handling and component props across various modules
240
+ - add discount management components and hooks
241
+ - add ProductBadge component for enhanced product presentation
242
+ - add filters component for product listing
243
+ - add ProductListPrice component to handle pricing details
244
+
245
+ ### ❤️ Thank You
246
+
247
+ - Johanna Bertils @johannabertils
248
+ - Mathias Saxenstrand
249
+
250
+ ## 0.0.47 (2025-10-08)
251
+
252
+ ### 🚀 Features
253
+
254
+ - enhance form handling and component props across various modules
255
+ - add discount management components and hooks
256
+ - add ProductBadge component for enhanced product presentation
257
+ - add filters component for product listing
258
+ - add ProductListPrice component to handle pricing details
259
+
260
+ ### ❤️ Thank You
261
+
262
+ - Johanna Bertils @johannabertils
263
+ - Mathias Saxenstrand
264
+
265
+ ## 0.0.46 (2025-10-08)
266
+
267
+ ### 🚀 Features
268
+
269
+ - enhance form handling and component props across various modules
270
+ - add discount management components and hooks
271
+ - add ProductBadge component for enhanced product presentation
272
+ - add filters component for product listing
273
+ - add ProductListPrice component to handle pricing details
274
+
275
+ ### ❤️ Thank You
276
+
277
+ - Johanna Bertils @johannabertils
278
+ - Mathias Saxenstrand
279
+
280
+ ## 0.0.45 (2025-10-06)
281
+
282
+ ### 🚀 Features
283
+
284
+ - enhance form handling and component props across various modules
285
+ - add discount management components and hooks
286
+ - add ProductBadge component for enhanced product presentation
287
+ - add filters component for product listing
288
+ - add ProductListPrice component to handle pricing details
289
+
290
+ ### ❤️ Thank You
291
+
292
+ - Johanna Bertils @johannabertils
293
+ - Mathias Saxenstrand
294
+
295
+ ## 0.0.44 (2025-10-02)
296
+
297
+ ### 🚀 Features
298
+
299
+ - enhance form handling and component props across various modules
300
+ - add discount management components and hooks
301
+ - add ProductBadge component for enhanced product presentation
302
+ - add filters component for product listing
303
+ - add ProductListPrice component to handle pricing details
304
+
305
+ ### ❤️ Thank You
306
+
307
+ - Johanna Bertils @johannabertils
308
+ - Mathias Saxenstrand
309
+
310
+ ## 0.0.43 (2025-09-30)
311
+
312
+ ### 🚀 Features
313
+
314
+ - enhance form handling and component props across various modules
315
+ - add discount management components and hooks
316
+ - add ProductBadge component for enhanced product presentation
317
+ - add filters component for product listing
318
+ - add ProductListPrice component to handle pricing details
319
+
320
+ ### ❤️ Thank You
321
+
322
+ - Johanna Bertils @johannabertils
323
+ - Mathias Saxenstrand
324
+
325
+ ## 0.0.42 (2025-09-29)
326
+
327
+ ### 🚀 Features
328
+
329
+ - enhance form handling and component props across various modules
330
+ - add discount management components and hooks
331
+ - add ProductBadge component for enhanced product presentation
332
+ - add filters component for product listing
333
+ - add ProductListPrice component to handle pricing details
334
+
335
+ ### ❤️ Thank You
336
+
337
+ - Johanna Bertils @johannabertils
338
+ - Mathias Saxenstrand
339
+
340
+ ## 0.0.41 (2025-09-26)
341
+
342
+ ### 🚀 Features
343
+
344
+ - enhance form handling and component props across various modules
345
+ - add discount management components and hooks
346
+ - add ProductBadge component for enhanced product presentation
347
+ - add filters component for product listing
348
+ - add ProductListPrice component to handle pricing details
349
+
350
+ ### ❤️ Thank You
351
+
352
+ - Johanna Bertils @johannabertils
353
+ - Mathias Saxenstrand
354
+
355
+ ## 0.0.40-0 (2025-09-26)
356
+
357
+ ### 🚀 Features
358
+
359
+ - enhance form handling and component props across various modules
360
+ - add discount management components and hooks
361
+ - add ProductBadge component for enhanced product presentation
362
+ - add filters component for product listing
363
+ - add ProductListPrice component to handle pricing details
364
+
365
+ ### ❤️ Thank You
366
+
367
+ - Johanna Bertils @johannabertils
368
+ - Mathias Saxenstrand
369
+
370
+ ## 0.0.39 (2025-09-26)
371
+
372
+ ### 🚀 Features
373
+
374
+ - enhance form handling and component props across various modules
375
+ - add discount management components and hooks
376
+ - add ProductBadge component for enhanced product presentation
377
+ - add filters component for product listing
378
+ - add ProductListPrice component to handle pricing details
379
+
380
+ ### ❤️ Thank You
381
+
382
+ - Johanna Bertils @johannabertils
383
+ - Mathias Saxenstrand
384
+
385
+ ## 0.0.38-1 (2025-09-26)
386
+
387
+ ### 🚀 Features
388
+
389
+ - enhance form handling and component props across various modules
390
+ - add discount management components and hooks
391
+ - add ProductBadge component for enhanced product presentation
392
+ - add filters component for product listing
393
+ - add ProductListPrice component to handle pricing details
394
+
395
+ ### ❤️ Thank You
396
+
397
+ - Johanna Bertils @johannabertils
398
+ - Mathias Saxenstrand
399
+
400
+ ## 0.0.38-0 (2025-09-25)
401
+
402
+ ### 🚀 Features
403
+
404
+ - enhance form handling and component props across various modules
405
+ - add discount management components and hooks
406
+ - add ProductBadge component for enhanced product presentation
407
+ - add filters component for product listing
408
+ - add ProductListPrice component to handle pricing details
409
+
410
+ ### ❤️ Thank You
411
+
412
+ - Johanna Bertils @johannabertils
413
+ - Mathias Saxenstrand
414
+
415
+ ## 0.0.37 (2025-09-25)
416
+
417
+ ### 🚀 Features
418
+
419
+ - enhance form handling and component props across various modules
420
+ - add discount management components and hooks
421
+ - add ProductBadge component for enhanced product presentation
422
+ - add filters component for product listing
423
+ - add ProductListPrice component to handle pricing details
424
+
425
+ ### ❤️ Thank You
426
+
427
+ - Johanna Bertils @johannabertils
428
+ - Mathias Saxenstrand
429
+
430
+ ## 0.0.36 (2025-09-25)
431
+
432
+ ### 🚀 Features
433
+
434
+ - enhance form handling and component props across various modules
435
+ - add discount management components and hooks
436
+ - add ProductBadge component for enhanced product presentation
437
+ - add filters component for product listing
438
+ - add ProductListPrice component to handle pricing details
439
+
440
+ ### ❤️ Thank You
441
+
442
+ - Johanna Bertils @johannabertils
443
+ - Mathias Saxenstrand
444
+
445
+ ## 0.0.36-0 (2025-09-25)
446
+
447
+ ### 🚀 Features
448
+
449
+ - enhance form handling and component props across various modules
450
+ - add discount management components and hooks
451
+ - add ProductBadge component for enhanced product presentation
452
+ - add filters component for product listing
453
+ - add ProductListPrice component to handle pricing details
454
+
455
+ ### ❤️ Thank You
456
+
457
+ - Johanna Bertils @johannabertils
458
+ - Mathias Saxenstrand
459
+
460
+ ## 0.0.35 (2025-09-25)
461
+
462
+ ### 🚀 Features
463
+
464
+ - enhance form handling and component props across various modules
465
+ - add discount management components and hooks
466
+ - add ProductBadge component for enhanced product presentation
467
+ - add filters component for product listing
468
+ - add ProductListPrice component to handle pricing details
469
+
470
+ ### ❤️ Thank You
471
+
472
+ - Johanna Bertils @johannabertils
473
+ - Mathias Saxenstrand
474
+
475
+ ## 0.0.34-0 (2025-09-24)
476
+
477
+ ### 🚀 Features
478
+
479
+ - enhance form handling and component props across various modules
480
+ - add discount management components and hooks
481
+ - add ProductBadge component for enhanced product presentation
482
+ - add filters component for product listing
483
+ - add ProductListPrice component to handle pricing details
484
+
485
+ ### ❤️ Thank You
486
+
487
+ - Johanna Bertils @johannabertils
488
+ - Mathias Saxenstrand
489
+
490
+ ## 0.0.33 (2025-09-24)
491
+
492
+ ### 🚀 Features
493
+
494
+ - enhance form handling and component props across various modules
495
+ - add discount management components and hooks
496
+ - add ProductBadge component for enhanced product presentation
497
+ - add filters component for product listing
498
+ - add ProductListPrice component to handle pricing details
499
+
500
+ ### ❤️ Thank You
501
+
502
+ - Johanna Bertils @johannabertils
503
+ - Mathias Saxenstrand
504
+
505
+ ## 0.0.32 (2025-09-24)
506
+
507
+ ### 🚀 Features
508
+
509
+ - enhance form handling and component props across various modules
510
+ - add discount management components and hooks
511
+ - add ProductBadge component for enhanced product presentation
512
+ - add filters component for product listing
513
+ - add ProductListPrice component to handle pricing details
514
+
515
+ ### ❤️ Thank You
516
+
517
+ - Johanna Bertils @johannabertils
518
+ - Mathias Saxenstrand
519
+
520
+ ## 0.0.32-10 (2025-09-23)
521
+
522
+ ### 🚀 Features
523
+
524
+ - enhance form handling and component props across various modules
525
+ - add discount management components and hooks
526
+ - add ProductBadge component for enhanced product presentation
527
+ - add filters component for product listing
528
+ - add ProductListPrice component to handle pricing details
529
+
530
+ ### ❤️ Thank You
531
+
532
+ - Johanna Bertils @johannabertils
533
+ - Mathias Saxenstrand
534
+
535
+ ## 0.0.32-9 (2025-09-23)
536
+
537
+ ### 🚀 Features
538
+
539
+ - enhance form handling and component props across various modules
540
+ - add discount management components and hooks
541
+ - add ProductBadge component for enhanced product presentation
542
+ - add filters component for product listing
543
+ - add ProductListPrice component to handle pricing details
544
+
545
+ ### ❤️ Thank You
546
+
547
+ - Johanna Bertils @johannabertils
548
+ - Mathias Saxenstrand
549
+
550
+ ## 0.0.32-8 (2025-09-23)
551
+
552
+ ### 🚀 Features
553
+
554
+ - enhance form handling and component props across various modules
555
+ - add discount management components and hooks
556
+ - add ProductBadge component for enhanced product presentation
557
+ - add filters component for product listing
558
+ - add ProductListPrice component to handle pricing details
559
+
560
+ ### ❤️ Thank You
561
+
562
+ - Johanna Bertils @johannabertils
563
+ - Mathias Saxenstrand
564
+
565
+ ## 0.0.32-7 (2025-09-17)
566
+
567
+ ### 🚀 Features
568
+
569
+ - add collection and collections functionality to SDK
570
+ - enhance SDK context and add active plugin configuration support
571
+ - add Vendure Elastic Search Plugin integration
572
+ - enhance form handling and component props across various modules
573
+ - add discount management components and hooks
574
+ - add ProductBadge component for enhanced product presentation
575
+ - add filters component for product listing
576
+ - add ProductListPrice component to handle pricing details
577
+
578
+ ### ❤️ Thank You
579
+
580
+ - Johanna Bertils @johannabertils
581
+ - Mathias Saxenstrand
582
+
583
+ ## 0.0.32-6 (2025-09-17)
584
+
585
+ ### 🚀 Features
586
+
587
+ - add collection and collections functionality to SDK
588
+ - enhance SDK context and add active plugin configuration support
589
+ - add Vendure Elastic Search Plugin integration
590
+ - enhance form handling and component props across various modules
591
+ - add discount management components and hooks
592
+ - add ProductBadge component for enhanced product presentation
593
+ - add filters component for product listing
594
+ - add ProductListPrice component to handle pricing details
595
+
596
+ ### ❤️ Thank You
597
+
598
+ - Johanna Bertils @johannabertils
599
+ - Mathias Saxenstrand
600
+
601
+ ## 0.0.32-5 (2025-09-17)
602
+
603
+ ### 🚀 Features
604
+
605
+ - enhance SDK context and add active plugin configuration support
606
+ - add Vendure Elastic Search Plugin integration
607
+ - enhance form handling and component props across various modules
608
+ - add discount management components and hooks
609
+ - add ProductBadge component for enhanced product presentation
610
+ - add filters component for product listing
611
+ - add ProductListPrice component to handle pricing details
612
+
613
+ ### ❤️ Thank You
614
+
615
+ - Johanna Bertils @johannabertils
616
+ - Mathias Saxenstrand
617
+
618
+ ## 0.0.32-4 (2025-09-16)
619
+
620
+ ### 🚀 Features
621
+
622
+ - enhance SDK context and add active plugin configuration support
623
+ - add Vendure Elastic Search Plugin integration
624
+ - enhance form handling and component props across various modules
625
+ - add discount management components and hooks
626
+ - add ProductBadge component for enhanced product presentation
627
+ - add filters component for product listing
628
+ - add ProductListPrice component to handle pricing details
629
+
630
+ ### ❤️ Thank You
631
+
632
+ - Johanna Bertils @johannabertils
633
+ - Mathias Saxenstrand
634
+
635
+ ## 0.0.32-3 (2025-09-16)
636
+
637
+ ### 🚀 Features
638
+
639
+ - enhance SDK context and add active plugin configuration support
640
+ - add Vendure Elastic Search Plugin integration
641
+ - enhance form handling and component props across various modules
642
+ - add discount management components and hooks
643
+ - add ProductBadge component for enhanced product presentation
644
+ - add filters component for product listing
645
+ - add ProductListPrice component to handle pricing details
646
+
647
+ ### ❤️ Thank You
648
+
649
+ - Johanna Bertils @johannabertils
650
+ - Mathias Saxenstrand
651
+
652
+ ## 0.0.32-2 (2025-09-16)
653
+
654
+ ### 🚀 Features
655
+
656
+ - enhance form handling and component props across various modules
657
+ - add discount management components and hooks
658
+ - add ProductBadge component for enhanced product presentation
659
+ - add filters component for product listing
660
+ - add ProductListPrice component to handle pricing details
661
+
662
+ ### ❤️ Thank You
663
+
664
+ - Johanna Bertils @johannabertils
665
+ - Mathias Saxenstrand
666
+
667
+ ## 0.0.32-1 (2025-09-15)
668
+
669
+ ### 🚀 Features
670
+
671
+ - enhance form handling and component props across various modules
672
+ - add discount management components and hooks
673
+ - add ProductBadge component for enhanced product presentation
674
+ - add filters component for product listing
675
+ - add ProductListPrice component to handle pricing details
676
+
677
+ ### ❤️ Thank You
678
+
679
+ - Johanna Bertils @johannabertils
680
+ - Mathias Saxenstrand
681
+
682
+ ## 0.0.31 (2025-09-11)
683
+
684
+ ### 🚀 Features
685
+
686
+ - enhance form handling and component props across various modules
687
+ - add discount management components and hooks
688
+ - add ProductBadge component for enhanced product presentation
689
+ - add filters component for product listing
690
+ - add ProductListPrice component to handle pricing details
691
+
692
+ ### ❤️ Thank You
693
+
694
+ - Johanna Bertils @johannabertils
695
+ - Mathias Saxenstrand
696
+
697
+ ## 0.0.30 (2025-09-11)
698
+
699
+ ### 🚀 Features
700
+
701
+ - enhance form handling and component props across various modules
702
+ - add discount management components and hooks
703
+ - add ProductBadge component for enhanced product presentation
704
+ - add filters component for product listing
705
+ - add ProductListPrice component to handle pricing details
706
+
707
+ ### ❤️ Thank You
708
+
709
+ - Johanna Bertils @johannabertils
710
+ - Mathias Saxenstrand
711
+
712
+ ## 0.0.29 (2025-09-10)
713
+
714
+ ### 🚀 Features
715
+
716
+ - enhance form handling and component props across various modules
717
+ - add discount management components and hooks
718
+ - add ProductBadge component for enhanced product presentation
719
+ - add filters component for product listing
720
+ - add ProductListPrice component to handle pricing details
721
+
722
+ ### ❤️ Thank You
723
+
724
+ - Johanna Bertils @johannabertils
725
+ - Mathias Saxenstrand
726
+
727
+ ## 0.0.28 (2025-09-05)
728
+
729
+ ### 🚀 Features
730
+
731
+ - enhance form handling and component props across various modules
732
+ - add discount management components and hooks
733
+ - add ProductBadge component for enhanced product presentation
734
+ - add filters component for product listing
735
+ - add ProductListPrice component to handle pricing details
736
+
737
+ ### ❤️ Thank You
738
+
739
+ - Johanna Bertils @johannabertils
740
+ - Mathias Saxenstrand
741
+
742
+ ## 0.0.27 (2025-09-04)
743
+
744
+ ### 🚀 Features
745
+
746
+ - enhance form handling and component props across various modules
747
+ - add discount management components and hooks
748
+ - add ProductBadge component for enhanced product presentation
749
+ - add filters component for product listing
750
+ - add ProductListPrice component to handle pricing details
751
+
752
+ ### ❤️ Thank You
753
+
754
+ - Johanna Bertils @johannabertils
755
+ - Mathias Saxenstrand
756
+
757
+ ## 0.0.26 (2025-09-02)
758
+
759
+ ### 🚀 Features
760
+
761
+ - enhance form handling and component props across various modules
762
+ - add discount management components and hooks
763
+ - add ProductBadge component for enhanced product presentation
764
+ - add filters component for product listing
765
+ - add ProductListPrice component to handle pricing details
766
+
767
+ ### ❤️ Thank You
768
+
769
+ - Johanna Bertils @johannabertils
770
+ - Mathias Saxenstrand
771
+
772
+ ## 0.0.25 (2025-09-01)
773
+
774
+ ### 🚀 Features
775
+
776
+ - enhance form handling and component props across various modules
777
+ - add discount management components and hooks
778
+ - add ProductBadge component for enhanced product presentation
779
+ - add filters component for product listing
780
+ - add ProductListPrice component to handle pricing details
781
+
782
+ ### ❤️ Thank You
783
+
784
+ - Johanna Bertils @johannabertils
785
+ - Mathias Saxenstrand
786
+
787
+ ## 0.0.24 (2025-09-01)
788
+
789
+ ### 🚀 Features
790
+
791
+ - enhance form handling and component props across various modules
792
+ - add discount management components and hooks
793
+ - add ProductBadge component for enhanced product presentation
794
+ - add filters component for product listing
795
+ - add ProductListPrice component to handle pricing details
796
+
797
+ ### ❤️ Thank You
798
+
799
+ - Johanna Bertils @johannabertils
800
+ - Mathias Saxenstrand
801
+
802
+ ## 0.0.23 (2025-09-01)
803
+
804
+ This was a version bump only for shared/types to align it with other projects, there were no code changes.
805
+
806
+ ## 0.0.21 (2025-09-01)
807
+
808
+ This was a version bump only for shared/types to align it with other projects, there were no code changes.
809
+
810
+ ## 0.0.20 (2025-08-26)
811
+
812
+ This was a version bump only for shared/types to align it with other projects, there were no code changes.
813
+
814
+ ## 0.0.19 (2025-08-21)
815
+
816
+ ### 🚀 Features
817
+
818
+ - enhance form handling and component props across various modules
819
+
820
+ ### ❤️ Thank You
821
+
822
+ - Mathias Saxenstrand
823
+
824
+ ## 0.0.18 (2025-08-21)
825
+
826
+ ### 🚀 Features
827
+
828
+ - enhance form handling and component props across various modules
829
+ - add discount management components and hooks
830
+ - add ProductBadge component for enhanced product presentation
831
+ - add filters component for product listing
832
+ - add ProductListPrice component to handle pricing details
833
+
834
+ ### ❤️ Thank You
835
+
836
+ - Johanna Bertils @johannabertils
837
+ - Mathias Saxenstrand
838
+
839
+ ## 0.0.17 (2025-08-21)
840
+
841
+ ### 🚀 Features
842
+
843
+ - enhance form handling and component props across various modules
844
+ - add discount management components and hooks
845
+ - add ProductBadge component for enhanced product presentation
846
+ - add filters component for product listing
847
+ - add ProductListPrice component to handle pricing details
848
+
849
+ ### ❤️ Thank You
850
+
851
+ - Johanna Bertils @johannabertils
852
+ - Mathias Saxenstrand
853
+
854
+ ## 0.0.16 (2025-08-14)
855
+
856
+ This was a version bump only for shared/types to align it with other projects, there were no code changes.
857
+
858
+ ## 0.0.15 (2025-08-14)
859
+
860
+ ### 🚀 Features
861
+
862
+ - add discount management components and hooks
863
+
864
+ ### ❤️ Thank You
865
+
866
+ - Johanna Bertils @johannabertils
867
+
868
+ ## 0.0.14 (2025-07-11)
869
+
870
+ This was a version bump only for shared/types to align it with other projects, there were no code changes.
871
+
872
+ ## 0.0.13 (2025-07-09)
873
+
874
+ This was a version bump only for shared/types to align it with other projects, there were no code changes.
875
+
876
+ ## 0.0.12 (2025-07-04)
877
+
878
+ This was a version bump only for shared/types to align it with other projects, there were no code changes.
879
+
880
+ ## 0.0.11 (2025-07-04)
881
+
882
+ This was a version bump only for shared/types to align it with other projects, there were no code changes.
883
+
884
+ ## 0.0.10 (2025-07-04)
885
+
886
+ This was a version bump only for shared/types to align it with other projects, there were no code changes.
887
+
888
+ ## 0.0.9 (2025-07-04)
889
+
890
+ This was a version bump only for shared/types to align it with other projects, there were no code changes.
891
+
892
+ ## 0.0.8 (2025-07-03)
893
+
894
+ ### 🚀 Features
895
+
896
+ - add ProductBadge component for enhanced product presentation
897
+
898
+ ### ❤️ Thank You
899
+
900
+ - Johanna Bertils @johannabertils
901
+
902
+ ## 0.0.7 (2025-07-03)
903
+
904
+ This was a version bump only for shared/types to align it with other projects, there were no code changes.
905
+
906
+ ## 0.0.7-7 (2025-07-03)
907
+
908
+ This was a version bump only for shared/types to align it with other projects, there were no code changes.
909
+
910
+ ## 0.0.7-6 (2025-07-03)
911
+
912
+ This was a version bump only for shared/types to align it with other projects, there were no code changes.
913
+
914
+ ## 0.0.7-5 (2025-07-03)
915
+
916
+ This was a version bump only for shared/types to align it with other projects, there were no code changes.
917
+
918
+ ## 0.0.7-4 (2025-07-02)
919
+
920
+ This was a version bump only for shared/types to align it with other projects, there were no code changes.
921
+
922
+ ## 0.0.7-3 (2025-07-02)
923
+
924
+ This was a version bump only for shared/types to align it with other projects, there were no code changes.
925
+
926
+ ## 0.0.7-2 (2025-07-02)
927
+
928
+ This was a version bump only for shared/types to align it with other projects, there were no code changes.
929
+
930
+ ## 0.0.7-1 (2025-07-02)
931
+
932
+ This was a version bump only for shared/types to align it with other projects, there were no code changes.
933
+
934
+ ## 0.0.7-0 (2025-07-02)
935
+
936
+ This was a version bump only for shared/types to align it with other projects, there were no code changes.
937
+
938
+ ## 0.0.6 (2025-07-01)
939
+
940
+ This was a version bump only for shared/types to align it with other projects, there were no code changes.
941
+
942
+ ## 0.0.6-0 (2025-07-01)
943
+
944
+ This was a version bump only for shared/types to align it with other projects, there were no code changes.
945
+
946
+ ## 0.0.5 (2025-07-01)
947
+
948
+ This was a version bump only for shared/types to align it with other projects, there were no code changes.
949
+
950
+ ## 0.0.4 (2025-07-01)
951
+
952
+ This was a version bump only for shared/types to align it with other projects, there were no code changes.
953
+
954
+ ## 0.0.3 (2025-07-01)
955
+
956
+ ### 🚀 Features
957
+
958
+ - add filters component for product listing
959
+ - add ProductListPrice component to handle pricing details
960
+
961
+ ### ❤️ Thank You
962
+
963
+ - Mathias Saxenstrand
964
+
965
+ ## 0.0.2 (2025-06-26)
966
+
967
+ This was a version bump only for shared/types to align it with other projects, there were no code changes.
968
+
969
+ ## 0.0.1 (2025-06-26)
970
+
971
+ ### 🚀 Features
972
+
973
+ - add react-native-web support and update Vite configurations
974
+ - generate project graph and update package.json files
975
+ - integrate React Compiler and update dependencies across the project
976
+ - **price:** enhance Price component with AsChildProps and custom currency support
977
+ - **quantity-buttons:** integrate AsChildProps for flexible component rendering
978
+ - **shared-types:** create shared types library and update imports across the codebase
979
+
980
+ ### 🩹 Fixes
981
+
982
+ - **hooks:** add types export to package.json
983
+
984
+ ### ❤️ Thank You
985
+
986
+ - Mathias Saxenstrand
987
+
988
+ ## 2.0.10 (2025-06-25)
989
+
990
+ This was a version bump only for shared/types to align it with other projects, there were no code changes.
991
+
992
+ ## 2.0.9 (2025-06-25)
993
+
994
+ This was a version bump only for shared/types to align it with other projects, there were no code changes.
995
+
996
+ ## 2.0.8 (2025-06-25)
997
+
998
+ This was a version bump only for shared/types to align it with other projects, there were no code changes.
999
+
1000
+ ## 2.0.7 (2025-06-25)
1001
+
1002
+ This was a version bump only for shared/types to align it with other projects, there were no code changes.
1003
+
1004
+ ## 2.0.6 (2025-06-25)
1005
+
1006
+ This was a version bump only for shared/types to align it with other projects, there were no code changes.
1007
+
1008
+ ## 2.0.5 (2025-06-25)
1009
+
1010
+ This was a version bump only for shared/types to align it with other projects, there were no code changes.
1011
+
1012
+ ## 2.0.4 (2025-06-25)
1013
+
1014
+ This was a version bump only for shared/types to align it with other projects, there were no code changes.
1015
+
1016
+ ## 2.0.3 (2025-06-25)
1017
+
1018
+ This was a version bump only for shared/types to align it with other projects, there were no code changes.
1019
+
1020
+ ## 2.0.1 (2025-06-25)
1021
+
1022
+ This was a version bump only for shared/types to align it with other projects, there were no code changes.
1023
+
1024
+ # 2.0.0 (2025-06-25)
1025
+
1026
+ This was a version bump only for shared/types to align it with other projects, there were no code changes.
1027
+
1028
+ ## 1.0.3 (2025-06-05)
1029
+
1030
+ ### 🚀 Features
1031
+
1032
+ - introduce haus-storefront-components-react-native app
1033
+ - add FetchClient for API interactions and configure VSCode settings
1034
+ - add AddItemToOrder component for managing cart items
1035
+ - add react-native-web support and update Vite configurations
1036
+ - implement platform-aware components and utilities
1037
+
1038
+ ### ❤️ Thank You
1039
+
1040
+ - Johanna Bertils
1041
+ - Mathias Saxenstrand
1042
+
1043
+ ## 1.0.2 (2025-05-26)
1044
+
1045
+ This was a version bump only for shared/types to align it with other projects, there were no code changes.
1046
+
1047
+ ## 1.0.1 (2025-05-23)
1048
+
1049
+ ### 🚀 Features
1050
+
1051
+ - generate project graph and update package.json files
1052
+ - integrate React Compiler and update dependencies across the project
1053
+ - **eslint:** enhance ESLint configuration with React Compiler support
1054
+ - **price:** enhance Price component with AsChildProps and custom currency support
1055
+ - **quantity-buttons:** integrate AsChildProps for flexible component rendering
1056
+ - **order-lines:** introduce OrderLines component for managing cart items
1057
+
1058
+ ### 🩹 Fixes
1059
+
1060
+ - **nx.json:** update preVersionCommand to include typecheck step before build
1061
+ - **nx.json:** update preVersionCommand to target specific projects with dependencies
1062
+
1063
+ ### ❤️ Thank You
1064
+
1065
+ - Mathias Saxenstrand
1066
+
1067
+ ## 1.0.0 (2025-04-22)
1068
+
1069
+ ### 🚀 Features
1070
+
1071
+ - **shared-types:** create shared types library and update imports across the codebase
1072
+
1073
+ ### 🩹 Fixes
1074
+
1075
+ - **hooks:** add types export to package.json
1076
+
1077
+ ### ❤️ Thank You
1078
+
1079
+ - Mathias Saxenstrand