@graphcommerce/googleanalytics 8.0.4-canary.1 → 8.0.4
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 +7 -0
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 8.0.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#2158](https://github.com/graphcommerce-org/graphcommerce/pull/2158) [`34de808`](https://github.com/graphcommerce-org/graphcommerce/commit/34de8085e9352d1f3b20b26746685370ea10ab90) - Extracted the datalayer from the googleanalytics package and moved to google-datalayer package. Make sure Google Analytics and Google Tagmanager both can send events individually. Be able to configure the datalayer will send as GA4 or legacy GA3 events.
|
|
8
|
+
([@mikekeehnen](https://github.com/mikekeehnen))
|
|
9
|
+
|
|
3
10
|
## 8.0.4-canary.1
|
|
4
11
|
|
|
5
12
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@graphcommerce/googleanalytics",
|
|
3
3
|
"homepage": "https://www.graphcommerce.org/",
|
|
4
4
|
"repository": "github:graphcommerce-org/graphcommerce",
|
|
5
|
-
"version": "8.0.4
|
|
5
|
+
"version": "8.0.4",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"prettier": "@graphcommerce/prettier-config-pwa",
|
|
8
8
|
"eslintConfig": {
|
|
@@ -15,19 +15,19 @@
|
|
|
15
15
|
"@types/gtag.js": "^0.0.18"
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@graphcommerce/google-datalayer": "8.0.4
|
|
18
|
+
"@graphcommerce/google-datalayer": "8.0.4"
|
|
19
19
|
},
|
|
20
20
|
"peerDependencies": {
|
|
21
|
-
"@graphcommerce/eslint-config-pwa": "^8.0.4
|
|
22
|
-
"@graphcommerce/graphql-mesh": "^8.0.4
|
|
23
|
-
"@graphcommerce/magento-cart": "^8.0.4
|
|
24
|
-
"@graphcommerce/magento-cart-payment-method": "^8.0.4
|
|
25
|
-
"@graphcommerce/magento-cart-shipping-method": "^8.0.4
|
|
26
|
-
"@graphcommerce/magento-product": "^8.0.4
|
|
27
|
-
"@graphcommerce/next-config": "^8.0.4
|
|
28
|
-
"@graphcommerce/next-ui": "^8.0.4
|
|
29
|
-
"@graphcommerce/prettier-config-pwa": "^8.0.4
|
|
30
|
-
"@graphcommerce/typescript-config-pwa": "^8.0.4
|
|
21
|
+
"@graphcommerce/eslint-config-pwa": "^8.0.4",
|
|
22
|
+
"@graphcommerce/graphql-mesh": "^8.0.4",
|
|
23
|
+
"@graphcommerce/magento-cart": "^8.0.4",
|
|
24
|
+
"@graphcommerce/magento-cart-payment-method": "^8.0.4",
|
|
25
|
+
"@graphcommerce/magento-cart-shipping-method": "^8.0.4",
|
|
26
|
+
"@graphcommerce/magento-product": "^8.0.4",
|
|
27
|
+
"@graphcommerce/next-config": "^8.0.4",
|
|
28
|
+
"@graphcommerce/next-ui": "^8.0.4",
|
|
29
|
+
"@graphcommerce/prettier-config-pwa": "^8.0.4",
|
|
30
|
+
"@graphcommerce/typescript-config-pwa": "^8.0.4",
|
|
31
31
|
"@mui/material": "^5.10.16",
|
|
32
32
|
"next": "*",
|
|
33
33
|
"react": "^18.2.0",
|