@haus-storefront-react/order-lines 0.0.13 → 0.0.14

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 +18 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,3 +1,21 @@
1
+ ## 0.0.13 (2025-07-09)
2
+
3
+ ### 🩹 Fixes
4
+
5
+ - update default minimum quantity to 0 in various components ([f55bb70](https://github.com/WeAreHausTech/haus-storefront-components/commit/f55bb70))
6
+
7
+ ### 🧱 Updated Dependencies
8
+
9
+ - Updated store/hooks to 0.0.13
10
+ - Updated core to 0.0.13
11
+ - Updated common/utils to 0.0.13
12
+ - Updated common/ui to 0.0.13
13
+ - Updated shared/types to 0.0.13
14
+
15
+ ### ❤️ Thank You
16
+
17
+ - Mathias Saxenstrand
18
+
1
19
  ## 0.0.12 (2025-07-04)
2
20
 
3
21
  ### 🧱 Updated Dependencies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@haus-storefront-react/order-lines",
3
- "version": "0.0.13",
3
+ "version": "0.0.14",
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.13",
15
- "@haus-storefront-react/common-utils": "0.0.13",
16
- "@haus-storefront-react/core": "0.0.13",
17
- "@haus-storefront-react/hooks": "0.0.13",
18
- "@haus-storefront-react/shared-types": "0.0.13"
14
+ "@haus-storefront-react/common-ui": "0.0.14",
15
+ "@haus-storefront-react/common-utils": "0.0.14",
16
+ "@haus-storefront-react/core": "0.0.14",
17
+ "@haus-storefront-react/hooks": "0.0.14",
18
+ "@haus-storefront-react/shared-types": "0.0.14"
19
19
  }
20
20
  }