gatsby-plugin-google-gtag 4.16.0 → 4.18.0-alpha-drupal-self-reference.18
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 +6 -0
- package/README.md +4 -2
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,12 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [4.16.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-gtag@4.16.0/packages/gatsby-plugin-google-gtag) (2022-06-07)
|
|
7
|
+
|
|
8
|
+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.16)
|
|
9
|
+
|
|
10
|
+
**Note:** Version bump only for package gatsby-plugin-google-gtag
|
|
11
|
+
|
|
6
12
|
## [4.15.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-google-gtag@4.15.0/packages/gatsby-plugin-google-gtag) (2022-05-24)
|
|
7
13
|
|
|
8
14
|
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.15)
|
package/README.md
CHANGED
|
@@ -10,11 +10,13 @@ For more general information on gtag you can read Google's official documentatio
|
|
|
10
10
|
|
|
11
11
|
If you're migrating from analytics.js (gatsby-plugin-google-analytics) you can read about the subtle API differences in more depth at: https://developers.google.com/analytics/devguides/migration/ua/analyticsjs-to-gtagjs.
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
**Please note:** This plugin only works in production mode! To test your Global Site Tag is installed and firing events correctly run: `gatsby build && gatsby serve.`
|
|
14
14
|
|
|
15
15
|
## Install
|
|
16
16
|
|
|
17
|
-
|
|
17
|
+
```shell
|
|
18
|
+
npm install gatsby-plugin-google-gtag
|
|
19
|
+
```
|
|
18
20
|
|
|
19
21
|
## How to use
|
|
20
22
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gatsby-plugin-google-gtag",
|
|
3
3
|
"description": "Gatsby plugin to add google gtag onto a site",
|
|
4
|
-
"version": "4.
|
|
4
|
+
"version": "4.18.0-alpha-drupal-self-reference.18+7e41ad4fb8",
|
|
5
5
|
"author": "Tyler Buchea <tyler@buchea.com>",
|
|
6
6
|
"bugs": {
|
|
7
7
|
"url": "https://github.com/gatsbyjs/gatsby/issues"
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"devDependencies": {
|
|
14
14
|
"@babel/cli": "^7.15.4",
|
|
15
15
|
"@babel/core": "^7.15.5",
|
|
16
|
-
"babel-preset-gatsby-package": "
|
|
16
|
+
"babel-preset-gatsby-package": "2.18.0-alpha-drupal-self-reference.18+7e41ad4fb8",
|
|
17
17
|
"cross-env": "^7.0.3"
|
|
18
18
|
},
|
|
19
19
|
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-google-gtag#readme",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"engines": {
|
|
44
44
|
"node": ">=14.15.0"
|
|
45
45
|
},
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "7e41ad4fb8b605e6530af358f0a3eef082682f90"
|
|
47
47
|
}
|