@haus-storefront-react/order-lines 1.0.4-next.1 → 1.0.4-next.11

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 +124 -0
  2. package/index.js +22 -45
  3. package/index.mjs +4128 -7671
  4. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,3 +1,127 @@
1
+ ## 1.0.4-next.10 (2026-03-18)
2
+
3
+ ### 🧱 Updated Dependencies
4
+
5
+ - Updated store/hooks to 1.0.4-next.10
6
+ - Updated core to 1.0.4-next.10
7
+ - Updated common/utils to 1.0.4-next.10
8
+ - Updated common/ui to 1.0.4-next.10
9
+ - Updated shared/types to 1.0.4-next.10
10
+
11
+ ## 1.0.4-next.9 (2026-03-16)
12
+
13
+ ### 🧱 Updated Dependencies
14
+
15
+ - Updated store/hooks to 1.0.4-next.9
16
+ - Updated core to 1.0.4-next.9
17
+ - Updated common/utils to 1.0.4-next.9
18
+ - Updated common/ui to 1.0.4-next.9
19
+ - Updated shared/types to 1.0.4-next.9
20
+
21
+ ## 1.0.4-next.8 (2026-03-13)
22
+
23
+ ### 🧱 Updated Dependencies
24
+
25
+ - Updated store/hooks to 1.0.4-next.8
26
+ - Updated core to 1.0.4-next.8
27
+ - Updated common/utils to 1.0.4-next.8
28
+ - Updated common/ui to 1.0.4-next.8
29
+ - Updated shared/types to 1.0.4-next.8
30
+
31
+ ## 1.0.4-next.7 (2026-03-11)
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.7
48
+ - Updated core to 1.0.4-next.7
49
+ - Updated common/utils to 1.0.4-next.7
50
+ - Updated common/ui to 1.0.4-next.7
51
+ - Updated shared/types to 1.0.4-next.7
52
+
53
+ ## 1.0.4-next.6 (2026-03-09)
54
+
55
+ ### 🧱 Updated Dependencies
56
+
57
+ - Updated store/hooks to 1.0.4-next.6
58
+ - Updated core to 1.0.4-next.6
59
+ - Updated common/utils to 1.0.4-next.6
60
+ - Updated common/ui to 1.0.4-next.6
61
+ - Updated shared/types to 1.0.4-next.6
62
+
63
+ ## 1.0.4-next.5 (2026-03-09)
64
+
65
+ ### 🧱 Updated Dependencies
66
+
67
+ - Updated store/hooks to 1.0.4-next.5
68
+ - Updated core to 1.0.4-next.5
69
+ - Updated common/utils to 1.0.4-next.5
70
+ - Updated common/ui to 1.0.4-next.5
71
+ - Updated shared/types to 1.0.4-next.5
72
+
73
+ ## 1.0.4-next.4 (2026-03-09)
74
+
75
+ ### 🧱 Updated Dependencies
76
+
77
+ - Updated store/hooks to 1.0.4-next.4
78
+ - Updated core to 1.0.4-next.4
79
+ - Updated common/utils to 1.0.4-next.4
80
+ - Updated common/ui to 1.0.4-next.4
81
+ - Updated shared/types to 1.0.4-next.4
82
+
83
+ ## 1.0.4-next.3 (2026-03-06)
84
+
85
+ ### 🧱 Updated Dependencies
86
+
87
+ - Updated store/hooks to 1.0.4-next.3
88
+ - Updated core to 1.0.4-next.3
89
+ - Updated common/utils to 1.0.4-next.3
90
+ - Updated common/ui to 1.0.4-next.3
91
+ - Updated shared/types to 1.0.4-next.3
92
+
93
+ ## 1.0.4-next.2 (2026-03-04)
94
+
95
+ ### 🧱 Updated Dependencies
96
+
97
+ - Updated store/hooks to 1.0.4-next.2
98
+ - Updated core to 1.0.4-next.2
99
+ - Updated common/utils to 1.0.4-next.2
100
+ - Updated common/ui to 1.0.4-next.2
101
+ - Updated shared/types to 1.0.4-next.2
102
+
103
+ ## 1.0.4-next.1 (2026-03-04)
104
+
105
+ ### 🚀 Features
106
+
107
+ - enhance form handling and component props across various modules
108
+ - add CartPage component for managing shopping cart functionality
109
+ - add order confirmation route and related components
110
+ - add ProductBadge component for enhanced product presentation
111
+ - add preAdd and preAdjust callbacks for order line and item adjustments
112
+
113
+ ### 🩹 Fixes
114
+
115
+ - update default minimum quantity to 0 in various components
116
+
117
+ ### 🧱 Updated Dependencies
118
+
119
+ - Updated store/hooks to 1.0.4-next.1
120
+ - Updated core to 1.0.4-next.1
121
+ - Updated common/utils to 1.0.4-next.1
122
+ - Updated common/ui to 1.0.4-next.1
123
+ - Updated shared/types to 1.0.4-next.1
124
+
1
125
  ## 1.0.4-next.0 (2026-03-02)
2
126
 
3
127
  ### 🚀 Features