@wearejh/m2-pwa-cart-gql 0.39.1 → 0.48.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 +95 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -3,6 +3,101 @@
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.48.0](https://github.com/WeareJH/mage-mono/compare/v0.47.0...v0.48.0) (2026-01-13)
7
+
8
+ **Note:** Version bump only for package @wearejh/m2-pwa-cart-gql
9
+
10
+
11
+
12
+
13
+
14
+ # [0.47.0](https://github.com/WeareJH/mage-mono/compare/v0.46.0...v0.47.0) (2026-01-13)
15
+
16
+ **Note:** Version bump only for package @wearejh/m2-pwa-cart-gql
17
+
18
+
19
+
20
+
21
+
22
+ # [0.46.0](https://github.com/WeareJH/mage-mono/compare/v0.45.1...v0.46.0) (2026-01-13)
23
+
24
+ **Note:** Version bump only for package @wearejh/m2-pwa-cart-gql
25
+
26
+
27
+
28
+
29
+
30
+ ## [0.45.1](https://github.com/WeareJH/mage-mono/compare/v0.45.0...v0.45.1) (2026-01-13)
31
+
32
+ **Note:** Version bump only for package @wearejh/m2-pwa-cart-gql
33
+
34
+
35
+
36
+
37
+
38
+ # [0.45.0](https://github.com/WeareJH/mage-mono/compare/v0.44.0...v0.45.0) (2026-01-08)
39
+
40
+ **Note:** Version bump only for package @wearejh/m2-pwa-cart-gql
41
+
42
+
43
+
44
+
45
+
46
+ # [0.44.0](https://github.com/WeareJH/mage-mono/compare/v0.39.1...v0.44.0) (2026-01-08)
47
+
48
+
49
+ ### Bug Fixes
50
+
51
+ * **WOOD-2902:** add Include VAT prices to cart ([774db19](https://github.com/WeareJH/mage-mono/commit/774db192c7f2e43fb7906842307ed29cedb8d6b3))
52
+
53
+
54
+
55
+
56
+
57
+ # [0.43.0](https://github.com/WeareJH/mage-mono/compare/v0.39.1...v0.43.0) (2026-01-08)
58
+
59
+
60
+ ### Bug Fixes
61
+
62
+ * **WOOD-2902:** add Include VAT prices to cart ([774db19](https://github.com/WeareJH/mage-mono/commit/774db192c7f2e43fb7906842307ed29cedb8d6b3))
63
+
64
+
65
+
66
+
67
+
68
+ # [0.42.0](https://github.com/WeareJH/mage-mono/compare/v0.39.1...v0.42.0) (2026-01-08)
69
+
70
+
71
+ ### Bug Fixes
72
+
73
+ * **WOOD-2902:** add Include VAT prices to cart ([774db19](https://github.com/WeareJH/mage-mono/commit/774db192c7f2e43fb7906842307ed29cedb8d6b3))
74
+
75
+
76
+
77
+
78
+
79
+ # [0.41.0](https://github.com/WeareJH/mage-mono/compare/v0.39.1...v0.41.0) (2026-01-08)
80
+
81
+
82
+ ### Bug Fixes
83
+
84
+ * **WOOD-2902:** add Include VAT prices to cart ([774db19](https://github.com/WeareJH/mage-mono/commit/774db192c7f2e43fb7906842307ed29cedb8d6b3))
85
+
86
+
87
+
88
+
89
+
90
+ # [0.40.0](https://github.com/WeareJH/mage-mono/compare/v0.39.1...v0.40.0) (2026-01-08)
91
+
92
+
93
+ ### Bug Fixes
94
+
95
+ * **WOOD-2902:** add Include VAT prices to cart ([774db19](https://github.com/WeareJH/mage-mono/commit/774db192c7f2e43fb7906842307ed29cedb8d6b3))
96
+
97
+
98
+
99
+
100
+
6
101
  ## [0.39.1](https://github.com/WeareJH/mage-mono/compare/v0.39.0...v0.39.1) (2025-11-12)
7
102
 
8
103
  **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.48.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.48.0",
21
+ "@wearejh/m2-pwa-user": "^0.48.0",
22
+ "@wearejh/rx-form": "^0.48.0",
23
+ "@wearejh/swagger-rxjs": "^0.48.0"
24
24
  },
25
25
  "devDependencies": {
26
- "@wearejh/testing": "^0.39.1"
26
+ "@wearejh/testing": "^0.48.0"
27
27
  },
28
- "gitHead": "2c6b03d5992ff6f492c0cab6bb513d6973faa948"
28
+ "gitHead": "f2de7635bc02cdeae6bf5babbc634c528ab09986"
29
29
  }