@wearejh/m2-pwa-cart-gql 0.32.0 → 0.33.0

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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [0.33.0](https://github.com/WeareJH/mage-mono/compare/v0.32.0...v0.33.0) (2025-06-18)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **m2-pwa-cart-gql:** remove deprecated home delivery fields (WOOD-1603) ([4d37137](https://github.com/WeareJH/mage-mono/commit/4d37137a8fc723a983a11f7ecdd83b02c116183d))
12
+
13
+
14
+
15
+
16
+
6
17
  # [0.32.0](https://github.com/WeareJH/mage-mono/compare/v0.31.4...v0.32.0) (2025-06-06)
7
18
 
8
19
  **Note:** Version bump only for package @wearejh/m2-pwa-cart-gql
@@ -8,8 +8,6 @@ fragment JhCartItems on CartItemInterface {
8
8
  }
9
9
  configured_variant {
10
10
  click_and_collected
11
- home_delivery
12
- is_available_hd_delivery_centre
13
11
  delivery_type
14
12
  sku
15
13
  small_image {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wearejh/m2-pwa-cart-gql",
3
- "version": "0.32.0",
3
+ "version": "0.33.0",
4
4
  "description": "m2 cart",
5
5
  "author": "Shane Osbourne <shane.osbourne8@gmail.com>",
6
6
  "homepage": "",
@@ -17,13 +17,13 @@
17
17
  "access": "public"
18
18
  },
19
19
  "dependencies": {
20
- "@wearejh/m2-pwa-engine": "^0.32.0",
21
- "@wearejh/m2-pwa-user": "^0.32.0",
22
- "@wearejh/rx-form": "^0.32.0",
23
- "@wearejh/swagger-rxjs": "^0.32.0"
20
+ "@wearejh/m2-pwa-engine": "^0.33.0",
21
+ "@wearejh/m2-pwa-user": "^0.33.0",
22
+ "@wearejh/rx-form": "^0.33.0",
23
+ "@wearejh/swagger-rxjs": "^0.33.0"
24
24
  },
25
25
  "devDependencies": {
26
- "@wearejh/testing": "^0.32.0"
26
+ "@wearejh/testing": "^0.33.0"
27
27
  },
28
- "gitHead": "523dca0507791ac27e0840cf3fedd87336468ab2"
28
+ "gitHead": "055f7dbb98d0e595ef8d904d9c981e82fcc31b25"
29
29
  }