@haus-storefront-react/vendure-plugin-configs 0.0.46 → 0.0.47

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 +16 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,3 +1,19 @@
1
+ ## 0.0.46 (2025-10-08)
2
+
3
+ ### 🩹 Fixes
4
+
5
+ - update price handling in VendureElasticSearchPlugin and useFilters ([a9605b4](https://github.com/WeAreHausTech/haus-storefront-components/commit/a9605b4))
6
+
7
+ ### 🧱 Updated Dependencies
8
+
9
+ - Updated core to 0.0.46
10
+ - Updated common/utils to 0.0.46
11
+ - Updated shared/types to 0.0.46
12
+
13
+ ### ❤️ Thank You
14
+
15
+ - Mathias Saxenstrand
16
+
1
17
  ## 0.0.45 (2025-10-06)
2
18
 
3
19
  ### 🧱 Updated Dependencies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@haus-storefront-react/vendure-plugin-configs",
3
- "version": "0.0.46",
3
+ "version": "0.0.47",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "exports": {
@@ -41,8 +41,8 @@
41
41
  }
42
42
  },
43
43
  "dependencies": {
44
- "@haus-storefront-react/common-utils": "0.0.46",
45
- "@haus-storefront-react/core": "0.0.46",
46
- "@haus-storefront-react/shared-types": "0.0.46"
44
+ "@haus-storefront-react/common-utils": "0.0.47",
45
+ "@haus-storefront-react/core": "0.0.47",
46
+ "@haus-storefront-react/shared-types": "0.0.47"
47
47
  }
48
48
  }