Skip to content

File tree

30 files changed

+127
-22
lines changed

30 files changed

+127
-22
lines changed

packages/create-gatsby/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 0.0.0-next.0 (2020-11-16)
7+
8+
### Bug Fixes
9+
10+
- **create-gatsby:** Better subprocess handling ([#28043](https://github.com/gatsbyjs/gatsby/issues/28043)) ([d4ab6d2](https://github.com/gatsbyjs/gatsby/commit/d4ab6d27aadd11c22622ec36f4ba0ecfcb908703))
11+
- **create-gatsby:** Disable emojis on Windows ([#28039](https://github.com/gatsbyjs/gatsby/issues/28039)) ([5fbda3c](https://github.com/gatsbyjs/gatsby/commit/5fbda3ccd93f76f30bbacb861760d10b7087436f))
12+
- **create-gatsby:** Shim worker_threads ([#28064](https://github.com/gatsbyjs/gatsby/issues/28064)) ([4c400f3](https://github.com/gatsbyjs/gatsby/commit/4c400f35f37d31a939e81b0dbf23f3023d5885a5))
13+
14+
### Features
15+
16+
- **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)

packages/create-gatsby/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-gatsby",
3-
"version": "0.0.0-10",
3+
"version": "0.0.0-next.0",
44
"main": "lib/index.js",
55
"bin": "cli.js",
66
"license": "MIT",

packages/gatsby-admin/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.3.0-next.1) (2020-11-16)
7+
8+
**Note:** Version bump only for package gatsby-admin
9+
610
# [0.2.0-next.3](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.2.0-next.3) (2020-11-10)
711

812
### Bug Fixes

packages/gatsby-admin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-admin",
3-
"version": "0.3.0-next.0",
3+
"version": "0.3.0-next.1",
44
"main": "index.js",
55
"author": "Max Stoiber",
66
"license": "MIT",
@@ -20,7 +20,7 @@
2020
"@typescript-eslint/parser": "^2.34.0",
2121
"csstype": "^2.6.13",
2222
"formik": "^2.2.5",
23-
"gatsby": "^2.27.0-next.0",
23+
"gatsby": "^2.27.0-next.1",
2424
"gatsby-interface": "^0.0.225",
2525
"gatsby-plugin-typescript": "^2.7.0-next.0",
2626
"gatsby-plugin-webfonts": "^1.1.3",

packages/gatsby-cli/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.14.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.14.0-next.1) (2020-11-16)
7+
8+
### Features
9+
10+
- **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)
11+
- **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))
12+
613
# [2.13.0-next.3](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.13.0-next.3) (2020-11-10)
714

815
**Note:** Version bump only for package gatsby-cli

packages/gatsby-cli/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-cli",
33
"description": "Gatsby command-line interface for creating new sites and running Gatsby commands",
4-
"version": "2.14.0-next.0",
4+
"version": "2.14.0-next.1",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby": "cli.js"
@@ -19,14 +19,14 @@
1919
"common-tags": "^1.8.0",
2020
"configstore": "^5.0.1",
2121
"convert-hrtime": "^3.0.0",
22-
"create-gatsby": "^0.0.0-9",
22+
"create-gatsby": "^0.0.0-next.0",
2323
"envinfo": "^7.7.3",
2424
"execa": "^3.4.0",
2525
"fs-exists-cached": "^1.0.0",
2626
"fs-extra": "^8.1.0",
2727
"gatsby-core-utils": "^1.5.0-next.0",
28-
"gatsby-recipes": "^0.4.0-next.0",
29-
"gatsby-telemetry": "^1.5.0-next.0",
28+
"gatsby-recipes": "^0.4.0-next.1",
29+
"gatsby-telemetry": "^1.5.0-next.1",
3030
"hosted-git-info": "^3.0.6",
3131
"is-valid-path": "^0.1.1",
3232
"lodash": "^4.17.20",

packages/gatsby-plugin-glamor/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.5.0-next.1) (2020-11-16)
7+
8+
**Note:** Version bump only for package gatsby-plugin-glamor
9+
610
# [2.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.4.0-next.1) (2020-11-10)
711

812
**Note:** Version bump only for package gatsby-plugin-glamor

packages/gatsby-plugin-glamor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-glamor",
33
"description": "Gatsby plugin to add support for Glamor",
4-
"version": "2.5.0-next.0",
4+
"version": "2.5.0-next.1",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-plugin-manifest/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.7.0-next.1) (2020-11-16)
7+
8+
### Bug Fixes
9+
10+
- **plugin-manifest:** Allow for all valid WebAppManifest properties ([#27951](https://github.com/gatsbyjs/gatsby/issues/27951)) ([88b990a](https://github.com/gatsbyjs/gatsby/commit/88b990ab44c1cd9acc9e1b7367991a3c194dd308))
11+
612
# [2.6.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.6.0-next.1) (2020-11-10)
713

814
**Note:** Version bump only for package gatsby-plugin-manifest

packages/gatsby-plugin-manifest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-manifest",
33
"description": "Gatsby plugin which adds a manifest.webmanifest to make sites progressive web apps",
4-
"version": "2.7.0-next.0",
4+
"version": "2.7.0-next.1",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-plugin-mdx/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.5.0-next.1) (2020-11-16)
7+
8+
**Note:** Version bump only for package gatsby-plugin-mdx
9+
610
# [1.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.4.0-next.1) (2020-11-10)
711

812
### Performance Improvements

packages/gatsby-plugin-mdx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-plugin-mdx",
3-
"version": "1.5.0-next.0",
3+
"version": "1.5.0-next.1",
44
"description": "MDX integration for Gatsby",
55
"main": "index.js",
66
"license": "MIT",

packages/gatsby-plugin-sass/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.6.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.6.0-next.1) (2020-11-16)
7+
8+
### Bug Fixes
9+
10+
- **gatsby-plugin-sass:** loosely check postCssPlugins ([#27829](https://github.com/gatsbyjs/gatsby/issues/27829)) ([ac37599](https://github.com/gatsbyjs/gatsby/commit/ac3759932c582663999aa4384e8e38f9935d7f29))
11+
612
# [2.5.0-next.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.5.0-next.2) (2020-11-10)
713

814
**Note:** Version bump only for package gatsby-plugin-sass

packages/gatsby-plugin-sass/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-sass",
33
"description": "Gatsby plugin to handle scss/sass files",
4-
"version": "2.6.0-next.0",
4+
"version": "2.6.0-next.1",
55
"author": "Daniel Farrell <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-plugin-twitter/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.5.0-next.1) (2020-11-16)
7+
8+
**Note:** Version bump only for package gatsby-plugin-twitter
9+
610
# [2.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.4.0-next.1) (2020-11-10)
711

812
**Note:** Version bump only for package gatsby-plugin-twitter

packages/gatsby-plugin-twitter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-twitter",
33
"description": "Loads the Twitter JavaScript for embedding tweets.",
4-
"version": "2.5.0-next.0",
4+
"version": "2.5.0-next.1",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-recipes/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.4.0-next.1) (2020-11-16)
7+
8+
### Features
9+
10+
- **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)
11+
- **gatsby-recipes:** add Chakra UI recipe ([#27721](https://github.com/gatsbyjs/gatsby/issues/27721)) ([d0c94e9](https://github.com/gatsbyjs/gatsby/commit/d0c94e98f013e53d946e0e75a3e4c1df20ae4c04))
12+
613
# [0.3.0-next.3](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.3.0-next.3) (2020-11-10)
714

815
**Note:** Version bump only for package gatsby-recipes

packages/gatsby-recipes/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-recipes",
33
"description": "Core functionality for Gatsby Recipes",
4-
"version": "0.4.0-next.0",
4+
"version": "0.4.0-next.1",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -31,7 +31,7 @@
3131
"express-graphql": "^0.9.0",
3232
"fs-extra": "^8.1.0",
3333
"gatsby-core-utils": "^1.5.0-next.0",
34-
"gatsby-telemetry": "^1.5.0-next.0",
34+
"gatsby-telemetry": "^1.5.0-next.1",
3535
"glob": "^7.1.6",
3636
"graphql": "^14.6.0",
3737
"graphql-compose": "^6.3.8",

packages/gatsby-remark-images/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.6.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.6.0-next.1) (2020-11-16)
7+
8+
### Bug Fixes
9+
10+
- **gatsby-remark-images:** adding missing plugin options ([#27944](https://github.com/gatsbyjs/gatsby/issues/27944)) ([08447bd](https://github.com/gatsbyjs/gatsby/commit/08447bd4d13b1f2246daca158d828c2b04482067))
11+
- **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))
12+
613
# [3.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.5.0-next.1) (2020-11-10)
714

815
### Bug Fixes

packages/gatsby-remark-images/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-remark-images",
33
"description": "Processes images in markdown so they can be used in the production build.",
4-
"version": "3.6.0-next.0",
4+
"version": "3.6.0-next.1",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-source-mongodb/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.5.0-next.1) (2020-11-16)
7+
8+
**Note:** Version bump only for package gatsby-source-mongodb
9+
610
# [2.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.4.0-next.1) (2020-11-10)
711

812
### Bug Fixes

packages/gatsby-source-mongodb/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-source-mongodb",
33
"description": "Source plugin for pulling data into Gatsby from MongoDB collections",
4-
"version": "2.5.0-next.0",
4+
"version": "2.5.0-next.1",
55
"authors": [
66
77

packages/gatsby-telemetry/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.5.0-next.1) (2020-11-16)
7+
8+
**Note:** Version bump only for package gatsby-telemetry
9+
610
# [1.4.0-next.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.4.0-next.2) (2020-11-10)
711

812
**Note:** Version bump only for package gatsby-telemetry

packages/gatsby-telemetry/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-telemetry",
33
"description": "Gatsby Telemetry",
4-
"version": "1.5.0-next.0",
4+
"version": "1.5.0-next.1",
55
"author": "Jarmo Isotalo <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-transformer-asciidoc/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-asciidoc@[email protected]) (2020-11-16)
7+
8+
### Bug Fixes
9+
10+
- **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))
11+
612
# [1.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-asciidoc@[email protected]) (2020-11-10)
713

814
**Note:** Version bump only for package gatsby-transformer-asciidoc

packages/gatsby-transformer-asciidoc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-transformer-asciidoc",
33
"description": "Gatsby transformer plugin for Asciidocs using the Asciidoctor.js library",
4-
"version": "1.5.0-next.0",
4+
"version": "1.5.0-next.1",
55
"author": "Daniel Oliver <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-transformer-sharp/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.7.0-next.1) (2020-11-16)
7+
8+
### Bug Fixes
9+
10+
- **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))
11+
612
# [2.6.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.6.0-next.1) (2020-11-10)
713

814
### Features

packages/gatsby-transformer-sharp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-transformer-sharp",
33
"description": "Gatsby transformer plugin for images using Sharp",
4-
"version": "2.7.0-next.0",
4+
"version": "2.7.0-next.1",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,26 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.27.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.27.0-next.1) (2020-11-16)
7+
8+
### Bug Fixes
9+
10+
- **gatsby:** allow unknown plugin options ([#27938](https://github.com/gatsbyjs/gatsby/issues/27938)) ([412b523](https://github.com/gatsbyjs/gatsby/commit/412b523fcb2909eabc3fae00f4bba5c3b59cc466))
11+
- **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))
12+
13+
### Features
14+
15+
- **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)
16+
- **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))
17+
18+
### Performance Improvements
19+
20+
- **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))
21+
22+
### Reverts
23+
24+
- 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)
25+
626
# [2.26.0-next.3](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.26.0-next.3) (2020-11-10)
727

828
### Bug Fixes

packages/gatsby/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby",
33
"description": "Blazing fast modern site generator for React",
4-
"version": "2.27.0-next.0",
4+
"version": "2.27.0-next.1",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby": "./cli.js"
@@ -75,7 +75,7 @@
7575
"find-cache-dir": "^3.3.1",
7676
"fs-exists-cached": "1.0.0",
7777
"fs-extra": "^8.1.0",
78-
"gatsby-cli": "^2.14.0-next.0",
78+
"gatsby-cli": "^2.14.0-next.1",
7979
"gatsby-core-utils": "^1.5.0-next.0",
8080
"gatsby-graphiql-explorer": "^0.6.0-next.0",
8181
"gatsby-legacy-polyfills": "^0.2.0-next.0",
@@ -84,7 +84,7 @@
8484
"gatsby-plugin-typescript": "^2.7.0-next.0",
8585
"gatsby-plugin-utils": "^0.4.0-next.0",
8686
"gatsby-react-router-scroll": "^3.2.0-next.0",
87-
"gatsby-telemetry": "^1.5.0-next.0",
87+
"gatsby-telemetry": "^1.5.0-next.1",
8888
"glob": "^7.1.6",
8989
"got": "8.3.2",
9090
"graphql": "^14.6.0",

0 commit comments

Comments
 (0)