Skip to content

Commit

Permalink
chore: update gatsby-adapter-netlify version manifest (#38745)
Browse files Browse the repository at this point in the history
  • Loading branch information
pieh committed Dec 7, 2023
1 parent 5e8d2bb commit 268a640
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions packages/gatsby/adapters.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,12 @@ const adaptersManifest = [
test: () => !!process.env.NETLIFY || !!process.env.NETLIFY_LOCAL,
versions: [
{
gatsbyVersion: `^5.0.0`,
moduleVersion: `^1.0.0-alpha`,
gatsbyVersion: `^5.12.10`,
moduleVersion: `^1.0.4`,
},
{
gatsbyVersion: `>=5.0.0 <5.12.10`,
moduleVersion: `1.0.3`,
}
],
}
Expand Down

0 comments on commit 268a640

Please sign in to comment.