@haus-storefront-react/order-lines 1.0.4-next.5 → 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 (4) hide show
  1. package/CHANGELOG.md +2064 -2044
  2. package/index.js +4 -4
  3. package/index.mjs +84 -84
  4. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,2044 +1,2064 @@
1
- ## 1.0.4-next.4 (2026-03-09)
2
-
3
- ### 🧱 Updated Dependencies
4
-
5
- - Updated store/hooks to 1.0.4-next.4
6
- - Updated core to 1.0.4-next.4
7
- - Updated common/utils to 1.0.4-next.4
8
- - Updated common/ui to 1.0.4-next.4
9
- - Updated shared/types to 1.0.4-next.4
10
-
11
- ## 1.0.4-next.3 (2026-03-06)
12
-
13
- ### 🧱 Updated Dependencies
14
-
15
- - Updated store/hooks to 1.0.4-next.3
16
- - Updated core to 1.0.4-next.3
17
- - Updated common/utils to 1.0.4-next.3
18
- - Updated common/ui to 1.0.4-next.3
19
- - Updated shared/types to 1.0.4-next.3
20
-
21
- ## 1.0.4-next.2 (2026-03-04)
22
-
23
- ### 🧱 Updated Dependencies
24
-
25
- - Updated store/hooks to 1.0.4-next.2
26
- - Updated core to 1.0.4-next.2
27
- - Updated common/utils to 1.0.4-next.2
28
- - Updated common/ui to 1.0.4-next.2
29
- - Updated shared/types to 1.0.4-next.2
30
-
31
- ## 1.0.4-next.1 (2026-03-04)
32
-
33
- ### 🚀 Features
34
-
35
- - enhance form handling and component props across various modules
36
- - add CartPage component for managing shopping cart functionality
37
- - add order confirmation route and related components
38
- - add ProductBadge component for enhanced product presentation
39
- - add preAdd and preAdjust callbacks for order line and item adjustments
40
-
41
- ### 🩹 Fixes
42
-
43
- - update default minimum quantity to 0 in various components
44
-
45
- ### 🧱 Updated Dependencies
46
-
47
- - Updated store/hooks to 1.0.4-next.1
48
- - Updated core to 1.0.4-next.1
49
- - Updated common/utils to 1.0.4-next.1
50
- - Updated common/ui to 1.0.4-next.1
51
- - Updated shared/types to 1.0.4-next.1
52
-
53
- ## 1.0.4-next.0 (2026-03-02)
54
-
55
- ### 🚀 Features
56
-
57
- - enhance form handling and component props across various modules
58
- - add CartPage component for managing shopping cart functionality
59
- - add order confirmation route and related components
60
- - add ProductBadge component for enhanced product presentation
61
- - add preAdd and preAdjust callbacks for order line and item adjustments
62
-
63
- ### 🩹 Fixes
64
-
65
- - update default minimum quantity to 0 in various components
66
-
67
- ### 🧱 Updated Dependencies
68
-
69
- - Updated store/hooks to 1.0.4-next.0
70
- - Updated core to 1.0.4-next.0
71
- - Updated common/utils to 1.0.4-next.0
72
- - Updated common/ui to 1.0.4-next.0
73
- - Updated shared/types to 1.0.4-next.0
74
-
75
- ## 1.0.0-next.15 (2026-02-17)
76
-
77
- ### 🚀 Features
78
-
79
- - enhance form handling and component props across various modules
80
- - add CartPage component for managing shopping cart functionality
81
- - add order confirmation route and related components
82
- - add ProductBadge component for enhanced product presentation
83
- - add preAdd and preAdjust callbacks for order line and item adjustments
84
-
85
- ### 🩹 Fixes
86
-
87
- - update default minimum quantity to 0 in various components
88
-
89
- ### 🧱 Updated Dependencies
90
-
91
- - Updated store/hooks to 1.0.0-next.15
92
- - Updated core to 1.0.0-next.15
93
- - Updated common/utils to 1.0.0-next.15
94
- - Updated common/ui to 1.0.0-next.15
95
- - Updated shared/types to 1.0.0-next.15
96
-
97
- ## 1.0.0-next.14 (2026-02-13)
98
-
99
- ### 🚀 Features
100
-
101
- - enhance form handling and component props across various modules
102
- - add CartPage component for managing shopping cart functionality
103
- - add order confirmation route and related components
104
- - add ProductBadge component for enhanced product presentation
105
- - add preAdd and preAdjust callbacks for order line and item adjustments
106
-
107
- ### 🩹 Fixes
108
-
109
- - update default minimum quantity to 0 in various components
110
-
111
- ### 🧱 Updated Dependencies
112
-
113
- - Updated store/hooks to 1.0.0-next.14
114
- - Updated core to 1.0.0-next.14
115
- - Updated common/utils to 1.0.0-next.14
116
- - Updated common/ui to 1.0.0-next.14
117
- - Updated shared/types to 1.0.0-next.14
118
-
119
- ## 1.0.0-next.13 (2026-02-12)
120
-
121
- ### 🚀 Features
122
-
123
- - enhance form handling and component props across various modules
124
- - add CartPage component for managing shopping cart functionality
125
- - add order confirmation route and related components
126
- - add ProductBadge component for enhanced product presentation
127
- - add preAdd and preAdjust callbacks for order line and item adjustments
128
-
129
- ### 🩹 Fixes
130
-
131
- - update default minimum quantity to 0 in various components
132
-
133
- ### 🧱 Updated Dependencies
134
-
135
- - Updated store/hooks to 1.0.0-next.13
136
- - Updated core to 1.0.0-next.13
137
- - Updated common/utils to 1.0.0-next.13
138
- - Updated common/ui to 1.0.0-next.13
139
- - Updated shared/types to 1.0.0-next.13
140
-
141
- ## 1.0.0-next.12 (2026-02-12)
142
-
143
- ### 🚀 Features
144
-
145
- - enhance form handling and component props across various modules
146
- - add CartPage component for managing shopping cart functionality
147
- - add order confirmation route and related components
148
- - add ProductBadge component for enhanced product presentation
149
- - add preAdd and preAdjust callbacks for order line and item adjustments
150
-
151
- ### 🩹 Fixes
152
-
153
- - update default minimum quantity to 0 in various components
154
-
155
- ### 🧱 Updated Dependencies
156
-
157
- - Updated store/hooks to 1.0.0-next.12
158
- - Updated core to 1.0.0-next.12
159
- - Updated common/utils to 1.0.0-next.12
160
- - Updated common/ui to 1.0.0-next.12
161
- - Updated shared/types to 1.0.0-next.12
162
-
163
- ## 1.0.0-next.11 (2026-02-09)
164
-
165
- ### 🚀 Features
166
-
167
- - enhance form handling and component props across various modules
168
- - add CartPage component for managing shopping cart functionality
169
- - add order confirmation route and related components
170
- - add ProductBadge component for enhanced product presentation
171
- - add preAdd and preAdjust callbacks for order line and item adjustments
172
-
173
- ### 🩹 Fixes
174
-
175
- - update default minimum quantity to 0 in various components
176
-
177
- ### 🧱 Updated Dependencies
178
-
179
- - Updated store/hooks to 1.0.0-next.11
180
- - Updated core to 1.0.0-next.11
181
- - Updated common/utils to 1.0.0-next.11
182
- - Updated common/ui to 1.0.0-next.11
183
- - Updated shared/types to 1.0.0-next.11
184
-
185
- ## 1.0.0-next.10 (2026-02-05)
186
-
187
- ### 🧱 Updated Dependencies
188
-
189
- - Updated store/hooks to 1.0.0-next.10
190
- - Updated core to 1.0.0-next.10
191
- - Updated common/utils to 1.0.0-next.10
192
- - Updated common/ui to 1.0.0-next.10
193
- - Updated shared/types to 1.0.0-next.10
194
-
195
- ## 1.0.0-next.9 (2026-02-05)
196
-
197
- ### 🧱 Updated Dependencies
198
-
199
- - Updated store/hooks to 1.0.0-next.9
200
- - Updated core to 1.0.0-next.9
201
- - Updated common/utils to 1.0.0-next.9
202
- - Updated common/ui to 1.0.0-next.9
203
- - Updated shared/types to 1.0.0-next.9
204
-
205
- ## 1.0.0-next.8 (2026-02-05)
206
-
207
- ### 🧱 Updated Dependencies
208
-
209
- - Updated store/hooks to 1.0.0-next.8
210
- - Updated core to 1.0.0-next.8
211
- - Updated common/utils to 1.0.0-next.8
212
- - Updated common/ui to 1.0.0-next.8
213
- - Updated shared/types to 1.0.0-next.8
214
-
215
- ## 1.0.0-next.7 (2026-01-27)
216
-
217
- ### 🧱 Updated Dependencies
218
-
219
- - Updated store/hooks to 1.0.0-next.7
220
- - Updated core to 1.0.0-next.7
221
- - Updated common/utils to 1.0.0-next.7
222
- - Updated common/ui to 1.0.0-next.7
223
- - Updated shared/types to 1.0.0-next.7
224
-
225
- ## 1.0.0-next.6 (2026-01-23)
226
-
227
- ### 🧱 Updated Dependencies
228
-
229
- - Updated store/hooks to 1.0.0-next.6
230
- - Updated core to 1.0.0-next.6
231
- - Updated common/utils to 1.0.0-next.6
232
- - Updated common/ui to 1.0.0-next.6
233
- - Updated shared/types to 1.0.0-next.6
234
-
235
- ## 1.0.0-next.5 (2026-01-22)
236
-
237
- ### 🧱 Updated Dependencies
238
-
239
- - Updated store/hooks to 1.0.0-next.5
240
- - Updated core to 1.0.0-next.5
241
- - Updated common/utils to 1.0.0-next.5
242
- - Updated common/ui to 1.0.0-next.5
243
- - Updated shared/types to 1.0.0-next.5
244
-
245
- ## 1.0.0-next.4 (2026-01-22)
246
-
247
- ### 🧱 Updated Dependencies
248
-
249
- - Updated store/hooks to 1.0.0-next.4
250
- - Updated core to 1.0.0-next.4
251
- - Updated common/utils to 1.0.0-next.4
252
- - Updated common/ui to 1.0.0-next.4
253
- - Updated shared/types to 1.0.0-next.4
254
-
255
- ## 1.0.0-next.3 (2026-01-14)
256
-
257
- ### 🧱 Updated Dependencies
258
-
259
- - Updated store/hooks to 1.0.0-next.3
260
- - Updated core to 1.0.0-next.3
261
- - Updated common/utils to 1.0.0-next.3
262
- - Updated common/ui to 1.0.0-next.3
263
- - Updated shared/types to 1.0.0-next.3
264
-
265
- ## 1.0.0-next.2 (2025-12-30)
266
-
267
- ### 🧱 Updated Dependencies
268
-
269
- - Updated store/hooks to 1.0.0-next.2
270
- - Updated core to 1.0.0-next.2
271
- - Updated common/utils to 1.0.0-next.2
272
- - Updated common/ui to 1.0.0-next.2
273
- - Updated shared/types to 1.0.0-next.2
274
-
275
- ## 1.0.0-next.1 (2025-12-30)
276
-
277
- ### 🧱 Updated Dependencies
278
-
279
- - Updated store/hooks to 1.0.0-next.1
280
- - Updated core to 1.0.0-next.1
281
- - Updated common/utils to 1.0.0-next.1
282
- - Updated common/ui to 1.0.0-next.1
283
- - Updated shared/types to 1.0.0-next.1
284
-
285
- ## 1.0.0-next.0 (2025-12-30)
286
-
287
- ### 🧱 Updated Dependencies
288
-
289
- - Updated store/hooks to 1.0.0-next.0
290
- - Updated core to 1.0.0-next.0
291
- - Updated common/utils to 1.0.0-next.0
292
- - Updated common/ui to 1.0.0-next.0
293
- - Updated shared/types to 1.0.0-next.0
294
-
295
- ## 0.0.52-4 (2025-12-15)
296
-
297
- ### 🚀 Features
298
-
299
- - enhance form handling and component props across various modules
300
- - add CartPage component for managing shopping cart functionality
301
- - add order confirmation route and related components
302
- - add ProductBadge component for enhanced product presentation
303
- - add preAdd and preAdjust callbacks for order line and item adjustments
304
-
305
- ### 🩹 Fixes
306
-
307
- - update default minimum quantity to 0 in various components
308
-
309
- ### 🧱 Updated Dependencies
310
-
311
- - Updated store/hooks to 0.0.52-4
312
- - Updated core to 0.0.52-4
313
- - Updated common/utils to 0.0.52-4
314
- - Updated common/ui to 0.0.52-4
315
- - Updated shared/types to 0.0.52-4
316
-
317
- ## 0.0.52-3 (2025-12-12)
318
-
319
- ### 🚀 Features
320
-
321
- - enhance form handling and component props across various modules
322
- - add CartPage component for managing shopping cart functionality
323
- - add order confirmation route and related components
324
- - add ProductBadge component for enhanced product presentation
325
- - add preAdd and preAdjust callbacks for order line and item adjustments
326
-
327
- ### 🩹 Fixes
328
-
329
- - update default minimum quantity to 0 in various components
330
-
331
- ### 🧱 Updated Dependencies
332
-
333
- - Updated store/hooks to 0.0.52-3
334
- - Updated core to 0.0.52-3
335
- - Updated common/utils to 0.0.52-3
336
- - Updated common/ui to 0.0.52-3
337
- - Updated shared/types to 0.0.52-3
338
-
339
- ## 0.0.52-2 (2025-12-12)
340
-
341
- ### 🚀 Features
342
-
343
- - enhance form handling and component props across various modules
344
- - add CartPage component for managing shopping cart functionality
345
- - add order confirmation route and related components
346
- - add ProductBadge component for enhanced product presentation
347
- - add preAdd and preAdjust callbacks for order line and item adjustments
348
-
349
- ### 🩹 Fixes
350
-
351
- - update default minimum quantity to 0 in various components
352
-
353
- ### 🧱 Updated Dependencies
354
-
355
- - Updated store/hooks to 0.0.52-2
356
- - Updated core to 0.0.52-2
357
- - Updated common/utils to 0.0.52-2
358
- - Updated common/ui to 0.0.52-2
359
- - Updated shared/types to 0.0.52-2
360
-
361
- ## 0.0.52-1 (2025-12-11)
362
-
363
- ### 🚀 Features
364
-
365
- - enhance form handling and component props across various modules
366
- - add CartPage component for managing shopping cart functionality
367
- - add order confirmation route and related components
368
- - add ProductBadge component for enhanced product presentation
369
- - add preAdd and preAdjust callbacks for order line and item adjustments
370
-
371
- ### 🩹 Fixes
372
-
373
- - update default minimum quantity to 0 in various components
374
-
375
- ### 🧱 Updated Dependencies
376
-
377
- - Updated store/hooks to 0.0.52-1
378
- - Updated core to 0.0.52-1
379
- - Updated common/utils to 0.0.52-1
380
- - Updated common/ui to 0.0.52-1
381
- - Updated shared/types to 0.0.52-1
382
-
383
- ## 0.0.52 (2025-12-11)
384
-
385
- ### 🚀 Features
386
-
387
- - enhance form handling and component props across various modules
388
- - add CartPage component for managing shopping cart functionality
389
- - add order confirmation route and related components
390
- - add ProductBadge component for enhanced product presentation
391
- - add preAdd and preAdjust callbacks for order line and item adjustments
392
-
393
- ### 🩹 Fixes
394
-
395
- - update default minimum quantity to 0 in various components
396
-
397
- ### 🧱 Updated Dependencies
398
-
399
- - Updated store/hooks to 0.0.52
400
- - Updated core to 0.0.52
401
- - Updated common/utils to 0.0.52
402
- - Updated common/ui to 0.0.52
403
- - Updated shared/types to 0.0.52
404
-
405
- ## 0.0.51-0 (2025-12-11)
406
-
407
- ### 🚀 Features
408
-
409
- - enhance form handling and component props across various modules
410
- - add CartPage component for managing shopping cart functionality
411
- - add order confirmation route and related components
412
- - add ProductBadge component for enhanced product presentation
413
- - add preAdd and preAdjust callbacks for order line and item adjustments
414
-
415
- ### 🩹 Fixes
416
-
417
- - update default minimum quantity to 0 in various components
418
-
419
- ### 🧱 Updated Dependencies
420
-
421
- - Updated store/hooks to 0.0.51-0
422
- - Updated core to 0.0.51-0
423
- - Updated common/utils to 0.0.51-0
424
- - Updated common/ui to 0.0.51-0
425
- - Updated shared/types to 0.0.51-0
426
-
427
- ## 0.0.50 (2025-11-25)
428
-
429
- ### 🚀 Features
430
-
431
- - enhance form handling and component props across various modules ([21edaa1](https://github.com/WeAreHausTech/haus-storefront-components/commit/21edaa1))
432
- - add CartPage component for managing shopping cart functionality ([#30](https://github.com/WeAreHausTech/haus-storefront-components/pull/30))
433
- - add order confirmation route and related components ([#24](https://github.com/WeAreHausTech/haus-storefront-components/pull/24))
434
- - add ProductBadge component for enhanced product presentation ([#26](https://github.com/WeAreHausTech/haus-storefront-components/pull/26))
435
- - add preAdd and preAdjust callbacks for order line and item adjustments ([3991992](https://github.com/WeAreHausTech/haus-storefront-components/commit/3991992))
436
-
437
- ### 🩹 Fixes
438
-
439
- - update default minimum quantity to 0 in various components ([f55bb70](https://github.com/WeAreHausTech/haus-storefront-components/commit/f55bb70))
440
-
441
- ### 🧱 Updated Dependencies
442
-
443
- - Updated store/hooks to 0.0.50
444
- - Updated core to 0.0.50
445
- - Updated common/utils to 0.0.50
446
- - Updated common/ui to 0.0.50
447
- - Updated shared/types to 0.0.50
448
-
449
- ### ❤️ Thank You
450
-
451
- - Johanna Bertils @johannabertils
452
- - Mathias Saxenstrand
453
-
454
- ## 0.0.49 (2025-11-25)
455
-
456
- ### 🚀 Features
457
-
458
- - enhance form handling and component props across various modules ([21edaa1](https://github.com/WeAreHausTech/haus-storefront-components/commit/21edaa1))
459
- - add CartPage component for managing shopping cart functionality ([#30](https://github.com/WeAreHausTech/haus-storefront-components/pull/30))
460
- - add order confirmation route and related components ([#24](https://github.com/WeAreHausTech/haus-storefront-components/pull/24))
461
- - add ProductBadge component for enhanced product presentation ([#26](https://github.com/WeAreHausTech/haus-storefront-components/pull/26))
462
- - add preAdd and preAdjust callbacks for order line and item adjustments ([3991992](https://github.com/WeAreHausTech/haus-storefront-components/commit/3991992))
463
-
464
- ### 🩹 Fixes
465
-
466
- - update default minimum quantity to 0 in various components ([f55bb70](https://github.com/WeAreHausTech/haus-storefront-components/commit/f55bb70))
467
-
468
- ### 🧱 Updated Dependencies
469
-
470
- - Updated store/hooks to 0.0.49
471
- - Updated core to 0.0.49
472
- - Updated common/utils to 0.0.49
473
- - Updated common/ui to 0.0.49
474
- - Updated shared/types to 0.0.49
475
-
476
- ### ❤️ Thank You
477
-
478
- - Johanna Bertils @johannabertils
479
- - Mathias Saxenstrand
480
-
481
- ## 0.0.48 (2025-11-07)
482
-
483
- ### 🚀 Features
484
-
485
- - enhance form handling and component props across various modules
486
- - add CartPage component for managing shopping cart functionality
487
- - add order confirmation route and related components
488
- - add ProductBadge component for enhanced product presentation
489
- - add preAdd and preAdjust callbacks for order line and item adjustments
490
-
491
- ### 🩹 Fixes
492
-
493
- - update default minimum quantity to 0 in various components
494
-
495
- ### 🧱 Updated Dependencies
496
-
497
- - Updated store/hooks to 0.0.48
498
- - Updated core to 0.0.48
499
- - Updated common/utils to 0.0.48
500
- - Updated common/ui to 0.0.48
501
- - Updated shared/types to 0.0.48
502
-
503
- ### ❤️ Thank You
504
-
505
- - Johanna Bertils @johannabertils
506
- - Mathias Saxenstrand
507
-
508
- ## 0.0.47 (2025-10-08)
509
-
510
- ### 🚀 Features
511
-
512
- - enhance form handling and component props across various modules
513
- - add CartPage component for managing shopping cart functionality
514
- - add order confirmation route and related components
515
- - add ProductBadge component for enhanced product presentation
516
- - add preAdd and preAdjust callbacks for order line and item adjustments
517
-
518
- ### 🩹 Fixes
519
-
520
- - update default minimum quantity to 0 in various components
521
-
522
- ### 🧱 Updated Dependencies
523
-
524
- - Updated store/hooks to 0.0.47
525
- - Updated core to 0.0.47
526
- - Updated common/utils to 0.0.47
527
- - Updated common/ui to 0.0.47
528
- - Updated shared/types to 0.0.47
529
-
530
- ### ❤️ Thank You
531
-
532
- - Johanna Bertils @johannabertils
533
- - Mathias Saxenstrand
534
-
535
- ## 0.0.46 (2025-10-08)
536
-
537
- ### 🚀 Features
538
-
539
- - enhance form handling and component props across various modules
540
- - add CartPage component for managing shopping cart functionality
541
- - add order confirmation route and related components
542
- - add ProductBadge component for enhanced product presentation
543
- - add preAdd and preAdjust callbacks for order line and item adjustments
544
-
545
- ### 🩹 Fixes
546
-
547
- - update default minimum quantity to 0 in various components
548
-
549
- ### 🧱 Updated Dependencies
550
-
551
- - Updated store/hooks to 0.0.46
552
- - Updated core to 0.0.46
553
- - Updated common/utils to 0.0.46
554
- - Updated common/ui to 0.0.46
555
- - Updated shared/types to 0.0.46
556
-
557
- ### ❤️ Thank You
558
-
559
- - Johanna Bertils @johannabertils
560
- - Mathias Saxenstrand
561
-
562
- ## 0.0.45 (2025-10-06)
563
-
564
- ### 🚀 Features
565
-
566
- - enhance form handling and component props across various modules
567
- - add CartPage component for managing shopping cart functionality
568
- - add order confirmation route and related components
569
- - add ProductBadge component for enhanced product presentation
570
- - add preAdd and preAdjust callbacks for order line and item adjustments
571
-
572
- ### 🩹 Fixes
573
-
574
- - update default minimum quantity to 0 in various components
575
-
576
- ### 🧱 Updated Dependencies
577
-
578
- - Updated store/hooks to 0.0.45
579
- - Updated core to 0.0.45
580
- - Updated common/utils to 0.0.45
581
- - Updated common/ui to 0.0.45
582
- - Updated shared/types to 0.0.45
583
-
584
- ### ❤️ Thank You
585
-
586
- - Johanna Bertils @johannabertils
587
- - Mathias Saxenstrand
588
-
589
- ## 0.0.44 (2025-10-02)
590
-
591
- ### 🚀 Features
592
-
593
- - enhance form handling and component props across various modules
594
- - add CartPage component for managing shopping cart functionality
595
- - add order confirmation route and related components
596
- - add ProductBadge component for enhanced product presentation
597
- - add preAdd and preAdjust callbacks for order line and item adjustments
598
-
599
- ### 🩹 Fixes
600
-
601
- - update default minimum quantity to 0 in various components
602
-
603
- ### 🧱 Updated Dependencies
604
-
605
- - Updated store/hooks to 0.0.44
606
- - Updated core to 0.0.44
607
- - Updated common/utils to 0.0.44
608
- - Updated common/ui to 0.0.44
609
- - Updated shared/types to 0.0.44
610
-
611
- ### ❤️ Thank You
612
-
613
- - Johanna Bertils @johannabertils
614
- - Mathias Saxenstrand
615
-
616
- ## 0.0.43 (2025-09-30)
617
-
618
- ### 🚀 Features
619
-
620
- - enhance form handling and component props across various modules
621
- - add CartPage component for managing shopping cart functionality
622
- - add order confirmation route and related components
623
- - add ProductBadge component for enhanced product presentation
624
- - add preAdd and preAdjust callbacks for order line and item adjustments
625
-
626
- ### 🩹 Fixes
627
-
628
- - update default minimum quantity to 0 in various components
629
-
630
- ### 🧱 Updated Dependencies
631
-
632
- - Updated store/hooks to 0.0.43
633
- - Updated core to 0.0.43
634
- - Updated common/utils to 0.0.43
635
- - Updated common/ui to 0.0.43
636
- - Updated shared/types to 0.0.43
637
-
638
- ### ❤️ Thank You
639
-
640
- - Johanna Bertils @johannabertils
641
- - Mathias Saxenstrand
642
-
643
- ## 0.0.42 (2025-09-29)
644
-
645
- ### 🚀 Features
646
-
647
- - enhance form handling and component props across various modules
648
- - add CartPage component for managing shopping cart functionality
649
- - add order confirmation route and related components
650
- - add ProductBadge component for enhanced product presentation
651
- - add preAdd and preAdjust callbacks for order line and item adjustments
652
-
653
- ### 🩹 Fixes
654
-
655
- - update default minimum quantity to 0 in various components
656
-
657
- ### 🧱 Updated Dependencies
658
-
659
- - Updated store/hooks to 0.0.42
660
- - Updated core to 0.0.42
661
- - Updated common/utils to 0.0.42
662
- - Updated common/ui to 0.0.42
663
- - Updated shared/types to 0.0.42
664
-
665
- ### ❤️ Thank You
666
-
667
- - Johanna Bertils @johannabertils
668
- - Mathias Saxenstrand
669
-
670
- ## 0.0.41 (2025-09-26)
671
-
672
- ### 🚀 Features
673
-
674
- - enhance form handling and component props across various modules
675
- - add CartPage component for managing shopping cart functionality
676
- - add order confirmation route and related components
677
- - add ProductBadge component for enhanced product presentation
678
- - add preAdd and preAdjust callbacks for order line and item adjustments
679
-
680
- ### 🩹 Fixes
681
-
682
- - update default minimum quantity to 0 in various components
683
-
684
- ### 🧱 Updated Dependencies
685
-
686
- - Updated store/hooks to 0.0.41
687
- - Updated core to 0.0.41
688
- - Updated common/utils to 0.0.41
689
- - Updated common/ui to 0.0.41
690
- - Updated shared/types to 0.0.41
691
-
692
- ### ❤️ Thank You
693
-
694
- - Johanna Bertils @johannabertils
695
- - Mathias Saxenstrand
696
-
697
- ## 0.0.40-0 (2025-09-26)
698
-
699
- ### 🚀 Features
700
-
701
- - enhance form handling and component props across various modules
702
- - add CartPage component for managing shopping cart functionality
703
- - add order confirmation route and related components
704
- - add ProductBadge component for enhanced product presentation
705
- - add preAdd and preAdjust callbacks for order line and item adjustments
706
-
707
- ### 🩹 Fixes
708
-
709
- - update default minimum quantity to 0 in various components
710
-
711
- ### 🧱 Updated Dependencies
712
-
713
- - Updated store/hooks to 0.0.40-0
714
- - Updated core to 0.0.40-0
715
- - Updated common/utils to 0.0.40-0
716
- - Updated common/ui to 0.0.40-0
717
- - Updated shared/types to 0.0.40-0
718
-
719
- ### ❤️ Thank You
720
-
721
- - Johanna Bertils @johannabertils
722
- - Mathias Saxenstrand
723
-
724
- ## 0.0.39 (2025-09-26)
725
-
726
- ### 🚀 Features
727
-
728
- - enhance form handling and component props across various modules
729
- - add CartPage component for managing shopping cart functionality
730
- - add order confirmation route and related components
731
- - add ProductBadge component for enhanced product presentation
732
- - add preAdd and preAdjust callbacks for order line and item adjustments
733
-
734
- ### 🩹 Fixes
735
-
736
- - update default minimum quantity to 0 in various components
737
-
738
- ### 🧱 Updated Dependencies
739
-
740
- - Updated store/hooks to 0.0.39
741
- - Updated core to 0.0.39
742
- - Updated common/utils to 0.0.39
743
- - Updated common/ui to 0.0.39
744
- - Updated shared/types to 0.0.39
745
-
746
- ### ❤️ Thank You
747
-
748
- - Johanna Bertils @johannabertils
749
- - Mathias Saxenstrand
750
-
751
- ## 0.0.38-1 (2025-09-26)
752
-
753
- ### 🚀 Features
754
-
755
- - enhance form handling and component props across various modules
756
- - add CartPage component for managing shopping cart functionality
757
- - add order confirmation route and related components
758
- - add ProductBadge component for enhanced product presentation
759
- - add preAdd and preAdjust callbacks for order line and item adjustments
760
-
761
- ### 🩹 Fixes
762
-
763
- - update default minimum quantity to 0 in various components
764
-
765
- ### 🧱 Updated Dependencies
766
-
767
- - Updated store/hooks to 0.0.38-1
768
- - Updated core to 0.0.38-1
769
- - Updated common/utils to 0.0.38-1
770
- - Updated common/ui to 0.0.38-1
771
- - Updated shared/types to 0.0.38-1
772
-
773
- ### ❤️ Thank You
774
-
775
- - Johanna Bertils @johannabertils
776
- - Mathias Saxenstrand
777
-
778
- ## 0.0.38-0 (2025-09-25)
779
-
780
- ### 🚀 Features
781
-
782
- - enhance form handling and component props across various modules
783
- - add CartPage component for managing shopping cart functionality
784
- - add order confirmation route and related components
785
- - add ProductBadge component for enhanced product presentation
786
- - add preAdd and preAdjust callbacks for order line and item adjustments
787
-
788
- ### 🩹 Fixes
789
-
790
- - update default minimum quantity to 0 in various components
791
-
792
- ### 🧱 Updated Dependencies
793
-
794
- - Updated store/hooks to 0.0.38-0
795
- - Updated core to 0.0.38-0
796
- - Updated common/utils to 0.0.38-0
797
- - Updated common/ui to 0.0.38-0
798
- - Updated shared/types to 0.0.38-0
799
-
800
- ### ❤️ Thank You
801
-
802
- - Johanna Bertils @johannabertils
803
- - Mathias Saxenstrand
804
-
805
- ## 0.0.37 (2025-09-25)
806
-
807
- ### 🚀 Features
808
-
809
- - enhance form handling and component props across various modules
810
- - add CartPage component for managing shopping cart functionality
811
- - add order confirmation route and related components
812
- - add ProductBadge component for enhanced product presentation
813
- - add preAdd and preAdjust callbacks for order line and item adjustments
814
-
815
- ### 🩹 Fixes
816
-
817
- - update default minimum quantity to 0 in various components
818
-
819
- ### 🧱 Updated Dependencies
820
-
821
- - Updated store/hooks to 0.0.37
822
- - Updated core to 0.0.37
823
- - Updated common/utils to 0.0.37
824
- - Updated common/ui to 0.0.37
825
- - Updated shared/types to 0.0.37
826
-
827
- ### ❤️ Thank You
828
-
829
- - Johanna Bertils @johannabertils
830
- - Mathias Saxenstrand
831
-
832
- ## 0.0.36 (2025-09-25)
833
-
834
- ### 🚀 Features
835
-
836
- - enhance form handling and component props across various modules
837
- - add CartPage component for managing shopping cart functionality
838
- - add order confirmation route and related components
839
- - add ProductBadge component for enhanced product presentation
840
- - add preAdd and preAdjust callbacks for order line and item adjustments
841
-
842
- ### 🩹 Fixes
843
-
844
- - update default minimum quantity to 0 in various components
845
-
846
- ### 🧱 Updated Dependencies
847
-
848
- - Updated store/hooks to 0.0.36
849
- - Updated core to 0.0.36
850
- - Updated common/utils to 0.0.36
851
- - Updated common/ui to 0.0.36
852
- - Updated shared/types to 0.0.36
853
-
854
- ### ❤️ Thank You
855
-
856
- - Johanna Bertils @johannabertils
857
- - Mathias Saxenstrand
858
-
859
- ## 0.0.36-0 (2025-09-25)
860
-
861
- ### 🚀 Features
862
-
863
- - enhance form handling and component props across various modules
864
- - add CartPage component for managing shopping cart functionality
865
- - add order confirmation route and related components
866
- - add ProductBadge component for enhanced product presentation
867
- - add preAdd and preAdjust callbacks for order line and item adjustments
868
-
869
- ### 🩹 Fixes
870
-
871
- - update default minimum quantity to 0 in various components
872
-
873
- ### 🧱 Updated Dependencies
874
-
875
- - Updated store/hooks to 0.0.36-0
876
- - Updated core to 0.0.36-0
877
- - Updated common/utils to 0.0.36-0
878
- - Updated common/ui to 0.0.36-0
879
- - Updated shared/types to 0.0.36-0
880
-
881
- ### ❤️ Thank You
882
-
883
- - Johanna Bertils @johannabertils
884
- - Mathias Saxenstrand
885
-
886
- ## 0.0.35 (2025-09-25)
887
-
888
- ### 🚀 Features
889
-
890
- - enhance form handling and component props across various modules
891
- - add CartPage component for managing shopping cart functionality
892
- - add order confirmation route and related components
893
- - add ProductBadge component for enhanced product presentation
894
- - add preAdd and preAdjust callbacks for order line and item adjustments
895
-
896
- ### 🩹 Fixes
897
-
898
- - update default minimum quantity to 0 in various components
899
-
900
- ### 🧱 Updated Dependencies
901
-
902
- - Updated store/hooks to 0.0.35
903
- - Updated core to 0.0.35
904
- - Updated common/utils to 0.0.35
905
- - Updated common/ui to 0.0.35
906
- - Updated shared/types to 0.0.35
907
-
908
- ### ❤️ Thank You
909
-
910
- - Johanna Bertils @johannabertils
911
- - Mathias Saxenstrand
912
-
913
- ## 0.0.34-0 (2025-09-24)
914
-
915
- ### 🚀 Features
916
-
917
- - enhance form handling and component props across various modules
918
- - add CartPage component for managing shopping cart functionality
919
- - add order confirmation route and related components
920
- - add ProductBadge component for enhanced product presentation
921
- - add preAdd and preAdjust callbacks for order line and item adjustments
922
-
923
- ### 🩹 Fixes
924
-
925
- - update default minimum quantity to 0 in various components
926
-
927
- ### 🧱 Updated Dependencies
928
-
929
- - Updated store/hooks to 0.0.34-0
930
- - Updated core to 0.0.34-0
931
- - Updated common/utils to 0.0.34-0
932
- - Updated common/ui to 0.0.34-0
933
- - Updated shared/types to 0.0.34-0
934
-
935
- ### ❤️ Thank You
936
-
937
- - Johanna Bertils @johannabertils
938
- - Mathias Saxenstrand
939
-
940
- ## 0.0.33 (2025-09-24)
941
-
942
- ### 🚀 Features
943
-
944
- - enhance form handling and component props across various modules
945
- - add CartPage component for managing shopping cart functionality
946
- - add order confirmation route and related components
947
- - add ProductBadge component for enhanced product presentation
948
- - add preAdd and preAdjust callbacks for order line and item adjustments
949
-
950
- ### 🩹 Fixes
951
-
952
- - update default minimum quantity to 0 in various components
953
-
954
- ### 🧱 Updated Dependencies
955
-
956
- - Updated store/hooks to 0.0.33
957
- - Updated core to 0.0.33
958
- - Updated common/utils to 0.0.33
959
- - Updated common/ui to 0.0.33
960
- - Updated shared/types to 0.0.33
961
-
962
- ### ❤️ Thank You
963
-
964
- - Johanna Bertils @johannabertils
965
- - Mathias Saxenstrand
966
-
967
- ## 0.0.32 (2025-09-24)
968
-
969
- ### 🚀 Features
970
-
971
- - enhance form handling and component props across various modules
972
- - add CartPage component for managing shopping cart functionality
973
- - add order confirmation route and related components
974
- - add ProductBadge component for enhanced product presentation
975
- - add preAdd and preAdjust callbacks for order line and item adjustments
976
-
977
- ### 🩹 Fixes
978
-
979
- - update default minimum quantity to 0 in various components
980
-
981
- ### 🧱 Updated Dependencies
982
-
983
- - Updated store/hooks to 0.0.32
984
- - Updated core to 0.0.32
985
- - Updated common/utils to 0.0.32
986
- - Updated common/ui to 0.0.32
987
- - Updated shared/types to 0.0.32
988
-
989
- ### ❤️ Thank You
990
-
991
- - Johanna Bertils @johannabertils
992
- - Mathias Saxenstrand
993
-
994
- ## 0.0.32-10 (2025-09-23)
995
-
996
- ### 🚀 Features
997
-
998
- - enhance form handling and component props across various modules
999
- - add CartPage component for managing shopping cart functionality
1000
- - add order confirmation route and related components
1001
- - add ProductBadge component for enhanced product presentation
1002
- - add preAdd and preAdjust callbacks for order line and item adjustments
1003
-
1004
- ### 🩹 Fixes
1005
-
1006
- - update default minimum quantity to 0 in various components
1007
-
1008
- ### 🧱 Updated Dependencies
1009
-
1010
- - Updated store/hooks to 0.0.32-10
1011
- - Updated core to 0.0.32-10
1012
- - Updated common/utils to 0.0.32-10
1013
- - Updated common/ui to 0.0.32-10
1014
- - Updated shared/types to 0.0.32-10
1015
-
1016
- ### ❤️ Thank You
1017
-
1018
- - Johanna Bertils @johannabertils
1019
- - Mathias Saxenstrand
1020
-
1021
- ## 0.0.32-9 (2025-09-23)
1022
-
1023
- ### 🚀 Features
1024
-
1025
- - enhance form handling and component props across various modules
1026
- - add CartPage component for managing shopping cart functionality
1027
- - add order confirmation route and related components
1028
- - add ProductBadge component for enhanced product presentation
1029
- - add preAdd and preAdjust callbacks for order line and item adjustments
1030
-
1031
- ### 🩹 Fixes
1032
-
1033
- - update default minimum quantity to 0 in various components
1034
-
1035
- ### 🧱 Updated Dependencies
1036
-
1037
- - Updated store/hooks to 0.0.32-9
1038
- - Updated core to 0.0.32-9
1039
- - Updated common/utils to 0.0.32-9
1040
- - Updated common/ui to 0.0.32-9
1041
- - Updated shared/types to 0.0.32-9
1042
-
1043
- ### ❤️ Thank You
1044
-
1045
- - Johanna Bertils @johannabertils
1046
- - Mathias Saxenstrand
1047
-
1048
- ## 0.0.32-8 (2025-09-23)
1049
-
1050
- ### 🚀 Features
1051
-
1052
- - enhance form handling and component props across various modules
1053
- - add CartPage component for managing shopping cart functionality
1054
- - add order confirmation route and related components
1055
- - add ProductBadge component for enhanced product presentation
1056
- - add preAdd and preAdjust callbacks for order line and item adjustments
1057
-
1058
- ### 🩹 Fixes
1059
-
1060
- - update default minimum quantity to 0 in various components
1061
-
1062
- ### 🧱 Updated Dependencies
1063
-
1064
- - Updated store/hooks to 0.0.32-8
1065
- - Updated core to 0.0.32-8
1066
- - Updated common/utils to 0.0.32-8
1067
- - Updated common/ui to 0.0.32-8
1068
- - Updated shared/types to 0.0.32-8
1069
-
1070
- ### ❤️ Thank You
1071
-
1072
- - Johanna Bertils @johannabertils
1073
- - Mathias Saxenstrand
1074
-
1075
- ## 0.0.32-7 (2025-09-17)
1076
-
1077
- ### 🚀 Features
1078
-
1079
- - enhance form handling and component props across various modules
1080
- - add CartPage component for managing shopping cart functionality
1081
- - add order confirmation route and related components
1082
- - add ProductBadge component for enhanced product presentation
1083
- - add preAdd and preAdjust callbacks for order line and item adjustments
1084
-
1085
- ### 🩹 Fixes
1086
-
1087
- - update default minimum quantity to 0 in various components
1088
-
1089
- ### 🧱 Updated Dependencies
1090
-
1091
- - Updated store/hooks to 0.0.32-7
1092
- - Updated core to 0.0.32-7
1093
- - Updated common/utils to 0.0.32-7
1094
- - Updated common/ui to 0.0.32-7
1095
- - Updated shared/types to 0.0.32-7
1096
-
1097
- ### ❤️ Thank You
1098
-
1099
- - Johanna Bertils @johannabertils
1100
- - Mathias Saxenstrand
1101
-
1102
- ## 0.0.32-6 (2025-09-17)
1103
-
1104
- ### 🚀 Features
1105
-
1106
- - enhance form handling and component props across various modules
1107
- - add CartPage component for managing shopping cart functionality
1108
- - add order confirmation route and related components
1109
- - add ProductBadge component for enhanced product presentation
1110
- - add preAdd and preAdjust callbacks for order line and item adjustments
1111
-
1112
- ### 🩹 Fixes
1113
-
1114
- - update default minimum quantity to 0 in various components
1115
-
1116
- ### 🧱 Updated Dependencies
1117
-
1118
- - Updated store/hooks to 0.0.32-6
1119
- - Updated core to 0.0.32-6
1120
- - Updated common/utils to 0.0.32-6
1121
- - Updated common/ui to 0.0.32-6
1122
- - Updated shared/types to 0.0.32-6
1123
-
1124
- ### ❤️ Thank You
1125
-
1126
- - Johanna Bertils @johannabertils
1127
- - Mathias Saxenstrand
1128
-
1129
- ## 0.0.32-5 (2025-09-17)
1130
-
1131
- ### 🚀 Features
1132
-
1133
- - enhance form handling and component props across various modules
1134
- - add CartPage component for managing shopping cart functionality
1135
- - add order confirmation route and related components
1136
- - add ProductBadge component for enhanced product presentation
1137
- - add preAdd and preAdjust callbacks for order line and item adjustments
1138
-
1139
- ### 🩹 Fixes
1140
-
1141
- - update default minimum quantity to 0 in various components
1142
-
1143
- ### 🧱 Updated Dependencies
1144
-
1145
- - Updated store/hooks to 0.0.32-5
1146
- - Updated core to 0.0.32-5
1147
- - Updated common/utils to 0.0.32-5
1148
- - Updated common/ui to 0.0.32-5
1149
- - Updated shared/types to 0.0.32-5
1150
-
1151
- ### ❤️ Thank You
1152
-
1153
- - Johanna Bertils @johannabertils
1154
- - Mathias Saxenstrand
1155
-
1156
- ## 0.0.32-4 (2025-09-16)
1157
-
1158
- ### 🚀 Features
1159
-
1160
- - enhance form handling and component props across various modules
1161
- - add CartPage component for managing shopping cart functionality
1162
- - add order confirmation route and related components
1163
- - add ProductBadge component for enhanced product presentation
1164
- - add preAdd and preAdjust callbacks for order line and item adjustments
1165
-
1166
- ### 🩹 Fixes
1167
-
1168
- - update default minimum quantity to 0 in various components
1169
-
1170
- ### 🧱 Updated Dependencies
1171
-
1172
- - Updated store/hooks to 0.0.32-4
1173
- - Updated core to 0.0.32-4
1174
- - Updated common/utils to 0.0.32-4
1175
- - Updated common/ui to 0.0.32-4
1176
- - Updated shared/types to 0.0.32-4
1177
-
1178
- ### ❤️ Thank You
1179
-
1180
- - Johanna Bertils @johannabertils
1181
- - Mathias Saxenstrand
1182
-
1183
- ## 0.0.32-3 (2025-09-16)
1184
-
1185
- ### 🚀 Features
1186
-
1187
- - enhance form handling and component props across various modules
1188
- - add CartPage component for managing shopping cart functionality
1189
- - add order confirmation route and related components
1190
- - add ProductBadge component for enhanced product presentation
1191
- - add preAdd and preAdjust callbacks for order line and item adjustments
1192
-
1193
- ### 🩹 Fixes
1194
-
1195
- - update default minimum quantity to 0 in various components
1196
-
1197
- ### 🧱 Updated Dependencies
1198
-
1199
- - Updated store/hooks to 0.0.32-3
1200
- - Updated core to 0.0.32-3
1201
- - Updated common/utils to 0.0.32-3
1202
- - Updated common/ui to 0.0.32-3
1203
- - Updated shared/types to 0.0.32-3
1204
-
1205
- ### ❤️ Thank You
1206
-
1207
- - Johanna Bertils @johannabertils
1208
- - Mathias Saxenstrand
1209
-
1210
- ## 0.0.32-2 (2025-09-16)
1211
-
1212
- ### 🚀 Features
1213
-
1214
- - enhance form handling and component props across various modules
1215
- - add CartPage component for managing shopping cart functionality
1216
- - add order confirmation route and related components
1217
- - add ProductBadge component for enhanced product presentation
1218
- - add preAdd and preAdjust callbacks for order line and item adjustments
1219
-
1220
- ### 🩹 Fixes
1221
-
1222
- - update default minimum quantity to 0 in various components
1223
-
1224
- ### 🧱 Updated Dependencies
1225
-
1226
- - Updated store/hooks to 0.0.32-2
1227
- - Updated core to 0.0.32-2
1228
- - Updated common/utils to 0.0.32-2
1229
- - Updated common/ui to 0.0.32-2
1230
- - Updated shared/types to 0.0.32-2
1231
-
1232
- ### ❤️ Thank You
1233
-
1234
- - Johanna Bertils @johannabertils
1235
- - Mathias Saxenstrand
1236
-
1237
- ## 0.0.32-1 (2025-09-15)
1238
-
1239
- ### 🚀 Features
1240
-
1241
- - enhance form handling and component props across various modules
1242
- - add CartPage component for managing shopping cart functionality
1243
- - add order confirmation route and related components
1244
- - add ProductBadge component for enhanced product presentation
1245
- - add preAdd and preAdjust callbacks for order line and item adjustments
1246
-
1247
- ### 🩹 Fixes
1248
-
1249
- - update default minimum quantity to 0 in various components
1250
-
1251
- ### 🧱 Updated Dependencies
1252
-
1253
- - Updated store/hooks to 0.0.32-1
1254
- - Updated core to 0.0.32-1
1255
- - Updated common/utils to 0.0.32-1
1256
- - Updated common/ui to 0.0.32-1
1257
- - Updated shared/types to 0.0.32-1
1258
-
1259
- ### ❤️ Thank You
1260
-
1261
- - Johanna Bertils @johannabertils
1262
- - Mathias Saxenstrand
1263
-
1264
- ## 0.0.31 (2025-09-11)
1265
-
1266
- ### 🚀 Features
1267
-
1268
- - enhance form handling and component props across various modules
1269
- - add CartPage component for managing shopping cart functionality
1270
- - add order confirmation route and related components
1271
- - add ProductBadge component for enhanced product presentation
1272
- - add preAdd and preAdjust callbacks for order line and item adjustments
1273
-
1274
- ### 🩹 Fixes
1275
-
1276
- - update default minimum quantity to 0 in various components
1277
-
1278
- ### 🧱 Updated Dependencies
1279
-
1280
- - Updated store/hooks to 0.0.31
1281
- - Updated core to 0.0.31
1282
- - Updated common/utils to 0.0.31
1283
- - Updated common/ui to 0.0.31
1284
- - Updated shared/types to 0.0.31
1285
-
1286
- ### ❤️ Thank You
1287
-
1288
- - Johanna Bertils @johannabertils
1289
- - Mathias Saxenstrand
1290
-
1291
- ## 0.0.30 (2025-09-11)
1292
-
1293
- ### 🚀 Features
1294
-
1295
- - enhance form handling and component props across various modules
1296
- - add CartPage component for managing shopping cart functionality
1297
- - add order confirmation route and related components
1298
- - add ProductBadge component for enhanced product presentation
1299
- - add preAdd and preAdjust callbacks for order line and item adjustments
1300
-
1301
- ### 🩹 Fixes
1302
-
1303
- - update default minimum quantity to 0 in various components
1304
-
1305
- ### 🧱 Updated Dependencies
1306
-
1307
- - Updated store/hooks to 0.0.30
1308
- - Updated core to 0.0.30
1309
- - Updated common/utils to 0.0.30
1310
- - Updated common/ui to 0.0.30
1311
- - Updated shared/types to 0.0.30
1312
-
1313
- ### ❤️ Thank You
1314
-
1315
- - Johanna Bertils @johannabertils
1316
- - Mathias Saxenstrand
1317
-
1318
- ## 0.0.29 (2025-09-10)
1319
-
1320
- ### 🚀 Features
1321
-
1322
- - enhance form handling and component props across various modules
1323
- - add CartPage component for managing shopping cart functionality
1324
- - add order confirmation route and related components
1325
- - add ProductBadge component for enhanced product presentation
1326
- - add preAdd and preAdjust callbacks for order line and item adjustments
1327
-
1328
- ### 🩹 Fixes
1329
-
1330
- - update default minimum quantity to 0 in various components
1331
-
1332
- ### 🧱 Updated Dependencies
1333
-
1334
- - Updated store/hooks to 0.0.29
1335
- - Updated core to 0.0.29
1336
- - Updated common/utils to 0.0.29
1337
- - Updated common/ui to 0.0.29
1338
- - Updated shared/types to 0.0.29
1339
-
1340
- ### ❤️ Thank You
1341
-
1342
- - Johanna Bertils @johannabertils
1343
- - Mathias Saxenstrand
1344
-
1345
- ## 0.0.28 (2025-09-05)
1346
-
1347
- ### 🚀 Features
1348
-
1349
- - enhance form handling and component props across various modules
1350
- - add CartPage component for managing shopping cart functionality
1351
- - add order confirmation route and related components
1352
- - add ProductBadge component for enhanced product presentation
1353
- - add preAdd and preAdjust callbacks for order line and item adjustments
1354
-
1355
- ### 🩹 Fixes
1356
-
1357
- - update default minimum quantity to 0 in various components
1358
-
1359
- ### 🧱 Updated Dependencies
1360
-
1361
- - Updated store/hooks to 0.0.28
1362
- - Updated core to 0.0.28
1363
- - Updated common/utils to 0.0.28
1364
- - Updated common/ui to 0.0.28
1365
- - Updated shared/types to 0.0.28
1366
-
1367
- ### ❤️ Thank You
1368
-
1369
- - Johanna Bertils @johannabertils
1370
- - Mathias Saxenstrand
1371
-
1372
- ## 0.0.27 (2025-09-04)
1373
-
1374
- ### 🚀 Features
1375
-
1376
- - enhance form handling and component props across various modules
1377
- - add CartPage component for managing shopping cart functionality
1378
- - add order confirmation route and related components
1379
- - add ProductBadge component for enhanced product presentation
1380
- - add preAdd and preAdjust callbacks for order line and item adjustments
1381
-
1382
- ### 🩹 Fixes
1383
-
1384
- - update default minimum quantity to 0 in various components
1385
-
1386
- ### 🧱 Updated Dependencies
1387
-
1388
- - Updated store/hooks to 0.0.27
1389
- - Updated core to 0.0.27
1390
- - Updated common/utils to 0.0.27
1391
- - Updated common/ui to 0.0.27
1392
- - Updated shared/types to 0.0.27
1393
-
1394
- ### ❤️ Thank You
1395
-
1396
- - Johanna Bertils @johannabertils
1397
- - Mathias Saxenstrand
1398
-
1399
- ## 0.0.26 (2025-09-02)
1400
-
1401
- ### 🚀 Features
1402
-
1403
- - enhance form handling and component props across various modules
1404
- - add CartPage component for managing shopping cart functionality
1405
- - add order confirmation route and related components
1406
- - add ProductBadge component for enhanced product presentation
1407
- - add preAdd and preAdjust callbacks for order line and item adjustments
1408
-
1409
- ### 🩹 Fixes
1410
-
1411
- - update default minimum quantity to 0 in various components
1412
-
1413
- ### 🧱 Updated Dependencies
1414
-
1415
- - Updated store/hooks to 0.0.26
1416
- - Updated core to 0.0.26
1417
- - Updated common/utils to 0.0.26
1418
- - Updated common/ui to 0.0.26
1419
- - Updated shared/types to 0.0.26
1420
-
1421
- ### ❤️ Thank You
1422
-
1423
- - Johanna Bertils @johannabertils
1424
- - Mathias Saxenstrand
1425
-
1426
- ## 0.0.25 (2025-09-01)
1427
-
1428
- ### 🚀 Features
1429
-
1430
- - enhance form handling and component props across various modules
1431
- - add CartPage component for managing shopping cart functionality
1432
- - add order confirmation route and related components
1433
- - add ProductBadge component for enhanced product presentation
1434
- - add preAdd and preAdjust callbacks for order line and item adjustments
1435
-
1436
- ### 🩹 Fixes
1437
-
1438
- - update default minimum quantity to 0 in various components
1439
-
1440
- ### 🧱 Updated Dependencies
1441
-
1442
- - Updated store/hooks to 0.0.25
1443
- - Updated core to 0.0.25
1444
- - Updated common/utils to 0.0.25
1445
- - Updated common/ui to 0.0.25
1446
- - Updated shared/types to 0.0.25
1447
-
1448
- ### ❤️ Thank You
1449
-
1450
- - Johanna Bertils @johannabertils
1451
- - Mathias Saxenstrand
1452
-
1453
- ## 0.0.24 (2025-09-01)
1454
-
1455
- ### 🚀 Features
1456
-
1457
- - enhance form handling and component props across various modules
1458
- - add CartPage component for managing shopping cart functionality
1459
- - add order confirmation route and related components
1460
- - add ProductBadge component for enhanced product presentation
1461
- - add preAdd and preAdjust callbacks for order line and item adjustments
1462
-
1463
- ### 🩹 Fixes
1464
-
1465
- - update default minimum quantity to 0 in various components
1466
-
1467
- ### 🧱 Updated Dependencies
1468
-
1469
- - Updated store/hooks to 0.0.24
1470
- - Updated core to 0.0.24
1471
- - Updated common/utils to 0.0.24
1472
- - Updated common/ui to 0.0.24
1473
- - Updated shared/types to 0.0.24
1474
-
1475
- ### ❤️ Thank You
1476
-
1477
- - Johanna Bertils @johannabertils
1478
- - Mathias Saxenstrand
1479
-
1480
- ## 0.0.23 (2025-09-01)
1481
-
1482
- ### 🧱 Updated Dependencies
1483
-
1484
- - Updated store/hooks to 0.0.23
1485
- - Updated core to 0.0.23
1486
- - Updated common/utils to 0.0.23
1487
- - Updated common/ui to 0.0.23
1488
- - Updated shared/types to 0.0.23
1489
-
1490
- ## 0.0.22 (2025-09-01)
1491
-
1492
- ### 🧱 Updated Dependencies
1493
-
1494
- - Updated store/hooks to 0.0.22
1495
- - Updated core to 0.0.22-0
1496
- - Updated common/ui to 0.0.22
1497
-
1498
- ## 0.0.21 (2025-09-01)
1499
-
1500
- ### 🧱 Updated Dependencies
1501
-
1502
- - Updated store/hooks to 0.0.21
1503
- - Updated core to 0.0.21
1504
- - Updated common/utils to 0.0.21
1505
- - Updated common/ui to 0.0.21
1506
- - Updated shared/types to 0.0.21
1507
-
1508
- ## 0.0.20 (2025-08-26)
1509
-
1510
- ### 🧱 Updated Dependencies
1511
-
1512
- - Updated store/hooks to 0.0.20
1513
- - Updated core to 0.0.20
1514
- - Updated common/utils to 0.0.20
1515
- - Updated common/ui to 0.0.20
1516
- - Updated shared/types to 0.0.20
1517
-
1518
- ## 0.0.19 (2025-08-21)
1519
-
1520
- ### 🚀 Features
1521
-
1522
- - enhance form handling and component props across various modules
1523
-
1524
- ### 🧱 Updated Dependencies
1525
-
1526
- - Updated store/hooks to 0.0.19
1527
- - Updated core to 0.0.19
1528
- - Updated common/utils to 0.0.19
1529
- - Updated common/ui to 0.0.19
1530
- - Updated shared/types to 0.0.19
1531
-
1532
- ### ❤️ Thank You
1533
-
1534
- - Mathias Saxenstrand
1535
-
1536
- ## 0.0.18 (2025-08-21)
1537
-
1538
- ### 🚀 Features
1539
-
1540
- - enhance form handling and component props across various modules
1541
- - add CartPage component for managing shopping cart functionality
1542
- - add order confirmation route and related components
1543
- - add ProductBadge component for enhanced product presentation
1544
- - add preAdd and preAdjust callbacks for order line and item adjustments
1545
-
1546
- ### 🩹 Fixes
1547
-
1548
- - update default minimum quantity to 0 in various components
1549
-
1550
- ### 🧱 Updated Dependencies
1551
-
1552
- - Updated store/hooks to 0.0.18
1553
- - Updated core to 0.0.18
1554
- - Updated common/utils to 0.0.18
1555
- - Updated common/ui to 0.0.18
1556
- - Updated shared/types to 0.0.18
1557
-
1558
- ### ❤️ Thank You
1559
-
1560
- - Johanna Bertils @johannabertils
1561
- - Mathias Saxenstrand
1562
-
1563
- ## 0.0.17 (2025-08-21)
1564
-
1565
- ### 🚀 Features
1566
-
1567
- - enhance form handling and component props across various modules
1568
- - add CartPage component for managing shopping cart functionality
1569
- - add order confirmation route and related components
1570
- - add ProductBadge component for enhanced product presentation
1571
- - add preAdd and preAdjust callbacks for order line and item adjustments
1572
-
1573
- ### 🩹 Fixes
1574
-
1575
- - update default minimum quantity to 0 in various components
1576
-
1577
- ### 🧱 Updated Dependencies
1578
-
1579
- - Updated store/hooks to 0.0.17
1580
- - Updated core to 0.0.17
1581
- - Updated common/utils to 0.0.17
1582
- - Updated common/ui to 0.0.17
1583
- - Updated shared/types to 0.0.17
1584
-
1585
- ### ❤️ Thank You
1586
-
1587
- - Johanna Bertils @johannabertils
1588
- - Mathias Saxenstrand
1589
-
1590
- ## 0.0.16 (2025-08-14)
1591
-
1592
- ### 🧱 Updated Dependencies
1593
-
1594
- - Updated store/hooks to 0.0.16
1595
- - Updated core to 0.0.16
1596
- - Updated common/utils to 0.0.16
1597
- - Updated common/ui to 0.0.16
1598
- - Updated shared/types to 0.0.16
1599
-
1600
- ## 0.0.15 (2025-08-14)
1601
-
1602
- ### 🧱 Updated Dependencies
1603
-
1604
- - Updated store/hooks to 0.0.15
1605
- - Updated core to 0.0.15
1606
- - Updated common/utils to 0.0.15
1607
- - Updated common/ui to 0.0.15
1608
- - Updated shared/types to 0.0.15
1609
-
1610
- ## 0.0.14 (2025-07-11)
1611
-
1612
- ### 🧱 Updated Dependencies
1613
-
1614
- - Updated store/hooks to 0.0.14
1615
- - Updated core to 0.0.14
1616
- - Updated common/utils to 0.0.14
1617
- - Updated common/ui to 0.0.14
1618
- - Updated shared/types to 0.0.14
1619
-
1620
- ## 0.0.13 (2025-07-09)
1621
-
1622
- ### 🩹 Fixes
1623
-
1624
- - update default minimum quantity to 0 in various components
1625
-
1626
- ### 🧱 Updated Dependencies
1627
-
1628
- - Updated store/hooks to 0.0.13
1629
- - Updated core to 0.0.13
1630
- - Updated common/utils to 0.0.13
1631
- - Updated common/ui to 0.0.13
1632
- - Updated shared/types to 0.0.13
1633
-
1634
- ### ❤️ Thank You
1635
-
1636
- - Mathias Saxenstrand
1637
-
1638
- ## 0.0.12 (2025-07-04)
1639
-
1640
- ### 🧱 Updated Dependencies
1641
-
1642
- - Updated store/hooks to 0.0.12
1643
- - Updated core to 0.0.12
1644
- - Updated common/utils to 0.0.12
1645
- - Updated common/ui to 0.0.12
1646
- - Updated shared/types to 0.0.12
1647
-
1648
- ## 0.0.11 (2025-07-04)
1649
-
1650
- ### 🚀 Features
1651
-
1652
- - add CartPage component for managing shopping cart functionality
1653
-
1654
- ### 🧱 Updated Dependencies
1655
-
1656
- - Updated store/hooks to 0.0.11
1657
- - Updated core to 0.0.11
1658
- - Updated common/utils to 0.0.11
1659
- - Updated common/ui to 0.0.11
1660
- - Updated shared/types to 0.0.11
1661
-
1662
- ### ❤️ Thank You
1663
-
1664
- - Johanna Bertils @johannabertils
1665
-
1666
- ## 0.0.10 (2025-07-04)
1667
-
1668
- ### 🧱 Updated Dependencies
1669
-
1670
- - Updated store/hooks to 0.0.10
1671
- - Updated core to 0.0.10
1672
- - Updated common/utils to 0.0.10
1673
- - Updated common/ui to 0.0.10
1674
- - Updated shared/types to 0.0.10
1675
-
1676
- ## 0.0.9 (2025-07-04)
1677
-
1678
- ### 🚀 Features
1679
-
1680
- - add order confirmation route and related components
1681
-
1682
- ### 🧱 Updated Dependencies
1683
-
1684
- - Updated store/hooks to 0.0.9
1685
- - Updated core to 0.0.9
1686
- - Updated common/utils to 0.0.9
1687
- - Updated common/ui to 0.0.9
1688
- - Updated shared/types to 0.0.9
1689
-
1690
- ### ❤️ Thank You
1691
-
1692
- - Johanna Bertils @johannabertils
1693
-
1694
- ## 0.0.8 (2025-07-03)
1695
-
1696
- ### 🚀 Features
1697
-
1698
- - add ProductBadge component for enhanced product presentation
1699
- - add preAdd and preAdjust callbacks for order line and item adjustments
1700
-
1701
- ### 🧱 Updated Dependencies
1702
-
1703
- - Updated store/hooks to 0.0.8
1704
- - Updated core to 0.0.8
1705
- - Updated common/utils to 0.0.8
1706
- - Updated common/ui to 0.0.8
1707
- - Updated shared/types to 0.0.8
1708
-
1709
- ### ❤️ Thank You
1710
-
1711
- - Johanna Bertils @johannabertils
1712
-
1713
- ## 0.0.7 (2025-07-03)
1714
-
1715
- ### 🧱 Updated Dependencies
1716
-
1717
- - Updated store/hooks to 0.0.7
1718
- - Updated core to 0.0.7
1719
- - Updated common/utils to 0.0.7
1720
- - Updated common/ui to 0.0.7
1721
- - Updated shared/types to 0.0.7
1722
-
1723
- ## 0.0.7-7 (2025-07-03)
1724
-
1725
- ### 🧱 Updated Dependencies
1726
-
1727
- - Updated store/hooks to 0.0.7-7
1728
- - Updated core to 0.0.7-7
1729
- - Updated common/utils to 0.0.7-7
1730
- - Updated common/ui to 0.0.7-7
1731
- - Updated shared/types to 0.0.7-7
1732
-
1733
- ## 0.0.7-6 (2025-07-03)
1734
-
1735
- ### 🧱 Updated Dependencies
1736
-
1737
- - Updated store/hooks to 0.0.7-6
1738
- - Updated core to 0.0.7-6
1739
- - Updated common/utils to 0.0.7-6
1740
- - Updated common/ui to 0.0.7-6
1741
- - Updated shared/types to 0.0.7-6
1742
-
1743
- ## 0.0.7-5 (2025-07-03)
1744
-
1745
- ### 🧱 Updated Dependencies
1746
-
1747
- - Updated store/hooks to 0.0.7-5
1748
- - Updated core to 0.0.7-5
1749
- - Updated common/utils to 0.0.7-5
1750
- - Updated common/ui to 0.0.7-5
1751
- - Updated shared/types to 0.0.7-5
1752
-
1753
- ## 0.0.7-4 (2025-07-02)
1754
-
1755
- ### 🧱 Updated Dependencies
1756
-
1757
- - Updated store/hooks to 0.0.7-4
1758
- - Updated core to 0.0.7-4
1759
- - Updated common/utils to 0.0.7-4
1760
- - Updated common/ui to 0.0.7-4
1761
- - Updated shared/types to 0.0.7-4
1762
-
1763
- ## 0.0.7-3 (2025-07-02)
1764
-
1765
- ### 🧱 Updated Dependencies
1766
-
1767
- - Updated store/hooks to 0.0.7-3
1768
- - Updated core to 0.0.7-3
1769
- - Updated common/utils to 0.0.7-3
1770
- - Updated common/ui to 0.0.7-3
1771
- - Updated shared/types to 0.0.7-3
1772
-
1773
- ## 0.0.7-2 (2025-07-02)
1774
-
1775
- ### 🧱 Updated Dependencies
1776
-
1777
- - Updated store/hooks to 0.0.7-2
1778
- - Updated core to 0.0.7-2
1779
- - Updated common/utils to 0.0.7-2
1780
- - Updated common/ui to 0.0.7-2
1781
- - Updated shared/types to 0.0.7-2
1782
-
1783
- ## 0.0.7-1 (2025-07-02)
1784
-
1785
- ### 🧱 Updated Dependencies
1786
-
1787
- - Updated store/hooks to 0.0.7-1
1788
- - Updated core to 0.0.7-1
1789
- - Updated common/utils to 0.0.7-1
1790
- - Updated common/ui to 0.0.7-1
1791
- - Updated shared/types to 0.0.7-1
1792
-
1793
- ## 0.0.7-0 (2025-07-02)
1794
-
1795
- ### 🧱 Updated Dependencies
1796
-
1797
- - Updated store/hooks to 0.0.7-0
1798
- - Updated core to 0.0.7-0
1799
- - Updated common/utils to 0.0.7-0
1800
- - Updated common/ui to 0.0.7-0
1801
- - Updated shared/types to 0.0.7-0
1802
-
1803
- ## 0.0.6 (2025-07-01)
1804
-
1805
- ### 🧱 Updated Dependencies
1806
-
1807
- - Updated store/hooks to 0.0.6
1808
- - Updated core to 0.0.6
1809
- - Updated common/utils to 0.0.6
1810
- - Updated common/ui to 0.0.6
1811
- - Updated shared/types to 0.0.6
1812
-
1813
- ## 0.0.6-0 (2025-07-01)
1814
-
1815
- ### 🧱 Updated Dependencies
1816
-
1817
- - Updated store/hooks to 0.0.6-0
1818
- - Updated core to 0.0.6-0
1819
- - Updated common/utils to 0.0.6-0
1820
- - Updated common/ui to 0.0.6-0
1821
- - Updated shared/types to 0.0.6-0
1822
-
1823
- ## 0.0.5 (2025-07-01)
1824
-
1825
- ### 🧱 Updated Dependencies
1826
-
1827
- - Updated store/hooks to 0.0.5
1828
- - Updated core to 0.0.5
1829
- - Updated common/utils to 0.0.5
1830
- - Updated common/ui to 0.0.5
1831
- - Updated shared/types to 0.0.5
1832
-
1833
- ## 0.0.4 (2025-07-01)
1834
-
1835
- ### 🧱 Updated Dependencies
1836
-
1837
- - Updated store/hooks to 0.0.4
1838
- - Updated core to 0.0.4
1839
- - Updated common/utils to 0.0.4
1840
- - Updated common/ui to 0.0.4
1841
- - Updated shared/types to 0.0.4
1842
-
1843
- ## 0.0.3 (2025-07-01)
1844
-
1845
- ### 🧱 Updated Dependencies
1846
-
1847
- - Updated store/hooks to 0.0.3
1848
- - Updated core to 0.0.3
1849
- - Updated common/utils to 0.0.3
1850
- - Updated common/ui to 0.0.3
1851
- - Updated shared/types to 0.0.3
1852
-
1853
- ## 0.0.2 (2025-06-26)
1854
-
1855
- ### 🧱 Updated Dependencies
1856
-
1857
- - Updated store/hooks to 0.0.2
1858
- - Updated core to 0.0.2
1859
- - Updated common/utils to 0.0.2
1860
- - Updated common/ui to 0.0.2
1861
- - Updated shared/types to 0.0.2
1862
-
1863
- ## 0.0.1 (2025-06-26)
1864
-
1865
- ### 🚀 Features
1866
-
1867
- - enhance cart functionality with AddItemToOrder component
1868
- - add AddItemToOrder component for managing cart items
1869
- - add react-native-web support and update Vite configurations
1870
- - implement platform-aware components and utilities
1871
- - generate project graph and update package.json files
1872
- - integrate React Compiler and update dependencies across the project
1873
- - **quantity-buttons:** integrate AsChildProps for flexible component rendering
1874
- - **order-lines:** introduce OrderLines component for managing cart items
1875
-
1876
- ### 🩹 Fixes
1877
-
1878
- - adjust quantity validation in useOrderLinesProps
1879
-
1880
- ### 🧱 Updated Dependencies
1881
-
1882
- - Updated store/hooks to 0.0.1
1883
- - Updated core to 0.0.1
1884
- - Updated common/utils to 0.0.1
1885
- - Updated common/ui to 0.0.1
1886
- - Updated shared/types to 0.0.1
1887
-
1888
- ### ❤️ Thank You
1889
-
1890
- - Johanna Bertils
1891
- - Mathias Saxenstrand
1892
-
1893
- ## 2.0.10 (2025-06-25)
1894
-
1895
- ### 🧱 Updated Dependencies
1896
-
1897
- - Updated store/hooks to 2.0.10
1898
- - Updated core to 2.0.10
1899
- - Updated common/utils to 2.0.10
1900
- - Updated common/ui to 2.0.10
1901
- - Updated shared/types to 2.0.10
1902
-
1903
- ## 2.0.9 (2025-06-25)
1904
-
1905
- ### 🧱 Updated Dependencies
1906
-
1907
- - Updated store/hooks to 2.0.9
1908
- - Updated core to 2.0.9
1909
- - Updated common/utils to 2.0.9
1910
- - Updated common/ui to 2.0.9
1911
- - Updated shared/types to 2.0.9
1912
-
1913
- ## 2.0.8 (2025-06-25)
1914
-
1915
- ### 🧱 Updated Dependencies
1916
-
1917
- - Updated store/hooks to 2.0.8
1918
- - Updated core to 2.0.8
1919
- - Updated common/utils to 2.0.8
1920
- - Updated common/ui to 2.0.8
1921
- - Updated shared/types to 2.0.8
1922
-
1923
- ## 2.0.7 (2025-06-25)
1924
-
1925
- ### 🧱 Updated Dependencies
1926
-
1927
- - Updated store/hooks to 2.0.7
1928
- - Updated core to 2.0.7
1929
- - Updated common/utils to 2.0.7
1930
- - Updated common/ui to 2.0.7
1931
- - Updated shared/types to 2.0.7
1932
-
1933
- ## 2.0.6 (2025-06-25)
1934
-
1935
- ### 🧱 Updated Dependencies
1936
-
1937
- - Updated store/hooks to 2.0.6
1938
- - Updated core to 2.0.6
1939
- - Updated common/utils to 2.0.6
1940
- - Updated common/ui to 2.0.6
1941
- - Updated shared/types to 2.0.6
1942
-
1943
- ## 2.0.5 (2025-06-25)
1944
-
1945
- ### 🧱 Updated Dependencies
1946
-
1947
- - Updated store/hooks to 2.0.5
1948
- - Updated core to 2.0.5
1949
- - Updated common/utils to 2.0.5
1950
- - Updated common/ui to 2.0.5
1951
- - Updated shared/types to 2.0.5
1952
-
1953
- ## 2.0.4 (2025-06-25)
1954
-
1955
- ### 🧱 Updated Dependencies
1956
-
1957
- - Updated store/hooks to 2.0.4
1958
- - Updated core to 2.0.4
1959
- - Updated common/utils to 2.0.4
1960
- - Updated common/ui to 2.0.4
1961
- - Updated shared/types to 2.0.4
1962
-
1963
- ## 2.0.3 (2025-06-25)
1964
-
1965
- This was a version bump only for store/components/order-lines to align it with other projects, there were no code changes.
1966
-
1967
- ## 2.0.1 (2025-06-25)
1968
-
1969
- ### 🧱 Updated Dependencies
1970
-
1971
- - Updated store/hooks to 2.0.1
1972
- - Updated core to 2.0.1
1973
- - Updated common/utils to 2.0.1
1974
- - Updated common/ui to 2.0.1
1975
- - Updated shared/types to 2.0.1
1976
-
1977
- ## 2.0.0 (2025-06-25)
1978
-
1979
- ### 🧱 Updated Dependencies
1980
-
1981
- - Updated store/hooks to 2.0.0
1982
- - Updated core to 2.0.0
1983
- - Updated common/utils to 2.0.0
1984
- - Updated common/ui to 2.0.0
1985
- - Updated shared/types to 2.0.0
1986
-
1987
- ## 1.0.3 (2025-06-05)
1988
-
1989
- ### 🚀 Features
1990
-
1991
- - introduce haus-storefront-components-react-native app
1992
- - add FetchClient for API interactions and configure VSCode settings
1993
- - enhance cart functionality with AddItemToOrder component
1994
- - add AddItemToOrder component for managing cart items
1995
- - add react-native-web support and update Vite configurations
1996
- - implement platform-aware components and utilities
1997
-
1998
- ### 🩹 Fixes
1999
-
2000
- - adjust quantity validation in useOrderLinesProps
2001
-
2002
- ### 🧱 Updated Dependencies
2003
-
2004
- - Updated store/hooks to 1.0.3
2005
- - Updated core to 1.0.3
2006
- - Updated common/utils to 1.0.3
2007
- - Updated common/ui to 1.0.3
2008
- - Updated shared/types to 1.0.3
2009
-
2010
- ### ❤️ Thank You
2011
-
2012
- - Johanna Bertils
2013
- - Mathias Saxenstrand
2014
-
2015
- ## 1.0.2 (2025-05-26)
2016
-
2017
- ### 🧱 Updated Dependencies
2018
-
2019
- - Updated store/hooks to 1.0.2
2020
- - Updated core to 1.0.2
2021
- - Updated common/utils to 1.0.2
2022
- - Updated common/ui to 1.0.2
2023
- - Updated shared/types to 1.0.2
2024
-
2025
- ## 1.0.1 (2025-05-23)
2026
-
2027
- ### 🚀 Features
2028
-
2029
- - generate project graph and update package.json files
2030
- - integrate React Compiler and update dependencies across the project
2031
- - **quantity-buttons:** integrate AsChildProps for flexible component rendering
2032
- - **order-lines:** introduce OrderLines component for managing cart items
2033
-
2034
- ### 🧱 Updated Dependencies
2035
-
2036
- - Updated store/hooks to 1.0.1
2037
- - Updated core to 1.0.1
2038
- - Updated common/utils to 1.0.1
2039
- - Updated common/ui to 1.0.1
2040
- - Updated shared/types to 1.0.1
2041
-
2042
- ### ❤️ Thank You
2043
-
2044
- - Mathias Saxenstrand
1
+ ## 1.0.4-next.6 (2026-03-09)
2
+
3
+ ### 🧱 Updated Dependencies
4
+
5
+ - Updated store/hooks to 1.0.4-next.6
6
+ - Updated core to 1.0.4-next.6
7
+ - Updated common/utils to 1.0.4-next.6
8
+ - Updated common/ui to 1.0.4-next.6
9
+ - Updated shared/types to 1.0.4-next.6
10
+
11
+ ## 1.0.4-next.5 (2026-03-09)
12
+
13
+ ### 🧱 Updated Dependencies
14
+
15
+ - Updated store/hooks to 1.0.4-next.5
16
+ - Updated core to 1.0.4-next.5
17
+ - Updated common/utils to 1.0.4-next.5
18
+ - Updated common/ui to 1.0.4-next.5
19
+ - Updated shared/types to 1.0.4-next.5
20
+
21
+ ## 1.0.4-next.4 (2026-03-09)
22
+
23
+ ### 🧱 Updated Dependencies
24
+
25
+ - Updated store/hooks to 1.0.4-next.4
26
+ - Updated core to 1.0.4-next.4
27
+ - Updated common/utils to 1.0.4-next.4
28
+ - Updated common/ui to 1.0.4-next.4
29
+ - Updated shared/types to 1.0.4-next.4
30
+
31
+ ## 1.0.4-next.3 (2026-03-06)
32
+
33
+ ### 🧱 Updated Dependencies
34
+
35
+ - Updated store/hooks to 1.0.4-next.3
36
+ - Updated core to 1.0.4-next.3
37
+ - Updated common/utils to 1.0.4-next.3
38
+ - Updated common/ui to 1.0.4-next.3
39
+ - Updated shared/types to 1.0.4-next.3
40
+
41
+ ## 1.0.4-next.2 (2026-03-04)
42
+
43
+ ### 🧱 Updated Dependencies
44
+
45
+ - Updated store/hooks to 1.0.4-next.2
46
+ - Updated core to 1.0.4-next.2
47
+ - Updated common/utils to 1.0.4-next.2
48
+ - Updated common/ui to 1.0.4-next.2
49
+ - Updated shared/types to 1.0.4-next.2
50
+
51
+ ## 1.0.4-next.1 (2026-03-04)
52
+
53
+ ### 🚀 Features
54
+
55
+ - enhance form handling and component props across various modules
56
+ - add CartPage component for managing shopping cart functionality
57
+ - add order confirmation route and related components
58
+ - add ProductBadge component for enhanced product presentation
59
+ - add preAdd and preAdjust callbacks for order line and item adjustments
60
+
61
+ ### 🩹 Fixes
62
+
63
+ - update default minimum quantity to 0 in various components
64
+
65
+ ### 🧱 Updated Dependencies
66
+
67
+ - Updated store/hooks to 1.0.4-next.1
68
+ - Updated core to 1.0.4-next.1
69
+ - Updated common/utils to 1.0.4-next.1
70
+ - Updated common/ui to 1.0.4-next.1
71
+ - Updated shared/types to 1.0.4-next.1
72
+
73
+ ## 1.0.4-next.0 (2026-03-02)
74
+
75
+ ### 🚀 Features
76
+
77
+ - enhance form handling and component props across various modules
78
+ - add CartPage component for managing shopping cart functionality
79
+ - add order confirmation route and related components
80
+ - add ProductBadge component for enhanced product presentation
81
+ - add preAdd and preAdjust callbacks for order line and item adjustments
82
+
83
+ ### 🩹 Fixes
84
+
85
+ - update default minimum quantity to 0 in various components
86
+
87
+ ### 🧱 Updated Dependencies
88
+
89
+ - Updated store/hooks to 1.0.4-next.0
90
+ - Updated core to 1.0.4-next.0
91
+ - Updated common/utils to 1.0.4-next.0
92
+ - Updated common/ui to 1.0.4-next.0
93
+ - Updated shared/types to 1.0.4-next.0
94
+
95
+ ## 1.0.0-next.15 (2026-02-17)
96
+
97
+ ### 🚀 Features
98
+
99
+ - enhance form handling and component props across various modules
100
+ - add CartPage component for managing shopping cart functionality
101
+ - add order confirmation route and related components
102
+ - add ProductBadge component for enhanced product presentation
103
+ - add preAdd and preAdjust callbacks for order line and item adjustments
104
+
105
+ ### 🩹 Fixes
106
+
107
+ - update default minimum quantity to 0 in various components
108
+
109
+ ### 🧱 Updated Dependencies
110
+
111
+ - Updated store/hooks to 1.0.0-next.15
112
+ - Updated core to 1.0.0-next.15
113
+ - Updated common/utils to 1.0.0-next.15
114
+ - Updated common/ui to 1.0.0-next.15
115
+ - Updated shared/types to 1.0.0-next.15
116
+
117
+ ## 1.0.0-next.14 (2026-02-13)
118
+
119
+ ### 🚀 Features
120
+
121
+ - enhance form handling and component props across various modules
122
+ - add CartPage component for managing shopping cart functionality
123
+ - add order confirmation route and related components
124
+ - add ProductBadge component for enhanced product presentation
125
+ - add preAdd and preAdjust callbacks for order line and item adjustments
126
+
127
+ ### 🩹 Fixes
128
+
129
+ - update default minimum quantity to 0 in various components
130
+
131
+ ### 🧱 Updated Dependencies
132
+
133
+ - Updated store/hooks to 1.0.0-next.14
134
+ - Updated core to 1.0.0-next.14
135
+ - Updated common/utils to 1.0.0-next.14
136
+ - Updated common/ui to 1.0.0-next.14
137
+ - Updated shared/types to 1.0.0-next.14
138
+
139
+ ## 1.0.0-next.13 (2026-02-12)
140
+
141
+ ### 🚀 Features
142
+
143
+ - enhance form handling and component props across various modules
144
+ - add CartPage component for managing shopping cart functionality
145
+ - add order confirmation route and related components
146
+ - add ProductBadge component for enhanced product presentation
147
+ - add preAdd and preAdjust callbacks for order line and item adjustments
148
+
149
+ ### 🩹 Fixes
150
+
151
+ - update default minimum quantity to 0 in various components
152
+
153
+ ### 🧱 Updated Dependencies
154
+
155
+ - Updated store/hooks to 1.0.0-next.13
156
+ - Updated core to 1.0.0-next.13
157
+ - Updated common/utils to 1.0.0-next.13
158
+ - Updated common/ui to 1.0.0-next.13
159
+ - Updated shared/types to 1.0.0-next.13
160
+
161
+ ## 1.0.0-next.12 (2026-02-12)
162
+
163
+ ### 🚀 Features
164
+
165
+ - enhance form handling and component props across various modules
166
+ - add CartPage component for managing shopping cart functionality
167
+ - add order confirmation route and related components
168
+ - add ProductBadge component for enhanced product presentation
169
+ - add preAdd and preAdjust callbacks for order line and item adjustments
170
+
171
+ ### 🩹 Fixes
172
+
173
+ - update default minimum quantity to 0 in various components
174
+
175
+ ### 🧱 Updated Dependencies
176
+
177
+ - Updated store/hooks to 1.0.0-next.12
178
+ - Updated core to 1.0.0-next.12
179
+ - Updated common/utils to 1.0.0-next.12
180
+ - Updated common/ui to 1.0.0-next.12
181
+ - Updated shared/types to 1.0.0-next.12
182
+
183
+ ## 1.0.0-next.11 (2026-02-09)
184
+
185
+ ### 🚀 Features
186
+
187
+ - enhance form handling and component props across various modules
188
+ - add CartPage component for managing shopping cart functionality
189
+ - add order confirmation route and related components
190
+ - add ProductBadge component for enhanced product presentation
191
+ - add preAdd and preAdjust callbacks for order line and item adjustments
192
+
193
+ ### 🩹 Fixes
194
+
195
+ - update default minimum quantity to 0 in various components
196
+
197
+ ### 🧱 Updated Dependencies
198
+
199
+ - Updated store/hooks to 1.0.0-next.11
200
+ - Updated core to 1.0.0-next.11
201
+ - Updated common/utils to 1.0.0-next.11
202
+ - Updated common/ui to 1.0.0-next.11
203
+ - Updated shared/types to 1.0.0-next.11
204
+
205
+ ## 1.0.0-next.10 (2026-02-05)
206
+
207
+ ### 🧱 Updated Dependencies
208
+
209
+ - Updated store/hooks to 1.0.0-next.10
210
+ - Updated core to 1.0.0-next.10
211
+ - Updated common/utils to 1.0.0-next.10
212
+ - Updated common/ui to 1.0.0-next.10
213
+ - Updated shared/types to 1.0.0-next.10
214
+
215
+ ## 1.0.0-next.9 (2026-02-05)
216
+
217
+ ### 🧱 Updated Dependencies
218
+
219
+ - Updated store/hooks to 1.0.0-next.9
220
+ - Updated core to 1.0.0-next.9
221
+ - Updated common/utils to 1.0.0-next.9
222
+ - Updated common/ui to 1.0.0-next.9
223
+ - Updated shared/types to 1.0.0-next.9
224
+
225
+ ## 1.0.0-next.8 (2026-02-05)
226
+
227
+ ### 🧱 Updated Dependencies
228
+
229
+ - Updated store/hooks to 1.0.0-next.8
230
+ - Updated core to 1.0.0-next.8
231
+ - Updated common/utils to 1.0.0-next.8
232
+ - Updated common/ui to 1.0.0-next.8
233
+ - Updated shared/types to 1.0.0-next.8
234
+
235
+ ## 1.0.0-next.7 (2026-01-27)
236
+
237
+ ### 🧱 Updated Dependencies
238
+
239
+ - Updated store/hooks to 1.0.0-next.7
240
+ - Updated core to 1.0.0-next.7
241
+ - Updated common/utils to 1.0.0-next.7
242
+ - Updated common/ui to 1.0.0-next.7
243
+ - Updated shared/types to 1.0.0-next.7
244
+
245
+ ## 1.0.0-next.6 (2026-01-23)
246
+
247
+ ### 🧱 Updated Dependencies
248
+
249
+ - Updated store/hooks to 1.0.0-next.6
250
+ - Updated core to 1.0.0-next.6
251
+ - Updated common/utils to 1.0.0-next.6
252
+ - Updated common/ui to 1.0.0-next.6
253
+ - Updated shared/types to 1.0.0-next.6
254
+
255
+ ## 1.0.0-next.5 (2026-01-22)
256
+
257
+ ### 🧱 Updated Dependencies
258
+
259
+ - Updated store/hooks to 1.0.0-next.5
260
+ - Updated core to 1.0.0-next.5
261
+ - Updated common/utils to 1.0.0-next.5
262
+ - Updated common/ui to 1.0.0-next.5
263
+ - Updated shared/types to 1.0.0-next.5
264
+
265
+ ## 1.0.0-next.4 (2026-01-22)
266
+
267
+ ### 🧱 Updated Dependencies
268
+
269
+ - Updated store/hooks to 1.0.0-next.4
270
+ - Updated core to 1.0.0-next.4
271
+ - Updated common/utils to 1.0.0-next.4
272
+ - Updated common/ui to 1.0.0-next.4
273
+ - Updated shared/types to 1.0.0-next.4
274
+
275
+ ## 1.0.0-next.3 (2026-01-14)
276
+
277
+ ### 🧱 Updated Dependencies
278
+
279
+ - Updated store/hooks to 1.0.0-next.3
280
+ - Updated core to 1.0.0-next.3
281
+ - Updated common/utils to 1.0.0-next.3
282
+ - Updated common/ui to 1.0.0-next.3
283
+ - Updated shared/types to 1.0.0-next.3
284
+
285
+ ## 1.0.0-next.2 (2025-12-30)
286
+
287
+ ### 🧱 Updated Dependencies
288
+
289
+ - Updated store/hooks to 1.0.0-next.2
290
+ - Updated core to 1.0.0-next.2
291
+ - Updated common/utils to 1.0.0-next.2
292
+ - Updated common/ui to 1.0.0-next.2
293
+ - Updated shared/types to 1.0.0-next.2
294
+
295
+ ## 1.0.0-next.1 (2025-12-30)
296
+
297
+ ### 🧱 Updated Dependencies
298
+
299
+ - Updated store/hooks to 1.0.0-next.1
300
+ - Updated core to 1.0.0-next.1
301
+ - Updated common/utils to 1.0.0-next.1
302
+ - Updated common/ui to 1.0.0-next.1
303
+ - Updated shared/types to 1.0.0-next.1
304
+
305
+ ## 1.0.0-next.0 (2025-12-30)
306
+
307
+ ### 🧱 Updated Dependencies
308
+
309
+ - Updated store/hooks to 1.0.0-next.0
310
+ - Updated core to 1.0.0-next.0
311
+ - Updated common/utils to 1.0.0-next.0
312
+ - Updated common/ui to 1.0.0-next.0
313
+ - Updated shared/types to 1.0.0-next.0
314
+
315
+ ## 0.0.52-4 (2025-12-15)
316
+
317
+ ### 🚀 Features
318
+
319
+ - enhance form handling and component props across various modules
320
+ - add CartPage component for managing shopping cart functionality
321
+ - add order confirmation route and related components
322
+ - add ProductBadge component for enhanced product presentation
323
+ - add preAdd and preAdjust callbacks for order line and item adjustments
324
+
325
+ ### 🩹 Fixes
326
+
327
+ - update default minimum quantity to 0 in various components
328
+
329
+ ### 🧱 Updated Dependencies
330
+
331
+ - Updated store/hooks to 0.0.52-4
332
+ - Updated core to 0.0.52-4
333
+ - Updated common/utils to 0.0.52-4
334
+ - Updated common/ui to 0.0.52-4
335
+ - Updated shared/types to 0.0.52-4
336
+
337
+ ## 0.0.52-3 (2025-12-12)
338
+
339
+ ### 🚀 Features
340
+
341
+ - enhance form handling and component props across various modules
342
+ - add CartPage component for managing shopping cart functionality
343
+ - add order confirmation route and related components
344
+ - add ProductBadge component for enhanced product presentation
345
+ - add preAdd and preAdjust callbacks for order line and item adjustments
346
+
347
+ ### 🩹 Fixes
348
+
349
+ - update default minimum quantity to 0 in various components
350
+
351
+ ### 🧱 Updated Dependencies
352
+
353
+ - Updated store/hooks to 0.0.52-3
354
+ - Updated core to 0.0.52-3
355
+ - Updated common/utils to 0.0.52-3
356
+ - Updated common/ui to 0.0.52-3
357
+ - Updated shared/types to 0.0.52-3
358
+
359
+ ## 0.0.52-2 (2025-12-12)
360
+
361
+ ### 🚀 Features
362
+
363
+ - enhance form handling and component props across various modules
364
+ - add CartPage component for managing shopping cart functionality
365
+ - add order confirmation route and related components
366
+ - add ProductBadge component for enhanced product presentation
367
+ - add preAdd and preAdjust callbacks for order line and item adjustments
368
+
369
+ ### 🩹 Fixes
370
+
371
+ - update default minimum quantity to 0 in various components
372
+
373
+ ### 🧱 Updated Dependencies
374
+
375
+ - Updated store/hooks to 0.0.52-2
376
+ - Updated core to 0.0.52-2
377
+ - Updated common/utils to 0.0.52-2
378
+ - Updated common/ui to 0.0.52-2
379
+ - Updated shared/types to 0.0.52-2
380
+
381
+ ## 0.0.52-1 (2025-12-11)
382
+
383
+ ### 🚀 Features
384
+
385
+ - enhance form handling and component props across various modules
386
+ - add CartPage component for managing shopping cart functionality
387
+ - add order confirmation route and related components
388
+ - add ProductBadge component for enhanced product presentation
389
+ - add preAdd and preAdjust callbacks for order line and item adjustments
390
+
391
+ ### 🩹 Fixes
392
+
393
+ - update default minimum quantity to 0 in various components
394
+
395
+ ### 🧱 Updated Dependencies
396
+
397
+ - Updated store/hooks to 0.0.52-1
398
+ - Updated core to 0.0.52-1
399
+ - Updated common/utils to 0.0.52-1
400
+ - Updated common/ui to 0.0.52-1
401
+ - Updated shared/types to 0.0.52-1
402
+
403
+ ## 0.0.52 (2025-12-11)
404
+
405
+ ### 🚀 Features
406
+
407
+ - enhance form handling and component props across various modules
408
+ - add CartPage component for managing shopping cart functionality
409
+ - add order confirmation route and related components
410
+ - add ProductBadge component for enhanced product presentation
411
+ - add preAdd and preAdjust callbacks for order line and item adjustments
412
+
413
+ ### 🩹 Fixes
414
+
415
+ - update default minimum quantity to 0 in various components
416
+
417
+ ### 🧱 Updated Dependencies
418
+
419
+ - Updated store/hooks to 0.0.52
420
+ - Updated core to 0.0.52
421
+ - Updated common/utils to 0.0.52
422
+ - Updated common/ui to 0.0.52
423
+ - Updated shared/types to 0.0.52
424
+
425
+ ## 0.0.51-0 (2025-12-11)
426
+
427
+ ### 🚀 Features
428
+
429
+ - enhance form handling and component props across various modules
430
+ - add CartPage component for managing shopping cart functionality
431
+ - add order confirmation route and related components
432
+ - add ProductBadge component for enhanced product presentation
433
+ - add preAdd and preAdjust callbacks for order line and item adjustments
434
+
435
+ ### 🩹 Fixes
436
+
437
+ - update default minimum quantity to 0 in various components
438
+
439
+ ### 🧱 Updated Dependencies
440
+
441
+ - Updated store/hooks to 0.0.51-0
442
+ - Updated core to 0.0.51-0
443
+ - Updated common/utils to 0.0.51-0
444
+ - Updated common/ui to 0.0.51-0
445
+ - Updated shared/types to 0.0.51-0
446
+
447
+ ## 0.0.50 (2025-11-25)
448
+
449
+ ### 🚀 Features
450
+
451
+ - enhance form handling and component props across various modules ([21edaa1](https://github.com/WeAreHausTech/haus-storefront-components/commit/21edaa1))
452
+ - add CartPage component for managing shopping cart functionality ([#30](https://github.com/WeAreHausTech/haus-storefront-components/pull/30))
453
+ - add order confirmation route and related components ([#24](https://github.com/WeAreHausTech/haus-storefront-components/pull/24))
454
+ - add ProductBadge component for enhanced product presentation ([#26](https://github.com/WeAreHausTech/haus-storefront-components/pull/26))
455
+ - add preAdd and preAdjust callbacks for order line and item adjustments ([3991992](https://github.com/WeAreHausTech/haus-storefront-components/commit/3991992))
456
+
457
+ ### 🩹 Fixes
458
+
459
+ - update default minimum quantity to 0 in various components ([f55bb70](https://github.com/WeAreHausTech/haus-storefront-components/commit/f55bb70))
460
+
461
+ ### 🧱 Updated Dependencies
462
+
463
+ - Updated store/hooks to 0.0.50
464
+ - Updated core to 0.0.50
465
+ - Updated common/utils to 0.0.50
466
+ - Updated common/ui to 0.0.50
467
+ - Updated shared/types to 0.0.50
468
+
469
+ ### ❤️ Thank You
470
+
471
+ - Johanna Bertils @johannabertils
472
+ - Mathias Saxenstrand
473
+
474
+ ## 0.0.49 (2025-11-25)
475
+
476
+ ### 🚀 Features
477
+
478
+ - enhance form handling and component props across various modules ([21edaa1](https://github.com/WeAreHausTech/haus-storefront-components/commit/21edaa1))
479
+ - add CartPage component for managing shopping cart functionality ([#30](https://github.com/WeAreHausTech/haus-storefront-components/pull/30))
480
+ - add order confirmation route and related components ([#24](https://github.com/WeAreHausTech/haus-storefront-components/pull/24))
481
+ - add ProductBadge component for enhanced product presentation ([#26](https://github.com/WeAreHausTech/haus-storefront-components/pull/26))
482
+ - add preAdd and preAdjust callbacks for order line and item adjustments ([3991992](https://github.com/WeAreHausTech/haus-storefront-components/commit/3991992))
483
+
484
+ ### 🩹 Fixes
485
+
486
+ - update default minimum quantity to 0 in various components ([f55bb70](https://github.com/WeAreHausTech/haus-storefront-components/commit/f55bb70))
487
+
488
+ ### 🧱 Updated Dependencies
489
+
490
+ - Updated store/hooks to 0.0.49
491
+ - Updated core to 0.0.49
492
+ - Updated common/utils to 0.0.49
493
+ - Updated common/ui to 0.0.49
494
+ - Updated shared/types to 0.0.49
495
+
496
+ ### ❤️ Thank You
497
+
498
+ - Johanna Bertils @johannabertils
499
+ - Mathias Saxenstrand
500
+
501
+ ## 0.0.48 (2025-11-07)
502
+
503
+ ### 🚀 Features
504
+
505
+ - enhance form handling and component props across various modules
506
+ - add CartPage component for managing shopping cart functionality
507
+ - add order confirmation route and related components
508
+ - add ProductBadge component for enhanced product presentation
509
+ - add preAdd and preAdjust callbacks for order line and item adjustments
510
+
511
+ ### 🩹 Fixes
512
+
513
+ - update default minimum quantity to 0 in various components
514
+
515
+ ### 🧱 Updated Dependencies
516
+
517
+ - Updated store/hooks to 0.0.48
518
+ - Updated core to 0.0.48
519
+ - Updated common/utils to 0.0.48
520
+ - Updated common/ui to 0.0.48
521
+ - Updated shared/types to 0.0.48
522
+
523
+ ### ❤️ Thank You
524
+
525
+ - Johanna Bertils @johannabertils
526
+ - Mathias Saxenstrand
527
+
528
+ ## 0.0.47 (2025-10-08)
529
+
530
+ ### 🚀 Features
531
+
532
+ - enhance form handling and component props across various modules
533
+ - add CartPage component for managing shopping cart functionality
534
+ - add order confirmation route and related components
535
+ - add ProductBadge component for enhanced product presentation
536
+ - add preAdd and preAdjust callbacks for order line and item adjustments
537
+
538
+ ### 🩹 Fixes
539
+
540
+ - update default minimum quantity to 0 in various components
541
+
542
+ ### 🧱 Updated Dependencies
543
+
544
+ - Updated store/hooks to 0.0.47
545
+ - Updated core to 0.0.47
546
+ - Updated common/utils to 0.0.47
547
+ - Updated common/ui to 0.0.47
548
+ - Updated shared/types to 0.0.47
549
+
550
+ ### ❤️ Thank You
551
+
552
+ - Johanna Bertils @johannabertils
553
+ - Mathias Saxenstrand
554
+
555
+ ## 0.0.46 (2025-10-08)
556
+
557
+ ### 🚀 Features
558
+
559
+ - enhance form handling and component props across various modules
560
+ - add CartPage component for managing shopping cart functionality
561
+ - add order confirmation route and related components
562
+ - add ProductBadge component for enhanced product presentation
563
+ - add preAdd and preAdjust callbacks for order line and item adjustments
564
+
565
+ ### 🩹 Fixes
566
+
567
+ - update default minimum quantity to 0 in various components
568
+
569
+ ### 🧱 Updated Dependencies
570
+
571
+ - Updated store/hooks to 0.0.46
572
+ - Updated core to 0.0.46
573
+ - Updated common/utils to 0.0.46
574
+ - Updated common/ui to 0.0.46
575
+ - Updated shared/types to 0.0.46
576
+
577
+ ### ❤️ Thank You
578
+
579
+ - Johanna Bertils @johannabertils
580
+ - Mathias Saxenstrand
581
+
582
+ ## 0.0.45 (2025-10-06)
583
+
584
+ ### 🚀 Features
585
+
586
+ - enhance form handling and component props across various modules
587
+ - add CartPage component for managing shopping cart functionality
588
+ - add order confirmation route and related components
589
+ - add ProductBadge component for enhanced product presentation
590
+ - add preAdd and preAdjust callbacks for order line and item adjustments
591
+
592
+ ### 🩹 Fixes
593
+
594
+ - update default minimum quantity to 0 in various components
595
+
596
+ ### 🧱 Updated Dependencies
597
+
598
+ - Updated store/hooks to 0.0.45
599
+ - Updated core to 0.0.45
600
+ - Updated common/utils to 0.0.45
601
+ - Updated common/ui to 0.0.45
602
+ - Updated shared/types to 0.0.45
603
+
604
+ ### ❤️ Thank You
605
+
606
+ - Johanna Bertils @johannabertils
607
+ - Mathias Saxenstrand
608
+
609
+ ## 0.0.44 (2025-10-02)
610
+
611
+ ### 🚀 Features
612
+
613
+ - enhance form handling and component props across various modules
614
+ - add CartPage component for managing shopping cart functionality
615
+ - add order confirmation route and related components
616
+ - add ProductBadge component for enhanced product presentation
617
+ - add preAdd and preAdjust callbacks for order line and item adjustments
618
+
619
+ ### 🩹 Fixes
620
+
621
+ - update default minimum quantity to 0 in various components
622
+
623
+ ### 🧱 Updated Dependencies
624
+
625
+ - Updated store/hooks to 0.0.44
626
+ - Updated core to 0.0.44
627
+ - Updated common/utils to 0.0.44
628
+ - Updated common/ui to 0.0.44
629
+ - Updated shared/types to 0.0.44
630
+
631
+ ### ❤️ Thank You
632
+
633
+ - Johanna Bertils @johannabertils
634
+ - Mathias Saxenstrand
635
+
636
+ ## 0.0.43 (2025-09-30)
637
+
638
+ ### 🚀 Features
639
+
640
+ - enhance form handling and component props across various modules
641
+ - add CartPage component for managing shopping cart functionality
642
+ - add order confirmation route and related components
643
+ - add ProductBadge component for enhanced product presentation
644
+ - add preAdd and preAdjust callbacks for order line and item adjustments
645
+
646
+ ### 🩹 Fixes
647
+
648
+ - update default minimum quantity to 0 in various components
649
+
650
+ ### 🧱 Updated Dependencies
651
+
652
+ - Updated store/hooks to 0.0.43
653
+ - Updated core to 0.0.43
654
+ - Updated common/utils to 0.0.43
655
+ - Updated common/ui to 0.0.43
656
+ - Updated shared/types to 0.0.43
657
+
658
+ ### ❤️ Thank You
659
+
660
+ - Johanna Bertils @johannabertils
661
+ - Mathias Saxenstrand
662
+
663
+ ## 0.0.42 (2025-09-29)
664
+
665
+ ### 🚀 Features
666
+
667
+ - enhance form handling and component props across various modules
668
+ - add CartPage component for managing shopping cart functionality
669
+ - add order confirmation route and related components
670
+ - add ProductBadge component for enhanced product presentation
671
+ - add preAdd and preAdjust callbacks for order line and item adjustments
672
+
673
+ ### 🩹 Fixes
674
+
675
+ - update default minimum quantity to 0 in various components
676
+
677
+ ### 🧱 Updated Dependencies
678
+
679
+ - Updated store/hooks to 0.0.42
680
+ - Updated core to 0.0.42
681
+ - Updated common/utils to 0.0.42
682
+ - Updated common/ui to 0.0.42
683
+ - Updated shared/types to 0.0.42
684
+
685
+ ### ❤️ Thank You
686
+
687
+ - Johanna Bertils @johannabertils
688
+ - Mathias Saxenstrand
689
+
690
+ ## 0.0.41 (2025-09-26)
691
+
692
+ ### 🚀 Features
693
+
694
+ - enhance form handling and component props across various modules
695
+ - add CartPage component for managing shopping cart functionality
696
+ - add order confirmation route and related components
697
+ - add ProductBadge component for enhanced product presentation
698
+ - add preAdd and preAdjust callbacks for order line and item adjustments
699
+
700
+ ### 🩹 Fixes
701
+
702
+ - update default minimum quantity to 0 in various components
703
+
704
+ ### 🧱 Updated Dependencies
705
+
706
+ - Updated store/hooks to 0.0.41
707
+ - Updated core to 0.0.41
708
+ - Updated common/utils to 0.0.41
709
+ - Updated common/ui to 0.0.41
710
+ - Updated shared/types to 0.0.41
711
+
712
+ ### ❤️ Thank You
713
+
714
+ - Johanna Bertils @johannabertils
715
+ - Mathias Saxenstrand
716
+
717
+ ## 0.0.40-0 (2025-09-26)
718
+
719
+ ### 🚀 Features
720
+
721
+ - enhance form handling and component props across various modules
722
+ - add CartPage component for managing shopping cart functionality
723
+ - add order confirmation route and related components
724
+ - add ProductBadge component for enhanced product presentation
725
+ - add preAdd and preAdjust callbacks for order line and item adjustments
726
+
727
+ ### 🩹 Fixes
728
+
729
+ - update default minimum quantity to 0 in various components
730
+
731
+ ### 🧱 Updated Dependencies
732
+
733
+ - Updated store/hooks to 0.0.40-0
734
+ - Updated core to 0.0.40-0
735
+ - Updated common/utils to 0.0.40-0
736
+ - Updated common/ui to 0.0.40-0
737
+ - Updated shared/types to 0.0.40-0
738
+
739
+ ### ❤️ Thank You
740
+
741
+ - Johanna Bertils @johannabertils
742
+ - Mathias Saxenstrand
743
+
744
+ ## 0.0.39 (2025-09-26)
745
+
746
+ ### 🚀 Features
747
+
748
+ - enhance form handling and component props across various modules
749
+ - add CartPage component for managing shopping cart functionality
750
+ - add order confirmation route and related components
751
+ - add ProductBadge component for enhanced product presentation
752
+ - add preAdd and preAdjust callbacks for order line and item adjustments
753
+
754
+ ### 🩹 Fixes
755
+
756
+ - update default minimum quantity to 0 in various components
757
+
758
+ ### 🧱 Updated Dependencies
759
+
760
+ - Updated store/hooks to 0.0.39
761
+ - Updated core to 0.0.39
762
+ - Updated common/utils to 0.0.39
763
+ - Updated common/ui to 0.0.39
764
+ - Updated shared/types to 0.0.39
765
+
766
+ ### ❤️ Thank You
767
+
768
+ - Johanna Bertils @johannabertils
769
+ - Mathias Saxenstrand
770
+
771
+ ## 0.0.38-1 (2025-09-26)
772
+
773
+ ### 🚀 Features
774
+
775
+ - enhance form handling and component props across various modules
776
+ - add CartPage component for managing shopping cart functionality
777
+ - add order confirmation route and related components
778
+ - add ProductBadge component for enhanced product presentation
779
+ - add preAdd and preAdjust callbacks for order line and item adjustments
780
+
781
+ ### 🩹 Fixes
782
+
783
+ - update default minimum quantity to 0 in various components
784
+
785
+ ### 🧱 Updated Dependencies
786
+
787
+ - Updated store/hooks to 0.0.38-1
788
+ - Updated core to 0.0.38-1
789
+ - Updated common/utils to 0.0.38-1
790
+ - Updated common/ui to 0.0.38-1
791
+ - Updated shared/types to 0.0.38-1
792
+
793
+ ### ❤️ Thank You
794
+
795
+ - Johanna Bertils @johannabertils
796
+ - Mathias Saxenstrand
797
+
798
+ ## 0.0.38-0 (2025-09-25)
799
+
800
+ ### 🚀 Features
801
+
802
+ - enhance form handling and component props across various modules
803
+ - add CartPage component for managing shopping cart functionality
804
+ - add order confirmation route and related components
805
+ - add ProductBadge component for enhanced product presentation
806
+ - add preAdd and preAdjust callbacks for order line and item adjustments
807
+
808
+ ### 🩹 Fixes
809
+
810
+ - update default minimum quantity to 0 in various components
811
+
812
+ ### 🧱 Updated Dependencies
813
+
814
+ - Updated store/hooks to 0.0.38-0
815
+ - Updated core to 0.0.38-0
816
+ - Updated common/utils to 0.0.38-0
817
+ - Updated common/ui to 0.0.38-0
818
+ - Updated shared/types to 0.0.38-0
819
+
820
+ ### ❤️ Thank You
821
+
822
+ - Johanna Bertils @johannabertils
823
+ - Mathias Saxenstrand
824
+
825
+ ## 0.0.37 (2025-09-25)
826
+
827
+ ### 🚀 Features
828
+
829
+ - enhance form handling and component props across various modules
830
+ - add CartPage component for managing shopping cart functionality
831
+ - add order confirmation route and related components
832
+ - add ProductBadge component for enhanced product presentation
833
+ - add preAdd and preAdjust callbacks for order line and item adjustments
834
+
835
+ ### 🩹 Fixes
836
+
837
+ - update default minimum quantity to 0 in various components
838
+
839
+ ### 🧱 Updated Dependencies
840
+
841
+ - Updated store/hooks to 0.0.37
842
+ - Updated core to 0.0.37
843
+ - Updated common/utils to 0.0.37
844
+ - Updated common/ui to 0.0.37
845
+ - Updated shared/types to 0.0.37
846
+
847
+ ### ❤️ Thank You
848
+
849
+ - Johanna Bertils @johannabertils
850
+ - Mathias Saxenstrand
851
+
852
+ ## 0.0.36 (2025-09-25)
853
+
854
+ ### 🚀 Features
855
+
856
+ - enhance form handling and component props across various modules
857
+ - add CartPage component for managing shopping cart functionality
858
+ - add order confirmation route and related components
859
+ - add ProductBadge component for enhanced product presentation
860
+ - add preAdd and preAdjust callbacks for order line and item adjustments
861
+
862
+ ### 🩹 Fixes
863
+
864
+ - update default minimum quantity to 0 in various components
865
+
866
+ ### 🧱 Updated Dependencies
867
+
868
+ - Updated store/hooks to 0.0.36
869
+ - Updated core to 0.0.36
870
+ - Updated common/utils to 0.0.36
871
+ - Updated common/ui to 0.0.36
872
+ - Updated shared/types to 0.0.36
873
+
874
+ ### ❤️ Thank You
875
+
876
+ - Johanna Bertils @johannabertils
877
+ - Mathias Saxenstrand
878
+
879
+ ## 0.0.36-0 (2025-09-25)
880
+
881
+ ### 🚀 Features
882
+
883
+ - enhance form handling and component props across various modules
884
+ - add CartPage component for managing shopping cart functionality
885
+ - add order confirmation route and related components
886
+ - add ProductBadge component for enhanced product presentation
887
+ - add preAdd and preAdjust callbacks for order line and item adjustments
888
+
889
+ ### 🩹 Fixes
890
+
891
+ - update default minimum quantity to 0 in various components
892
+
893
+ ### 🧱 Updated Dependencies
894
+
895
+ - Updated store/hooks to 0.0.36-0
896
+ - Updated core to 0.0.36-0
897
+ - Updated common/utils to 0.0.36-0
898
+ - Updated common/ui to 0.0.36-0
899
+ - Updated shared/types to 0.0.36-0
900
+
901
+ ### ❤️ Thank You
902
+
903
+ - Johanna Bertils @johannabertils
904
+ - Mathias Saxenstrand
905
+
906
+ ## 0.0.35 (2025-09-25)
907
+
908
+ ### 🚀 Features
909
+
910
+ - enhance form handling and component props across various modules
911
+ - add CartPage component for managing shopping cart functionality
912
+ - add order confirmation route and related components
913
+ - add ProductBadge component for enhanced product presentation
914
+ - add preAdd and preAdjust callbacks for order line and item adjustments
915
+
916
+ ### 🩹 Fixes
917
+
918
+ - update default minimum quantity to 0 in various components
919
+
920
+ ### 🧱 Updated Dependencies
921
+
922
+ - Updated store/hooks to 0.0.35
923
+ - Updated core to 0.0.35
924
+ - Updated common/utils to 0.0.35
925
+ - Updated common/ui to 0.0.35
926
+ - Updated shared/types to 0.0.35
927
+
928
+ ### ❤️ Thank You
929
+
930
+ - Johanna Bertils @johannabertils
931
+ - Mathias Saxenstrand
932
+
933
+ ## 0.0.34-0 (2025-09-24)
934
+
935
+ ### 🚀 Features
936
+
937
+ - enhance form handling and component props across various modules
938
+ - add CartPage component for managing shopping cart functionality
939
+ - add order confirmation route and related components
940
+ - add ProductBadge component for enhanced product presentation
941
+ - add preAdd and preAdjust callbacks for order line and item adjustments
942
+
943
+ ### 🩹 Fixes
944
+
945
+ - update default minimum quantity to 0 in various components
946
+
947
+ ### 🧱 Updated Dependencies
948
+
949
+ - Updated store/hooks to 0.0.34-0
950
+ - Updated core to 0.0.34-0
951
+ - Updated common/utils to 0.0.34-0
952
+ - Updated common/ui to 0.0.34-0
953
+ - Updated shared/types to 0.0.34-0
954
+
955
+ ### ❤️ Thank You
956
+
957
+ - Johanna Bertils @johannabertils
958
+ - Mathias Saxenstrand
959
+
960
+ ## 0.0.33 (2025-09-24)
961
+
962
+ ### 🚀 Features
963
+
964
+ - enhance form handling and component props across various modules
965
+ - add CartPage component for managing shopping cart functionality
966
+ - add order confirmation route and related components
967
+ - add ProductBadge component for enhanced product presentation
968
+ - add preAdd and preAdjust callbacks for order line and item adjustments
969
+
970
+ ### 🩹 Fixes
971
+
972
+ - update default minimum quantity to 0 in various components
973
+
974
+ ### 🧱 Updated Dependencies
975
+
976
+ - Updated store/hooks to 0.0.33
977
+ - Updated core to 0.0.33
978
+ - Updated common/utils to 0.0.33
979
+ - Updated common/ui to 0.0.33
980
+ - Updated shared/types to 0.0.33
981
+
982
+ ### ❤️ Thank You
983
+
984
+ - Johanna Bertils @johannabertils
985
+ - Mathias Saxenstrand
986
+
987
+ ## 0.0.32 (2025-09-24)
988
+
989
+ ### 🚀 Features
990
+
991
+ - enhance form handling and component props across various modules
992
+ - add CartPage component for managing shopping cart functionality
993
+ - add order confirmation route and related components
994
+ - add ProductBadge component for enhanced product presentation
995
+ - add preAdd and preAdjust callbacks for order line and item adjustments
996
+
997
+ ### 🩹 Fixes
998
+
999
+ - update default minimum quantity to 0 in various components
1000
+
1001
+ ### 🧱 Updated Dependencies
1002
+
1003
+ - Updated store/hooks to 0.0.32
1004
+ - Updated core to 0.0.32
1005
+ - Updated common/utils to 0.0.32
1006
+ - Updated common/ui to 0.0.32
1007
+ - Updated shared/types to 0.0.32
1008
+
1009
+ ### ❤️ Thank You
1010
+
1011
+ - Johanna Bertils @johannabertils
1012
+ - Mathias Saxenstrand
1013
+
1014
+ ## 0.0.32-10 (2025-09-23)
1015
+
1016
+ ### 🚀 Features
1017
+
1018
+ - enhance form handling and component props across various modules
1019
+ - add CartPage component for managing shopping cart functionality
1020
+ - add order confirmation route and related components
1021
+ - add ProductBadge component for enhanced product presentation
1022
+ - add preAdd and preAdjust callbacks for order line and item adjustments
1023
+
1024
+ ### 🩹 Fixes
1025
+
1026
+ - update default minimum quantity to 0 in various components
1027
+
1028
+ ### 🧱 Updated Dependencies
1029
+
1030
+ - Updated store/hooks to 0.0.32-10
1031
+ - Updated core to 0.0.32-10
1032
+ - Updated common/utils to 0.0.32-10
1033
+ - Updated common/ui to 0.0.32-10
1034
+ - Updated shared/types to 0.0.32-10
1035
+
1036
+ ### ❤️ Thank You
1037
+
1038
+ - Johanna Bertils @johannabertils
1039
+ - Mathias Saxenstrand
1040
+
1041
+ ## 0.0.32-9 (2025-09-23)
1042
+
1043
+ ### 🚀 Features
1044
+
1045
+ - enhance form handling and component props across various modules
1046
+ - add CartPage component for managing shopping cart functionality
1047
+ - add order confirmation route and related components
1048
+ - add ProductBadge component for enhanced product presentation
1049
+ - add preAdd and preAdjust callbacks for order line and item adjustments
1050
+
1051
+ ### 🩹 Fixes
1052
+
1053
+ - update default minimum quantity to 0 in various components
1054
+
1055
+ ### 🧱 Updated Dependencies
1056
+
1057
+ - Updated store/hooks to 0.0.32-9
1058
+ - Updated core to 0.0.32-9
1059
+ - Updated common/utils to 0.0.32-9
1060
+ - Updated common/ui to 0.0.32-9
1061
+ - Updated shared/types to 0.0.32-9
1062
+
1063
+ ### ❤️ Thank You
1064
+
1065
+ - Johanna Bertils @johannabertils
1066
+ - Mathias Saxenstrand
1067
+
1068
+ ## 0.0.32-8 (2025-09-23)
1069
+
1070
+ ### 🚀 Features
1071
+
1072
+ - enhance form handling and component props across various modules
1073
+ - add CartPage component for managing shopping cart functionality
1074
+ - add order confirmation route and related components
1075
+ - add ProductBadge component for enhanced product presentation
1076
+ - add preAdd and preAdjust callbacks for order line and item adjustments
1077
+
1078
+ ### 🩹 Fixes
1079
+
1080
+ - update default minimum quantity to 0 in various components
1081
+
1082
+ ### 🧱 Updated Dependencies
1083
+
1084
+ - Updated store/hooks to 0.0.32-8
1085
+ - Updated core to 0.0.32-8
1086
+ - Updated common/utils to 0.0.32-8
1087
+ - Updated common/ui to 0.0.32-8
1088
+ - Updated shared/types to 0.0.32-8
1089
+
1090
+ ### ❤️ Thank You
1091
+
1092
+ - Johanna Bertils @johannabertils
1093
+ - Mathias Saxenstrand
1094
+
1095
+ ## 0.0.32-7 (2025-09-17)
1096
+
1097
+ ### 🚀 Features
1098
+
1099
+ - enhance form handling and component props across various modules
1100
+ - add CartPage component for managing shopping cart functionality
1101
+ - add order confirmation route and related components
1102
+ - add ProductBadge component for enhanced product presentation
1103
+ - add preAdd and preAdjust callbacks for order line and item adjustments
1104
+
1105
+ ### 🩹 Fixes
1106
+
1107
+ - update default minimum quantity to 0 in various components
1108
+
1109
+ ### 🧱 Updated Dependencies
1110
+
1111
+ - Updated store/hooks to 0.0.32-7
1112
+ - Updated core to 0.0.32-7
1113
+ - Updated common/utils to 0.0.32-7
1114
+ - Updated common/ui to 0.0.32-7
1115
+ - Updated shared/types to 0.0.32-7
1116
+
1117
+ ### ❤️ Thank You
1118
+
1119
+ - Johanna Bertils @johannabertils
1120
+ - Mathias Saxenstrand
1121
+
1122
+ ## 0.0.32-6 (2025-09-17)
1123
+
1124
+ ### 🚀 Features
1125
+
1126
+ - enhance form handling and component props across various modules
1127
+ - add CartPage component for managing shopping cart functionality
1128
+ - add order confirmation route and related components
1129
+ - add ProductBadge component for enhanced product presentation
1130
+ - add preAdd and preAdjust callbacks for order line and item adjustments
1131
+
1132
+ ### 🩹 Fixes
1133
+
1134
+ - update default minimum quantity to 0 in various components
1135
+
1136
+ ### 🧱 Updated Dependencies
1137
+
1138
+ - Updated store/hooks to 0.0.32-6
1139
+ - Updated core to 0.0.32-6
1140
+ - Updated common/utils to 0.0.32-6
1141
+ - Updated common/ui to 0.0.32-6
1142
+ - Updated shared/types to 0.0.32-6
1143
+
1144
+ ### ❤️ Thank You
1145
+
1146
+ - Johanna Bertils @johannabertils
1147
+ - Mathias Saxenstrand
1148
+
1149
+ ## 0.0.32-5 (2025-09-17)
1150
+
1151
+ ### 🚀 Features
1152
+
1153
+ - enhance form handling and component props across various modules
1154
+ - add CartPage component for managing shopping cart functionality
1155
+ - add order confirmation route and related components
1156
+ - add ProductBadge component for enhanced product presentation
1157
+ - add preAdd and preAdjust callbacks for order line and item adjustments
1158
+
1159
+ ### 🩹 Fixes
1160
+
1161
+ - update default minimum quantity to 0 in various components
1162
+
1163
+ ### 🧱 Updated Dependencies
1164
+
1165
+ - Updated store/hooks to 0.0.32-5
1166
+ - Updated core to 0.0.32-5
1167
+ - Updated common/utils to 0.0.32-5
1168
+ - Updated common/ui to 0.0.32-5
1169
+ - Updated shared/types to 0.0.32-5
1170
+
1171
+ ### ❤️ Thank You
1172
+
1173
+ - Johanna Bertils @johannabertils
1174
+ - Mathias Saxenstrand
1175
+
1176
+ ## 0.0.32-4 (2025-09-16)
1177
+
1178
+ ### 🚀 Features
1179
+
1180
+ - enhance form handling and component props across various modules
1181
+ - add CartPage component for managing shopping cart functionality
1182
+ - add order confirmation route and related components
1183
+ - add ProductBadge component for enhanced product presentation
1184
+ - add preAdd and preAdjust callbacks for order line and item adjustments
1185
+
1186
+ ### 🩹 Fixes
1187
+
1188
+ - update default minimum quantity to 0 in various components
1189
+
1190
+ ### 🧱 Updated Dependencies
1191
+
1192
+ - Updated store/hooks to 0.0.32-4
1193
+ - Updated core to 0.0.32-4
1194
+ - Updated common/utils to 0.0.32-4
1195
+ - Updated common/ui to 0.0.32-4
1196
+ - Updated shared/types to 0.0.32-4
1197
+
1198
+ ### ❤️ Thank You
1199
+
1200
+ - Johanna Bertils @johannabertils
1201
+ - Mathias Saxenstrand
1202
+
1203
+ ## 0.0.32-3 (2025-09-16)
1204
+
1205
+ ### 🚀 Features
1206
+
1207
+ - enhance form handling and component props across various modules
1208
+ - add CartPage component for managing shopping cart functionality
1209
+ - add order confirmation route and related components
1210
+ - add ProductBadge component for enhanced product presentation
1211
+ - add preAdd and preAdjust callbacks for order line and item adjustments
1212
+
1213
+ ### 🩹 Fixes
1214
+
1215
+ - update default minimum quantity to 0 in various components
1216
+
1217
+ ### 🧱 Updated Dependencies
1218
+
1219
+ - Updated store/hooks to 0.0.32-3
1220
+ - Updated core to 0.0.32-3
1221
+ - Updated common/utils to 0.0.32-3
1222
+ - Updated common/ui to 0.0.32-3
1223
+ - Updated shared/types to 0.0.32-3
1224
+
1225
+ ### ❤️ Thank You
1226
+
1227
+ - Johanna Bertils @johannabertils
1228
+ - Mathias Saxenstrand
1229
+
1230
+ ## 0.0.32-2 (2025-09-16)
1231
+
1232
+ ### 🚀 Features
1233
+
1234
+ - enhance form handling and component props across various modules
1235
+ - add CartPage component for managing shopping cart functionality
1236
+ - add order confirmation route and related components
1237
+ - add ProductBadge component for enhanced product presentation
1238
+ - add preAdd and preAdjust callbacks for order line and item adjustments
1239
+
1240
+ ### 🩹 Fixes
1241
+
1242
+ - update default minimum quantity to 0 in various components
1243
+
1244
+ ### 🧱 Updated Dependencies
1245
+
1246
+ - Updated store/hooks to 0.0.32-2
1247
+ - Updated core to 0.0.32-2
1248
+ - Updated common/utils to 0.0.32-2
1249
+ - Updated common/ui to 0.0.32-2
1250
+ - Updated shared/types to 0.0.32-2
1251
+
1252
+ ### ❤️ Thank You
1253
+
1254
+ - Johanna Bertils @johannabertils
1255
+ - Mathias Saxenstrand
1256
+
1257
+ ## 0.0.32-1 (2025-09-15)
1258
+
1259
+ ### 🚀 Features
1260
+
1261
+ - enhance form handling and component props across various modules
1262
+ - add CartPage component for managing shopping cart functionality
1263
+ - add order confirmation route and related components
1264
+ - add ProductBadge component for enhanced product presentation
1265
+ - add preAdd and preAdjust callbacks for order line and item adjustments
1266
+
1267
+ ### 🩹 Fixes
1268
+
1269
+ - update default minimum quantity to 0 in various components
1270
+
1271
+ ### 🧱 Updated Dependencies
1272
+
1273
+ - Updated store/hooks to 0.0.32-1
1274
+ - Updated core to 0.0.32-1
1275
+ - Updated common/utils to 0.0.32-1
1276
+ - Updated common/ui to 0.0.32-1
1277
+ - Updated shared/types to 0.0.32-1
1278
+
1279
+ ### ❤️ Thank You
1280
+
1281
+ - Johanna Bertils @johannabertils
1282
+ - Mathias Saxenstrand
1283
+
1284
+ ## 0.0.31 (2025-09-11)
1285
+
1286
+ ### 🚀 Features
1287
+
1288
+ - enhance form handling and component props across various modules
1289
+ - add CartPage component for managing shopping cart functionality
1290
+ - add order confirmation route and related components
1291
+ - add ProductBadge component for enhanced product presentation
1292
+ - add preAdd and preAdjust callbacks for order line and item adjustments
1293
+
1294
+ ### 🩹 Fixes
1295
+
1296
+ - update default minimum quantity to 0 in various components
1297
+
1298
+ ### 🧱 Updated Dependencies
1299
+
1300
+ - Updated store/hooks to 0.0.31
1301
+ - Updated core to 0.0.31
1302
+ - Updated common/utils to 0.0.31
1303
+ - Updated common/ui to 0.0.31
1304
+ - Updated shared/types to 0.0.31
1305
+
1306
+ ### ❤️ Thank You
1307
+
1308
+ - Johanna Bertils @johannabertils
1309
+ - Mathias Saxenstrand
1310
+
1311
+ ## 0.0.30 (2025-09-11)
1312
+
1313
+ ### 🚀 Features
1314
+
1315
+ - enhance form handling and component props across various modules
1316
+ - add CartPage component for managing shopping cart functionality
1317
+ - add order confirmation route and related components
1318
+ - add ProductBadge component for enhanced product presentation
1319
+ - add preAdd and preAdjust callbacks for order line and item adjustments
1320
+
1321
+ ### 🩹 Fixes
1322
+
1323
+ - update default minimum quantity to 0 in various components
1324
+
1325
+ ### 🧱 Updated Dependencies
1326
+
1327
+ - Updated store/hooks to 0.0.30
1328
+ - Updated core to 0.0.30
1329
+ - Updated common/utils to 0.0.30
1330
+ - Updated common/ui to 0.0.30
1331
+ - Updated shared/types to 0.0.30
1332
+
1333
+ ### ❤️ Thank You
1334
+
1335
+ - Johanna Bertils @johannabertils
1336
+ - Mathias Saxenstrand
1337
+
1338
+ ## 0.0.29 (2025-09-10)
1339
+
1340
+ ### 🚀 Features
1341
+
1342
+ - enhance form handling and component props across various modules
1343
+ - add CartPage component for managing shopping cart functionality
1344
+ - add order confirmation route and related components
1345
+ - add ProductBadge component for enhanced product presentation
1346
+ - add preAdd and preAdjust callbacks for order line and item adjustments
1347
+
1348
+ ### 🩹 Fixes
1349
+
1350
+ - update default minimum quantity to 0 in various components
1351
+
1352
+ ### 🧱 Updated Dependencies
1353
+
1354
+ - Updated store/hooks to 0.0.29
1355
+ - Updated core to 0.0.29
1356
+ - Updated common/utils to 0.0.29
1357
+ - Updated common/ui to 0.0.29
1358
+ - Updated shared/types to 0.0.29
1359
+
1360
+ ### ❤️ Thank You
1361
+
1362
+ - Johanna Bertils @johannabertils
1363
+ - Mathias Saxenstrand
1364
+
1365
+ ## 0.0.28 (2025-09-05)
1366
+
1367
+ ### 🚀 Features
1368
+
1369
+ - enhance form handling and component props across various modules
1370
+ - add CartPage component for managing shopping cart functionality
1371
+ - add order confirmation route and related components
1372
+ - add ProductBadge component for enhanced product presentation
1373
+ - add preAdd and preAdjust callbacks for order line and item adjustments
1374
+
1375
+ ### 🩹 Fixes
1376
+
1377
+ - update default minimum quantity to 0 in various components
1378
+
1379
+ ### 🧱 Updated Dependencies
1380
+
1381
+ - Updated store/hooks to 0.0.28
1382
+ - Updated core to 0.0.28
1383
+ - Updated common/utils to 0.0.28
1384
+ - Updated common/ui to 0.0.28
1385
+ - Updated shared/types to 0.0.28
1386
+
1387
+ ### ❤️ Thank You
1388
+
1389
+ - Johanna Bertils @johannabertils
1390
+ - Mathias Saxenstrand
1391
+
1392
+ ## 0.0.27 (2025-09-04)
1393
+
1394
+ ### 🚀 Features
1395
+
1396
+ - enhance form handling and component props across various modules
1397
+ - add CartPage component for managing shopping cart functionality
1398
+ - add order confirmation route and related components
1399
+ - add ProductBadge component for enhanced product presentation
1400
+ - add preAdd and preAdjust callbacks for order line and item adjustments
1401
+
1402
+ ### 🩹 Fixes
1403
+
1404
+ - update default minimum quantity to 0 in various components
1405
+
1406
+ ### 🧱 Updated Dependencies
1407
+
1408
+ - Updated store/hooks to 0.0.27
1409
+ - Updated core to 0.0.27
1410
+ - Updated common/utils to 0.0.27
1411
+ - Updated common/ui to 0.0.27
1412
+ - Updated shared/types to 0.0.27
1413
+
1414
+ ### ❤️ Thank You
1415
+
1416
+ - Johanna Bertils @johannabertils
1417
+ - Mathias Saxenstrand
1418
+
1419
+ ## 0.0.26 (2025-09-02)
1420
+
1421
+ ### 🚀 Features
1422
+
1423
+ - enhance form handling and component props across various modules
1424
+ - add CartPage component for managing shopping cart functionality
1425
+ - add order confirmation route and related components
1426
+ - add ProductBadge component for enhanced product presentation
1427
+ - add preAdd and preAdjust callbacks for order line and item adjustments
1428
+
1429
+ ### 🩹 Fixes
1430
+
1431
+ - update default minimum quantity to 0 in various components
1432
+
1433
+ ### 🧱 Updated Dependencies
1434
+
1435
+ - Updated store/hooks to 0.0.26
1436
+ - Updated core to 0.0.26
1437
+ - Updated common/utils to 0.0.26
1438
+ - Updated common/ui to 0.0.26
1439
+ - Updated shared/types to 0.0.26
1440
+
1441
+ ### ❤️ Thank You
1442
+
1443
+ - Johanna Bertils @johannabertils
1444
+ - Mathias Saxenstrand
1445
+
1446
+ ## 0.0.25 (2025-09-01)
1447
+
1448
+ ### 🚀 Features
1449
+
1450
+ - enhance form handling and component props across various modules
1451
+ - add CartPage component for managing shopping cart functionality
1452
+ - add order confirmation route and related components
1453
+ - add ProductBadge component for enhanced product presentation
1454
+ - add preAdd and preAdjust callbacks for order line and item adjustments
1455
+
1456
+ ### 🩹 Fixes
1457
+
1458
+ - update default minimum quantity to 0 in various components
1459
+
1460
+ ### 🧱 Updated Dependencies
1461
+
1462
+ - Updated store/hooks to 0.0.25
1463
+ - Updated core to 0.0.25
1464
+ - Updated common/utils to 0.0.25
1465
+ - Updated common/ui to 0.0.25
1466
+ - Updated shared/types to 0.0.25
1467
+
1468
+ ### ❤️ Thank You
1469
+
1470
+ - Johanna Bertils @johannabertils
1471
+ - Mathias Saxenstrand
1472
+
1473
+ ## 0.0.24 (2025-09-01)
1474
+
1475
+ ### 🚀 Features
1476
+
1477
+ - enhance form handling and component props across various modules
1478
+ - add CartPage component for managing shopping cart functionality
1479
+ - add order confirmation route and related components
1480
+ - add ProductBadge component for enhanced product presentation
1481
+ - add preAdd and preAdjust callbacks for order line and item adjustments
1482
+
1483
+ ### 🩹 Fixes
1484
+
1485
+ - update default minimum quantity to 0 in various components
1486
+
1487
+ ### 🧱 Updated Dependencies
1488
+
1489
+ - Updated store/hooks to 0.0.24
1490
+ - Updated core to 0.0.24
1491
+ - Updated common/utils to 0.0.24
1492
+ - Updated common/ui to 0.0.24
1493
+ - Updated shared/types to 0.0.24
1494
+
1495
+ ### ❤️ Thank You
1496
+
1497
+ - Johanna Bertils @johannabertils
1498
+ - Mathias Saxenstrand
1499
+
1500
+ ## 0.0.23 (2025-09-01)
1501
+
1502
+ ### 🧱 Updated Dependencies
1503
+
1504
+ - Updated store/hooks to 0.0.23
1505
+ - Updated core to 0.0.23
1506
+ - Updated common/utils to 0.0.23
1507
+ - Updated common/ui to 0.0.23
1508
+ - Updated shared/types to 0.0.23
1509
+
1510
+ ## 0.0.22 (2025-09-01)
1511
+
1512
+ ### 🧱 Updated Dependencies
1513
+
1514
+ - Updated store/hooks to 0.0.22
1515
+ - Updated core to 0.0.22-0
1516
+ - Updated common/ui to 0.0.22
1517
+
1518
+ ## 0.0.21 (2025-09-01)
1519
+
1520
+ ### 🧱 Updated Dependencies
1521
+
1522
+ - Updated store/hooks to 0.0.21
1523
+ - Updated core to 0.0.21
1524
+ - Updated common/utils to 0.0.21
1525
+ - Updated common/ui to 0.0.21
1526
+ - Updated shared/types to 0.0.21
1527
+
1528
+ ## 0.0.20 (2025-08-26)
1529
+
1530
+ ### 🧱 Updated Dependencies
1531
+
1532
+ - Updated store/hooks to 0.0.20
1533
+ - Updated core to 0.0.20
1534
+ - Updated common/utils to 0.0.20
1535
+ - Updated common/ui to 0.0.20
1536
+ - Updated shared/types to 0.0.20
1537
+
1538
+ ## 0.0.19 (2025-08-21)
1539
+
1540
+ ### 🚀 Features
1541
+
1542
+ - enhance form handling and component props across various modules
1543
+
1544
+ ### 🧱 Updated Dependencies
1545
+
1546
+ - Updated store/hooks to 0.0.19
1547
+ - Updated core to 0.0.19
1548
+ - Updated common/utils to 0.0.19
1549
+ - Updated common/ui to 0.0.19
1550
+ - Updated shared/types to 0.0.19
1551
+
1552
+ ### ❤️ Thank You
1553
+
1554
+ - Mathias Saxenstrand
1555
+
1556
+ ## 0.0.18 (2025-08-21)
1557
+
1558
+ ### 🚀 Features
1559
+
1560
+ - enhance form handling and component props across various modules
1561
+ - add CartPage component for managing shopping cart functionality
1562
+ - add order confirmation route and related components
1563
+ - add ProductBadge component for enhanced product presentation
1564
+ - add preAdd and preAdjust callbacks for order line and item adjustments
1565
+
1566
+ ### 🩹 Fixes
1567
+
1568
+ - update default minimum quantity to 0 in various components
1569
+
1570
+ ### 🧱 Updated Dependencies
1571
+
1572
+ - Updated store/hooks to 0.0.18
1573
+ - Updated core to 0.0.18
1574
+ - Updated common/utils to 0.0.18
1575
+ - Updated common/ui to 0.0.18
1576
+ - Updated shared/types to 0.0.18
1577
+
1578
+ ### ❤️ Thank You
1579
+
1580
+ - Johanna Bertils @johannabertils
1581
+ - Mathias Saxenstrand
1582
+
1583
+ ## 0.0.17 (2025-08-21)
1584
+
1585
+ ### 🚀 Features
1586
+
1587
+ - enhance form handling and component props across various modules
1588
+ - add CartPage component for managing shopping cart functionality
1589
+ - add order confirmation route and related components
1590
+ - add ProductBadge component for enhanced product presentation
1591
+ - add preAdd and preAdjust callbacks for order line and item adjustments
1592
+
1593
+ ### 🩹 Fixes
1594
+
1595
+ - update default minimum quantity to 0 in various components
1596
+
1597
+ ### 🧱 Updated Dependencies
1598
+
1599
+ - Updated store/hooks to 0.0.17
1600
+ - Updated core to 0.0.17
1601
+ - Updated common/utils to 0.0.17
1602
+ - Updated common/ui to 0.0.17
1603
+ - Updated shared/types to 0.0.17
1604
+
1605
+ ### ❤️ Thank You
1606
+
1607
+ - Johanna Bertils @johannabertils
1608
+ - Mathias Saxenstrand
1609
+
1610
+ ## 0.0.16 (2025-08-14)
1611
+
1612
+ ### 🧱 Updated Dependencies
1613
+
1614
+ - Updated store/hooks to 0.0.16
1615
+ - Updated core to 0.0.16
1616
+ - Updated common/utils to 0.0.16
1617
+ - Updated common/ui to 0.0.16
1618
+ - Updated shared/types to 0.0.16
1619
+
1620
+ ## 0.0.15 (2025-08-14)
1621
+
1622
+ ### 🧱 Updated Dependencies
1623
+
1624
+ - Updated store/hooks to 0.0.15
1625
+ - Updated core to 0.0.15
1626
+ - Updated common/utils to 0.0.15
1627
+ - Updated common/ui to 0.0.15
1628
+ - Updated shared/types to 0.0.15
1629
+
1630
+ ## 0.0.14 (2025-07-11)
1631
+
1632
+ ### 🧱 Updated Dependencies
1633
+
1634
+ - Updated store/hooks to 0.0.14
1635
+ - Updated core to 0.0.14
1636
+ - Updated common/utils to 0.0.14
1637
+ - Updated common/ui to 0.0.14
1638
+ - Updated shared/types to 0.0.14
1639
+
1640
+ ## 0.0.13 (2025-07-09)
1641
+
1642
+ ### 🩹 Fixes
1643
+
1644
+ - update default minimum quantity to 0 in various components
1645
+
1646
+ ### 🧱 Updated Dependencies
1647
+
1648
+ - Updated store/hooks to 0.0.13
1649
+ - Updated core to 0.0.13
1650
+ - Updated common/utils to 0.0.13
1651
+ - Updated common/ui to 0.0.13
1652
+ - Updated shared/types to 0.0.13
1653
+
1654
+ ### ❤️ Thank You
1655
+
1656
+ - Mathias Saxenstrand
1657
+
1658
+ ## 0.0.12 (2025-07-04)
1659
+
1660
+ ### 🧱 Updated Dependencies
1661
+
1662
+ - Updated store/hooks to 0.0.12
1663
+ - Updated core to 0.0.12
1664
+ - Updated common/utils to 0.0.12
1665
+ - Updated common/ui to 0.0.12
1666
+ - Updated shared/types to 0.0.12
1667
+
1668
+ ## 0.0.11 (2025-07-04)
1669
+
1670
+ ### 🚀 Features
1671
+
1672
+ - add CartPage component for managing shopping cart functionality
1673
+
1674
+ ### 🧱 Updated Dependencies
1675
+
1676
+ - Updated store/hooks to 0.0.11
1677
+ - Updated core to 0.0.11
1678
+ - Updated common/utils to 0.0.11
1679
+ - Updated common/ui to 0.0.11
1680
+ - Updated shared/types to 0.0.11
1681
+
1682
+ ### ❤️ Thank You
1683
+
1684
+ - Johanna Bertils @johannabertils
1685
+
1686
+ ## 0.0.10 (2025-07-04)
1687
+
1688
+ ### 🧱 Updated Dependencies
1689
+
1690
+ - Updated store/hooks to 0.0.10
1691
+ - Updated core to 0.0.10
1692
+ - Updated common/utils to 0.0.10
1693
+ - Updated common/ui to 0.0.10
1694
+ - Updated shared/types to 0.0.10
1695
+
1696
+ ## 0.0.9 (2025-07-04)
1697
+
1698
+ ### 🚀 Features
1699
+
1700
+ - add order confirmation route and related components
1701
+
1702
+ ### 🧱 Updated Dependencies
1703
+
1704
+ - Updated store/hooks to 0.0.9
1705
+ - Updated core to 0.0.9
1706
+ - Updated common/utils to 0.0.9
1707
+ - Updated common/ui to 0.0.9
1708
+ - Updated shared/types to 0.0.9
1709
+
1710
+ ### ❤️ Thank You
1711
+
1712
+ - Johanna Bertils @johannabertils
1713
+
1714
+ ## 0.0.8 (2025-07-03)
1715
+
1716
+ ### 🚀 Features
1717
+
1718
+ - add ProductBadge component for enhanced product presentation
1719
+ - add preAdd and preAdjust callbacks for order line and item adjustments
1720
+
1721
+ ### 🧱 Updated Dependencies
1722
+
1723
+ - Updated store/hooks to 0.0.8
1724
+ - Updated core to 0.0.8
1725
+ - Updated common/utils to 0.0.8
1726
+ - Updated common/ui to 0.0.8
1727
+ - Updated shared/types to 0.0.8
1728
+
1729
+ ### ❤️ Thank You
1730
+
1731
+ - Johanna Bertils @johannabertils
1732
+
1733
+ ## 0.0.7 (2025-07-03)
1734
+
1735
+ ### 🧱 Updated Dependencies
1736
+
1737
+ - Updated store/hooks to 0.0.7
1738
+ - Updated core to 0.0.7
1739
+ - Updated common/utils to 0.0.7
1740
+ - Updated common/ui to 0.0.7
1741
+ - Updated shared/types to 0.0.7
1742
+
1743
+ ## 0.0.7-7 (2025-07-03)
1744
+
1745
+ ### 🧱 Updated Dependencies
1746
+
1747
+ - Updated store/hooks to 0.0.7-7
1748
+ - Updated core to 0.0.7-7
1749
+ - Updated common/utils to 0.0.7-7
1750
+ - Updated common/ui to 0.0.7-7
1751
+ - Updated shared/types to 0.0.7-7
1752
+
1753
+ ## 0.0.7-6 (2025-07-03)
1754
+
1755
+ ### 🧱 Updated Dependencies
1756
+
1757
+ - Updated store/hooks to 0.0.7-6
1758
+ - Updated core to 0.0.7-6
1759
+ - Updated common/utils to 0.0.7-6
1760
+ - Updated common/ui to 0.0.7-6
1761
+ - Updated shared/types to 0.0.7-6
1762
+
1763
+ ## 0.0.7-5 (2025-07-03)
1764
+
1765
+ ### 🧱 Updated Dependencies
1766
+
1767
+ - Updated store/hooks to 0.0.7-5
1768
+ - Updated core to 0.0.7-5
1769
+ - Updated common/utils to 0.0.7-5
1770
+ - Updated common/ui to 0.0.7-5
1771
+ - Updated shared/types to 0.0.7-5
1772
+
1773
+ ## 0.0.7-4 (2025-07-02)
1774
+
1775
+ ### 🧱 Updated Dependencies
1776
+
1777
+ - Updated store/hooks to 0.0.7-4
1778
+ - Updated core to 0.0.7-4
1779
+ - Updated common/utils to 0.0.7-4
1780
+ - Updated common/ui to 0.0.7-4
1781
+ - Updated shared/types to 0.0.7-4
1782
+
1783
+ ## 0.0.7-3 (2025-07-02)
1784
+
1785
+ ### 🧱 Updated Dependencies
1786
+
1787
+ - Updated store/hooks to 0.0.7-3
1788
+ - Updated core to 0.0.7-3
1789
+ - Updated common/utils to 0.0.7-3
1790
+ - Updated common/ui to 0.0.7-3
1791
+ - Updated shared/types to 0.0.7-3
1792
+
1793
+ ## 0.0.7-2 (2025-07-02)
1794
+
1795
+ ### 🧱 Updated Dependencies
1796
+
1797
+ - Updated store/hooks to 0.0.7-2
1798
+ - Updated core to 0.0.7-2
1799
+ - Updated common/utils to 0.0.7-2
1800
+ - Updated common/ui to 0.0.7-2
1801
+ - Updated shared/types to 0.0.7-2
1802
+
1803
+ ## 0.0.7-1 (2025-07-02)
1804
+
1805
+ ### 🧱 Updated Dependencies
1806
+
1807
+ - Updated store/hooks to 0.0.7-1
1808
+ - Updated core to 0.0.7-1
1809
+ - Updated common/utils to 0.0.7-1
1810
+ - Updated common/ui to 0.0.7-1
1811
+ - Updated shared/types to 0.0.7-1
1812
+
1813
+ ## 0.0.7-0 (2025-07-02)
1814
+
1815
+ ### 🧱 Updated Dependencies
1816
+
1817
+ - Updated store/hooks to 0.0.7-0
1818
+ - Updated core to 0.0.7-0
1819
+ - Updated common/utils to 0.0.7-0
1820
+ - Updated common/ui to 0.0.7-0
1821
+ - Updated shared/types to 0.0.7-0
1822
+
1823
+ ## 0.0.6 (2025-07-01)
1824
+
1825
+ ### 🧱 Updated Dependencies
1826
+
1827
+ - Updated store/hooks to 0.0.6
1828
+ - Updated core to 0.0.6
1829
+ - Updated common/utils to 0.0.6
1830
+ - Updated common/ui to 0.0.6
1831
+ - Updated shared/types to 0.0.6
1832
+
1833
+ ## 0.0.6-0 (2025-07-01)
1834
+
1835
+ ### 🧱 Updated Dependencies
1836
+
1837
+ - Updated store/hooks to 0.0.6-0
1838
+ - Updated core to 0.0.6-0
1839
+ - Updated common/utils to 0.0.6-0
1840
+ - Updated common/ui to 0.0.6-0
1841
+ - Updated shared/types to 0.0.6-0
1842
+
1843
+ ## 0.0.5 (2025-07-01)
1844
+
1845
+ ### 🧱 Updated Dependencies
1846
+
1847
+ - Updated store/hooks to 0.0.5
1848
+ - Updated core to 0.0.5
1849
+ - Updated common/utils to 0.0.5
1850
+ - Updated common/ui to 0.0.5
1851
+ - Updated shared/types to 0.0.5
1852
+
1853
+ ## 0.0.4 (2025-07-01)
1854
+
1855
+ ### 🧱 Updated Dependencies
1856
+
1857
+ - Updated store/hooks to 0.0.4
1858
+ - Updated core to 0.0.4
1859
+ - Updated common/utils to 0.0.4
1860
+ - Updated common/ui to 0.0.4
1861
+ - Updated shared/types to 0.0.4
1862
+
1863
+ ## 0.0.3 (2025-07-01)
1864
+
1865
+ ### 🧱 Updated Dependencies
1866
+
1867
+ - Updated store/hooks to 0.0.3
1868
+ - Updated core to 0.0.3
1869
+ - Updated common/utils to 0.0.3
1870
+ - Updated common/ui to 0.0.3
1871
+ - Updated shared/types to 0.0.3
1872
+
1873
+ ## 0.0.2 (2025-06-26)
1874
+
1875
+ ### 🧱 Updated Dependencies
1876
+
1877
+ - Updated store/hooks to 0.0.2
1878
+ - Updated core to 0.0.2
1879
+ - Updated common/utils to 0.0.2
1880
+ - Updated common/ui to 0.0.2
1881
+ - Updated shared/types to 0.0.2
1882
+
1883
+ ## 0.0.1 (2025-06-26)
1884
+
1885
+ ### 🚀 Features
1886
+
1887
+ - enhance cart functionality with AddItemToOrder component
1888
+ - add AddItemToOrder component for managing cart items
1889
+ - add react-native-web support and update Vite configurations
1890
+ - implement platform-aware components and utilities
1891
+ - generate project graph and update package.json files
1892
+ - integrate React Compiler and update dependencies across the project
1893
+ - **quantity-buttons:** integrate AsChildProps for flexible component rendering
1894
+ - **order-lines:** introduce OrderLines component for managing cart items
1895
+
1896
+ ### 🩹 Fixes
1897
+
1898
+ - adjust quantity validation in useOrderLinesProps
1899
+
1900
+ ### 🧱 Updated Dependencies
1901
+
1902
+ - Updated store/hooks to 0.0.1
1903
+ - Updated core to 0.0.1
1904
+ - Updated common/utils to 0.0.1
1905
+ - Updated common/ui to 0.0.1
1906
+ - Updated shared/types to 0.0.1
1907
+
1908
+ ### ❤️ Thank You
1909
+
1910
+ - Johanna Bertils
1911
+ - Mathias Saxenstrand
1912
+
1913
+ ## 2.0.10 (2025-06-25)
1914
+
1915
+ ### 🧱 Updated Dependencies
1916
+
1917
+ - Updated store/hooks to 2.0.10
1918
+ - Updated core to 2.0.10
1919
+ - Updated common/utils to 2.0.10
1920
+ - Updated common/ui to 2.0.10
1921
+ - Updated shared/types to 2.0.10
1922
+
1923
+ ## 2.0.9 (2025-06-25)
1924
+
1925
+ ### 🧱 Updated Dependencies
1926
+
1927
+ - Updated store/hooks to 2.0.9
1928
+ - Updated core to 2.0.9
1929
+ - Updated common/utils to 2.0.9
1930
+ - Updated common/ui to 2.0.9
1931
+ - Updated shared/types to 2.0.9
1932
+
1933
+ ## 2.0.8 (2025-06-25)
1934
+
1935
+ ### 🧱 Updated Dependencies
1936
+
1937
+ - Updated store/hooks to 2.0.8
1938
+ - Updated core to 2.0.8
1939
+ - Updated common/utils to 2.0.8
1940
+ - Updated common/ui to 2.0.8
1941
+ - Updated shared/types to 2.0.8
1942
+
1943
+ ## 2.0.7 (2025-06-25)
1944
+
1945
+ ### 🧱 Updated Dependencies
1946
+
1947
+ - Updated store/hooks to 2.0.7
1948
+ - Updated core to 2.0.7
1949
+ - Updated common/utils to 2.0.7
1950
+ - Updated common/ui to 2.0.7
1951
+ - Updated shared/types to 2.0.7
1952
+
1953
+ ## 2.0.6 (2025-06-25)
1954
+
1955
+ ### 🧱 Updated Dependencies
1956
+
1957
+ - Updated store/hooks to 2.0.6
1958
+ - Updated core to 2.0.6
1959
+ - Updated common/utils to 2.0.6
1960
+ - Updated common/ui to 2.0.6
1961
+ - Updated shared/types to 2.0.6
1962
+
1963
+ ## 2.0.5 (2025-06-25)
1964
+
1965
+ ### 🧱 Updated Dependencies
1966
+
1967
+ - Updated store/hooks to 2.0.5
1968
+ - Updated core to 2.0.5
1969
+ - Updated common/utils to 2.0.5
1970
+ - Updated common/ui to 2.0.5
1971
+ - Updated shared/types to 2.0.5
1972
+
1973
+ ## 2.0.4 (2025-06-25)
1974
+
1975
+ ### 🧱 Updated Dependencies
1976
+
1977
+ - Updated store/hooks to 2.0.4
1978
+ - Updated core to 2.0.4
1979
+ - Updated common/utils to 2.0.4
1980
+ - Updated common/ui to 2.0.4
1981
+ - Updated shared/types to 2.0.4
1982
+
1983
+ ## 2.0.3 (2025-06-25)
1984
+
1985
+ This was a version bump only for store/components/order-lines to align it with other projects, there were no code changes.
1986
+
1987
+ ## 2.0.1 (2025-06-25)
1988
+
1989
+ ### 🧱 Updated Dependencies
1990
+
1991
+ - Updated store/hooks to 2.0.1
1992
+ - Updated core to 2.0.1
1993
+ - Updated common/utils to 2.0.1
1994
+ - Updated common/ui to 2.0.1
1995
+ - Updated shared/types to 2.0.1
1996
+
1997
+ ## 2.0.0 (2025-06-25)
1998
+
1999
+ ### 🧱 Updated Dependencies
2000
+
2001
+ - Updated store/hooks to 2.0.0
2002
+ - Updated core to 2.0.0
2003
+ - Updated common/utils to 2.0.0
2004
+ - Updated common/ui to 2.0.0
2005
+ - Updated shared/types to 2.0.0
2006
+
2007
+ ## 1.0.3 (2025-06-05)
2008
+
2009
+ ### 🚀 Features
2010
+
2011
+ - introduce haus-storefront-components-react-native app
2012
+ - add FetchClient for API interactions and configure VSCode settings
2013
+ - enhance cart functionality with AddItemToOrder component
2014
+ - add AddItemToOrder component for managing cart items
2015
+ - add react-native-web support and update Vite configurations
2016
+ - implement platform-aware components and utilities
2017
+
2018
+ ### 🩹 Fixes
2019
+
2020
+ - adjust quantity validation in useOrderLinesProps
2021
+
2022
+ ### 🧱 Updated Dependencies
2023
+
2024
+ - Updated store/hooks to 1.0.3
2025
+ - Updated core to 1.0.3
2026
+ - Updated common/utils to 1.0.3
2027
+ - Updated common/ui to 1.0.3
2028
+ - Updated shared/types to 1.0.3
2029
+
2030
+ ### ❤️ Thank You
2031
+
2032
+ - Johanna Bertils
2033
+ - Mathias Saxenstrand
2034
+
2035
+ ## 1.0.2 (2025-05-26)
2036
+
2037
+ ### 🧱 Updated Dependencies
2038
+
2039
+ - Updated store/hooks to 1.0.2
2040
+ - Updated core to 1.0.2
2041
+ - Updated common/utils to 1.0.2
2042
+ - Updated common/ui to 1.0.2
2043
+ - Updated shared/types to 1.0.2
2044
+
2045
+ ## 1.0.1 (2025-05-23)
2046
+
2047
+ ### 🚀 Features
2048
+
2049
+ - generate project graph and update package.json files
2050
+ - integrate React Compiler and update dependencies across the project
2051
+ - **quantity-buttons:** integrate AsChildProps for flexible component rendering
2052
+ - **order-lines:** introduce OrderLines component for managing cart items
2053
+
2054
+ ### 🧱 Updated Dependencies
2055
+
2056
+ - Updated store/hooks to 1.0.1
2057
+ - Updated core to 1.0.1
2058
+ - Updated common/utils to 1.0.1
2059
+ - Updated common/ui to 1.0.1
2060
+ - Updated shared/types to 1.0.1
2061
+
2062
+ ### ❤️ Thank You
2063
+
2064
+ - Mathias Saxenstrand