@haus-storefront-react/vendure-plugin-configs 1.0.4-next.14 → 1.0.4-next.16

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 +22 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,3 +1,25 @@
1
+ ## 1.0.4-next.15 (2026-03-26)
2
+
3
+ ### 🧱 Updated Dependencies
4
+
5
+ - Updated store/components/quick-order to 1.0.0-next.9
6
+ - Updated store/strategies to 1.0.4-next.15
7
+ - Updated core to 1.0.4-next.15
8
+ - Updated common/utils to 1.0.4-next.15
9
+ - Updated shared/types to 1.0.4-next.15
10
+ - Updated providers to 1.0.4-next.15
11
+
12
+ ## 1.0.4-next.14 (2026-03-26)
13
+
14
+ ### 🧱 Updated Dependencies
15
+
16
+ - Updated store/components/quick-order to 1.0.0-next.8
17
+ - Updated store/strategies to 1.0.4-next.14
18
+ - Updated core to 1.0.4-next.14
19
+ - Updated common/utils to 1.0.4-next.14
20
+ - Updated shared/types to 1.0.4-next.14
21
+ - Updated providers to 1.0.4-next.14
22
+
1
23
  ## 1.0.4-next.13 (2026-03-24)
2
24
 
3
25
  ### 🩹 Fixes
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.14",
3
+ "version": "1.0.4-next.16",
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.14",
69
- "@haus-storefront-react/core": "1.0.4-next.14",
70
- "@haus-storefront-react/providers": "1.0.4-next.14",
71
- "@haus-storefront-react/quick-order": "1.0.0-next.8",
72
- "@haus-storefront-react/shared-types": "1.0.4-next.14",
73
- "@haus-storefront-react/strategies": "1.0.4-next.14"
68
+ "@haus-storefront-react/common-utils": "1.0.4-next.16",
69
+ "@haus-storefront-react/core": "1.0.4-next.16",
70
+ "@haus-storefront-react/providers": "1.0.4-next.16",
71
+ "@haus-storefront-react/quick-order": "1.0.0-next.10",
72
+ "@haus-storefront-react/shared-types": "1.0.4-next.16",
73
+ "@haus-storefront-react/strategies": "1.0.4-next.16"
74
74
  },
75
75
  "publishConfig": {
76
76
  "access": "restricted"