gatsby-plugin-layout
Advanced tools
Comparing version 1.0.0-rc.1 to 1.0.0-rc.2
@@ -6,2 +6,8 @@ # Change Log | ||
<a name="1.0.0-rc.2"></a> | ||
# [1.0.0-rc.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-layout@1.0.0-rc.1...gatsby-plugin-layout@1.0.0-rc.2) (2018-09-01) | ||
**Note:** Version bump only for package gatsby-plugin-layout | ||
<a name="1.0.0-rc.1"></a> | ||
@@ -8,0 +14,0 @@ |
{ | ||
"name": "gatsby-plugin-layout", | ||
"version": "1.0.0-rc.1", | ||
"version": "1.0.0-rc.2", | ||
"description": "Stub description for gatsby-plugin-layout", | ||
@@ -33,3 +33,3 @@ "main": "index.js", | ||
}, | ||
"gitHead": "a8a4c69c97d9d7f59a7bfb50e7d1fbd463d2e012" | ||
"gitHead": "7036259ed32c8266a6c24d654ca6d2f338debbe1" | ||
} |
@@ -169,5 +169,5 @@ # gatsby-plugin-layout | ||
</div> | ||
) | ||
)} | ||
</ContextConsumer> | ||
) | ||
``` |
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
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
9977