Skip to content

Commit

Permalink
Update version and related snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
pvdz committed Oct 15, 2020
1 parent 1c46e8b commit 05a4442
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion packages/gatsby/scripts/__tests__/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ it("generates the expected api output", done => {
"onCreateBabelConfig": Object {},
"onCreateDevServer": Object {},
"onCreateNode": Object {},
"shouldOnCreateNode": Object {},
"onCreatePage": Object {},
"onCreateWebpackConfig": Object {},
"onPostBootstrap": Object {},
Expand All @@ -59,6 +58,9 @@ it("generates the expected api output", done => {
"preprocessSource": Object {},
"resolvableExtensions": Object {},
"setFieldsOnGraphQLNodeType": Object {},
"shouldOnCreateNode": Object {
"version": "2.24.79",
},
"sourceNodes": Object {},
},
"ssr": Object {
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby/src/utils/api-node-docs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export const onCreateNode = true
* This is an optimization that can prevent the `onCreateNode` handler to be scheduled
* if the plugin already knows it's not interested in processing this node.
*
* @gatsbyVersion 2.24.78
* @gatsbyVersion 2.24.79
* @example
* exports.shouldOnCreateNode = (node) => node.internal.type === 'Image'
*/
Expand Down

0 comments on commit 05a4442

Please sign in to comment.