Skip to content

Commit

Permalink
docs(plugin): bump minimum gatsby version to 3.0
Browse files Browse the repository at this point in the history
BREAKING CHANGE: The plugin now requires at least Gatsby v3.0.4
  • Loading branch information
mohatt committed May 9, 2021
1 parent 9d64f79 commit 98aa63e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,6 @@ These events are emitted at certain run time points.
[codecov-url]: https://codecov.io/github/mohatt/gatsby-plugin-postbuild
[codecov-img]: https://img.shields.io/codecov/c/github/mohatt/gatsby-plugin-postbuild.svg?logo=codecov&logoColor=white
[gatsby-url]: https://www.gatsbyjs.org/packages/gatsby-plugin-postbuild
[gatsby-img]: https://img.shields.io/badge/gatsby->=2.25-blueviolet.svg?logo=gatsby
[gatsby-img]: https://img.shields.io/badge/gatsby->=3.0-blueviolet.svg?logo=gatsby
[license-url]: https://github.com/mohatt/gatsby-plugin-postbuild/blob/master/LICENSE
[license-img]: https://img.shields.io/github/license/mohatt/gatsby-plugin-postbuild.svg?logo=open%20source%20initiative&logoColor=white
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"typescript": "4.2.4"
},
"peerDependencies": {
"gatsby": ">=2.25.4",
"gatsby": ">=3.0.4",
"postcss": ">=8.2.1"
},
"engines": {
Expand Down

0 comments on commit 98aa63e

Please sign in to comment.