-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add support for Gatsby v4 #206
Conversation
Gatsby Cloud Build Reportgatsby-source-graphcms 🎉 Your build was successful! See the Deploy preview here. Build Details🕐 Build time: 3m PerformanceLighthouse report
|
The build is failing because of the Node.js version. |
145c051
to
648ab55
Compare
5139f33
to
d058518
Compare
d058518
to
6a69dd7
Compare
6a69dd7
to
8f76c6e
Compare
It's building correctly! The bot hasn't updated the status. |
🎉 This PR is included in version 2.7.0-next.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🤖 |
* feat: add support for Gatsby v4 (#206) * ci: change node version to 14 * fix: remove return null (#215) * fix: revert remove return null 215 This reverts commit 4939c84. * fix: allow nullable gatsbyImageData (#217) * chore: add additional fragments * fix: use newer dependencies * chore: use github actions v2 * fix: temp explicit rich text typenames * docs: update readme * fix: detect RichText automatically to create types * docs(README): add note on Bad Request * chore: cleanup demo Product fragment * docs: add note about gatsby v4 (#207) * feat: add support for Gatsby v4 (#206) * docs(README): update install instructions * fix: merge conflict * docs(README): contributing note * chore: fix contributors rc Co-authored-by: João Pedro Schmitz <oi@joaopedro.cc>
This PR adds support for Gatsby v4.
Looking into the migration guide, we don't have any relevant updates to do in the package.
We also need to publish it under the
next
tag on npm.