@graphcommerce/googleanalytics 8.0.0-canary.40 → 8.0.0-canary.69

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 +52 -2
  2. package/package.json +25 -11
package/CHANGELOG.md CHANGED
@@ -1,8 +1,58 @@
1
1
  # Change Log
2
2
 
3
- ## 8.0.0-canary.40
3
+ ## 8.0.0-canary.69
4
4
 
5
- ## 7.1.0-canary.39
5
+ ## 7.1.0-canary.68
6
+
7
+ ## 7.1.0-canary.67
8
+
9
+ ## 7.1.0-canary.66
10
+
11
+ ## 7.1.0-canary.65
12
+
13
+ ## 7.1.0-canary.64
14
+
15
+ ## 7.1.0-canary.63
16
+
17
+ ## 7.1.0-canary.62
18
+
19
+ ### Minor Changes
20
+
21
+ - [#2127](https://github.com/graphcommerce-org/graphcommerce/pull/2127) [`124e6c92a`](https://github.com/graphcommerce-org/graphcommerce/commit/124e6c92aa3b4b77f54235f0682c38438fd619b6) - Made all magento dependencies optional in the googleanalytics and googletagmanager packages ([@Jessevdpoel](https://github.com/Jessevdpoel))
22
+
23
+ ## 7.1.0-canary.61
24
+
25
+ ## 7.1.0-canary.60
26
+
27
+ ## 7.1.0-canary.59
28
+
29
+ ## 7.1.0-canary.58
30
+
31
+ ## 7.1.0-canary.57
32
+
33
+ ## 7.1.0-canary.56
34
+
35
+ ## 7.1.0-canary.55
36
+
37
+ ## 7.1.0-canary.54
38
+
39
+ ## 7.1.0-canary.53
40
+
41
+ ## 7.1.0-canary.52
42
+
43
+ ## 7.1.0-canary.51
44
+
45
+ ## 7.1.0-canary.50
46
+
47
+ ## 7.1.0-canary.49
48
+
49
+ ## 7.1.0-canary.48
50
+
51
+ ## 7.1.0-canary.47
52
+
53
+ ## 7.1.0-canary.46
54
+
55
+ ## 7.1.0-canary.45
6
56
 
7
57
  ## 7.1.0-canary.38
8
58
 
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.0-canary.40",
5
+ "version": "8.0.0-canary.69",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -15,19 +15,33 @@
15
15
  "@types/gtag.js": "^0.0.18"
16
16
  },
17
17
  "peerDependencies": {
18
- "@graphcommerce/eslint-config-pwa": "8.0.0-canary.40",
19
- "@graphcommerce/graphql-mesh": "8.0.0-canary.40",
20
- "@graphcommerce/magento-cart": "8.0.0-canary.40",
21
- "@graphcommerce/magento-cart-payment-method": "8.0.0-canary.40",
22
- "@graphcommerce/magento-cart-shipping-method": "8.0.0-canary.40",
23
- "@graphcommerce/magento-product": "8.0.0-canary.40",
24
- "@graphcommerce/next-config": "8.0.0-canary.40",
25
- "@graphcommerce/next-ui": "8.0.0-canary.40",
26
- "@graphcommerce/prettier-config-pwa": "8.0.0-canary.40",
27
- "@graphcommerce/typescript-config-pwa": "8.0.0-canary.40",
18
+ "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.69",
19
+ "@graphcommerce/graphql-mesh": "^8.0.0-canary.69",
20
+ "@graphcommerce/magento-cart": "^8.0.0-canary.69",
21
+ "@graphcommerce/magento-cart-payment-method": "^8.0.0-canary.69",
22
+ "@graphcommerce/magento-cart-shipping-method": "^8.0.0-canary.69",
23
+ "@graphcommerce/magento-product": "^8.0.0-canary.69",
24
+ "@graphcommerce/next-config": "^8.0.0-canary.69",
25
+ "@graphcommerce/next-ui": "^8.0.0-canary.69",
26
+ "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.69",
27
+ "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.69",
28
28
  "@mui/material": "^5.10.16",
29
29
  "next": "*",
30
30
  "react": "^18.2.0",
31
31
  "react-dom": "^18.2.0"
32
+ },
33
+ "peerDependenciesMeta": {
34
+ "@graphcommerce/magento-cart": {
35
+ "optional": true
36
+ },
37
+ "@graphcommerce/magento-cart-payment-method": {
38
+ "optional": true
39
+ },
40
+ "@graphcommerce/magento-cart-shipping-method": {
41
+ "optional": true
42
+ },
43
+ "@graphcommerce/magento-product": {
44
+ "optional": true
45
+ }
32
46
  }
33
47
  }