-
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
114 additions
and
17 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,10 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [0.16.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.16.0-next.1) (2021-05-12) | ||
|
||
**Note:** Version bump only for package gatsby-admin | ||
|
||
# [0.16.0-next.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.16.0-next.0) (2021-05-06) | ||
|
||
**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,12 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [3.6.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.6.0-next.1) (2021-05-12) | ||
|
||
### Features | ||
|
||
- **gatsby:** New overlay for DEV_SSR ([#31061](https://github.com/gatsbyjs/gatsby/issues/31061)) ([7110189](https://github.com/gatsbyjs/gatsby/commit/7110189fda3942aba27cf35f577ce14d7b252d0b)) | ||
|
||
# [3.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.6.0-next.0) (2021-05-06) | ||
|
||
**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.6.0-next.0", | ||
"version": "3.6.0-next.1", | ||
"author": "Kyle Mathews <[email protected]>", | ||
"bin": { | ||
"gatsby": "cli.js" | ||
|
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. | ||
|
||
# [2.6.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.6.0-next.1) (2021-05-12) | ||
|
||
### Bug Fixes | ||
|
||
- **gatsby-plugin-mdx:** enable hmr when importing mdx ([#31288](https://github.com/gatsbyjs/gatsby/issues/31288)) ([c8db78f](https://github.com/gatsbyjs/gatsby/commit/c8db78fad43294413b950c49205adcf3dbb6dd1e)) | ||
|
||
# [2.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.6.0-next.0) (2021-05-06) | ||
|
||
**Note:** Version bump only for package gatsby-plugin-mdx | ||
|
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,12 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [4.6.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@4.6.0-next.1) (2021-05-12) | ||
|
||
### Bug Fixes | ||
|
||
- **tests:** update cheerio snapshots ([#31298](https://github.com/gatsbyjs/gatsby/issues/31298)) ([e06599d](https://github.com/gatsbyjs/gatsby/commit/e06599d9acc53442f8830b04f8fa2c749a820cc5)) | ||
|
||
# [4.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@4.6.0-next.0) (2021-05-06) | ||
|
||
**Note:** Version bump only for package gatsby-plugin-offline | ||
|
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-offline", | ||
"description": "Gatsby plugin which sets up a site to be able to run offline", | ||
"version": "4.6.0-next.0", | ||
"version": "4.6.0-next.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,12 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [3.6.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@[email protected]) (2021-05-12) | ||
|
||
### Bug Fixes | ||
|
||
- **gatsby-plugin-page-creator:** support index routes when using the File System Route API ([#31339](https://github.com/gatsbyjs/gatsby/issues/31339)) ([6ad990c](https://github.com/gatsbyjs/gatsby/commit/6ad990c11479b263b585cf9681e591818e021feb)) | ||
|
||
# [3.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@[email protected]) (2021-05-06) | ||
|
||
**Note:** Version bump only for package gatsby-plugin-page-creator | ||
|
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. | ||
|
||
# [4.2.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@4.2.0-next.1) (2021-05-12) | ||
|
||
**Note:** Version bump only for package gatsby-plugin-sitemap | ||
|
||
# [4.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@4.2.0-next.0) (2021-05-06) | ||
|
||
**Note:** Version bump only for package gatsby-plugin-sitemap | ||
|
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-sitemap", | ||
"description": "Gatsby plugin that automatically creates a sitemap for your site", | ||
"version": "4.2.0-next.0", | ||
"version": "4.2.0-next.1", | ||
"author": "Nicholas Young <[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,12 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [4.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-copy-linked-files@[email protected]) (2021-05-12) | ||
|
||
### Bug Fixes | ||
|
||
- **tests:** update cheerio snapshots ([#31298](https://github.com/gatsbyjs/gatsby/issues/31298)) ([e06599d](https://github.com/gatsbyjs/gatsby/commit/e06599d9acc53442f8830b04f8fa2c749a820cc5)) | ||
|
||
# [4.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-copy-linked-files@[email protected]) (2021-05-06) | ||
|
||
### 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-remark-copy-linked-files", | ||
"description": "Find files which are linked to from markdown and copy them to the public directory", | ||
"version": "4.3.0-next.0", | ||
"version": "4.3.0-next.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,12 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [3.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.3.0-next.1) (2021-05-12) | ||
|
||
### Bug Fixes | ||
|
||
- **tests:** update cheerio snapshots ([#31298](https://github.com/gatsbyjs/gatsby/issues/31298)) ([e06599d](https://github.com/gatsbyjs/gatsby/commit/e06599d9acc53442f8830b04f8fa2c749a820cc5)) | ||
|
||
# [3.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.3.0-next.0) (2021-05-06) | ||
|
||
**Note:** Version bump only for package gatsby-remark-graphviz | ||
|
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-graphviz", | ||
"description": "Processes graphviz code blocks and renders to SVG using viz.js", | ||
"version": "3.3.0-next.0", | ||
"version": "3.3.0-next.1", | ||
"author": "Anthony Marcar <[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,12 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [4.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images-contentful@[email protected]) (2021-05-12) | ||
|
||
### Bug Fixes | ||
|
||
- **tests:** update cheerio snapshots ([#31298](https://github.com/gatsbyjs/gatsby/issues/31298)) ([e06599d](https://github.com/gatsbyjs/gatsby/commit/e06599d9acc53442f8830b04f8fa2c749a820cc5)) | ||
|
||
# [4.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images-contentful@[email protected]) (2021-05-06) | ||
|
||
**Note:** Version bump only for package gatsby-remark-images-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
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. | ||
|
||
# [5.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@5.3.0-next.1) (2021-05-12) | ||
|
||
### Bug Fixes | ||
|
||
- **tests:** update cheerio snapshots ([#31298](https://github.com/gatsbyjs/gatsby/issues/31298)) ([e06599d](https://github.com/gatsbyjs/gatsby/commit/e06599d9acc53442f8830b04f8fa2c749a820cc5)) | ||
|
||
# [5.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@5.3.0-next.0) (2021-05-06) | ||
|
||
**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": "5.3.0-next.0", | ||
"version": "5.3.0-next.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,12 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [5.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@5.3.0-next.1) (2021-05-12) | ||
|
||
### Bug Fixes | ||
|
||
- **tests:** update cheerio snapshots ([#31298](https://github.com/gatsbyjs/gatsby/issues/31298)) ([e06599d](https://github.com/gatsbyjs/gatsby/commit/e06599d9acc53442f8830b04f8fa2c749a820cc5)) | ||
|
||
# [5.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@5.3.0-next.0) (2021-05-06) | ||
|
||
**Note:** Version bump only for package gatsby-remark-prismjs | ||
|
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-prismjs", | ||
"description": "Adds syntax highlighting to code blocks at build time using PrismJS", | ||
"version": "5.3.0-next.0", | ||
"version": "5.3.0-next.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,12 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [4.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-responsive-iframe@[email protected]) (2021-05-12) | ||
|
||
### Bug Fixes | ||
|
||
- **tests:** update cheerio snapshots ([#31298](https://github.com/gatsbyjs/gatsby/issues/31298)) ([e06599d](https://github.com/gatsbyjs/gatsby/commit/e06599d9acc53442f8830b04f8fa2c749a820cc5)) | ||
|
||
# [4.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-responsive-iframe@[email protected]) (2021-05-06) | ||
|
||
**Note:** Version bump only for package gatsby-remark-responsive-iframe | ||
|
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-responsive-iframe", | ||
"description": "Make iframes in Markdown processed by Remark responsive", | ||
"version": "4.3.0-next.0", | ||
"version": "4.3.0-next.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,16 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [5.6.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@5.6.0-next.1) (2021-05-12) | ||
|
||
### Bug Fixes | ||
|
||
- **tests:** update cheerio snapshots ([#31298](https://github.com/gatsbyjs/gatsby/issues/31298)) ([e06599d](https://github.com/gatsbyjs/gatsby/commit/e06599d9acc53442f8830b04f8fa2c749a820cc5)) | ||
|
||
### Features | ||
|
||
- **gatsby-source-wordpress:** Add searchAndReplace ([#31091](https://github.com/gatsbyjs/gatsby/issues/31091)) ([fd7cee1](https://github.com/gatsbyjs/gatsby/commit/fd7cee1725ea890066b0908b3f0b932dcaa68411)) | ||
|
||
# [5.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@5.6.0-next.0) (2021-05-06) | ||
|
||
**Note:** Version bump only for package gatsby-source-wordpress | ||
|
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.6.0-next.0", | ||
"version": "5.6.0-next.1", | ||
"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,25 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [3.6.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.6.0-next.1) (2021-05-12) | ||
|
||
### Bug Fixes | ||
|
||
- **gatsby:** don't print out flag suggestions if none are enabled or opted-in ([#31299](https://github.com/gatsbyjs/gatsby/issues/31299)) ([48eea6f](https://github.com/gatsbyjs/gatsby/commit/48eea6f4f155b354c000cd7fdf1ed4830aaad642)) | ||
- **gatsby:** fix proxy creation on read-only properties ([#31346](https://github.com/gatsbyjs/gatsby/issues/31346)) ([c210f1d](https://github.com/gatsbyjs/gatsby/commit/c210f1dba38b16da851a72f9f864d0d21f9878f7)) | ||
- **gatsby:** Fixes incorrect type ([#31358](https://github.com/gatsbyjs/gatsby/issues/31358)) ([f629806](https://github.com/gatsbyjs/gatsby/commit/f6298068b3b4e0528c006bcc3d163a9873e76783)) | ||
- **gatsby:** only load gatsby-plugin-gatsby-cloud on cloud ([#31345](https://github.com/gatsbyjs/gatsby/issues/31345)) ([ec0fc57](https://github.com/gatsbyjs/gatsby/commit/ec0fc571bcb5a1ee25fb507c52b64310a86e935b)) | ||
- **gatsby:** Pass reporter from functions code for reporting warning ([#31336](https://github.com/gatsbyjs/gatsby/issues/31336)) ([f09fae8](https://github.com/gatsbyjs/gatsby/commit/f09fae8f415a018f60abb56fff017f574ae8c871)) | ||
- **gatsby-plugin-mdx:** enable hmr when importing mdx ([#31288](https://github.com/gatsbyjs/gatsby/issues/31288)) ([c8db78f](https://github.com/gatsbyjs/gatsby/commit/c8db78fad43294413b950c49205adcf3dbb6dd1e)) | ||
- **tests:** update cheerio snapshots ([#31298](https://github.com/gatsbyjs/gatsby/issues/31298)) ([e06599d](https://github.com/gatsbyjs/gatsby/commit/e06599d9acc53442f8830b04f8fa2c749a820cc5)) | ||
|
||
### Features | ||
|
||
- **gatsby:** change bgcolor of 'EXPERIMENTAL' label so it does look like an error ([#31352](https://github.com/gatsbyjs/gatsby/issues/31352)) ([043371f](https://github.com/gatsbyjs/gatsby/commit/043371fc60bf7e2dea851eff307fe24e5416f077)) | ||
- **gatsby:** Functions aren't GA but they're not longer EXPERIMENTAL ([#31353](https://github.com/gatsbyjs/gatsby/issues/31353)) ([c1f365a](https://github.com/gatsbyjs/gatsby/commit/c1f365a80877032116587061b708b1c23c0caecc)) | ||
- **gatsby:** Improve dev 404 page ([#31332](https://github.com/gatsbyjs/gatsby/issues/31332)) ([dfaea09](https://github.com/gatsbyjs/gatsby/commit/dfaea09dc7c0cb4a3694eb75c5f0a9ab5a32e39f)) | ||
- **gatsby:** New overlay for DEV_SSR ([#31061](https://github.com/gatsbyjs/gatsby/issues/31061)) ([7110189](https://github.com/gatsbyjs/gatsby/commit/7110189fda3942aba27cf35f577ce14d7b252d0b)) | ||
|
||
# [3.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.6.0-next.0) (2021-05-06) | ||
|
||
### 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.6.0-next.0", | ||
"version": "3.6.0-next.1", | ||
"author": "Kyle Mathews <[email protected]>", | ||
"bin": { | ||
"gatsby": "./cli.js" | ||
|
@@ -76,12 +76,12 @@ | |
"find-cache-dir": "^3.3.1", | ||
"fs-exists-cached": "1.0.0", | ||
"fs-extra": "^8.1.0", | ||
"gatsby-cli": "^3.6.0-next.0", | ||
"gatsby-cli": "^3.6.0-next.1", | ||
"gatsby-core-utils": "^2.6.0-next.0", | ||
"gatsby-graphiql-explorer": "^1.6.0-next.0", | ||
"gatsby-legacy-polyfills": "^1.6.0-next.0", | ||
"gatsby-link": "^3.6.0-next.0", | ||
"gatsby-plugin-page-creator": "^3.6.0-next.0", | ||
"gatsby-plugin-page-creator": "^3.6.0-next.1", | ||
"gatsby-plugin-typescript": "^3.6.0-next.0", | ||
"gatsby-plugin-utils": "^1.6.0-next.0", | ||
"gatsby-react-router-scroll": "^4.6.0-next.0", | ||
|