@graphcommerce/googletagmanager 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 +11 -6
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/googletagmanager",
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": {
@@ -15,14 +15,19 @@
15
15
  "@types/gapi.client.tagmanager": "^2.0.4"
16
16
  },
17
17
  "peerDependencies": {
18
- "@graphcommerce/eslint-config-pwa": "^9.0.4-canary.9",
19
- "@graphcommerce/google-datalayer": "9.0.4-canary.9",
20
- "@graphcommerce/next-ui": "^9.0.4-canary.9",
21
- "@graphcommerce/prettier-config-pwa": "^9.0.4-canary.9",
22
- "@graphcommerce/typescript-config-pwa": "^9.0.4-canary.9",
18
+ "@graphcommerce/eslint-config-pwa": "^9.1.0-canary.15",
19
+ "@graphcommerce/google-datalayer": "9.1.0-canary.15",
20
+ "@graphcommerce/next-ui": "^9.1.0-canary.15",
21
+ "@graphcommerce/prettier-config-pwa": "^9.1.0-canary.15",
22
+ "@graphcommerce/typescript-config-pwa": "^9.1.0-canary.15",
23
23
  "@mui/material": "^5.10.16",
24
24
  "next": "*",
25
25
  "react": "^18.2.0",
26
26
  "react-dom": "^18.2.0"
27
+ },
28
+ "peerDependenciesMeta": {
29
+ "@graphcommerce/google-datalayer": {
30
+ "optional": true
31
+ }
27
32
  }
28
33
  }