@haus-storefront-react/order-lines 1.0.4-next.2 → 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 +20 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,3 +1,23 @@
1
+ ## 1.0.4-next.3 (2026-03-06)
2
+
3
+ ### 🧱 Updated Dependencies
4
+
5
+ - Updated store/hooks to 1.0.4-next.3
6
+ - Updated core to 1.0.4-next.3
7
+ - Updated common/utils to 1.0.4-next.3
8
+ - Updated common/ui to 1.0.4-next.3
9
+ - Updated shared/types to 1.0.4-next.3
10
+
11
+ ## 1.0.4-next.2 (2026-03-04)
12
+
13
+ ### 🧱 Updated Dependencies
14
+
15
+ - Updated store/hooks to 1.0.4-next.2
16
+ - Updated core to 1.0.4-next.2
17
+ - Updated common/utils to 1.0.4-next.2
18
+ - Updated common/ui to 1.0.4-next.2
19
+ - Updated shared/types to 1.0.4-next.2
20
+
1
21
  ## 1.0.4-next.1 (2026-03-04)
2
22
 
3
23
  ### 🚀 Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@haus-storefront-react/order-lines",
3
- "version": "1.0.4-next.2",
3
+ "version": "1.0.4-next.4",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "exports": {
@@ -11,11 +11,11 @@
11
11
  }
12
12
  },
13
13
  "dependencies": {
14
- "@haus-storefront-react/common-ui": "1.0.4-next.2",
15
- "@haus-storefront-react/common-utils": "1.0.4-next.2",
16
- "@haus-storefront-react/core": "1.0.4-next.2",
17
- "@haus-storefront-react/hooks": "1.0.4-next.2",
18
- "@haus-storefront-react/shared-types": "1.0.4-next.2"
14
+ "@haus-storefront-react/common-ui": "1.0.4-next.4",
15
+ "@haus-storefront-react/common-utils": "1.0.4-next.4",
16
+ "@haus-storefront-react/core": "1.0.4-next.4",
17
+ "@haus-storefront-react/hooks": "1.0.4-next.4",
18
+ "@haus-storefront-react/shared-types": "1.0.4-next.4"
19
19
  },
20
20
  "publishConfig": {
21
21
  "access": "restricted"