@haus-storefront-react/order-lines 1.0.4-next.6 → 1.0.4-next.8

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 +32 -0
  2. package/index.js +22 -45
  3. package/index.mjs +4133 -7652
  4. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,3 +1,35 @@
1
+ ## 1.0.4-next.7 (2026-03-11)
2
+
3
+ ### 🚀 Features
4
+
5
+ - enhance form handling and component props across various modules
6
+ - add CartPage component for managing shopping cart functionality
7
+ - add order confirmation route and related components
8
+ - add ProductBadge component for enhanced product presentation
9
+ - add preAdd and preAdjust callbacks for order line and item adjustments
10
+
11
+ ### 🩹 Fixes
12
+
13
+ - update default minimum quantity to 0 in various components
14
+
15
+ ### 🧱 Updated Dependencies
16
+
17
+ - Updated store/hooks to 1.0.4-next.7
18
+ - Updated core to 1.0.4-next.7
19
+ - Updated common/utils to 1.0.4-next.7
20
+ - Updated common/ui to 1.0.4-next.7
21
+ - Updated shared/types to 1.0.4-next.7
22
+
23
+ ## 1.0.4-next.6 (2026-03-09)
24
+
25
+ ### 🧱 Updated Dependencies
26
+
27
+ - Updated store/hooks to 1.0.4-next.6
28
+ - Updated core to 1.0.4-next.6
29
+ - Updated common/utils to 1.0.4-next.6
30
+ - Updated common/ui to 1.0.4-next.6
31
+ - Updated shared/types to 1.0.4-next.6
32
+
1
33
  ## 1.0.4-next.5 (2026-03-09)
2
34
 
3
35
  ### 🧱 Updated Dependencies