@graphcommerce/google-datalayer 9.0.0 → 9.0.1-canary.1
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 +5 -69
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,13 +1,15 @@
|
|
|
1
1
|
# @graphcommerce/google-datalayer
|
|
2
2
|
|
|
3
|
-
## 9.0.
|
|
3
|
+
## 9.0.1-canary.1
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
## 9.0.0
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
### Major Changes
|
|
8
8
|
|
|
9
9
|
### Patch Changes
|
|
10
10
|
|
|
11
|
+
- [#2337](https://github.com/graphcommerce-org/graphcommerce/pull/2337) [`18898df`](https://github.com/graphcommerce-org/graphcommerce/commit/18898df44b786dd68d8e6fec538e3db947c157e4) - All `sendEvent` calls are now the return type of `useSendEvent`, to allow plugins to use hooks themselves. ([@Renzovh](https://github.com/Renzovh))
|
|
12
|
+
|
|
11
13
|
- [#2341](https://github.com/graphcommerce-org/graphcommerce/pull/2341) [`e3fe4f7`](https://github.com/graphcommerce-org/graphcommerce/commit/e3fe4f73c8c3e3c6a5ec68cdc7a32820e8f69e07) - Solved an issue where the `BillingPage` query would be re-queried after setting the payment method. ([@Giovanni-Schroevers](https://github.com/Giovanni-Schroevers))
|
|
12
14
|
|
|
13
15
|
- [#2421](https://github.com/graphcommerce-org/graphcommerce/pull/2421) [`d500643`](https://github.com/graphcommerce-org/graphcommerce/commit/d500643138799b6db1610cb10a1d065d6219d8ea) - Resolve peer dependency issues so we get a clean install ([@paales](https://github.com/paales))
|
|
@@ -18,72 +20,6 @@
|
|
|
18
20
|
|
|
19
21
|
- [#2246](https://github.com/graphcommerce-org/graphcommerce/pull/2246) [`fc5c04d`](https://github.com/graphcommerce-org/graphcommerce/commit/fc5c04d4a2c0301be7d3cc983d9b31f6fcaf6fe6) - Create `useRemoveItemFromCart` hook to allow for reuse while keeping compatibility with plugins. ([@Jessevdpoel](https://github.com/Jessevdpoel))
|
|
20
22
|
|
|
21
|
-
## 9.0.0-canary.118
|
|
22
|
-
|
|
23
|
-
## 9.0.0-canary.117
|
|
24
|
-
|
|
25
|
-
## 9.0.0-canary.116
|
|
26
|
-
|
|
27
|
-
## 9.0.0-canary.115
|
|
28
|
-
|
|
29
|
-
## 9.0.0-canary.114
|
|
30
|
-
|
|
31
|
-
## 9.0.0-canary.113
|
|
32
|
-
|
|
33
|
-
## 9.0.0-canary.112
|
|
34
|
-
|
|
35
|
-
## 9.0.0-canary.111
|
|
36
|
-
|
|
37
|
-
## 9.0.0-canary.110
|
|
38
|
-
|
|
39
|
-
## 9.0.0-canary.109
|
|
40
|
-
|
|
41
|
-
## 9.0.0-canary.108
|
|
42
|
-
|
|
43
|
-
## 9.0.0-canary.107
|
|
44
|
-
|
|
45
|
-
## 9.0.0-canary.106
|
|
46
|
-
|
|
47
|
-
## 9.0.0-canary.105
|
|
48
|
-
|
|
49
|
-
## 9.0.0-canary.104
|
|
50
|
-
|
|
51
|
-
## 9.0.0-canary.103
|
|
52
|
-
|
|
53
|
-
### Patch Changes
|
|
54
|
-
|
|
55
|
-
- [#2421](https://github.com/graphcommerce-org/graphcommerce/pull/2421) [`d500643`](https://github.com/graphcommerce-org/graphcommerce/commit/d500643138799b6db1610cb10a1d065d6219d8ea) - Resolve peer dependency issues so we get a clean install ([@paales](https://github.com/paales))
|
|
56
|
-
|
|
57
|
-
## 9.0.0-canary.80
|
|
58
|
-
|
|
59
|
-
### Patch Changes
|
|
60
|
-
|
|
61
|
-
- [#2341](https://github.com/graphcommerce-org/graphcommerce/pull/2341) [`e3fe4f7`](https://github.com/graphcommerce-org/graphcommerce/commit/e3fe4f73c8c3e3c6a5ec68cdc7a32820e8f69e07) - Solve an issue where the BillingPage query would be re-queried after setting the payment method. ([@Giovanni-Schroevers](https://github.com/Giovanni-Schroevers))
|
|
62
|
-
|
|
63
|
-
## 9.0.0-canary.73
|
|
64
|
-
|
|
65
|
-
### Minor Changes
|
|
66
|
-
|
|
67
|
-
- [#2337](https://github.com/graphcommerce-org/graphcommerce/pull/2337) [`18898df`](https://github.com/graphcommerce-org/graphcommerce/commit/18898df44b786dd68d8e6fec538e3db947c157e4) - All sendEvent calls are now the return type of useSendEvent, to allow plugins to use hooks themselves ([@Renzovh](https://github.com/Renzovh))
|
|
68
|
-
|
|
69
|
-
## 9.0.0-canary.60
|
|
70
|
-
|
|
71
|
-
### Patch Changes
|
|
72
|
-
|
|
73
|
-
- [#2331](https://github.com/graphcommerce-org/graphcommerce/pull/2331) [`702bfc9`](https://github.com/graphcommerce-org/graphcommerce/commit/702bfc93566c9745546988e57988431d5d4d8cb0) - Moved plugins to new format ([@paales](https://github.com/paales))
|
|
74
|
-
|
|
75
|
-
## 8.1.0-canary.20
|
|
76
|
-
|
|
77
|
-
### Patch Changes
|
|
78
|
-
|
|
79
|
-
- [#2246](https://github.com/graphcommerce-org/graphcommerce/pull/2246) [`fc5c04d`](https://github.com/graphcommerce-org/graphcommerce/commit/fc5c04d4a2c0301be7d3cc983d9b31f6fcaf6fe6) - Create useRemoveItemFromCart hook to allow for reuse while keeping compatibility with plugins. ([@Jessevdpoel](https://github.com/Jessevdpoel))
|
|
80
|
-
|
|
81
|
-
## 8.0.6-canary.2
|
|
82
|
-
|
|
83
|
-
### Patch Changes
|
|
84
|
-
|
|
85
|
-
- [#2234](https://github.com/graphcommerce-org/graphcommerce/pull/2234) [`43bd04a`](https://github.com/graphcommerce-org/graphcommerce/commit/43bd04a777c5800cc7e01bee1e123a5aad82f194) - Prevent BillingPage query from rerunning on each mutation ([@FrankHarland](https://github.com/FrankHarland))
|
|
86
|
-
|
|
87
23
|
## 8.0.5
|
|
88
24
|
|
|
89
25
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@graphcommerce/google-datalayer",
|
|
3
3
|
"homepage": "https://www.graphcommerce.org/",
|
|
4
4
|
"repository": "github:graphcommerce-org/graphcommerce",
|
|
5
|
-
"version": "9.0.
|
|
5
|
+
"version": "9.0.1-canary.1",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"prettier": "@graphcommerce/prettier-config-pwa",
|
|
8
8
|
"eslintConfig": {
|
|
@@ -12,15 +12,15 @@
|
|
|
12
12
|
}
|
|
13
13
|
},
|
|
14
14
|
"peerDependencies": {
|
|
15
|
-
"@graphcommerce/eslint-config-pwa": "^9.0.
|
|
16
|
-
"@graphcommerce/magento-cart": "^9.0.
|
|
17
|
-
"@graphcommerce/magento-cart-payment-method": "^9.0.
|
|
18
|
-
"@graphcommerce/magento-cart-shipping-method": "^9.0.
|
|
19
|
-
"@graphcommerce/magento-product": "^9.0.
|
|
20
|
-
"@graphcommerce/next-ui": "^9.0.
|
|
21
|
-
"@graphcommerce/prettier-config-pwa": "^9.0.
|
|
22
|
-
"@graphcommerce/react-hook-form": "^9.0.
|
|
23
|
-
"@graphcommerce/typescript-config-pwa": "^9.0.
|
|
15
|
+
"@graphcommerce/eslint-config-pwa": "^9.0.1-canary.1",
|
|
16
|
+
"@graphcommerce/magento-cart": "^9.0.1-canary.1",
|
|
17
|
+
"@graphcommerce/magento-cart-payment-method": "^9.0.1-canary.1",
|
|
18
|
+
"@graphcommerce/magento-cart-shipping-method": "^9.0.1-canary.1",
|
|
19
|
+
"@graphcommerce/magento-product": "^9.0.1-canary.1",
|
|
20
|
+
"@graphcommerce/next-ui": "^9.0.1-canary.1",
|
|
21
|
+
"@graphcommerce/prettier-config-pwa": "^9.0.1-canary.1",
|
|
22
|
+
"@graphcommerce/react-hook-form": "^9.0.1-canary.1",
|
|
23
|
+
"@graphcommerce/typescript-config-pwa": "^9.0.1-canary.1",
|
|
24
24
|
"@mui/material": "^5.14.20",
|
|
25
25
|
"next": "*",
|
|
26
26
|
"react": "^18.2.0",
|