Skip to content

Commit 1953e5c

Browse files
authored
fix(gatsby): allow gatsby-adapter-netlify@">=1.0.0 <=1.0.3" for gatsby@<5.12.10 (#38758)
1 parent 4a780fb commit 1953e5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/gatsby/adapters.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const adaptersManifest = [
2222
},
2323
{
2424
gatsbyVersion: `>=5.0.0 <5.12.10`,
25-
moduleVersion: `1.0.3`,
25+
moduleVersion: `>=1.0.0 <=1.0.3`,
2626
}
2727
],
2828
}

0 commit comments

Comments
 (0)