@openeventkit/event-site 2.0.115 → 2.0.117
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/gatsby-browser.js +28 -21
- package/gatsby-config.mjs +13 -9
- package/gatsby-node.js +25 -27
- package/package.json +6 -4
- package/plugins/gatsby-plugin-google-tagmanager/.babelrc +9 -0
- package/plugins/gatsby-plugin-google-tagmanager/CHANGELOG.md +793 -0
- package/plugins/gatsby-plugin-google-tagmanager/LICENSE +22 -0
- package/plugins/gatsby-plugin-google-tagmanager/README.md +102 -0
- package/plugins/gatsby-plugin-google-tagmanager/gatsby-browser.js +99 -0
- package/plugins/gatsby-plugin-google-tagmanager/gatsby-node.js +53 -0
- package/plugins/gatsby-plugin-google-tagmanager/gatsby-ssr.js +127 -0
- package/plugins/gatsby-plugin-google-tagmanager/index.js +1 -0
- package/plugins/gatsby-plugin-google-tagmanager/package.json +48 -0
- package/src/cms/config/collections/defaultPagesCollection/invitationsRejectPage/index.js +6 -6
- package/src/components/AttendeeToAttendeeWidgetComponent.js +7 -8
- package/src/components/Footer/template.js +3 -2
- package/src/components/FooterMarketing.js +1 -1
- package/src/components/LogoutButton.js +6 -7
- package/src/components/MarketingHero/ImagesColumn.js +2 -2
- package/src/components/MarketingHero/index.js +1 -1
- package/src/components/RegistrationLiteComponent.js +2 -4
- package/src/components/Seo.js +3 -3
- package/src/content/site-settings/index.json +50 -1
- package/src/defaults/colors.json +33 -1
- package/src/styles/colors.scss +36 -33
- package/src/styles/fonts.scss +2 -2
- package/src/templates/marketing-page-template/MainColumn.js +54 -43
- package/src/templates/marketing-page-template/index.js +14 -14
- package/src/utils/EventEmitter.js +26 -0
- package/src/utils/cookies/CookieManager.js +27 -0
- package/src/utils/cookies/CookieManagerProvider.js +15 -0
- package/src/utils/cookies/providers/KlaroProvider.js +81 -0
- package/src/utils/cookies/services.js +57 -0
- package/src/utils/envVariables.js +94 -94
- package/src/utils/eventTriggers.js +19 -0
- package/src/utils/filePath.js +2 -2
- package/src/utils/hooks/index.js +3 -1
- package/src/utils/hooks/useEventListener.js +15 -0
- package/src/utils/hooks/useResize.js +3 -8
- package/src/utils/scssUtils.js +146 -0
- package/src/utils/tag-manager/TagManager.js +41 -0
- package/src/utils/tag-manager/TagManagerProvider.js +7 -0
- package/src/utils/tag-manager/providers/GoogleTagManagerProvider.js +49 -0
- package/src/utils/useSiteSettings.js +1 -5
- package/src/utils/analytics/AnalyticsManager.js +0 -28
- package/src/utils/analytics/AnalyticsProvider.js +0 -7
- package/src/utils/analytics/events.js +0 -1
- package/src/utils/analytics/providers/GoogleTagManagerProvider.js +0 -38
- package/src/utils/cssUtils.js +0 -62
- package/src/utils/customEvents/CustomEventManager.js +0 -22
- package/src/utils/customEvents/index.js +0 -15
- package/src/utils/customEvents/useCustomEvent.js +0 -13
|
@@ -0,0 +1,793 @@
|
|
|
1
|
+
# Changelog: `gatsby-plugin-google-tagmanager`
|
|
2
|
+
|
|
3
|
+
All notable changes to this project will be documented in this file.
|
|
4
|
+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
|
+
|
|
6
|
+
### [5.12.3](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-tagmanager@5.12.3/packages/gatsby-plugin-google-tagmanager) (2023-10-26)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package gatsby-plugin-google-tagmanager
|
|
9
|
+
|
|
10
|
+
### [5.12.2](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-tagmanager@5.12.2/packages/gatsby-plugin-google-tagmanager) (2023-10-20)
|
|
11
|
+
|
|
12
|
+
**Note:** Version bump only for package gatsby-plugin-google-tagmanager
|
|
13
|
+
|
|
14
|
+
### [5.12.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-tagmanager@5.12.1/packages/gatsby-plugin-google-tagmanager) (2023-10-09)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package gatsby-plugin-google-tagmanager
|
|
17
|
+
|
|
18
|
+
## [5.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-tagmanager@5.12.0/packages/gatsby-plugin-google-tagmanager) (2023-08-24)
|
|
19
|
+
|
|
20
|
+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.12)
|
|
21
|
+
|
|
22
|
+
**Note:** Version bump only for package gatsby-plugin-google-tagmanager
|
|
23
|
+
|
|
24
|
+
## [5.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-tagmanager@5.11.0/packages/gatsby-plugin-google-tagmanager) (2023-06-15)
|
|
25
|
+
|
|
26
|
+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.11)
|
|
27
|
+
|
|
28
|
+
**Note:** Version bump only for package gatsby-plugin-google-tagmanager
|
|
29
|
+
|
|
30
|
+
## [5.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-tagmanager@5.10.0/packages/gatsby-plugin-google-tagmanager) (2023-05-16)
|
|
31
|
+
|
|
32
|
+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.10)
|
|
33
|
+
|
|
34
|
+
**Note:** Version bump only for package gatsby-plugin-google-tagmanager
|
|
35
|
+
|
|
36
|
+
## [5.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-tagmanager@5.9.0/packages/gatsby-plugin-google-tagmanager) (2023-04-18)
|
|
37
|
+
|
|
38
|
+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.9)
|
|
39
|
+
|
|
40
|
+
**Note:** Version bump only for package gatsby-plugin-google-tagmanager
|
|
41
|
+
|
|
42
|
+
## [5.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-tagmanager@5.8.0/packages/gatsby-plugin-google-tagmanager) (2023-03-21)
|
|
43
|
+
|
|
44
|
+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.8)
|
|
45
|
+
|
|
46
|
+
**Note:** Version bump only for package gatsby-plugin-google-tagmanager
|
|
47
|
+
|
|
48
|
+
## [5.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-tagmanager@5.7.0/packages/gatsby-plugin-google-tagmanager) (2023-02-21)
|
|
49
|
+
|
|
50
|
+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.7)
|
|
51
|
+
|
|
52
|
+
**Note:** Version bump only for package gatsby-plugin-google-tagmanager
|
|
53
|
+
|
|
54
|
+
## [5.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-tagmanager@5.6.0/packages/gatsby-plugin-google-tagmanager) (2023-02-07)
|
|
55
|
+
|
|
56
|
+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.6)
|
|
57
|
+
|
|
58
|
+
#### Bug Fixes
|
|
59
|
+
|
|
60
|
+
- update babel monorepo [#37568](https://github.com/gatsbyjs/gatsby/issues/37568) ([13a0a9e](https://github.com/gatsbyjs/gatsby/commit/13a0a9e83dcb015b65dff6b73cdd5dea09c2988f))
|
|
61
|
+
|
|
62
|
+
## [5.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-tagmanager@5.5.0/packages/gatsby-plugin-google-tagmanager) (2023-01-24)
|
|
63
|
+
|
|
64
|
+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.5)
|
|
65
|
+
|
|
66
|
+
**Note:** Version bump only for package gatsby-plugin-google-tagmanager
|
|
67
|
+
|
|
68
|
+
## [5.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-tagmanager@5.4.0/packages/gatsby-plugin-google-tagmanager) (2023-01-10)
|
|
69
|
+
|
|
70
|
+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.4)
|
|
71
|
+
|
|
72
|
+
#### Chores
|
|
73
|
+
|
|
74
|
+
- update babel monorepo [#37386](https://github.com/gatsbyjs/gatsby/issues/37386) ([b941876](https://github.com/gatsbyjs/gatsby/commit/b94187633d94d0f0071b38ffe93380dd802ec70f))
|
|
75
|
+
|
|
76
|
+
### [5.3.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-tagmanager@5.3.1/packages/gatsby-plugin-google-tagmanager) (2022-12-14)
|
|
77
|
+
|
|
78
|
+
**Note:** Version bump only for package gatsby-plugin-google-tagmanager
|
|
79
|
+
|
|
80
|
+
## [5.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-tagmanager@5.3.0/packages/gatsby-plugin-google-tagmanager) (2022-12-13)
|
|
81
|
+
|
|
82
|
+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.3)
|
|
83
|
+
|
|
84
|
+
**Note:** Version bump only for package gatsby-plugin-google-tagmanager
|
|
85
|
+
|
|
86
|
+
## [5.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-tagmanager@5.2.0/packages/gatsby-plugin-google-tagmanager) (2022-11-25)
|
|
87
|
+
|
|
88
|
+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.2)
|
|
89
|
+
|
|
90
|
+
#### Other Changes
|
|
91
|
+
|
|
92
|
+
- Update pluginOptionsSchema tests [#27904](https://github.com/gatsbyjs/gatsby/issues/27904) ([2d967cb](https://github.com/gatsbyjs/gatsby/commit/2d967cbf3be81bb036f1f1cbc108a5e36c49785c))
|
|
93
|
+
|
|
94
|
+
## [5.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-tagmanager@5.1.0/packages/gatsby-plugin-google-tagmanager) (2022-11-22)
|
|
95
|
+
|
|
96
|
+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.1)
|
|
97
|
+
|
|
98
|
+
**Note:** Version bump only for package gatsby-plugin-google-tagmanager
|
|
99
|
+
|
|
100
|
+
## [5.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-tagmanager@5.0.0/packages/gatsby-plugin-google-tagmanager) (2022-11-08)
|
|
101
|
+
|
|
102
|
+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.0)
|
|
103
|
+
|
|
104
|
+
#### Chores
|
|
105
|
+
|
|
106
|
+
- Update peerDeps [#36965](https://github.com/gatsbyjs/gatsby/issues/36965) ([b624442](https://github.com/gatsbyjs/gatsby/commit/b6244424fe8b724cbc23b80b2b4f5424cc2055a4))
|
|
107
|
+
- apply patches for v5 [#36796](https://github.com/gatsbyjs/gatsby/issues/36796) ([25f79b6](https://github.com/gatsbyjs/gatsby/commit/25f79b6c3719fdf09584ade620a05c66ba2a697c))
|
|
108
|
+
|
|
109
|
+
## [4.24.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-tagmanager@4.24.0/packages/gatsby-plugin-google-tagmanager) (2022-09-27)
|
|
110
|
+
|
|
111
|
+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.24)
|
|
112
|
+
|
|
113
|
+
#### Chores
|
|
114
|
+
|
|
115
|
+
- allow react/react-dom@experimental [#36533](https://github.com/gatsbyjs/gatsby/issues/36533) ([7ef4a3f](https://github.com/gatsbyjs/gatsby/commit/7ef4a3fe080d45e9edaff9f1d4deebd12a00ddbd))
|
|
116
|
+
|
|
117
|
+
### [4.23.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-tagmanager@4.23.1/packages/gatsby-plugin-google-tagmanager) (2022-09-22)
|
|
118
|
+
|
|
119
|
+
**Note:** Version bump only for package gatsby-plugin-google-tagmanager
|
|
120
|
+
|
|
121
|
+
## [4.23.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-tagmanager@4.23.0/packages/gatsby-plugin-google-tagmanager) (2022-09-13)
|
|
122
|
+
|
|
123
|
+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.23)
|
|
124
|
+
|
|
125
|
+
**Note:** Version bump only for package gatsby-plugin-google-tagmanager
|
|
126
|
+
|
|
127
|
+
## [4.22.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-tagmanager@4.22.0/packages/gatsby-plugin-google-tagmanager) (2022-08-30)
|
|
128
|
+
|
|
129
|
+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.22)
|
|
130
|
+
|
|
131
|
+
**Note:** Version bump only for package gatsby-plugin-google-tagmanager
|
|
132
|
+
|
|
133
|
+
## [4.21.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-tagmanager@4.21.0/packages/gatsby-plugin-google-tagmanager) (2022-08-16)
|
|
134
|
+
|
|
135
|
+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.21)
|
|
136
|
+
|
|
137
|
+
**Note:** Version bump only for package gatsby-plugin-google-tagmanager
|
|
138
|
+
|
|
139
|
+
## [4.20.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-tagmanager@4.20.0/packages/gatsby-plugin-google-tagmanager) (2022-08-02)
|
|
140
|
+
|
|
141
|
+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.20)
|
|
142
|
+
|
|
143
|
+
**Note:** Version bump only for package gatsby-plugin-google-tagmanager
|
|
144
|
+
|
|
145
|
+
## [4.19.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-tagmanager@4.19.0/packages/gatsby-plugin-google-tagmanager) (2022-07-19)
|
|
146
|
+
|
|
147
|
+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.19)
|
|
148
|
+
|
|
149
|
+
**Note:** Version bump only for package gatsby-plugin-google-tagmanager
|
|
150
|
+
|
|
151
|
+
### [4.18.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-tagmanager@4.18.1/packages/gatsby-plugin-google-tagmanager) (2022-07-12)
|
|
152
|
+
|
|
153
|
+
**Note:** Version bump only for package gatsby-plugin-google-tagmanager
|
|
154
|
+
|
|
155
|
+
## [4.18.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-tagmanager@4.18.0/packages/gatsby-plugin-google-tagmanager) (2022-07-05)
|
|
156
|
+
|
|
157
|
+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.18)
|
|
158
|
+
|
|
159
|
+
**Note:** Version bump only for package gatsby-plugin-google-tagmanager
|
|
160
|
+
|
|
161
|
+
## [4.17.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-tagmanager@4.17.0/packages/gatsby-plugin-google-tagmanager) (2022-06-21)
|
|
162
|
+
|
|
163
|
+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.17)
|
|
164
|
+
|
|
165
|
+
**Note:** Version bump only for package gatsby-plugin-google-tagmanager
|
|
166
|
+
|
|
167
|
+
## [4.16.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-tagmanager@4.16.0/packages/gatsby-plugin-google-tagmanager) (2022-06-07)
|
|
168
|
+
|
|
169
|
+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.16)
|
|
170
|
+
|
|
171
|
+
**Note:** Version bump only for package gatsby-plugin-google-tagmanager
|
|
172
|
+
|
|
173
|
+
### [4.15.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-tagmanager@4.15.1/packages/gatsby-plugin-google-tagmanager) (2022-06-01)
|
|
174
|
+
|
|
175
|
+
**Note:** Version bump only for package gatsby-plugin-google-tagmanager
|
|
176
|
+
|
|
177
|
+
## [4.15.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-tagmanager@4.15.0/packages/gatsby-plugin-google-tagmanager) (2022-05-24)
|
|
178
|
+
|
|
179
|
+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.15)
|
|
180
|
+
|
|
181
|
+
**Note:** Version bump only for package gatsby-plugin-google-tagmanager
|
|
182
|
+
|
|
183
|
+
## [4.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-tagmanager@4.14.0/packages/gatsby-plugin-google-tagmanager) (2022-05-10)
|
|
184
|
+
|
|
185
|
+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.14)
|
|
186
|
+
|
|
187
|
+
**Note:** Version bump only for package gatsby-plugin-google-tagmanager
|
|
188
|
+
|
|
189
|
+
## [4.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-tagmanager@4.13.0/packages/gatsby-plugin-google-tagmanager) (2022-04-26)
|
|
190
|
+
|
|
191
|
+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.13)
|
|
192
|
+
|
|
193
|
+
**Note:** Version bump only for package gatsby-plugin-google-tagmanager
|
|
194
|
+
|
|
195
|
+
### [4.12.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-tagmanager@4.12.1/packages/gatsby-plugin-google-tagmanager) (2022-04-13)
|
|
196
|
+
|
|
197
|
+
**Note:** Version bump only for package gatsby-plugin-google-tagmanager
|
|
198
|
+
|
|
199
|
+
## [4.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-tagmanager@4.12.0/packages/gatsby-plugin-google-tagmanager) (2022-04-12)
|
|
200
|
+
|
|
201
|
+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.12)
|
|
202
|
+
|
|
203
|
+
**Note:** Version bump only for package gatsby-plugin-google-tagmanager
|
|
204
|
+
|
|
205
|
+
### [4.11.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-tagmanager@4.11.1/packages/gatsby-plugin-google-tagmanager) (2022-03-31)
|
|
206
|
+
|
|
207
|
+
**Note:** Version bump only for package gatsby-plugin-google-tagmanager
|
|
208
|
+
|
|
209
|
+
## [4.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-tagmanager@4.11.0/packages/gatsby-plugin-google-tagmanager) (2022-03-29)
|
|
210
|
+
|
|
211
|
+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.11)
|
|
212
|
+
|
|
213
|
+
#### Bug Fixes
|
|
214
|
+
|
|
215
|
+
- compatibility with react rc 2 [#35108](https://github.com/gatsbyjs/gatsby/issues/35108) ([0c61265](https://github.com/gatsbyjs/gatsby/commit/0c6126574d203c0e6fef173b76859cdcab2f13aa))
|
|
216
|
+
|
|
217
|
+
### [4.10.2](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-tagmanager@4.10.2/packages/gatsby-plugin-google-tagmanager) (2022-03-23)
|
|
218
|
+
|
|
219
|
+
**Note:** Version bump only for package gatsby-plugin-google-tagmanager
|
|
220
|
+
|
|
221
|
+
### [4.10.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-tagmanager@4.10.1/packages/gatsby-plugin-google-tagmanager) (2022-03-18)
|
|
222
|
+
|
|
223
|
+
**Note:** Version bump only for package gatsby-plugin-google-tagmanager
|
|
224
|
+
|
|
225
|
+
## [4.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-tagmanager@4.10.0/packages/gatsby-plugin-google-tagmanager) (2022-03-16)
|
|
226
|
+
|
|
227
|
+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.10)
|
|
228
|
+
|
|
229
|
+
**Note:** Version bump only for package gatsby-plugin-google-tagmanager
|
|
230
|
+
|
|
231
|
+
## [4.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-tagmanager@4.9.0/packages/gatsby-plugin-google-tagmanager) (2022-03-01)
|
|
232
|
+
|
|
233
|
+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.9)
|
|
234
|
+
|
|
235
|
+
#### Chores
|
|
236
|
+
|
|
237
|
+
- Format changelog files ([088f23b](https://github.com/gatsbyjs/gatsby/commit/088f23b084b67f746a383e06e9216cef83270317))
|
|
238
|
+
|
|
239
|
+
## [4.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-tagmanager@4.8.0/packages/gatsby-plugin-google-tagmanager) (2022-02-22)
|
|
240
|
+
|
|
241
|
+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.8)
|
|
242
|
+
|
|
243
|
+
**Note:** Version bump only for package gatsby-plugin-google-tagmanager
|
|
244
|
+
|
|
245
|
+
## [4.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-tagmanager@4.7.0/packages/gatsby-plugin-google-tagmanager) (2022-02-08)
|
|
246
|
+
|
|
247
|
+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.7)
|
|
248
|
+
|
|
249
|
+
**Note:** Version bump only for package gatsby-plugin-google-tagmanager
|
|
250
|
+
|
|
251
|
+
## [4.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-tagmanager@4.6.0/packages/gatsby-plugin-google-tagmanager) (2022-01-25)
|
|
252
|
+
|
|
253
|
+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.6)
|
|
254
|
+
|
|
255
|
+
**Note:** Version bump only for package gatsby-plugin-google-tagmanager
|
|
256
|
+
|
|
257
|
+
## [4.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-tagmanager@4.5.0/packages/gatsby-plugin-google-tagmanager) (2022-01-11)
|
|
258
|
+
|
|
259
|
+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.5)
|
|
260
|
+
|
|
261
|
+
#### Chores
|
|
262
|
+
|
|
263
|
+
- upgrade jest [#33277](https://github.com/gatsbyjs/gatsby/issues/33277) ([34cb202](https://github.com/gatsbyjs/gatsby/commit/34cb202d9c8c202f082edb03c4cc1815eb81abe1))
|
|
264
|
+
|
|
265
|
+
## [4.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-tagmanager@4.4.0/packages/gatsby-plugin-google-tagmanager) (2021-12-14)
|
|
266
|
+
|
|
267
|
+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.4)
|
|
268
|
+
|
|
269
|
+
**Note:** Version bump only for package gatsby-plugin-google-tagmanager
|
|
270
|
+
|
|
271
|
+
## [4.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-tagmanager@4.3.0/packages/gatsby-plugin-google-tagmanager) (2021-12-01)
|
|
272
|
+
|
|
273
|
+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.3)
|
|
274
|
+
|
|
275
|
+
**Note:** Version bump only for package gatsby-plugin-google-tagmanager
|
|
276
|
+
|
|
277
|
+
## [4.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-tagmanager@4.2.0/packages/gatsby-plugin-google-tagmanager) (2021-11-16)
|
|
278
|
+
|
|
279
|
+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.2)
|
|
280
|
+
|
|
281
|
+
**Note:** Version bump only for package gatsby-plugin-google-tagmanager
|
|
282
|
+
|
|
283
|
+
### [4.1.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-tagmanager@4.1.1/packages/gatsby-plugin-google-tagmanager) (2021-11-09)
|
|
284
|
+
|
|
285
|
+
**Note:** Version bump only for package gatsby-plugin-google-tagmanager
|
|
286
|
+
|
|
287
|
+
## [4.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-tagmanager@4.1.0/packages/gatsby-plugin-google-tagmanager) (2021-11-02)
|
|
288
|
+
|
|
289
|
+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.1)
|
|
290
|
+
|
|
291
|
+
**Note:** Version bump only for package gatsby-plugin-google-tagmanager
|
|
292
|
+
|
|
293
|
+
## [4.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-tagmanager@4.0.0/packages/gatsby-plugin-google-tagmanager) (2021-10-21)
|
|
294
|
+
|
|
295
|
+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.0)
|
|
296
|
+
|
|
297
|
+
#### Chores
|
|
298
|
+
|
|
299
|
+
- apply patches for v4 [#33170](https://github.com/gatsbyjs/gatsby/issues/33170) ([f8c5141](https://github.com/gatsbyjs/gatsby/commit/f8c5141bf72108a53338fd01514522ae7a1b37bf))
|
|
300
|
+
|
|
301
|
+
## [3.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-tagmanager@3.14.0/packages/gatsby-plugin-google-tagmanager) (2021-09-18)
|
|
302
|
+
|
|
303
|
+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.14)
|
|
304
|
+
|
|
305
|
+
#### Features
|
|
306
|
+
|
|
307
|
+
- add option for selfHostedOrigin [#32733](https://github.com/gatsbyjs/gatsby/issues/32733) ([ed72e68](https://github.com/gatsbyjs/gatsby/commit/ed72e68c42da68eaeb0dd7a5ba5404f2f6133a44))
|
|
308
|
+
|
|
309
|
+
#### Chores
|
|
310
|
+
|
|
311
|
+
- update babel monorepo [#32996](https://github.com/gatsbyjs/gatsby/issues/32996) ([048c7a7](https://github.com/gatsbyjs/gatsby/commit/048c7a727bbc6a9ad8e27afba72ee20e946c4aaa))
|
|
312
|
+
|
|
313
|
+
## [3.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-tagmanager@3.13.0/packages/gatsby-plugin-google-tagmanager) (2021-09-01)
|
|
314
|
+
|
|
315
|
+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.13)
|
|
316
|
+
|
|
317
|
+
#### Chores
|
|
318
|
+
|
|
319
|
+
- re-generate changelogs [#32886](https://github.com/gatsbyjs/gatsby/issues/32886) ([417df15](https://github.com/gatsbyjs/gatsby/commit/417df15230be368a9db91f2ad1a9bc0442733177))
|
|
320
|
+
|
|
321
|
+
## [3.12.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-tagmanager@3.12.0/packages/gatsby-plugin-google-tagmanager) (2021-08-18)
|
|
322
|
+
|
|
323
|
+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.12)
|
|
324
|
+
|
|
325
|
+
#### Chores
|
|
326
|
+
|
|
327
|
+
- update babel monorepo [#32564](https://github.com/gatsbyjs/gatsby/issues/32564) ([a554998](https://github.com/gatsbyjs/gatsby/commit/a554998b4f6765103b650813cf52dbfcc575fecf))
|
|
328
|
+
|
|
329
|
+
## [3.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-tagmanager@3.11.0/packages/gatsby-plugin-google-tagmanager) (2021-08-04)
|
|
330
|
+
|
|
331
|
+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.11)
|
|
332
|
+
|
|
333
|
+
**Note:** Version bump only for package gatsby-plugin-google-tagmanager
|
|
334
|
+
|
|
335
|
+
## [3.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-tagmanager@3.10.0/packages/gatsby-plugin-google-tagmanager) (2021-07-20)
|
|
336
|
+
|
|
337
|
+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.10)
|
|
338
|
+
|
|
339
|
+
#### Chores
|
|
340
|
+
|
|
341
|
+
- update babel monorepo [#32238](https://github.com/gatsbyjs/gatsby/issues/32238) ([466d4c0](https://github.com/gatsbyjs/gatsby/commit/466d4c087bbc96abb942a02c67243bcc9a4f2a0a))
|
|
342
|
+
|
|
343
|
+
## [3.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-tagmanager@3.9.0/packages/gatsby-plugin-google-tagmanager) (2021-07-07)
|
|
344
|
+
|
|
345
|
+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.9)
|
|
346
|
+
|
|
347
|
+
**Note:** Version bump only for package gatsby-plugin-google-tagmanager
|
|
348
|
+
|
|
349
|
+
## [3.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-tagmanager@3.8.0/packages/gatsby-plugin-google-tagmanager) (2021-06-23)
|
|
350
|
+
|
|
351
|
+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.8)
|
|
352
|
+
|
|
353
|
+
#### Features
|
|
354
|
+
|
|
355
|
+
- enable core webvitals tracking [#31665](https://github.com/gatsbyjs/gatsby/issues/31665) ([1ecd6e1](https://github.com/gatsbyjs/gatsby/commit/1ecd6e12eeedcabc54f3be00137a5d092978de58))
|
|
356
|
+
|
|
357
|
+
#### Chores
|
|
358
|
+
|
|
359
|
+
- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) ([7d42e8d](https://github.com/gatsbyjs/gatsby/commit/7d42e8d866e46e9c39838d812d080d06433f7060))
|
|
360
|
+
|
|
361
|
+
### [3.7.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-tagmanager@3.7.1/packages/gatsby-plugin-google-tagmanager) (2021-06-10)
|
|
362
|
+
|
|
363
|
+
#### Chores
|
|
364
|
+
|
|
365
|
+
- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) [#31859](https://github.com/gatsbyjs/gatsby/issues/31859) ([8636025](https://github.com/gatsbyjs/gatsby/commit/863602567930a39142ed33d9d1f1813b7dec8686))
|
|
366
|
+
|
|
367
|
+
## [3.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-tagmanager@3.7.0/packages/gatsby-plugin-google-tagmanager) (2021-06-09)
|
|
368
|
+
|
|
369
|
+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.7)
|
|
370
|
+
|
|
371
|
+
#### Chores
|
|
372
|
+
|
|
373
|
+
- update babel monorepo [#31143](https://github.com/gatsbyjs/gatsby/issues/31143) ([701ab2f](https://github.com/gatsbyjs/gatsby/commit/701ab2f6690c3f1bbaf60cf572513ea566cc9ec9))
|
|
374
|
+
|
|
375
|
+
## [3.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-tagmanager@3.6.0/packages/gatsby-plugin-google-tagmanager) (2021-05-25)
|
|
376
|
+
|
|
377
|
+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.6)
|
|
378
|
+
|
|
379
|
+
**Note:** Version bump only for package gatsby-plugin-google-tagmanager
|
|
380
|
+
|
|
381
|
+
## [3.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-tagmanager@3.5.0/packages/gatsby-plugin-google-tagmanager) (2021-05-12)
|
|
382
|
+
|
|
383
|
+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.5)
|
|
384
|
+
|
|
385
|
+
**Note:** Version bump only for package gatsby-plugin-google-tagmanager
|
|
386
|
+
|
|
387
|
+
## [3.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-tagmanager@3.4.0/packages/gatsby-plugin-google-tagmanager) (2021-04-28)
|
|
388
|
+
|
|
389
|
+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.4)
|
|
390
|
+
|
|
391
|
+
**Note:** Version bump only for package gatsby-plugin-google-tagmanager
|
|
392
|
+
|
|
393
|
+
## [3.3.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-tagmanager@3.3.0/packages/gatsby-plugin-google-tagmanager) (2021-04-14)
|
|
394
|
+
|
|
395
|
+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.3)
|
|
396
|
+
|
|
397
|
+
**Note:** Version bump only for package gatsby-plugin-google-tagmanager
|
|
398
|
+
|
|
399
|
+
## [3.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-tagmanager@3.2.0/packages/gatsby-plugin-google-tagmanager) (2021-03-30)
|
|
400
|
+
|
|
401
|
+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.2)
|
|
402
|
+
|
|
403
|
+
**Note:** Version bump only for package gatsby-plugin-google-tagmanager
|
|
404
|
+
|
|
405
|
+
## [3.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-tagmanager@3.1.0/packages/gatsby-plugin-google-tagmanager) (2021-03-16)
|
|
406
|
+
|
|
407
|
+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.1)
|
|
408
|
+
|
|
409
|
+
#### Chores
|
|
410
|
+
|
|
411
|
+
- update eslint to fix linting issues fix [#29988](https://github.com/gatsbyjs/gatsby/issues/29988) ([5636389](https://github.com/gatsbyjs/gatsby/commit/5636389e8fa626c644e90abc14589e9961d98c68))
|
|
412
|
+
|
|
413
|
+
## [3.0.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-tagmanager@3.0.0/packages/gatsby-plugin-google-tagmanager) (2021-03-02)
|
|
414
|
+
|
|
415
|
+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.0)
|
|
416
|
+
|
|
417
|
+
#### Other Changes
|
|
418
|
+
|
|
419
|
+
- Move peerdeps to 16.9.0 & 17+ for react & react-dom [#29735](https://github.com/gatsbyjs/gatsby/issues/29735) ([6b86b99](https://github.com/gatsbyjs/gatsby/commit/6b86b99f7e760c6ffa74b1330399d9fdd94e48a2))
|
|
420
|
+
|
|
421
|
+
## [2.11.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-tagmanager@2.11.0/packages/gatsby-plugin-google-tagmanager) (2021-02-02)
|
|
422
|
+
|
|
423
|
+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.32)
|
|
424
|
+
|
|
425
|
+
**Note:** Version bump only for package gatsby-plugin-google-tagmanager
|
|
426
|
+
|
|
427
|
+
## [2.10.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-tagmanager@2.10.0/packages/gatsby-plugin-google-tagmanager) (2021-01-20)
|
|
428
|
+
|
|
429
|
+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.31)
|
|
430
|
+
|
|
431
|
+
**Note:** Version bump only for package gatsby-plugin-google-tagmanager
|
|
432
|
+
|
|
433
|
+
## [2.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-tagmanager@2.9.0/packages/gatsby-plugin-google-tagmanager) (2021-01-06)
|
|
434
|
+
|
|
435
|
+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.30)
|
|
436
|
+
|
|
437
|
+
**Note:** Version bump only for package gatsby-plugin-google-tagmanager
|
|
438
|
+
|
|
439
|
+
## [2.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-tagmanager@2.8.0/packages/gatsby-plugin-google-tagmanager) (2020-12-15)
|
|
440
|
+
|
|
441
|
+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.29)
|
|
442
|
+
|
|
443
|
+
#### Chores
|
|
444
|
+
|
|
445
|
+
- update dependency cross-env to ^7.0.3 [#28505](https://github.com/gatsbyjs/gatsby/issues/28505) ([a819b9b](https://github.com/gatsbyjs/gatsby/commit/a819b9bfb663139f7b06c3ed7d6d6069a2382b2c))
|
|
446
|
+
|
|
447
|
+
## [2.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-tagmanager@2.7.0/packages/gatsby-plugin-google-tagmanager) (2020-12-02)
|
|
448
|
+
|
|
449
|
+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.28)
|
|
450
|
+
|
|
451
|
+
**Note:** Version bump only for package gatsby-plugin-google-tagmanager
|
|
452
|
+
|
|
453
|
+
## [2.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-tagmanager@2.6.0/packages/gatsby-plugin-google-tagmanager) (2020-11-20)
|
|
454
|
+
|
|
455
|
+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.27)
|
|
456
|
+
|
|
457
|
+
#### Chores
|
|
458
|
+
|
|
459
|
+
- update babel monorepo [#27528](https://github.com/gatsbyjs/gatsby/issues/27528) ([539dbb0](https://github.com/gatsbyjs/gatsby/commit/539dbb09166e346a6cee568973d2de3d936e8ef3))
|
|
460
|
+
|
|
461
|
+
## [2.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-tagmanager@2.5.0/packages/gatsby-plugin-google-tagmanager) (2020-11-12)
|
|
462
|
+
|
|
463
|
+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.26)
|
|
464
|
+
|
|
465
|
+
#### Bug Fixes
|
|
466
|
+
|
|
467
|
+
- allow functions for defaultDataLayer option [#27886](https://github.com/gatsbyjs/gatsby/issues/27886) ([631f3c4](https://github.com/gatsbyjs/gatsby/commit/631f3c401ed7c4d659604d5dd3170521bd477a61))
|
|
468
|
+
|
|
469
|
+
<a name="before-release-process"></a>
|
|
470
|
+
|
|
471
|
+
# [2.4.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@2.3.16...gatsby-plugin-google-tagmanager@2.4.0) (2020-11-02)
|
|
472
|
+
|
|
473
|
+
### Features
|
|
474
|
+
|
|
475
|
+
- **gatsby:** release plugin option validation ([#27437](https://github.com/gatsbyjs/gatsby/issues/27437)) ([41ae1c0](https://github.com/gatsbyjs/gatsby/commit/41ae1c07ad9919655782ef17feed8cf4f14f12d8))
|
|
476
|
+
|
|
477
|
+
## [2.3.16](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@2.3.15...gatsby-plugin-google-tagmanager@2.3.16) (2020-10-14)
|
|
478
|
+
|
|
479
|
+
**Note:** Version bump only for package gatsby-plugin-google-tagmanager
|
|
480
|
+
|
|
481
|
+
## [2.3.15](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@2.3.14...gatsby-plugin-google-tagmanager@2.3.15) (2020-10-06)
|
|
482
|
+
|
|
483
|
+
**Note:** Version bump only for package gatsby-plugin-google-tagmanager
|
|
484
|
+
|
|
485
|
+
## [2.3.14](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@2.3.13...gatsby-plugin-google-tagmanager@2.3.14) (2020-10-01)
|
|
486
|
+
|
|
487
|
+
### Bug Fixes
|
|
488
|
+
|
|
489
|
+
- **gatsby-plugin-google-tagmanager:** Add "aria-hidden" ([#27062](https://github.com/gatsbyjs/gatsby/issues/27062)) ([0ecba23](https://github.com/gatsbyjs/gatsby/commit/0ecba231f37a76255333cc9846bcd5b392394ce0))
|
|
490
|
+
|
|
491
|
+
## [2.3.13](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@2.3.12...gatsby-plugin-google-tagmanager@2.3.13) (2020-09-28)
|
|
492
|
+
|
|
493
|
+
**Note:** Version bump only for package gatsby-plugin-google-tagmanager
|
|
494
|
+
|
|
495
|
+
## [2.3.12](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@2.3.11...gatsby-plugin-google-tagmanager@2.3.12) (2020-09-15)
|
|
496
|
+
|
|
497
|
+
**Note:** Version bump only for package gatsby-plugin-google-tagmanager
|
|
498
|
+
|
|
499
|
+
## [2.3.11](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@2.3.10...gatsby-plugin-google-tagmanager@2.3.11) (2020-07-09)
|
|
500
|
+
|
|
501
|
+
**Note:** Version bump only for package gatsby-plugin-google-tagmanager
|
|
502
|
+
|
|
503
|
+
## [2.3.10](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@2.3.9...gatsby-plugin-google-tagmanager@2.3.10) (2020-07-02)
|
|
504
|
+
|
|
505
|
+
**Note:** Version bump only for package gatsby-plugin-google-tagmanager
|
|
506
|
+
|
|
507
|
+
## [2.3.9](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@2.3.8...gatsby-plugin-google-tagmanager@2.3.9) (2020-07-01)
|
|
508
|
+
|
|
509
|
+
**Note:** Version bump only for package gatsby-plugin-google-tagmanager
|
|
510
|
+
|
|
511
|
+
## [2.3.8](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@2.3.7...gatsby-plugin-google-tagmanager@2.3.8) (2020-07-01)
|
|
512
|
+
|
|
513
|
+
**Note:** Version bump only for package gatsby-plugin-google-tagmanager
|
|
514
|
+
|
|
515
|
+
## [2.3.7](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@2.3.6...gatsby-plugin-google-tagmanager@2.3.7) (2020-06-24)
|
|
516
|
+
|
|
517
|
+
**Note:** Version bump only for package gatsby-plugin-google-tagmanager
|
|
518
|
+
|
|
519
|
+
## [2.3.6](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@2.3.5...gatsby-plugin-google-tagmanager@2.3.6) (2020-06-22)
|
|
520
|
+
|
|
521
|
+
**Note:** Version bump only for package gatsby-plugin-google-tagmanager
|
|
522
|
+
|
|
523
|
+
## [2.3.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@2.3.4...gatsby-plugin-google-tagmanager@2.3.5) (2020-06-09)
|
|
524
|
+
|
|
525
|
+
**Note:** Version bump only for package gatsby-plugin-google-tagmanager
|
|
526
|
+
|
|
527
|
+
## [2.3.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@2.3.3...gatsby-plugin-google-tagmanager@2.3.4) (2020-06-02)
|
|
528
|
+
|
|
529
|
+
**Note:** Version bump only for package gatsby-plugin-google-tagmanager
|
|
530
|
+
|
|
531
|
+
## [2.3.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@2.3.2...gatsby-plugin-google-tagmanager@2.3.3) (2020-05-20)
|
|
532
|
+
|
|
533
|
+
### Features
|
|
534
|
+
|
|
535
|
+
- **tagmanager:** add configurable event names ([#21362](https://github.com/gatsbyjs/gatsby/issues/21362)) ([#24076](https://github.com/gatsbyjs/gatsby/issues/24076)) ([81a3181](https://github.com/gatsbyjs/gatsby/commit/81a3181))
|
|
536
|
+
|
|
537
|
+
## [2.3.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@2.3.1...gatsby-plugin-google-tagmanager@2.3.2) (2020-05-20)
|
|
538
|
+
|
|
539
|
+
**Note:** Version bump only for package gatsby-plugin-google-tagmanager
|
|
540
|
+
|
|
541
|
+
## [2.3.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@2.3.0...gatsby-plugin-google-tagmanager@2.3.1) (2020-05-05)
|
|
542
|
+
|
|
543
|
+
**Note:** Version bump only for package gatsby-plugin-google-tagmanager
|
|
544
|
+
|
|
545
|
+
# [2.3.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@2.2.4...gatsby-plugin-google-tagmanager@2.3.0) (2020-04-27)
|
|
546
|
+
|
|
547
|
+
**Note:** Version bump only for package gatsby-plugin-google-tagmanager
|
|
548
|
+
|
|
549
|
+
## [2.2.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@2.2.3...gatsby-plugin-google-tagmanager@2.2.4) (2020-04-24)
|
|
550
|
+
|
|
551
|
+
**Note:** Version bump only for package gatsby-plugin-google-tagmanager
|
|
552
|
+
|
|
553
|
+
## [2.2.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@2.2.2...gatsby-plugin-google-tagmanager@2.2.3) (2020-04-17)
|
|
554
|
+
|
|
555
|
+
### Bug Fixes
|
|
556
|
+
|
|
557
|
+
- wrap ignore pattern in quotes ([#23176](https://github.com/gatsbyjs/gatsby/issues/23176)) ([7563db6](https://github.com/gatsbyjs/gatsby/commit/7563db6))
|
|
558
|
+
|
|
559
|
+
## [2.2.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@2.2.1...gatsby-plugin-google-tagmanager@2.2.2) (2020-04-16)
|
|
560
|
+
|
|
561
|
+
**Note:** Version bump only for package gatsby-plugin-google-tagmanager
|
|
562
|
+
|
|
563
|
+
## [2.2.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@2.2.0...gatsby-plugin-google-tagmanager@2.2.1) (2020-03-23)
|
|
564
|
+
|
|
565
|
+
**Note:** Version bump only for package gatsby-plugin-google-tagmanager
|
|
566
|
+
|
|
567
|
+
# [2.2.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@2.1.27...gatsby-plugin-google-tagmanager@2.2.0) (2020-03-20)
|
|
568
|
+
|
|
569
|
+
### Features
|
|
570
|
+
|
|
571
|
+
- **gatsby:** bump node min version to 10.13.0 ([#22400](https://github.com/gatsbyjs/gatsby/issues/22400)) ([83d681a](https://github.com/gatsbyjs/gatsby/commit/83d681a))
|
|
572
|
+
|
|
573
|
+
## [2.1.27](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@2.1.26...gatsby-plugin-google-tagmanager@2.1.27) (2020-03-16)
|
|
574
|
+
|
|
575
|
+
**Note:** Version bump only for package gatsby-plugin-google-tagmanager
|
|
576
|
+
|
|
577
|
+
## [2.1.26](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@2.1.25...gatsby-plugin-google-tagmanager@2.1.26) (2020-03-06)
|
|
578
|
+
|
|
579
|
+
**Note:** Version bump only for package gatsby-plugin-google-tagmanager
|
|
580
|
+
|
|
581
|
+
## [2.1.25](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@2.1.24...gatsby-plugin-google-tagmanager@2.1.25) (2020-02-01)
|
|
582
|
+
|
|
583
|
+
**Note:** Version bump only for package gatsby-plugin-google-tagmanager
|
|
584
|
+
|
|
585
|
+
## [2.1.24](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@2.1.23...gatsby-plugin-google-tagmanager@2.1.24) (2020-01-14)
|
|
586
|
+
|
|
587
|
+
**Note:** Version bump only for package gatsby-plugin-google-tagmanager
|
|
588
|
+
|
|
589
|
+
## [2.1.23](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@2.1.22...gatsby-plugin-google-tagmanager@2.1.23) (2020-01-09)
|
|
590
|
+
|
|
591
|
+
**Note:** Version bump only for package gatsby-plugin-google-tagmanager
|
|
592
|
+
|
|
593
|
+
## [2.1.22](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@2.1.20...gatsby-plugin-google-tagmanager@2.1.22) (2020-01-09)
|
|
594
|
+
|
|
595
|
+
**Note:** Version bump only for package gatsby-plugin-google-tagmanager
|
|
596
|
+
|
|
597
|
+
## [2.1.21](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@2.1.20...gatsby-plugin-google-tagmanager@2.1.21) (2020-01-09)
|
|
598
|
+
|
|
599
|
+
**Note:** Version bump only for package gatsby-plugin-google-tagmanager
|
|
600
|
+
|
|
601
|
+
## [2.1.20](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@2.1.18...gatsby-plugin-google-tagmanager@2.1.20) (2019-12-10)
|
|
602
|
+
|
|
603
|
+
**Note:** Version bump only for package gatsby-plugin-google-tagmanager
|
|
604
|
+
|
|
605
|
+
## [2.1.19](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@2.1.18...gatsby-plugin-google-tagmanager@2.1.19) (2019-12-10)
|
|
606
|
+
|
|
607
|
+
**Note:** Version bump only for package gatsby-plugin-google-tagmanager
|
|
608
|
+
|
|
609
|
+
## [2.1.18](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@2.1.17...gatsby-plugin-google-tagmanager@2.1.18) (2019-11-26)
|
|
610
|
+
|
|
611
|
+
**Note:** Version bump only for package gatsby-plugin-google-tagmanager
|
|
612
|
+
|
|
613
|
+
## [2.1.17](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@2.1.16...gatsby-plugin-google-tagmanager@2.1.17) (2019-11-15)
|
|
614
|
+
|
|
615
|
+
**Note:** Version bump only for package gatsby-plugin-google-tagmanager
|
|
616
|
+
|
|
617
|
+
## [2.1.16](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@2.1.15...gatsby-plugin-google-tagmanager@2.1.16) (2019-11-10)
|
|
618
|
+
|
|
619
|
+
**Note:** Version bump only for package gatsby-plugin-google-tagmanager
|
|
620
|
+
|
|
621
|
+
## [2.1.15](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@2.1.14...gatsby-plugin-google-tagmanager@2.1.15) (2019-10-14)
|
|
622
|
+
|
|
623
|
+
**Note:** Version bump only for package gatsby-plugin-google-tagmanager
|
|
624
|
+
|
|
625
|
+
## [2.1.14](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@2.1.13...gatsby-plugin-google-tagmanager@2.1.14) (2019-10-14)
|
|
626
|
+
|
|
627
|
+
**Note:** Version bump only for package gatsby-plugin-google-tagmanager
|
|
628
|
+
|
|
629
|
+
## [2.1.13](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@2.1.12...gatsby-plugin-google-tagmanager@2.1.13) (2019-10-09)
|
|
630
|
+
|
|
631
|
+
**Note:** Version bump only for package gatsby-plugin-google-tagmanager
|
|
632
|
+
|
|
633
|
+
## [2.1.12](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@2.1.10...gatsby-plugin-google-tagmanager@2.1.12) (2019-09-26)
|
|
634
|
+
|
|
635
|
+
**Note:** Version bump only for package gatsby-plugin-google-tagmanager
|
|
636
|
+
|
|
637
|
+
## [2.1.11](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@2.1.10...gatsby-plugin-google-tagmanager@2.1.11) (2019-09-26)
|
|
638
|
+
|
|
639
|
+
**Note:** Version bump only for package gatsby-plugin-google-tagmanager
|
|
640
|
+
|
|
641
|
+
## [2.1.10](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@2.1.9...gatsby-plugin-google-tagmanager@2.1.10) (2019-09-20)
|
|
642
|
+
|
|
643
|
+
**Note:** Version bump only for package gatsby-plugin-google-tagmanager
|
|
644
|
+
|
|
645
|
+
## [2.1.9](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@2.1.8...gatsby-plugin-google-tagmanager@2.1.9) (2019-09-09)
|
|
646
|
+
|
|
647
|
+
**Note:** Version bump only for package gatsby-plugin-google-tagmanager
|
|
648
|
+
|
|
649
|
+
## [2.1.8](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@2.1.7...gatsby-plugin-google-tagmanager@2.1.8) (2019-09-01)
|
|
650
|
+
|
|
651
|
+
### Bug Fixes
|
|
652
|
+
|
|
653
|
+
- update minor updates in packages except react, babel and eslint ([#17254](https://github.com/gatsbyjs/gatsby/issues/17254)) ([252d867](https://github.com/gatsbyjs/gatsby/commit/252d867))
|
|
654
|
+
|
|
655
|
+
## [2.1.7](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@2.1.6...gatsby-plugin-google-tagmanager@2.1.7) (2019-08-23)
|
|
656
|
+
|
|
657
|
+
**Note:** Version bump only for package gatsby-plugin-google-tagmanager
|
|
658
|
+
|
|
659
|
+
## [2.1.6](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@2.1.5...gatsby-plugin-google-tagmanager@2.1.6) (2019-08-20)
|
|
660
|
+
|
|
661
|
+
**Note:** Version bump only for package gatsby-plugin-google-tagmanager
|
|
662
|
+
|
|
663
|
+
## [2.1.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@2.1.4...gatsby-plugin-google-tagmanager@2.1.5) (2019-08-02)
|
|
664
|
+
|
|
665
|
+
### Bug Fixes
|
|
666
|
+
|
|
667
|
+
- **gatsby-plugin-google-tagmanager:** fix custom dataLayer name ([#16304](https://github.com/gatsbyjs/gatsby/issues/16304)) ([6d097a5](https://github.com/gatsbyjs/gatsby/commit/6d097a5))
|
|
668
|
+
|
|
669
|
+
## [2.1.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@2.1.3...gatsby-plugin-google-tagmanager@2.1.4) (2019-07-12)
|
|
670
|
+
|
|
671
|
+
### Bug Fixes
|
|
672
|
+
|
|
673
|
+
- correct links in package changelogs ([#15630](https://github.com/gatsbyjs/gatsby/issues/15630)) ([d07b9dd](https://github.com/gatsbyjs/gatsby/commit/d07b9dd))
|
|
674
|
+
|
|
675
|
+
## [2.1.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@2.1.2...gatsby-plugin-google-tagmanager@2.1.3) (2019-07-11)
|
|
676
|
+
|
|
677
|
+
**Note:** Version bump only for package gatsby-plugin-google-tagmanager
|
|
678
|
+
|
|
679
|
+
## [2.1.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@2.1.1...gatsby-plugin-google-tagmanager@2.1.2) (2019-07-09)
|
|
680
|
+
|
|
681
|
+
### Features
|
|
682
|
+
|
|
683
|
+
- **gatsby-plugin-google-tagmanager:** defaultDataLayer ([#11379](https://github.com/gatsbyjs/gatsby/issues/11379)) ([3e26eeb](https://github.com/gatsbyjs/gatsby/commit/3e26eeb))
|
|
684
|
+
|
|
685
|
+
## [2.1.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@2.1.0...gatsby-plugin-google-tagmanager@2.1.1) (2019-07-02)
|
|
686
|
+
|
|
687
|
+
**Note:** Version bump only for package gatsby-plugin-google-tagmanager
|
|
688
|
+
|
|
689
|
+
# [2.1.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@2.0.15...gatsby-plugin-google-tagmanager@2.1.0) (2019-06-20)
|
|
690
|
+
|
|
691
|
+
**Note:** Version bump only for package gatsby-plugin-google-tagmanager
|
|
692
|
+
|
|
693
|
+
## [2.0.15](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@2.0.14...gatsby-plugin-google-tagmanager@2.0.15) (2019-05-30)
|
|
694
|
+
|
|
695
|
+
### Bug Fixes
|
|
696
|
+
|
|
697
|
+
- **gatsby-plugin-google-tagmanager:** guard against dataLayer being undefined in development ([#14437](https://github.com/gatsbyjs/gatsby/issues/14437)) ([ecb5d7b](https://github.com/gatsbyjs/gatsby/commit/ecb5d7b)), closes [#14424](https://github.com/gatsbyjs/gatsby/issues/14424)
|
|
698
|
+
|
|
699
|
+
## [2.0.14](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@2.0.13...gatsby-plugin-google-tagmanager@2.0.14) (2019-05-29)
|
|
700
|
+
|
|
701
|
+
### Bug Fixes
|
|
702
|
+
|
|
703
|
+
- **gatsby-plugin-google-tagmanager:** Properly communicate site title with GTM services ([#14384](https://github.com/gatsbyjs/gatsby/issues/14384)) ([f9bb78a](https://github.com/gatsbyjs/gatsby/commit/f9bb78a))
|
|
704
|
+
|
|
705
|
+
### Features
|
|
706
|
+
|
|
707
|
+
- **gatsby-plugin-google-tagmanager:** Allow to place the GTM script … ([#13424](https://github.com/gatsbyjs/gatsby/issues/13424)) ([0b56c3b](https://github.com/gatsbyjs/gatsby/commit/0b56c3b))
|
|
708
|
+
|
|
709
|
+
## [2.0.13](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@2.0.12...gatsby-plugin-google-tagmanager@2.0.13) (2019-04-11)
|
|
710
|
+
|
|
711
|
+
**Note:** Version bump only for package gatsby-plugin-google-tagmanager
|
|
712
|
+
|
|
713
|
+
## [2.0.12](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@2.0.11...gatsby-plugin-google-tagmanager@2.0.12) (2019-03-28)
|
|
714
|
+
|
|
715
|
+
### Bug Fixes
|
|
716
|
+
|
|
717
|
+
- **gatsby-plugin-google-tagmanager:** update dataLayer to be camelCased ([#12920](https://github.com/gatsbyjs/gatsby/issues/12920)) ([057dc9a](https://github.com/gatsbyjs/gatsby/commit/057dc9a))
|
|
718
|
+
|
|
719
|
+
## [2.0.11](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@2.0.10...gatsby-plugin-google-tagmanager@2.0.11) (2019-03-25)
|
|
720
|
+
|
|
721
|
+
### Features
|
|
722
|
+
|
|
723
|
+
- **gatsby-plugin-google-tagmanager:** Add plugin option for custom dataLayer name ([#12783](https://github.com/gatsbyjs/gatsby/issues/12783)) ([4a149c](https://github.com/gatsbyjs/gatsby/commit/4a149c))
|
|
724
|
+
|
|
725
|
+
## [2.0.10](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@2.0.9...gatsby-plugin-google-tagmanager@2.0.10) (2019-03-11)
|
|
726
|
+
|
|
727
|
+
**Note:** Version bump only for package gatsby-plugin-google-tagmanager
|
|
728
|
+
|
|
729
|
+
## [2.0.9](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@2.0.8...gatsby-plugin-google-tagmanager@2.0.9) (2019-02-01)
|
|
730
|
+
|
|
731
|
+
**Note:** Version bump only for package gatsby-plugin-google-tagmanager
|
|
732
|
+
|
|
733
|
+
<a name="2.0.8"></a>
|
|
734
|
+
|
|
735
|
+
## [2.0.8](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@2.0.7...gatsby-plugin-google-tagmanager@2.0.8) (2019-01-24)
|
|
736
|
+
|
|
737
|
+
### Bug Fixes
|
|
738
|
+
|
|
739
|
+
- **gatsby-plugin-google-tagmanager:** handle line breaks ([#11169](https://github.com/gatsbyjs/gatsby/issues/11169)) ([d974f80](https://github.com/gatsbyjs/gatsby/commit/d974f80))
|
|
740
|
+
|
|
741
|
+
<a name="2.0.7"></a>
|
|
742
|
+
|
|
743
|
+
## [2.0.7](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@2.0.6...gatsby-plugin-google-tagmanager@2.0.7) (2018-11-29)
|
|
744
|
+
|
|
745
|
+
**Note:** Version bump only for package gatsby-plugin-google-tagmanager
|
|
746
|
+
|
|
747
|
+
<a name="2.0.6"></a>
|
|
748
|
+
|
|
749
|
+
## [2.0.6](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@2.0.5...gatsby-plugin-google-tagmanager@2.0.6) (2018-10-29)
|
|
750
|
+
|
|
751
|
+
**Note:** Version bump only for package gatsby-plugin-google-tagmanager
|
|
752
|
+
|
|
753
|
+
<a name="2.0.5"></a>
|
|
754
|
+
|
|
755
|
+
## [2.0.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@2.0.0-rc.1...gatsby-plugin-google-tagmanager@2.0.5) (2018-09-17)
|
|
756
|
+
|
|
757
|
+
**Note:** Version bump only for package gatsby-plugin-google-tagmanager
|
|
758
|
+
|
|
759
|
+
<a name="2.0.0-rc.1"></a>
|
|
760
|
+
|
|
761
|
+
# [2.0.0-rc.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@2.0.0-rc.0...gatsby-plugin-google-tagmanager@2.0.0-rc.1) (2018-08-29)
|
|
762
|
+
|
|
763
|
+
**Note:** Version bump only for package gatsby-plugin-google-tagmanager
|
|
764
|
+
|
|
765
|
+
<a name="2.0.0-rc.0"></a>
|
|
766
|
+
|
|
767
|
+
# [2.0.0-rc.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@2.0.0-beta.3...gatsby-plugin-google-tagmanager@2.0.0-rc.0) (2018-08-21)
|
|
768
|
+
|
|
769
|
+
**Note:** Version bump only for package gatsby-plugin-google-tagmanager
|
|
770
|
+
|
|
771
|
+
<a name="2.0.0-beta.3"></a>
|
|
772
|
+
|
|
773
|
+
# [2.0.0-beta.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@2.0.0-beta.2...gatsby-plugin-google-tagmanager@2.0.0-beta.3) (2018-07-21)
|
|
774
|
+
|
|
775
|
+
**Note:** Version bump only for package gatsby-plugin-google-tagmanager
|
|
776
|
+
|
|
777
|
+
<a name="2.0.0-beta.2"></a>
|
|
778
|
+
|
|
779
|
+
# [2.0.0-beta.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@2.0.0-beta.1...gatsby-plugin-google-tagmanager@2.0.0-beta.2) (2018-06-20)
|
|
780
|
+
|
|
781
|
+
**Note:** Version bump only for package gatsby-plugin-google-tagmanager
|
|
782
|
+
|
|
783
|
+
<a name="2.0.0-beta.1"></a>
|
|
784
|
+
|
|
785
|
+
# [2.0.0-beta.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@2.0.0-beta.0...gatsby-plugin-google-tagmanager@2.0.0-beta.1) (2018-06-17)
|
|
786
|
+
|
|
787
|
+
**Note:** Version bump only for package gatsby-plugin-google-tagmanager
|
|
788
|
+
|
|
789
|
+
<a name="2.0.0-beta.0"></a>
|
|
790
|
+
|
|
791
|
+
# [2.0.0-beta.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@1.0.19...gatsby-plugin-google-tagmanager@2.0.0-beta.0) (2018-06-17)
|
|
792
|
+
|
|
793
|
+
**Note:** Version bump only for package gatsby-plugin-google-tagmanager
|