-
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] - [email protected]
- Loading branch information
1 parent
58747b2
commit ba5abc8
Showing
30 changed files
with
127 additions
and
22 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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# 0.0.0-next.0 (2020-11-16) | ||
|
||
### Bug Fixes | ||
|
||
- **create-gatsby:** Better subprocess handling ([#28043](https://github.com/gatsbyjs/gatsby/issues/28043)) ([d4ab6d2](https://github.com/gatsbyjs/gatsby/commit/d4ab6d27aadd11c22622ec36f4ba0ecfcb908703)) | ||
- **create-gatsby:** Disable emojis on Windows ([#28039](https://github.com/gatsbyjs/gatsby/issues/28039)) ([5fbda3c](https://github.com/gatsbyjs/gatsby/commit/5fbda3ccd93f76f30bbacb861760d10b7087436f)) | ||
- **create-gatsby:** Shim worker_threads ([#28064](https://github.com/gatsbyjs/gatsby/issues/28064)) ([4c400f3](https://github.com/gatsbyjs/gatsby/commit/4c400f35f37d31a939e81b0dbf23f3023d5885a5)) | ||
|
||
### Features | ||
|
||
- **create-gatsby:** Add create-gatsby ([#27703](https://github.com/gatsbyjs/gatsby/issues/27703)) ([2371fd5](https://github.com/gatsbyjs/gatsby/commit/2371fd584d6824444d93f8667c45421c34aa5f54)), closes [#27801](https://github.com/gatsbyjs/gatsby/issues/27801) [#27995](https://github.com/gatsbyjs/gatsby/issues/27995) |
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.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.3.0-next.1) (2020-11-16) | ||
|
||
**Note:** Version bump only for package gatsby-admin | ||
|
||
# [0.2.0-next.3](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.2.0-next.3) (2020-11-10) | ||
|
||
### 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
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,13 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [2.14.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.14.0-next.1) (2020-11-16) | ||
|
||
### Features | ||
|
||
- **create-gatsby:** Add create-gatsby ([#27703](https://github.com/gatsbyjs/gatsby/issues/27703)) ([2371fd5](https://github.com/gatsbyjs/gatsby/commit/2371fd584d6824444d93f8667c45421c34aa5f54)), closes [#27801](https://github.com/gatsbyjs/gatsby/issues/27801) [#27995](https://github.com/gatsbyjs/gatsby/issues/27995) | ||
- **gatsby-cli:** add GATSBY_EXPERIMENTAL_GATSBY_NEW_FLOW flag to use create-gatsby when no options are provided ([#27954](https://github.com/gatsbyjs/gatsby/issues/27954)) ([55821db](https://github.com/gatsbyjs/gatsby/commit/55821dbc731fb5755582370f9acd9827050172e0)) | ||
|
||
# [2.13.0-next.3](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.13.0-next.3) (2020-11-10) | ||
|
||
**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": "2.14.0-next.0", | ||
"version": "2.14.0-next.1", | ||
"author": "Kyle Mathews <[email protected]>", | ||
"bin": { | ||
"gatsby": "cli.js" | ||
|
@@ -19,14 +19,14 @@ | |
"common-tags": "^1.8.0", | ||
"configstore": "^5.0.1", | ||
"convert-hrtime": "^3.0.0", | ||
"create-gatsby": "^0.0.0-9", | ||
"create-gatsby": "^0.0.0-next.0", | ||
"envinfo": "^7.7.3", | ||
"execa": "^3.4.0", | ||
"fs-exists-cached": "^1.0.0", | ||
"fs-extra": "^8.1.0", | ||
"gatsby-core-utils": "^1.5.0-next.0", | ||
"gatsby-recipes": "^0.4.0-next.0", | ||
"gatsby-telemetry": "^1.5.0-next.0", | ||
"gatsby-recipes": "^0.4.0-next.1", | ||
"gatsby-telemetry": "^1.5.0-next.1", | ||
"hosted-git-info": "^3.0.6", | ||
"is-valid-path": "^0.1.1", | ||
"lodash": "^4.17.20", | ||
|
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.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.5.0-next.1) (2020-11-16) | ||
|
||
**Note:** Version bump only for package gatsby-plugin-glamor | ||
|
||
# [2.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.4.0-next.1) (2020-11-10) | ||
|
||
**Note:** Version bump only for package gatsby-plugin-glamor | ||
|
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-glamor", | ||
"description": "Gatsby plugin to add support for Glamor", | ||
"version": "2.5.0-next.0", | ||
"version": "2.5.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. | ||
|
||
# [2.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.7.0-next.1) (2020-11-16) | ||
|
||
### Bug Fixes | ||
|
||
- **plugin-manifest:** Allow for all valid WebAppManifest properties ([#27951](https://github.com/gatsbyjs/gatsby/issues/27951)) ([88b990a](https://github.com/gatsbyjs/gatsby/commit/88b990ab44c1cd9acc9e1b7367991a3c194dd308)) | ||
|
||
# [2.6.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.6.0-next.1) (2020-11-10) | ||
|
||
**Note:** Version bump only for package gatsby-plugin-manifest | ||
|
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-manifest", | ||
"description": "Gatsby plugin which adds a manifest.webmanifest to make sites progressive web apps", | ||
"version": "2.7.0-next.0", | ||
"version": "2.7.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,10 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [1.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.5.0-next.1) (2020-11-16) | ||
|
||
**Note:** Version bump only for package gatsby-plugin-mdx | ||
|
||
# [1.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.4.0-next.1) (2020-11-10) | ||
|
||
### Performance Improvements | ||
|
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. | ||
|
||
# [2.6.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.6.0-next.1) (2020-11-16) | ||
|
||
### Bug Fixes | ||
|
||
- **gatsby-plugin-sass:** loosely check postCssPlugins ([#27829](https://github.com/gatsbyjs/gatsby/issues/27829)) ([ac37599](https://github.com/gatsbyjs/gatsby/commit/ac3759932c582663999aa4384e8e38f9935d7f29)) | ||
|
||
# [2.5.0-next.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.5.0-next.2) (2020-11-10) | ||
|
||
**Note:** Version bump only for package gatsby-plugin-sass | ||
|
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": "2.6.0-next.0", | ||
"version": "2.6.0-next.1", | ||
"author": "Daniel Farrell <[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. | ||
|
||
# [2.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.5.0-next.1) (2020-11-16) | ||
|
||
**Note:** Version bump only for package gatsby-plugin-twitter | ||
|
||
# [2.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.4.0-next.1) (2020-11-10) | ||
|
||
**Note:** Version bump only for package gatsby-plugin-twitter | ||
|
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-twitter", | ||
"description": "Loads the Twitter JavaScript for embedding tweets.", | ||
"version": "2.5.0-next.0", | ||
"version": "2.5.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,13 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [0.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.4.0-next.1) (2020-11-16) | ||
|
||
### Features | ||
|
||
- **create-gatsby:** Add create-gatsby ([#27703](https://github.com/gatsbyjs/gatsby/issues/27703)) ([2371fd5](https://github.com/gatsbyjs/gatsby/commit/2371fd584d6824444d93f8667c45421c34aa5f54)), closes [#27801](https://github.com/gatsbyjs/gatsby/issues/27801) [#27995](https://github.com/gatsbyjs/gatsby/issues/27995) | ||
- **gatsby-recipes:** add Chakra UI recipe ([#27721](https://github.com/gatsbyjs/gatsby/issues/27721)) ([d0c94e9](https://github.com/gatsbyjs/gatsby/commit/d0c94e98f013e53d946e0e75a3e4c1df20ae4c04)) | ||
|
||
# [0.3.0-next.3](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.3.0-next.3) (2020-11-10) | ||
|
||
**Note:** Version bump only for package gatsby-recipes | ||
|
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-recipes", | ||
"description": "Core functionality for Gatsby Recipes", | ||
"version": "0.4.0-next.0", | ||
"version": "0.4.0-next.1", | ||
"author": "Kyle Mathews <[email protected]>", | ||
"bugs": { | ||
"url": "https://github.com/gatsbyjs/gatsby/issues" | ||
|
@@ -31,7 +31,7 @@ | |
"express-graphql": "^0.9.0", | ||
"fs-extra": "^8.1.0", | ||
"gatsby-core-utils": "^1.5.0-next.0", | ||
"gatsby-telemetry": "^1.5.0-next.0", | ||
"gatsby-telemetry": "^1.5.0-next.1", | ||
"glob": "^7.1.6", | ||
"graphql": "^14.6.0", | ||
"graphql-compose": "^6.3.8", | ||
|
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,13 @@ | |
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) (2020-11-16) | ||
|
||
### Bug Fixes | ||
|
||
- **gatsby-remark-images:** adding missing plugin options ([#27944](https://github.com/gatsbyjs/gatsby/issues/27944)) ([08447bd](https://github.com/gatsbyjs/gatsby/commit/08447bd4d13b1f2246daca158d828c2b04482067)) | ||
- **gatsby-remark-images:** allow showCaptions to accept array of valid strings ([#27998](https://github.com/gatsbyjs/gatsby/issues/27998)) ([3675467](https://github.com/gatsbyjs/gatsby/commit/367546756c9b2bd78ced98192acbe11c07d815cb)) | ||
|
||
# [3.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.5.0-next.1) (2020-11-10) | ||
|
||
### 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-images", | ||
"description": "Processes images in markdown so they can be used in the production build.", | ||
"version": "3.6.0-next.0", | ||
"version": "3.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,10 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [2.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.5.0-next.1) (2020-11-16) | ||
|
||
**Note:** Version bump only for package gatsby-source-mongodb | ||
|
||
# [2.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.4.0-next.1) (2020-11-10) | ||
|
||
### 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-source-mongodb", | ||
"description": "Source plugin for pulling data into Gatsby from MongoDB collections", | ||
"version": "2.5.0-next.0", | ||
"version": "2.5.0-next.1", | ||
"authors": [ | ||
"[email protected]", | ||
"[email protected]" | ||
|
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. | ||
|
||
# [1.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.5.0-next.1) (2020-11-16) | ||
|
||
**Note:** Version bump only for package gatsby-telemetry | ||
|
||
# [1.4.0-next.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.4.0-next.2) (2020-11-10) | ||
|
||
**Note:** Version bump only for package gatsby-telemetry | ||
|
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-telemetry", | ||
"description": "Gatsby Telemetry", | ||
"version": "1.5.0-next.0", | ||
"version": "1.5.0-next.1", | ||
"author": "Jarmo Isotalo <[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. | ||
|
||
# [1.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-asciidoc@[email protected]) (2020-11-16) | ||
|
||
### Bug Fixes | ||
|
||
- **gatsby-transformer-asciidoc:** fails when doc doesn't have title ([#27865](https://github.com/gatsbyjs/gatsby/issues/27865)) ([ce43564](https://github.com/gatsbyjs/gatsby/commit/ce43564edae4bf5e11b3e58fa59f4b48d564919f)) | ||
|
||
# [1.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-asciidoc@[email protected]) (2020-11-10) | ||
|
||
**Note:** Version bump only for package gatsby-transformer-asciidoc | ||
|
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-asciidoc", | ||
"description": "Gatsby transformer plugin for Asciidocs using the Asciidoctor.js library", | ||
"version": "1.5.0-next.0", | ||
"version": "1.5.0-next.1", | ||
"author": "Daniel Oliver <[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. | ||
|
||
# [2.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.7.0-next.1) (2020-11-16) | ||
|
||
### Bug Fixes | ||
|
||
- **gatsby-transformer-sharp:** create child nodes only for Files ([#27992](https://github.com/gatsbyjs/gatsby/issues/27992)) ([001e045](https://github.com/gatsbyjs/gatsby/commit/001e045c92dfd37a7d573d75ee9d81ae44c8e7a5)) | ||
|
||
# [2.6.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.6.0-next.1) (2020-11-10) | ||
|
||
### 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
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": "2.7.0-next.0", | ||
"version": "2.7.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,26 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [2.27.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.27.0-next.1) (2020-11-16) | ||
|
||
### Bug Fixes | ||
|
||
- **gatsby:** allow unknown plugin options ([#27938](https://github.com/gatsbyjs/gatsby/issues/27938)) ([412b523](https://github.com/gatsbyjs/gatsby/commit/412b523fcb2909eabc3fae00f4bba5c3b59cc466)) | ||
- **gatsby:** don't hide original error if stack-trace point to not existing file ([#27953](https://github.com/gatsbyjs/gatsby/issues/27953)) ([5e2b3ee](https://github.com/gatsbyjs/gatsby/commit/5e2b3eeb4af46a203de80fa8ce45774f9c6c3fa5)) | ||
|
||
### Features | ||
|
||
- **create-gatsby:** Add create-gatsby ([#27703](https://github.com/gatsbyjs/gatsby/issues/27703)) ([2371fd5](https://github.com/gatsbyjs/gatsby/commit/2371fd584d6824444d93f8667c45421c34aa5f54)), closes [#27801](https://github.com/gatsbyjs/gatsby/issues/27801) [#27995](https://github.com/gatsbyjs/gatsby/issues/27995) | ||
- **develop:** add explicit express handler for page-data requests ([#27882](https://github.com/gatsbyjs/gatsby/issues/27882)) ([3d0de4a](https://github.com/gatsbyjs/gatsby/commit/3d0de4a93f23271417028843297b78a0d9450c3f)) | ||
|
||
### Performance Improvements | ||
|
||
- **gatsby:** pull in cache lib and change lock from fs to mem ([#27873](https://github.com/gatsbyjs/gatsby/issues/27873)) ([84aae96](https://github.com/gatsbyjs/gatsby/commit/84aae96434b2432420dbdb851477c67c30b6c732)) | ||
|
||
### Reverts | ||
|
||
- Revert "fix(gatsby): refresh browser when receiving update and runtime errored (#27467)" (#28034) ([076b59f](https://github.com/gatsbyjs/gatsby/commit/076b59fdd259be238d79bbbcda7fdb9c578adcd6)), closes [#27467](https://github.com/gatsbyjs/gatsby/issues/27467) [#28034](https://github.com/gatsbyjs/gatsby/issues/28034) | ||
|
||
# [2.26.0-next.3](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.26.0-next.3) (2020-11-10) | ||
|
||
### 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": "2.27.0-next.0", | ||
"version": "2.27.0-next.1", | ||
"author": "Kyle Mathews <[email protected]>", | ||
"bin": { | ||
"gatsby": "./cli.js" | ||
|
@@ -75,7 +75,7 @@ | |
"find-cache-dir": "^3.3.1", | ||
"fs-exists-cached": "1.0.0", | ||
"fs-extra": "^8.1.0", | ||
"gatsby-cli": "^2.14.0-next.0", | ||
"gatsby-cli": "^2.14.0-next.1", | ||
"gatsby-core-utils": "^1.5.0-next.0", | ||
"gatsby-graphiql-explorer": "^0.6.0-next.0", | ||
"gatsby-legacy-polyfills": "^0.2.0-next.0", | ||
|
@@ -84,7 +84,7 @@ | |
"gatsby-plugin-typescript": "^2.7.0-next.0", | ||
"gatsby-plugin-utils": "^0.4.0-next.0", | ||
"gatsby-react-router-scroll": "^3.2.0-next.0", | ||
"gatsby-telemetry": "^1.5.0-next.0", | ||
"gatsby-telemetry": "^1.5.0-next.1", | ||
"glob": "^7.1.6", | ||
"got": "8.3.2", | ||
"graphql": "^14.6.0", | ||
|