@wearejh/m2-pwa-cart-gql 0.39.1 → 0.45.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +63 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -3,6 +3,69 @@
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.45.0](https://github.com/WeareJH/mage-mono/compare/v0.44.0...v0.45.0) (2026-01-08)
7
+
8
+ **Note:** Version bump only for package @wearejh/m2-pwa-cart-gql
9
+
10
+
11
+
12
+
13
+
14
+ # [0.44.0](https://github.com/WeareJH/mage-mono/compare/v0.39.1...v0.44.0) (2026-01-08)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * **WOOD-2902:** add Include VAT prices to cart ([774db19](https://github.com/WeareJH/mage-mono/commit/774db192c7f2e43fb7906842307ed29cedb8d6b3))
20
+
21
+
22
+
23
+
24
+
25
+ # [0.43.0](https://github.com/WeareJH/mage-mono/compare/v0.39.1...v0.43.0) (2026-01-08)
26
+
27
+
28
+ ### Bug Fixes
29
+
30
+ * **WOOD-2902:** add Include VAT prices to cart ([774db19](https://github.com/WeareJH/mage-mono/commit/774db192c7f2e43fb7906842307ed29cedb8d6b3))
31
+
32
+
33
+
34
+
35
+
36
+ # [0.42.0](https://github.com/WeareJH/mage-mono/compare/v0.39.1...v0.42.0) (2026-01-08)
37
+
38
+
39
+ ### Bug Fixes
40
+
41
+ * **WOOD-2902:** add Include VAT prices to cart ([774db19](https://github.com/WeareJH/mage-mono/commit/774db192c7f2e43fb7906842307ed29cedb8d6b3))
42
+
43
+
44
+
45
+
46
+
47
+ # [0.41.0](https://github.com/WeareJH/mage-mono/compare/v0.39.1...v0.41.0) (2026-01-08)
48
+
49
+
50
+ ### Bug Fixes
51
+
52
+ * **WOOD-2902:** add Include VAT prices to cart ([774db19](https://github.com/WeareJH/mage-mono/commit/774db192c7f2e43fb7906842307ed29cedb8d6b3))
53
+
54
+
55
+
56
+
57
+
58
+ # [0.40.0](https://github.com/WeareJH/mage-mono/compare/v0.39.1...v0.40.0) (2026-01-08)
59
+
60
+
61
+ ### Bug Fixes
62
+
63
+ * **WOOD-2902:** add Include VAT prices to cart ([774db19](https://github.com/WeareJH/mage-mono/commit/774db192c7f2e43fb7906842307ed29cedb8d6b3))
64
+
65
+
66
+
67
+
68
+
6
69
  ## [0.39.1](https://github.com/WeareJH/mage-mono/compare/v0.39.0...v0.39.1) (2025-11-12)
7
70
 
8
71
  **Note:** Version bump only for package @wearejh/m2-pwa-cart-gql
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wearejh/m2-pwa-cart-gql",
3
- "version": "0.39.1",
3
+ "version": "0.45.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.39.1",
21
- "@wearejh/m2-pwa-user": "^0.39.1",
22
- "@wearejh/rx-form": "^0.39.1",
23
- "@wearejh/swagger-rxjs": "^0.39.1"
20
+ "@wearejh/m2-pwa-engine": "^0.45.0",
21
+ "@wearejh/m2-pwa-user": "^0.45.0",
22
+ "@wearejh/rx-form": "^0.45.0",
23
+ "@wearejh/swagger-rxjs": "^0.45.0"
24
24
  },
25
25
  "devDependencies": {
26
- "@wearejh/testing": "^0.39.1"
26
+ "@wearejh/testing": "^0.45.0"
27
27
  },
28
- "gitHead": "2c6b03d5992ff6f492c0cab6bb513d6973faa948"
28
+ "gitHead": "f22c9f8583c85902860ec49590cae76752f8d227"
29
29
  }