@haus-storefront-react/vendure-plugin-configs 0.0.8 → 0.0.9

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.8 (2025-07-03)
2
+
3
+ ### 🚀 Features
4
+
5
+ - add ProductBadge component for enhanced product presentation ([#26](https://github.com/WeAreHausTech/haus-storefront-components/pull/26))
6
+
7
+ ### 🧱 Updated Dependencies
8
+
9
+ - Updated core to 0.0.8
10
+ - Updated common/utils to 0.0.8
11
+ - Updated shared/types to 0.0.8
12
+
13
+ ### ❤️ Thank You
14
+
15
+ - Johanna Bertils @johannabertils
16
+
1
17
  ## 0.0.7 (2025-07-03)
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.8",
3
+ "version": "0.0.9",
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.8",
45
- "@haus-storefront-react/core": "0.0.8",
46
- "@haus-storefront-react/shared-types": "0.0.8"
44
+ "@haus-storefront-react/common-utils": "0.0.9",
45
+ "@haus-storefront-react/core": "0.0.9",
46
+ "@haus-storefront-react/shared-types": "0.0.9"
47
47
  }
48
48
  }