Skip to content

Commit 8b7066a

Browse files
committed
chore: update gatsby-adapter-netlify version manifest (#38745)
(cherry picked from commit 268a640)
1 parent 04030d1 commit 8b7066a

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

packages/gatsby/adapters.js

+6-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,12 @@ const adaptersManifest = [
1717
test: () => !!process.env.NETLIFY || !!process.env.NETLIFY_LOCAL,
1818
versions: [
1919
{
20-
gatsbyVersion: `^5.0.0`,
21-
moduleVersion: `^1.0.0-alpha`,
20+
gatsbyVersion: `^5.12.10`,
21+
moduleVersion: `^1.0.4`,
22+
},
23+
{
24+
gatsbyVersion: `>=5.0.0 <5.12.10`,
25+
moduleVersion: `1.0.3`,
2226
}
2327
],
2428
}

0 commit comments

Comments
 (0)