@graphcommerce/google-datalayer 9.0.1-canary.0 → 9.0.1-canary.2

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 +6 -70
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,15 +1,17 @@
1
1
  # @graphcommerce/google-datalayer
2
2
 
3
- ## 9.0.1-canary.0
3
+ ## 9.0.1-canary.2
4
4
 
5
- ## 9.0.0
5
+ ## 9.0.1-canary.1
6
6
 
7
- ### Minor Changes
7
+ ## 9.0.0
8
8
 
9
- - [#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))
9
+ ### Major Changes
10
10
 
11
11
  ### Patch Changes
12
12
 
13
+ - [#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))
14
+
13
15
  - [#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))
14
16
 
15
17
  - [#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))
@@ -20,72 +22,6 @@
20
22
 
21
23
  - [#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))
22
24
 
23
- ## 9.0.0-canary.118
24
-
25
- ## 9.0.0-canary.117
26
-
27
- ## 9.0.0-canary.116
28
-
29
- ## 9.0.0-canary.115
30
-
31
- ## 9.0.0-canary.114
32
-
33
- ## 9.0.0-canary.113
34
-
35
- ## 9.0.0-canary.112
36
-
37
- ## 9.0.0-canary.111
38
-
39
- ## 9.0.0-canary.110
40
-
41
- ## 9.0.0-canary.109
42
-
43
- ## 9.0.0-canary.108
44
-
45
- ## 9.0.0-canary.107
46
-
47
- ## 9.0.0-canary.106
48
-
49
- ## 9.0.0-canary.105
50
-
51
- ## 9.0.0-canary.104
52
-
53
- ## 9.0.0-canary.103
54
-
55
- ### Patch Changes
56
-
57
- - [#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))
58
-
59
- ## 9.0.0-canary.80
60
-
61
- ### Patch Changes
62
-
63
- - [#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))
64
-
65
- ## 9.0.0-canary.73
66
-
67
- ### Minor Changes
68
-
69
- - [#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))
70
-
71
- ## 9.0.0-canary.60
72
-
73
- ### Patch Changes
74
-
75
- - [#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))
76
-
77
- ## 8.1.0-canary.20
78
-
79
- ### Patch Changes
80
-
81
- - [#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))
82
-
83
- ## 8.0.6-canary.2
84
-
85
- ### Patch Changes
86
-
87
- - [#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))
88
-
89
25
  ## 8.0.5
90
26
 
91
27
  ### 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.1-canary.0",
5
+ "version": "9.0.1-canary.2",
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.1-canary.0",
16
- "@graphcommerce/magento-cart": "^9.0.1-canary.0",
17
- "@graphcommerce/magento-cart-payment-method": "^9.0.1-canary.0",
18
- "@graphcommerce/magento-cart-shipping-method": "^9.0.1-canary.0",
19
- "@graphcommerce/magento-product": "^9.0.1-canary.0",
20
- "@graphcommerce/next-ui": "^9.0.1-canary.0",
21
- "@graphcommerce/prettier-config-pwa": "^9.0.1-canary.0",
22
- "@graphcommerce/react-hook-form": "^9.0.1-canary.0",
23
- "@graphcommerce/typescript-config-pwa": "^9.0.1-canary.0",
15
+ "@graphcommerce/eslint-config-pwa": "^9.0.1-canary.2",
16
+ "@graphcommerce/magento-cart": "^9.0.1-canary.2",
17
+ "@graphcommerce/magento-cart-payment-method": "^9.0.1-canary.2",
18
+ "@graphcommerce/magento-cart-shipping-method": "^9.0.1-canary.2",
19
+ "@graphcommerce/magento-product": "^9.0.1-canary.2",
20
+ "@graphcommerce/next-ui": "^9.0.1-canary.2",
21
+ "@graphcommerce/prettier-config-pwa": "^9.0.1-canary.2",
22
+ "@graphcommerce/react-hook-form": "^9.0.1-canary.2",
23
+ "@graphcommerce/typescript-config-pwa": "^9.0.1-canary.2",
24
24
  "@mui/material": "^5.14.20",
25
25
  "next": "*",
26
26
  "react": "^18.2.0",