@haus-storefront-react/shared-types 1.0.0-next.12 → 1.0.0-next.13
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.
- package/CHANGELOG.md +10 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
## 1.0.0-next.12 (2026-02-12)
|
|
2
|
+
|
|
3
|
+
### 🚀 Features
|
|
4
|
+
|
|
5
|
+
- enhance form handling and component props across various modules
|
|
6
|
+
- add discount management components and hooks
|
|
7
|
+
- add ProductBadge component for enhanced product presentation
|
|
8
|
+
- add filters component for product listing
|
|
9
|
+
- add ProductListPrice component to handle pricing details
|
|
10
|
+
|
|
1
11
|
## 1.0.0-next.11 (2026-02-09)
|
|
2
12
|
|
|
3
13
|
### 🚀 Features
|