@haus-storefront-react/order-lines 0.0.36 → 0.0.38-0

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 +54 -0
  2. package/index.js +25 -25
  3. package/index.mjs +2564 -2574
  4. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,3 +1,57 @@
1
+ ## 0.0.37 (2025-09-25)
2
+
3
+ ### 🚀 Features
4
+
5
+ - enhance form handling and component props across various modules ([21edaa1](https://github.com/WeAreHausTech/haus-storefront-components/commit/21edaa1))
6
+ - add CartPage component for managing shopping cart functionality ([#30](https://github.com/WeAreHausTech/haus-storefront-components/pull/30))
7
+ - add order confirmation route and related components ([#24](https://github.com/WeAreHausTech/haus-storefront-components/pull/24))
8
+ - add ProductBadge component for enhanced product presentation ([#26](https://github.com/WeAreHausTech/haus-storefront-components/pull/26))
9
+ - add preAdd and preAdjust callbacks for order line and item adjustments ([3991992](https://github.com/WeAreHausTech/haus-storefront-components/commit/3991992))
10
+
11
+ ### 🩹 Fixes
12
+
13
+ - update default minimum quantity to 0 in various components ([f55bb70](https://github.com/WeAreHausTech/haus-storefront-components/commit/f55bb70))
14
+
15
+ ### 🧱 Updated Dependencies
16
+
17
+ - Updated store/hooks to 0.0.37
18
+ - Updated core to 0.0.37
19
+ - Updated common/utils to 0.0.37
20
+ - Updated common/ui to 0.0.37
21
+ - Updated shared/types to 0.0.37
22
+
23
+ ### ❤️ Thank You
24
+
25
+ - Johanna Bertils @johannabertils
26
+ - Mathias Saxenstrand
27
+
28
+ ## 0.0.36 (2025-09-25)
29
+
30
+ ### 🚀 Features
31
+
32
+ - enhance form handling and component props across various modules ([21edaa1](https://github.com/WeAreHausTech/haus-storefront-components/commit/21edaa1))
33
+ - add CartPage component for managing shopping cart functionality ([#30](https://github.com/WeAreHausTech/haus-storefront-components/pull/30))
34
+ - add order confirmation route and related components ([#24](https://github.com/WeAreHausTech/haus-storefront-components/pull/24))
35
+ - add ProductBadge component for enhanced product presentation ([#26](https://github.com/WeAreHausTech/haus-storefront-components/pull/26))
36
+ - add preAdd and preAdjust callbacks for order line and item adjustments ([3991992](https://github.com/WeAreHausTech/haus-storefront-components/commit/3991992))
37
+
38
+ ### 🩹 Fixes
39
+
40
+ - update default minimum quantity to 0 in various components ([f55bb70](https://github.com/WeAreHausTech/haus-storefront-components/commit/f55bb70))
41
+
42
+ ### 🧱 Updated Dependencies
43
+
44
+ - Updated store/hooks to 0.0.36
45
+ - Updated core to 0.0.36
46
+ - Updated common/utils to 0.0.36
47
+ - Updated common/ui to 0.0.36
48
+ - Updated shared/types to 0.0.36
49
+
50
+ ### ❤️ Thank You
51
+
52
+ - Johanna Bertils @johannabertils
53
+ - Mathias Saxenstrand
54
+
1
55
  ## 0.0.36-0 (2025-09-25)
2
56
 
3
57
  ### 🚀 Features