@haus-storefront-react/order-lines 1.0.0-next.9 → 1.0.4-next.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 (2) hide show
  1. package/CHANGELOG.md +130 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,3 +1,133 @@
1
+ ## 1.0.0-next.15 (2026-02-17)
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.0-next.15
18
+ - Updated core to 1.0.0-next.15
19
+ - Updated common/utils to 1.0.0-next.15
20
+ - Updated common/ui to 1.0.0-next.15
21
+ - Updated shared/types to 1.0.0-next.15
22
+
23
+ ## 1.0.0-next.14 (2026-02-13)
24
+
25
+ ### 🚀 Features
26
+
27
+ - enhance form handling and component props across various modules
28
+ - add CartPage component for managing shopping cart functionality
29
+ - add order confirmation route and related components
30
+ - add ProductBadge component for enhanced product presentation
31
+ - add preAdd and preAdjust callbacks for order line and item adjustments
32
+
33
+ ### 🩹 Fixes
34
+
35
+ - update default minimum quantity to 0 in various components
36
+
37
+ ### 🧱 Updated Dependencies
38
+
39
+ - Updated store/hooks to 1.0.0-next.14
40
+ - Updated core to 1.0.0-next.14
41
+ - Updated common/utils to 1.0.0-next.14
42
+ - Updated common/ui to 1.0.0-next.14
43
+ - Updated shared/types to 1.0.0-next.14
44
+
45
+ ## 1.0.0-next.13 (2026-02-12)
46
+
47
+ ### 🚀 Features
48
+
49
+ - enhance form handling and component props across various modules
50
+ - add CartPage component for managing shopping cart functionality
51
+ - add order confirmation route and related components
52
+ - add ProductBadge component for enhanced product presentation
53
+ - add preAdd and preAdjust callbacks for order line and item adjustments
54
+
55
+ ### 🩹 Fixes
56
+
57
+ - update default minimum quantity to 0 in various components
58
+
59
+ ### 🧱 Updated Dependencies
60
+
61
+ - Updated store/hooks to 1.0.0-next.13
62
+ - Updated core to 1.0.0-next.13
63
+ - Updated common/utils to 1.0.0-next.13
64
+ - Updated common/ui to 1.0.0-next.13
65
+ - Updated shared/types to 1.0.0-next.13
66
+
67
+ ## 1.0.0-next.12 (2026-02-12)
68
+
69
+ ### 🚀 Features
70
+
71
+ - enhance form handling and component props across various modules
72
+ - add CartPage component for managing shopping cart functionality
73
+ - add order confirmation route and related components
74
+ - add ProductBadge component for enhanced product presentation
75
+ - add preAdd and preAdjust callbacks for order line and item adjustments
76
+
77
+ ### 🩹 Fixes
78
+
79
+ - update default minimum quantity to 0 in various components
80
+
81
+ ### 🧱 Updated Dependencies
82
+
83
+ - Updated store/hooks to 1.0.0-next.12
84
+ - Updated core to 1.0.0-next.12
85
+ - Updated common/utils to 1.0.0-next.12
86
+ - Updated common/ui to 1.0.0-next.12
87
+ - Updated shared/types to 1.0.0-next.12
88
+
89
+ ## 1.0.0-next.11 (2026-02-09)
90
+
91
+ ### 🚀 Features
92
+
93
+ - enhance form handling and component props across various modules
94
+ - add CartPage component for managing shopping cart functionality
95
+ - add order confirmation route and related components
96
+ - add ProductBadge component for enhanced product presentation
97
+ - add preAdd and preAdjust callbacks for order line and item adjustments
98
+
99
+ ### 🩹 Fixes
100
+
101
+ - update default minimum quantity to 0 in various components
102
+
103
+ ### 🧱 Updated Dependencies
104
+
105
+ - Updated store/hooks to 1.0.0-next.11
106
+ - Updated core to 1.0.0-next.11
107
+ - Updated common/utils to 1.0.0-next.11
108
+ - Updated common/ui to 1.0.0-next.11
109
+ - Updated shared/types to 1.0.0-next.11
110
+
111
+ ## 1.0.0-next.10 (2026-02-05)
112
+
113
+ ### 🧱 Updated Dependencies
114
+
115
+ - Updated store/hooks to 1.0.0-next.10
116
+ - Updated core to 1.0.0-next.10
117
+ - Updated common/utils to 1.0.0-next.10
118
+ - Updated common/ui to 1.0.0-next.10
119
+ - Updated shared/types to 1.0.0-next.10
120
+
121
+ ## 1.0.0-next.9 (2026-02-05)
122
+
123
+ ### 🧱 Updated Dependencies
124
+
125
+ - Updated store/hooks to 1.0.0-next.9
126
+ - Updated core to 1.0.0-next.9
127
+ - Updated common/utils to 1.0.0-next.9
128
+ - Updated common/ui to 1.0.0-next.9
129
+ - Updated shared/types to 1.0.0-next.9
130
+
1
131
  ## 1.0.0-next.8 (2026-02-05)
2
132
 
3
133
  ### 🧱 Updated Dependencies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@haus-storefront-react/order-lines",
3
- "version": "1.0.0-next.9",
3
+ "version": "1.0.4-next.0",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "exports": {
@@ -11,11 +11,11 @@
11
11
  }
12
12
  },
13
13
  "dependencies": {
14
- "@haus-storefront-react/common-ui": "1.0.0-next.9",
15
- "@haus-storefront-react/common-utils": "1.0.0-next.9",
16
- "@haus-storefront-react/core": "1.0.0-next.9",
17
- "@haus-storefront-react/hooks": "1.0.0-next.9",
18
- "@haus-storefront-react/shared-types": "1.0.0-next.9"
14
+ "@haus-storefront-react/common-ui": "1.0.4-next.0",
15
+ "@haus-storefront-react/common-utils": "1.0.4-next.0",
16
+ "@haus-storefront-react/core": "1.0.4-next.0",
17
+ "@haus-storefront-react/hooks": "1.0.4-next.0",
18
+ "@haus-storefront-react/shared-types": "1.0.4-next.0"
19
19
  },
20
20
  "publishConfig": {
21
21
  "access": "restricted"