@graphcommerce/googleanalytics 6.0.0-canary.53 → 6.0.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.
- package/CHANGELOG.md +12 -0
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 6.0.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#1809](https://github.com/graphcommerce-org/graphcommerce/pull/1809) [`2da3c9214`](https://github.com/graphcommerce-org/graphcommerce/commit/2da3c92148aef08813b95e404a25796acf0eefd2) - Google Analytics now supports view_item, view_cart and remove_from_cart ([@mikekeehnen](https://github.com/mikekeehnen))
|
|
8
|
+
|
|
9
|
+
- [#1821](https://github.com/graphcommerce-org/graphcommerce/pull/1821) [`1abc50a21`](https://github.com/graphcommerce-org/graphcommerce/commit/1abc50a21103270fad04e4a9ea892ee1e75233e9) - Upgrade packages to latest version ([@paales](https://github.com/paales))
|
|
10
|
+
|
|
11
|
+
- [#1835](https://github.com/graphcommerce-org/graphcommerce/pull/1835) [`393d62cf1`](https://github.com/graphcommerce-org/graphcommerce/commit/393d62cf1833a61eb98777b7eab91ea891668e57) - Google analytics uses the new configuration system and will use googleAnalyticsId ([@paales](https://github.com/paales))
|
|
12
|
+
|
|
13
|
+
## 6.0.0-canary.54
|
|
14
|
+
|
|
3
15
|
## 6.0.0-canary.53
|
|
4
16
|
|
|
5
17
|
## 6.0.0-canary.52
|
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": "6.0.0
|
|
5
|
+
"version": "6.0.0",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"prettier": "@graphcommerce/prettier-config-pwa",
|
|
8
8
|
"eslintConfig": {
|
|
@@ -12,18 +12,18 @@
|
|
|
12
12
|
}
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@graphcommerce/graphql-mesh": "6.0.0
|
|
16
|
-
"@graphcommerce/magento-cart": "6.0.0
|
|
17
|
-
"@graphcommerce/magento-cart-payment-method": "6.0.0
|
|
18
|
-
"@graphcommerce/magento-cart-shipping-method": "6.0.0
|
|
19
|
-
"@graphcommerce/magento-product": "6.0.0
|
|
20
|
-
"@graphcommerce/next-config": "6.0.0
|
|
21
|
-
"@graphcommerce/next-ui": "6.0.0
|
|
15
|
+
"@graphcommerce/graphql-mesh": "6.0.0",
|
|
16
|
+
"@graphcommerce/magento-cart": "6.0.0",
|
|
17
|
+
"@graphcommerce/magento-cart-payment-method": "6.0.0",
|
|
18
|
+
"@graphcommerce/magento-cart-shipping-method": "6.0.0",
|
|
19
|
+
"@graphcommerce/magento-product": "6.0.0",
|
|
20
|
+
"@graphcommerce/next-config": "6.0.0",
|
|
21
|
+
"@graphcommerce/next-ui": "6.0.0"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
|
-
"@graphcommerce/eslint-config-pwa": "6.0.0
|
|
25
|
-
"@graphcommerce/prettier-config-pwa": "6.0.0
|
|
26
|
-
"@graphcommerce/typescript-config-pwa": "6.0.0
|
|
24
|
+
"@graphcommerce/eslint-config-pwa": "6.0.0",
|
|
25
|
+
"@graphcommerce/prettier-config-pwa": "6.0.0",
|
|
26
|
+
"@graphcommerce/typescript-config-pwa": "6.0.0",
|
|
27
27
|
"@types/gtag.js": "^0.0.12"
|
|
28
28
|
},
|
|
29
29
|
"peerDependencies": {
|