@graphcommerce/googleanalytics 7.0.1-canary.9 → 7.0.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 +20 -0
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 7.0.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#2047](https://github.com/graphcommerce-org/graphcommerce/pull/2047) [`f1200dada`](https://github.com/graphcommerce-org/graphcommerce/commit/f1200dadabb12a6d892de6c7b4dd4bf53a54f884) - Solved an issue the events wouldn't fire for RemoveItemFromCart and UpdateItemQuantity ([@paales](https://github.com/paales))
|
|
8
|
+
|
|
9
|
+
- [#2047](https://github.com/graphcommerce-org/graphcommerce/pull/2047) [`136580b39`](https://github.com/graphcommerce-org/graphcommerce/commit/136580b39e3cffdd07e3fa087e049bd532c3e8f1) - Updated all dependencies to the latest version where possible. ([@paales](https://github.com/paales))
|
|
10
|
+
|
|
11
|
+
## 7.0.1-canary.15
|
|
12
|
+
|
|
13
|
+
## 7.0.1-canary.14
|
|
14
|
+
|
|
15
|
+
## 7.0.1-canary.13
|
|
16
|
+
|
|
17
|
+
## 7.0.1-canary.12
|
|
18
|
+
|
|
19
|
+
## 7.0.1-canary.11
|
|
20
|
+
|
|
21
|
+
## 7.0.1-canary.10
|
|
22
|
+
|
|
3
23
|
## 7.0.1-canary.9
|
|
4
24
|
|
|
5
25
|
## 7.0.1-canary.8
|
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": "7.0.1
|
|
5
|
+
"version": "7.0.1",
|
|
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": "7.0.1
|
|
16
|
-
"@graphcommerce/magento-cart": "7.0.1
|
|
17
|
-
"@graphcommerce/magento-cart-payment-method": "7.0.1
|
|
18
|
-
"@graphcommerce/magento-cart-shipping-method": "7.0.1
|
|
19
|
-
"@graphcommerce/magento-product": "7.0.1
|
|
20
|
-
"@graphcommerce/next-config": "7.0.1
|
|
21
|
-
"@graphcommerce/next-ui": "7.0.1
|
|
15
|
+
"@graphcommerce/graphql-mesh": "7.0.1",
|
|
16
|
+
"@graphcommerce/magento-cart": "7.0.1",
|
|
17
|
+
"@graphcommerce/magento-cart-payment-method": "7.0.1",
|
|
18
|
+
"@graphcommerce/magento-cart-shipping-method": "7.0.1",
|
|
19
|
+
"@graphcommerce/magento-product": "7.0.1",
|
|
20
|
+
"@graphcommerce/next-config": "7.0.1",
|
|
21
|
+
"@graphcommerce/next-ui": "7.0.1"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
|
-
"@graphcommerce/eslint-config-pwa": "7.0.1
|
|
25
|
-
"@graphcommerce/prettier-config-pwa": "7.0.1
|
|
26
|
-
"@graphcommerce/typescript-config-pwa": "7.0.1
|
|
24
|
+
"@graphcommerce/eslint-config-pwa": "7.0.1",
|
|
25
|
+
"@graphcommerce/prettier-config-pwa": "7.0.1",
|
|
26
|
+
"@graphcommerce/typescript-config-pwa": "7.0.1",
|
|
27
27
|
"@types/gtag.js": "^0.0.13"
|
|
28
28
|
},
|
|
29
29
|
"peerDependencies": {
|