@haus-storefront-react/vendure-plugin-configs 1.0.4-next.13 → 1.0.4-next.15

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 +26 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,3 +1,29 @@
1
+ ## 1.0.4-next.14 (2026-03-26)
2
+
3
+ ### 🧱 Updated Dependencies
4
+
5
+ - Updated store/components/quick-order to 1.0.0-next.8
6
+ - Updated store/strategies to 1.0.4-next.14
7
+ - Updated core to 1.0.4-next.14
8
+ - Updated common/utils to 1.0.4-next.14
9
+ - Updated shared/types to 1.0.4-next.14
10
+ - Updated providers to 1.0.4-next.14
11
+
12
+ ## 1.0.4-next.13 (2026-03-24)
13
+
14
+ ### 🩹 Fixes
15
+
16
+ - update RelatedProductsInput to use facetValueIds instead of facetIds
17
+
18
+ ### 🧱 Updated Dependencies
19
+
20
+ - Updated store/components/quick-order to 1.0.0-next.7
21
+ - Updated store/strategies to 1.0.4-next.13
22
+ - Updated core to 1.0.4-next.13
23
+ - Updated common/utils to 1.0.4-next.13
24
+ - Updated shared/types to 1.0.4-next.13
25
+ - Updated providers to 1.0.4-next.13
26
+
1
27
  ## 1.0.4-next.12 (2026-03-19)
2
28
 
3
29
  ### 🧱 Updated Dependencies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@haus-storefront-react/vendure-plugin-configs",
3
- "version": "1.0.4-next.13",
3
+ "version": "1.0.4-next.15",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "exports": {
@@ -65,12 +65,12 @@
65
65
  }
66
66
  },
67
67
  "dependencies": {
68
- "@haus-storefront-react/common-utils": "1.0.4-next.13",
69
- "@haus-storefront-react/core": "1.0.4-next.13",
70
- "@haus-storefront-react/providers": "1.0.4-next.13",
71
- "@haus-storefront-react/quick-order": "1.0.0-next.7",
72
- "@haus-storefront-react/shared-types": "1.0.4-next.13",
73
- "@haus-storefront-react/strategies": "1.0.4-next.13"
68
+ "@haus-storefront-react/common-utils": "1.0.4-next.15",
69
+ "@haus-storefront-react/core": "1.0.4-next.15",
70
+ "@haus-storefront-react/providers": "1.0.4-next.15",
71
+ "@haus-storefront-react/quick-order": "1.0.0-next.9",
72
+ "@haus-storefront-react/shared-types": "1.0.4-next.15",
73
+ "@haus-storefront-react/strategies": "1.0.4-next.15"
74
74
  },
75
75
  "publishConfig": {
76
76
  "access": "restricted"