@graphcommerce/googleanalytics 9.0.4-canary.9 → 9.1.0-canary.15

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 +16 -0
  2. package/package.json +9 -22
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Change Log
2
2
 
3
+ ## 9.1.0-canary.15
4
+
5
+ ## 9.0.4-canary.14
6
+
7
+ ## 9.0.4-canary.13
8
+
9
+ ## 9.0.4-canary.12
10
+
11
+ ## 9.0.4-canary.11
12
+
13
+ ## 9.0.4-canary.10
14
+
15
+ ### Patch Changes
16
+
17
+ - [#2487](https://github.com/graphcommerce-org/graphcommerce/pull/2487) [`cbf92b8`](https://github.com/graphcommerce-org/graphcommerce/commit/cbf92b83a677c51c62dc723dcc7bf456a79125e4) - Remove dependencies from `@graphcommerce/googletagmanager` and `@graphcommerce/googleanalytics` on Magento packages and make the datalayer optional ([@paales](https://github.com/paales))
18
+
3
19
  ## 9.0.4-canary.9
4
20
 
5
21
  ## 9.0.4-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": "9.0.4-canary.9",
5
+ "version": "9.1.0-canary.15",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -12,33 +12,20 @@
12
12
  }
13
13
  },
14
14
  "peerDependencies": {
15
- "@graphcommerce/eslint-config-pwa": "^9.0.4-canary.9",
16
- "@graphcommerce/google-datalayer": "9.0.4-canary.9",
17
- "@graphcommerce/graphql-mesh": "^9.0.4-canary.9",
18
- "@graphcommerce/magento-cart": "^9.0.4-canary.9",
19
- "@graphcommerce/magento-cart-payment-method": "^9.0.4-canary.9",
20
- "@graphcommerce/magento-cart-shipping-method": "^9.0.4-canary.9",
21
- "@graphcommerce/magento-product": "^9.0.4-canary.9",
22
- "@graphcommerce/next-config": "^9.0.4-canary.9",
23
- "@graphcommerce/next-ui": "^9.0.4-canary.9",
24
- "@graphcommerce/prettier-config-pwa": "^9.0.4-canary.9",
25
- "@graphcommerce/typescript-config-pwa": "^9.0.4-canary.9",
15
+ "@graphcommerce/eslint-config-pwa": "^9.1.0-canary.15",
16
+ "@graphcommerce/google-datalayer": "9.1.0-canary.15",
17
+ "@graphcommerce/graphql-mesh": "^9.1.0-canary.15",
18
+ "@graphcommerce/next-config": "^9.1.0-canary.15",
19
+ "@graphcommerce/next-ui": "^9.1.0-canary.15",
20
+ "@graphcommerce/prettier-config-pwa": "^9.1.0-canary.15",
21
+ "@graphcommerce/typescript-config-pwa": "^9.1.0-canary.15",
26
22
  "@mui/material": "^5.10.16",
27
23
  "next": "*",
28
24
  "react": "^18.2.0",
29
25
  "react-dom": "^18.2.0"
30
26
  },
31
27
  "peerDependenciesMeta": {
32
- "@graphcommerce/magento-cart": {
33
- "optional": true
34
- },
35
- "@graphcommerce/magento-cart-payment-method": {
36
- "optional": true
37
- },
38
- "@graphcommerce/magento-cart-shipping-method": {
39
- "optional": true
40
- },
41
- "@graphcommerce/magento-product": {
28
+ "@graphcommerce/google-datalayer": {
42
29
  "optional": true
43
30
  }
44
31
  }