@haus-storefront-react/shared-types 1.0.4-next.0 → 1.0.4-next.1

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 +11 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,14 @@
1
+ ## 1.0.4-next.0 (2026-03-02)
2
+
3
+ ### 🚀 Features
4
+
5
+ - Add onSdkReady callback to VendurePluginConfig
6
+ - enhance form handling and component props across various modules
7
+ - add discount management components and hooks
8
+ - add ProductBadge component for enhanced product presentation
9
+ - add filters component for product listing
10
+ - add ProductListPrice component to handle pricing details
11
+
1
12
  ## 1.0.0-next.15 (2026-02-17)
2
13
 
3
14
  ### 🚀 Features
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "restricted"
5
5
  },
6
- "version": "1.0.4-next.0",
6
+ "version": "1.0.4-next.1",
7
7
  "main": "./index.js",
8
8
  "types": "./index.d.ts",
9
9
  "exports": {