@graphcommerce/googletagmanager 9.1.0-canary.26 → 9.1.0-canary.29
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 +10 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 9.1.0-canary.29
|
|
4
|
+
|
|
5
|
+
## 9.1.0-canary.28
|
|
6
|
+
|
|
7
|
+
## 9.1.0-canary.27
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- [#2514](https://github.com/graphcommerce-org/graphcommerce/pull/2514) [`57ece20`](https://github.com/graphcommerce-org/graphcommerce/commit/57ece2097b9a3799e1d0a459c006dab656d20b9d) - Solve an issue where Analytics and Tagmanager events wouldn't be sent. Split useSendEvent and sendEvent methods into two files so plugins can be correctly applied to each. ([@paales](https://github.com/paales))
|
|
12
|
+
|
|
3
13
|
## 9.1.0-canary.26
|
|
4
14
|
|
|
5
15
|
## 9.1.0-canary.25
|
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.1.0-canary.
|
|
5
|
+
"version": "9.1.0-canary.29",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"prettier": "@graphcommerce/prettier-config-pwa",
|
|
8
8
|
"eslintConfig": {
|
|
@@ -15,11 +15,11 @@
|
|
|
15
15
|
"@types/gapi.client.tagmanager": "^2.0.4"
|
|
16
16
|
},
|
|
17
17
|
"peerDependencies": {
|
|
18
|
-
"@graphcommerce/eslint-config-pwa": "^9.1.0-canary.
|
|
19
|
-
"@graphcommerce/google-datalayer": "9.1.0-canary.
|
|
20
|
-
"@graphcommerce/next-ui": "^9.1.0-canary.
|
|
21
|
-
"@graphcommerce/prettier-config-pwa": "^9.1.0-canary.
|
|
22
|
-
"@graphcommerce/typescript-config-pwa": "^9.1.0-canary.
|
|
18
|
+
"@graphcommerce/eslint-config-pwa": "^9.1.0-canary.29",
|
|
19
|
+
"@graphcommerce/google-datalayer": "9.1.0-canary.29",
|
|
20
|
+
"@graphcommerce/next-ui": "^9.1.0-canary.29",
|
|
21
|
+
"@graphcommerce/prettier-config-pwa": "^9.1.0-canary.29",
|
|
22
|
+
"@graphcommerce/typescript-config-pwa": "^9.1.0-canary.29",
|
|
23
23
|
"@mui/material": "^5.10.16",
|
|
24
24
|
"next": "*",
|
|
25
25
|
"react": "^18.2.0",
|