Compare commits

...

3 Commits

Author SHA1 Message Date
Matthias Kretschmann f9ad56c0db
Release 0.12.0 2022-04-10 00:41:35 +01:00
Matthias Kretschmann 5bdc911576
default to Gatsby v4 peer dependency 2022-04-10 00:40:51 +01:00
Matthias Kretschmann 455d381665
package updates 2022-04-10 00:32:36 +01:00
3 changed files with 6264 additions and 6734 deletions

View File

@ -4,8 +4,15 @@ All notable changes to this project will be documented in this file. Dates are d
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
#### [v0.12.0](https://github.com/kremalicious/gatsby-plugin-matomo/compare/v0.11.1...v0.12.0)
- default to Gatsby v4 peer dependency [`5bdc911`](https://github.com/kremalicious/gatsby-plugin-matomo/commit/5bdc911576e006f49bc40fee72905902dcfdfe7e)
- package updates [`455d381`](https://github.com/kremalicious/gatsby-plugin-matomo/commit/455d38166535b7d0b89acad32310970d41eef739)
#### [v0.11.1](https://github.com/kremalicious/gatsby-plugin-matomo/compare/v0.11.0...v0.11.1)
> 11 March 2022
- Bump eslint-config-prettier from 8.4.0 to 8.5.0 [`#282`](https://github.com/kremalicious/gatsby-plugin-matomo/pull/282)
- Bump release-it from 14.12.4 to 14.12.5 [`#278`](https://github.com/kremalicious/gatsby-plugin-matomo/pull/278)
- Bump @babel/cli from 7.17.3 to 7.17.6 [`#277`](https://github.com/kremalicious/gatsby-plugin-matomo/pull/277)

12979
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-matomo",
"description": "Gatsby plugin to add Matomo (formerly Piwik) onto a site.",
"version": "0.11.1",
"version": "0.12.0",
"author": "Matthias Kretschmann <m@kretschmann.io>",
"scripts": {
"build": "cross-env NODE_ENV=production babel src --out-dir . --ignore **/__tests__",
@ -17,15 +17,15 @@
"devDependencies": {
"@babel/cli": "^7.17.6",
"auto-changelog": "^2.4.0",
"babel-preset-gatsby-package": "^2.9.0",
"babel-preset-gatsby-package": "^2.11.0",
"cross-env": "^7.0.3",
"eslint": "^8.10.0",
"eslint": "^8.13.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"jest": "^27.5.1",
"prettier": "^2.5.1",
"prettier": "^2.6.2",
"react": ">=16.8",
"release-it": "^14.12.5"
"release-it": "^14.14.1"
},
"homepage": "https://kremalicious.com/gatsby-plugin-matomo",
"keywords": [
@ -39,7 +39,7 @@
"license": "MIT",
"main": "index.js",
"peerDependencies": {
"gatsby": "^2.0.0 || ^3.0.0 || ^4.0.0",
"gatsby": "^4.0.0",
"react": ">=16.8",
"react-dom": ">=16.8"
},