@graphcommerce/googletagmanager 9.0.1-canary.0 → 9.0.1-canary.2
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 +3 -55
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
-
## 9.0.1-canary.
|
|
3
|
+
## 9.0.1-canary.2
|
|
4
|
+
|
|
5
|
+
## 9.0.1-canary.1
|
|
4
6
|
|
|
5
7
|
## 9.0.0
|
|
6
8
|
|
|
@@ -14,60 +16,6 @@
|
|
|
14
16
|
|
|
15
17
|
- [#2403](https://github.com/graphcommerce-org/graphcommerce/pull/2403) [`9f01825`](https://github.com/graphcommerce-org/graphcommerce/commit/9f01825f9f4101ed009515735b75182673d942b5) - fix: Google tag manager noscript tag would output escaped html causing hydration errors ([@FrankHarland](https://github.com/FrankHarland))
|
|
16
18
|
|
|
17
|
-
## 9.0.0-canary.118
|
|
18
|
-
|
|
19
|
-
## 9.0.0-canary.117
|
|
20
|
-
|
|
21
|
-
## 9.0.0-canary.116
|
|
22
|
-
|
|
23
|
-
## 9.0.0-canary.115
|
|
24
|
-
|
|
25
|
-
## 9.0.0-canary.114
|
|
26
|
-
|
|
27
|
-
## 9.0.0-canary.113
|
|
28
|
-
|
|
29
|
-
## 9.0.0-canary.112
|
|
30
|
-
|
|
31
|
-
## 9.0.0-canary.111
|
|
32
|
-
|
|
33
|
-
## 9.0.0-canary.110
|
|
34
|
-
|
|
35
|
-
## 9.0.0-canary.109
|
|
36
|
-
|
|
37
|
-
## 9.0.0-canary.108
|
|
38
|
-
|
|
39
|
-
## 9.0.0-canary.107
|
|
40
|
-
|
|
41
|
-
## 9.0.0-canary.106
|
|
42
|
-
|
|
43
|
-
## 9.0.0-canary.105
|
|
44
|
-
|
|
45
|
-
## 9.0.0-canary.104
|
|
46
|
-
|
|
47
|
-
## 9.0.0-canary.103
|
|
48
|
-
|
|
49
|
-
### Patch Changes
|
|
50
|
-
|
|
51
|
-
- [#2421](https://github.com/graphcommerce-org/graphcommerce/pull/2421) [`d500643`](https://github.com/graphcommerce-org/graphcommerce/commit/d500643138799b6db1610cb10a1d065d6219d8ea) - Resolve peer dependency issues so we get a clean install ([@paales](https://github.com/paales))
|
|
52
|
-
|
|
53
|
-
## 9.0.0-canary.96
|
|
54
|
-
|
|
55
|
-
### Patch Changes
|
|
56
|
-
|
|
57
|
-
- [#2403](https://github.com/graphcommerce-org/graphcommerce/pull/2403) [`9f01825`](https://github.com/graphcommerce-org/graphcommerce/commit/9f01825f9f4101ed009515735b75182673d942b5) - fix: Google tag manager noscript tag would output escaped html causing hydration errors ([@FrankHarland](https://github.com/FrankHarland))
|
|
58
|
-
|
|
59
|
-
## 9.0.0-canary.60
|
|
60
|
-
|
|
61
|
-
### Patch Changes
|
|
62
|
-
|
|
63
|
-
- [#2331](https://github.com/graphcommerce-org/graphcommerce/pull/2331) [`702bfc9`](https://github.com/graphcommerce-org/graphcommerce/commit/702bfc93566c9745546988e57988431d5d4d8cb0) - Moved plugins to new format ([@paales](https://github.com/paales))
|
|
64
|
-
|
|
65
|
-
## 8.1.0-canary.49
|
|
66
|
-
|
|
67
|
-
### Patch Changes
|
|
68
|
-
|
|
69
|
-
- [#2317](https://github.com/graphcommerce-org/graphcommerce/pull/2317) [`2f4a61d`](https://github.com/graphcommerce-org/graphcommerce/commit/2f4a61dfee853579c96fceb5351e459aa9524a60) - Moved import locations of Google Analytics and Google Tagmanager scripts to their recommended locations ([@paales](https://github.com/paales))
|
|
70
|
-
|
|
71
19
|
## 8.0.5
|
|
72
20
|
|
|
73
21
|
### Patch Changes
|
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.1-canary.
|
|
5
|
+
"version": "9.0.1-canary.2",
|
|
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.0.1-canary.
|
|
19
|
-
"@graphcommerce/google-datalayer": "9.0.1-canary.
|
|
20
|
-
"@graphcommerce/next-ui": "^9.0.1-canary.
|
|
21
|
-
"@graphcommerce/prettier-config-pwa": "^9.0.1-canary.
|
|
22
|
-
"@graphcommerce/typescript-config-pwa": "^9.0.1-canary.
|
|
18
|
+
"@graphcommerce/eslint-config-pwa": "^9.0.1-canary.2",
|
|
19
|
+
"@graphcommerce/google-datalayer": "9.0.1-canary.2",
|
|
20
|
+
"@graphcommerce/next-ui": "^9.0.1-canary.2",
|
|
21
|
+
"@graphcommerce/prettier-config-pwa": "^9.0.1-canary.2",
|
|
22
|
+
"@graphcommerce/typescript-config-pwa": "^9.0.1-canary.2",
|
|
23
23
|
"@mui/material": "^5.10.16",
|
|
24
24
|
"next": "*",
|
|
25
25
|
"react": "^18.2.0",
|