gatsby-plugin-layout
Advanced tools
Comparing version 1.0.0-beta.1 to 1.0.0-beta.2
@@ -6,2 +6,8 @@ # Change Log | ||
<a name="1.0.0-beta.2"></a> | ||
# [1.0.0-beta.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-layout@1.0.0-beta.1...gatsby-plugin-layout@1.0.0-beta.2) (2018-08-20) | ||
**Note:** Version bump only for package gatsby-plugin-layout | ||
<a name="1.0.0-beta.1"></a> | ||
@@ -8,0 +14,0 @@ |
@@ -18,6 +18,6 @@ "use strict"; | ||
var userSpecifiedPath = true; | ||
var defaultLayoutComponentPath = "src/layouts/index.js"; | ||
var defaultLayoutComponentPath = "src/layouts/index"; | ||
if (!component) { | ||
// Default to `src/layouts/index.js` for drop-in replacement of v1 layouts | ||
// Default to `src/layouts/index.[js|jsx]` for drop-in replacement of v1 layouts | ||
component = path.join(store.getState().program.directory, defaultLayoutComponentPath); | ||
@@ -24,0 +24,0 @@ userSpecifiedPath = false; |
{ | ||
"name": "gatsby-plugin-layout", | ||
"version": "1.0.0-beta.1", | ||
"version": "1.0.0-beta.2", | ||
"description": "Stub description for gatsby-plugin-layout", | ||
@@ -33,3 +33,3 @@ "main": "index.js", | ||
}, | ||
"gitHead": "98ab705f8626663521a28ef9d75a267743735240" | ||
"gitHead": "27cd2a312956298cca555424129697a027a0429c" | ||
} |
@@ -85,3 +85,3 @@ # gatsby-plugin-layout | ||
render() { | ||
return <Provider value={this.state}>{this.props.children})</Provider> | ||
return <Provider value={this.state}>{this.props.children}</Provider> | ||
} | ||
@@ -88,0 +88,0 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7411
1