create-gatsby
Advanced tools
Comparing version 1.1.0-next.0 to 1.1.0-next.1
@@ -6,2 +6,6 @@ # Change Log | ||
# [1.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/create-gatsby@1.1.0-next.0...create-gatsby@1.1.0-next.1) (2021-02-26) | ||
**Note:** Version bump only for package create-gatsby | ||
# [1.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/create-gatsby@1.0.0-next.2...create-gatsby@1.1.0-next.0) (2021-02-26) | ||
@@ -8,0 +12,0 @@ |
{ | ||
"name": "create-gatsby", | ||
"version": "1.1.0-next.0", | ||
"version": "1.1.0-next.1", | ||
"main": "lib/index.js", | ||
@@ -30,3 +30,3 @@ "bin": "cli.js", | ||
"fs-extra": "^9.0.1", | ||
"gatsby-plugin-utils": "^1.1.0-next.0", | ||
"gatsby-plugin-utils": "^1.1.0-next.1", | ||
"joi": "^17.2.1", | ||
@@ -48,3 +48,3 @@ "microbundle": "^0.13.0", | ||
"author": "Matt Kane <matt@gatsbyjs.com>", | ||
"gitHead": "6e36a28dbdc8f26b6a643972fe685570bd1de99a" | ||
"gitHead": "1c661531b7f541b848a33a64abb5127c3dd89260" | ||
} |
222355