@haus-storefront-react/discounts 0.0.17 → 0.0.18

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 +20 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,3 +1,23 @@
1
+ ## 0.0.17 (2025-08-21)
2
+
3
+ ### 🚀 Features
4
+
5
+ - enhance form handling and component props across various modules ([21edaa1](https://github.com/WeAreHausTech/haus-storefront-components/commit/21edaa1))
6
+ - add discount management components and hooks ([#33](https://github.com/WeAreHausTech/haus-storefront-components/pull/33))
7
+
8
+ ### 🧱 Updated Dependencies
9
+
10
+ - Updated store/hooks to 0.0.17
11
+ - Updated core to 0.0.17
12
+ - Updated common/utils to 0.0.17
13
+ - Updated common/ui to 0.0.17
14
+ - Updated shared/types to 0.0.17
15
+
16
+ ### ❤️ Thank You
17
+
18
+ - Johanna Bertils @johannabertils
19
+ - Mathias Saxenstrand
20
+
1
21
  ## 0.0.16 (2025-08-14)
2
22
 
3
23
  ### 🧱 Updated Dependencies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@haus-storefront-react/discounts",
3
- "version": "0.0.17",
3
+ "version": "0.0.18",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "exports": {
@@ -11,10 +11,10 @@
11
11
  }
12
12
  },
13
13
  "dependencies": {
14
- "@haus-storefront-react/common-ui": "0.0.17",
15
- "@haus-storefront-react/common-utils": "0.0.17",
16
- "@haus-storefront-react/core": "0.0.17",
17
- "@haus-storefront-react/hooks": "0.0.17",
18
- "@haus-storefront-react/shared-types": "0.0.17"
14
+ "@haus-storefront-react/common-ui": "0.0.18",
15
+ "@haus-storefront-react/common-utils": "0.0.18",
16
+ "@haus-storefront-react/core": "0.0.18",
17
+ "@haus-storefront-react/hooks": "0.0.18",
18
+ "@haus-storefront-react/shared-types": "0.0.18"
19
19
  }
20
20
  }