-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected]
- Loading branch information
Showing
28 changed files
with
82 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,12 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [1.0.0-v3rc.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.0.0-v3rc.2) (2021-03-01) | ||
|
||
### Bug Fixes | ||
|
||
- **create-gatsby:** Use legacy peer deps ([#29856](https://github.com/gatsbyjs/gatsby/issues/29856)) ([#29862](https://github.com/gatsbyjs/gatsby/issues/29862)) ([8639f7b](https://github.com/gatsbyjs/gatsby/commit/8639f7ba6924f26da2d7e891ef2d3ac6eb0b3fc9)) | ||
|
||
# [1.0.0-v3rc.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.0.0-v3rc.1) (2021-02-26) | ||
|
||
### Features | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,10 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [0.10.0-v3rc.3](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.10.0-v3rc.3) (2021-03-01) | ||
|
||
**Note:** Version bump only for package gatsby-admin | ||
|
||
# [0.10.0-v3rc.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.10.0-v3rc.2) (2021-02-28) | ||
|
||
**Note:** Version bump only for package gatsby-admin | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,10 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [3.0.0-v3rc.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.0.0-v3rc.2) (2021-03-01) | ||
|
||
**Note:** Version bump only for package gatsby-cli | ||
|
||
# [3.0.0-v3rc.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.0.0-v3rc.1) (2021-02-26) | ||
|
||
**Note:** Version bump only for package gatsby-cli | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "gatsby-cli", | ||
"description": "Gatsby command-line interface for creating new sites and running Gatsby commands", | ||
"version": "3.0.0-v3rc.1", | ||
"version": "3.0.0-v3rc.2", | ||
"author": "Kyle Mathews <[email protected]>", | ||
"bin": { | ||
"gatsby": "cli.js" | ||
|
@@ -19,7 +19,7 @@ | |
"common-tags": "^1.8.0", | ||
"configstore": "^5.0.1", | ||
"convert-hrtime": "^3.0.0", | ||
"create-gatsby": "^1.0.0-v3rc.1", | ||
"create-gatsby": "^1.0.0-v3rc.2", | ||
"envinfo": "^7.7.3", | ||
"execa": "^3.4.0", | ||
"fs-exists-cached": "^1.0.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,10 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [2.0.0-v3rc.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-gatsby-cloud@[email protected]) (2021-03-01) | ||
|
||
**Note:** Version bump only for package gatsby-plugin-gatsby-cloud | ||
|
||
# [2.0.0-v3rc.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-gatsby-cloud@[email protected]) (2021-02-26) | ||
|
||
**Note:** Version bump only for package gatsby-plugin-gatsby-cloud | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "gatsby-plugin-gatsby-cloud", | ||
"description": "A Gatsby plugin which optimizes working with Gatsby Cloud", | ||
"version": "2.0.0-v3rc.0", | ||
"version": "2.0.0-v3rc.1", | ||
"author": "Kyle Mathews <[email protected]>", | ||
"bugs": { | ||
"url": "https://github.com/gatsbyjs/gatsby/issues" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,10 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [4.0.0-v3rc.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@4.0.0-v3rc.2) (2021-03-01) | ||
|
||
**Note:** Version bump only for package gatsby-plugin-sass | ||
|
||
# [4.0.0-v3rc.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@4.0.0-v3rc.1) (2021-02-26) | ||
|
||
### Bug Fixes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "gatsby-plugin-sass", | ||
"description": "Gatsby plugin to handle SCSS/Sass files", | ||
"version": "4.0.0-v3rc.1", | ||
"version": "4.0.0-v3rc.2", | ||
"author": "Daniel Farrell <[email protected]>", | ||
"bugs": { | ||
"url": "https://github.com/gatsbyjs/gatsby/issues" | ||
|
@@ -14,8 +14,8 @@ | |
"devDependencies": { | ||
"@babel/cli": "^7.12.1", | ||
"@babel/core": "^7.12.3", | ||
"babel-preset-gatsby-package": "^1.0.0-v3rc.0", | ||
"autoprefixer": "^10.2.4", | ||
"babel-preset-gatsby-package": "^1.0.0-v3rc.0", | ||
"cross-env": "^7.0.3", | ||
"gatsby-plugin-utils": "^1.0.0-v3rc.0" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,10 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [3.0.0-v3rc.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.0.0-v3rc.1) (2021-03-01) | ||
|
||
**Note:** Version bump only for package gatsby-plugin-sharp | ||
|
||
# [3.0.0-v3rc.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.0.0-v3rc.0) (2021-02-26) | ||
|
||
**Note:** Version bump only for package gatsby-plugin-sharp | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "gatsby-plugin-sharp", | ||
"description": "Wrapper of the Sharp image manipulation library for Gatsby plugins", | ||
"version": "3.0.0-v3rc.0", | ||
"version": "3.0.0-v3rc.1", | ||
"author": "Kyle Mathews <[email protected]>", | ||
"bugs": { | ||
"url": "https://github.com/gatsbyjs/gatsby/issues" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,10 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [5.0.0-v3rc.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-embed-snippet@[email protected]) (2021-03-01) | ||
|
||
**Note:** Version bump only for package gatsby-remark-embed-snippet | ||
|
||
# [5.0.0-v3rc.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-embed-snippet@[email protected]) (2021-02-26) | ||
|
||
**Note:** Version bump only for package gatsby-remark-embed-snippet | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "gatsby-remark-embed-snippet", | ||
"description": "Gatsby plugin to embed formatted code snippets within markdown", | ||
"version": "5.0.0-v3rc.0", | ||
"version": "5.0.0-v3rc.1", | ||
"author": "Brian Vaughn <[email protected]>", | ||
"bugs": { | ||
"url": "https://github.com/gatsbyjs/gatsby/issues" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,10 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [4.0.0-v3rc.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@4.0.0-v3rc.1) (2021-03-01) | ||
|
||
**Note:** Version bump only for package gatsby-remark-images | ||
|
||
# [4.0.0-v3rc.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@4.0.0-v3rc.0) (2021-02-26) | ||
|
||
**Note:** Version bump only for package gatsby-remark-images | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "gatsby-remark-images", | ||
"description": "Processes images in markdown so they can be used in the production build.", | ||
"version": "4.0.0-v3rc.0", | ||
"version": "4.0.0-v3rc.1", | ||
"author": "Kyle Mathews <[email protected]>", | ||
"bugs": { | ||
"url": "https://github.com/gatsbyjs/gatsby/issues" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,10 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [5.0.0-v3rc.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@5.0.0-v3rc.1) (2021-03-01) | ||
|
||
**Note:** Version bump only for package gatsby-source-contentful | ||
|
||
# [5.0.0-v3rc.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@[email protected]) (2021-02-26) | ||
|
||
**Note:** Version bump only for package gatsby-source-contentful | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "gatsby-source-contentful", | ||
"description": "Gatsby source plugin for building websites using the Contentful CMS as a data source", | ||
"version": "5.0.0-v3rc.0", | ||
"version": "5.0.0-v3rc.1", | ||
"author": "Marcus Ericsson <[email protected]> (mericsson.com)", | ||
"bugs": { | ||
"url": "https://github.com/gatsbyjs/gatsby/issues" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,10 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [5.0.0-v3rc.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@5.0.0-v3rc.2) (2021-03-01) | ||
|
||
**Note:** Version bump only for package gatsby-source-wordpress | ||
|
||
# [5.0.0-v3rc.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@5.0.0-v3rc.1) (2021-02-28) | ||
|
||
### Bug Fixes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "gatsby-source-wordpress", | ||
"description": "Source data from WordPress in an efficient and scalable way.", | ||
"author": "Tyler Barnes <[email protected]>", | ||
"version": "5.0.0-v3rc.1", | ||
"version": "5.0.0-v3rc.2", | ||
"bugs": { | ||
"url": "https://github.com/gatsbyjs/gatsby/issues" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
packages/gatsby-transformer-javascript-frontmatter/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "gatsby-transformer-javascript-frontmatter", | ||
"description": "Gatsby transformer plugin for JavaScript to extract exports.frontmatter statically.", | ||
"version": "3.0.0-v3rc.0", | ||
"version": "3.0.0-v3rc.1", | ||
"author": "Jacob Bolda <[email protected]>", | ||
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-javascript-frontmatter#readme", | ||
"dependencies": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,10 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [3.0.0-v3rc.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.0.0-v3rc.1) (2021-03-01) | ||
|
||
**Note:** Version bump only for package gatsby-transformer-sharp | ||
|
||
# [3.0.0-v3rc.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.0.0-v3rc.0) (2021-02-26) | ||
|
||
**Note:** Version bump only for package gatsby-transformer-sharp | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "gatsby-transformer-sharp", | ||
"description": "Gatsby transformer plugin for images using Sharp", | ||
"version": "3.0.0-v3rc.0", | ||
"version": "3.0.0-v3rc.1", | ||
"author": "Kyle Mathews <[email protected]>", | ||
"bugs": { | ||
"url": "https://github.com/gatsbyjs/gatsby/issues" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,10 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [3.0.0-v3rc.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.0.0-v3rc.1) (2021-03-01) | ||
|
||
**Note:** Version bump only for package gatsby-transformer-sqip | ||
|
||
# [3.0.0-v3rc.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.0.0-v3rc.0) (2021-02-26) | ||
|
||
**Note:** Version bump only for package gatsby-transformer-sqip | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
{ | ||
"name": "gatsby-transformer-sqip", | ||
"description": "Generates geometric primitive version of images", | ||
"version": "3.0.0-v3rc.0", | ||
"version": "3.0.0-v3rc.1", | ||
"author": "Benedikt Rötsch <[email protected]>", | ||
"bugs": { | ||
"url": "https://github.com/gatsbyjs/gatsby/issues" | ||
}, | ||
"dependencies": { | ||
"@babel/runtime": "^7.12.5", | ||
"fs-extra": "^8.1.0", | ||
"gatsby-plugin-sharp": "^3.0.0-v3rc.0", | ||
"gatsby-plugin-sharp": "^3.0.0-v3rc.1", | ||
"md5-file": "^5.0.0", | ||
"mini-svg-data-uri": "^1.2.3", | ||
"p-queue": "^6.6.2", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,15 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [3.0.0-v3rc.3](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.0.0-v3rc.3) (2021-03-01) | ||
|
||
### Bug Fixes | ||
|
||
- **gatsby:** fix some css HMR edge cases ([#29839](https://github.com/gatsbyjs/gatsby/issues/29839)) ([#29865](https://github.com/gatsbyjs/gatsby/issues/29865)) ([fdc1fe2](https://github.com/gatsbyjs/gatsby/commit/fdc1fe29c507e0b2dbb7b8fee765176cd2e9c5a9)) | ||
- **gatsby:** Fix various small DEV_SSR bugs exposed in development_runtime tests ([#29720](https://github.com/gatsbyjs/gatsby/issues/29720)) ([#29866](https://github.com/gatsbyjs/gatsby/issues/29866)) ([f070422](https://github.com/gatsbyjs/gatsby/commit/f070422daf39272ee453936585bdb4b644dd39aa)) | ||
- **gatsby:** Improve Fast Refresh overlay styles ([#29855](https://github.com/gatsbyjs/gatsby/issues/29855)) ([#29861](https://github.com/gatsbyjs/gatsby/issues/29861)) ([e7453c3](https://github.com/gatsbyjs/gatsby/commit/e7453c39810fe39497b9660f582350e97b5becef)) | ||
- **gatsby-plugin-preact:** fix fast-refresh ([#29831](https://github.com/gatsbyjs/gatsby/issues/29831)) ([#29860](https://github.com/gatsbyjs/gatsby/issues/29860)) ([e8a7e3b](https://github.com/gatsbyjs/gatsby/commit/e8a7e3be95adfcd1efa9e1db71ebb2e4c82105db)) | ||
|
||
# [3.0.0-v3rc.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.0.0-v3rc.2) (2021-02-28) | ||
|
||
### Bug Fixes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "gatsby", | ||
"description": "Blazing fast modern site generator for React", | ||
"version": "3.0.0-v3rc.2", | ||
"version": "3.0.0-v3rc.3", | ||
"author": "Kyle Mathews <[email protected]>", | ||
"bin": { | ||
"gatsby": "./cli.js" | ||
|
@@ -79,7 +79,7 @@ | |
"find-cache-dir": "^3.3.1", | ||
"fs-exists-cached": "1.0.0", | ||
"fs-extra": "^8.1.0", | ||
"gatsby-cli": "^3.0.0-v3rc.1", | ||
"gatsby-cli": "^3.0.0-v3rc.2", | ||
"gatsby-core-utils": "^2.0.0-v3rc.0", | ||
"gatsby-graphiql-explorer": "^1.0.0-v3rc.0", | ||
"gatsby-legacy-polyfills": "^1.0.0-v3rc.0", | ||
|