@haus-storefront-react/vendure-plugin-configs 1.0.4-next.3 → 1.0.4-next.4

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 +9 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,3 +1,12 @@
1
+ ## 1.0.4-next.3 (2026-03-06)
2
+
3
+ ### 🧱 Updated Dependencies
4
+
5
+ - Updated core to 1.0.4-next.3
6
+ - Updated common/utils to 1.0.4-next.3
7
+ - Updated shared/types to 1.0.4-next.3
8
+ - Updated providers to 1.0.4-next.3
9
+
1
10
  ## 1.0.4-next.2 (2026-03-04)
2
11
 
3
12
  ### 🧱 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.3",
3
+ "version": "1.0.4-next.4",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "exports": {
@@ -47,10 +47,10 @@
47
47
  }
48
48
  },
49
49
  "dependencies": {
50
- "@haus-storefront-react/common-utils": "1.0.4-next.3",
51
- "@haus-storefront-react/core": "1.0.4-next.3",
52
- "@haus-storefront-react/providers": "1.0.4-next.3",
53
- "@haus-storefront-react/shared-types": "1.0.4-next.3"
50
+ "@haus-storefront-react/common-utils": "1.0.4-next.4",
51
+ "@haus-storefront-react/core": "1.0.4-next.4",
52
+ "@haus-storefront-react/providers": "1.0.4-next.4",
53
+ "@haus-storefront-react/shared-types": "1.0.4-next.4"
54
54
  },
55
55
  "publishConfig": {
56
56
  "access": "restricted"