From ba5abc88e0f5b2fa2c88f1c9a10dea8fa44334bd Mon Sep 17 00:00:00 2001 From: Kyle Mathews Date: Sun, 15 Nov 2020 19:39:45 -0800 Subject: [PATCH] chore(release): Publish pre-release - create-gatsby@0.0.0-next.0 - gatsby-admin@0.3.0-next.1 - gatsby-cli@2.14.0-next.1 - gatsby-plugin-glamor@2.5.0-next.1 - gatsby-plugin-manifest@2.7.0-next.1 - gatsby-plugin-mdx@1.5.0-next.1 - gatsby-plugin-sass@2.6.0-next.1 - gatsby-plugin-twitter@2.5.0-next.1 - gatsby-recipes@0.4.0-next.1 - gatsby-remark-images@3.6.0-next.1 - gatsby-source-mongodb@2.5.0-next.1 - gatsby-telemetry@1.5.0-next.1 - gatsby-transformer-asciidoc@1.5.0-next.1 - gatsby-transformer-sharp@2.7.0-next.1 - gatsby@2.27.0-next.1 --- packages/create-gatsby/CHANGELOG.md | 16 +++++++++++++++ packages/create-gatsby/package.json | 2 +- packages/gatsby-admin/CHANGELOG.md | 4 ++++ packages/gatsby-admin/package.json | 4 ++-- packages/gatsby-cli/CHANGELOG.md | 7 +++++++ packages/gatsby-cli/package.json | 8 ++++---- packages/gatsby-plugin-glamor/CHANGELOG.md | 4 ++++ packages/gatsby-plugin-glamor/package.json | 2 +- packages/gatsby-plugin-manifest/CHANGELOG.md | 6 ++++++ packages/gatsby-plugin-manifest/package.json | 2 +- packages/gatsby-plugin-mdx/CHANGELOG.md | 4 ++++ packages/gatsby-plugin-mdx/package.json | 2 +- packages/gatsby-plugin-sass/CHANGELOG.md | 6 ++++++ packages/gatsby-plugin-sass/package.json | 2 +- packages/gatsby-plugin-twitter/CHANGELOG.md | 4 ++++ packages/gatsby-plugin-twitter/package.json | 2 +- packages/gatsby-recipes/CHANGELOG.md | 7 +++++++ packages/gatsby-recipes/package.json | 4 ++-- packages/gatsby-remark-images/CHANGELOG.md | 7 +++++++ packages/gatsby-remark-images/package.json | 2 +- packages/gatsby-source-mongodb/CHANGELOG.md | 4 ++++ packages/gatsby-source-mongodb/package.json | 2 +- packages/gatsby-telemetry/CHANGELOG.md | 4 ++++ packages/gatsby-telemetry/package.json | 2 +- .../gatsby-transformer-asciidoc/CHANGELOG.md | 6 ++++++ .../gatsby-transformer-asciidoc/package.json | 2 +- .../gatsby-transformer-sharp/CHANGELOG.md | 6 ++++++ .../gatsby-transformer-sharp/package.json | 2 +- packages/gatsby/CHANGELOG.md | 20 +++++++++++++++++++ packages/gatsby/package.json | 6 +++--- 30 files changed, 127 insertions(+), 22 deletions(-) create mode 100644 packages/create-gatsby/CHANGELOG.md diff --git a/packages/create-gatsby/CHANGELOG.md b/packages/create-gatsby/CHANGELOG.md new file mode 100644 index 0000000000000..46a3772b8894a --- /dev/null +++ b/packages/create-gatsby/CHANGELOG.md @@ -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) diff --git a/packages/create-gatsby/package.json b/packages/create-gatsby/package.json index 0128cde500b7a..9deea6696397e 100644 --- a/packages/create-gatsby/package.json +++ b/packages/create-gatsby/package.json @@ -1,6 +1,6 @@ { "name": "create-gatsby", - "version": "0.0.0-10", + "version": "0.0.0-next.0", "main": "lib/index.js", "bin": "cli.js", "license": "MIT", diff --git a/packages/gatsby-admin/CHANGELOG.md b/packages/gatsby-admin/CHANGELOG.md index ebba6ed04f2e5..cc7535a359c4b 100644 --- a/packages/gatsby-admin/CHANGELOG.md +++ b/packages/gatsby-admin/CHANGELOG.md @@ -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/gatsby-admin@0.3.0-next.0...gatsby-admin@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/gatsby-admin@0.2.0-next.2...gatsby-admin@0.2.0-next.3) (2020-11-10) ### Bug Fixes diff --git a/packages/gatsby-admin/package.json b/packages/gatsby-admin/package.json index 7fb2c9f77f3c6..ecd33164c2caf 100644 --- a/packages/gatsby-admin/package.json +++ b/packages/gatsby-admin/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-admin", - "version": "0.3.0-next.0", + "version": "0.3.0-next.1", "main": "index.js", "author": "Max Stoiber", "license": "MIT", @@ -20,7 +20,7 @@ "@typescript-eslint/parser": "^2.34.0", "csstype": "^2.6.13", "formik": "^2.2.5", - "gatsby": "^2.27.0-next.0", + "gatsby": "^2.27.0-next.1", "gatsby-interface": "^0.0.225", "gatsby-plugin-typescript": "^2.7.0-next.0", "gatsby-plugin-webfonts": "^1.1.3", diff --git a/packages/gatsby-cli/CHANGELOG.md b/packages/gatsby-cli/CHANGELOG.md index 0c8197aef358c..2be6589bd9451 100644 --- a/packages/gatsby-cli/CHANGELOG.md +++ b/packages/gatsby-cli/CHANGELOG.md @@ -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/gatsby-cli@2.14.0-next.0...gatsby-cli@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/gatsby-cli@2.13.0-next.2...gatsby-cli@2.13.0-next.3) (2020-11-10) **Note:** Version bump only for package gatsby-cli diff --git a/packages/gatsby-cli/package.json b/packages/gatsby-cli/package.json index e1d10ba794329..61a6f067862de 100644 --- a/packages/gatsby-cli/package.json +++ b/packages/gatsby-cli/package.json @@ -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 ", "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", diff --git a/packages/gatsby-plugin-glamor/CHANGELOG.md b/packages/gatsby-plugin-glamor/CHANGELOG.md index 1bfc9a3532b61..80ee200adbce4 100644 --- a/packages/gatsby-plugin-glamor/CHANGELOG.md +++ b/packages/gatsby-plugin-glamor/CHANGELOG.md @@ -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/gatsby-plugin-glamor@2.5.0-next.0...gatsby-plugin-glamor@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/gatsby-plugin-glamor@2.4.0-next.0...gatsby-plugin-glamor@2.4.0-next.1) (2020-11-10) **Note:** Version bump only for package gatsby-plugin-glamor diff --git a/packages/gatsby-plugin-glamor/package.json b/packages/gatsby-plugin-glamor/package.json index e702c1a048917..a885e9a07b9b4 100644 --- a/packages/gatsby-plugin-glamor/package.json +++ b/packages/gatsby-plugin-glamor/package.json @@ -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 ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-plugin-manifest/CHANGELOG.md b/packages/gatsby-plugin-manifest/CHANGELOG.md index db9ffe94fd107..e4f7628a8bd98 100644 --- a/packages/gatsby-plugin-manifest/CHANGELOG.md +++ b/packages/gatsby-plugin-manifest/CHANGELOG.md @@ -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/gatsby-plugin-manifest@2.7.0-next.0...gatsby-plugin-manifest@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/gatsby-plugin-manifest@2.6.0-next.0...gatsby-plugin-manifest@2.6.0-next.1) (2020-11-10) **Note:** Version bump only for package gatsby-plugin-manifest diff --git a/packages/gatsby-plugin-manifest/package.json b/packages/gatsby-plugin-manifest/package.json index 3a39354ae8077..17e5165a43031 100644 --- a/packages/gatsby-plugin-manifest/package.json +++ b/packages/gatsby-plugin-manifest/package.json @@ -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 ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-plugin-mdx/CHANGELOG.md b/packages/gatsby-plugin-mdx/CHANGELOG.md index 5493a5befa17f..44948dca743af 100644 --- a/packages/gatsby-plugin-mdx/CHANGELOG.md +++ b/packages/gatsby-plugin-mdx/CHANGELOG.md @@ -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/gatsby-plugin-mdx@1.5.0-next.0...gatsby-plugin-mdx@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/gatsby-plugin-mdx@1.4.0-next.0...gatsby-plugin-mdx@1.4.0-next.1) (2020-11-10) ### Performance Improvements diff --git a/packages/gatsby-plugin-mdx/package.json b/packages/gatsby-plugin-mdx/package.json index 3128679f5a472..7b38683411c7f 100644 --- a/packages/gatsby-plugin-mdx/package.json +++ b/packages/gatsby-plugin-mdx/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-mdx", - "version": "1.5.0-next.0", + "version": "1.5.0-next.1", "description": "MDX integration for Gatsby", "main": "index.js", "license": "MIT", diff --git a/packages/gatsby-plugin-sass/CHANGELOG.md b/packages/gatsby-plugin-sass/CHANGELOG.md index 125678ee8c0c6..6f677ccf4a444 100644 --- a/packages/gatsby-plugin-sass/CHANGELOG.md +++ b/packages/gatsby-plugin-sass/CHANGELOG.md @@ -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/gatsby-plugin-sass@2.6.0-next.0...gatsby-plugin-sass@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/gatsby-plugin-sass@2.5.0-next.1...gatsby-plugin-sass@2.5.0-next.2) (2020-11-10) **Note:** Version bump only for package gatsby-plugin-sass diff --git a/packages/gatsby-plugin-sass/package.json b/packages/gatsby-plugin-sass/package.json index 328d5b9bded7f..7d9f7e2d1efdc 100644 --- a/packages/gatsby-plugin-sass/package.json +++ b/packages/gatsby-plugin-sass/package.json @@ -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 ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-plugin-twitter/CHANGELOG.md b/packages/gatsby-plugin-twitter/CHANGELOG.md index addfd7fe676cf..534f04f44b7da 100644 --- a/packages/gatsby-plugin-twitter/CHANGELOG.md +++ b/packages/gatsby-plugin-twitter/CHANGELOG.md @@ -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/gatsby-plugin-twitter@2.5.0-next.0...gatsby-plugin-twitter@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/gatsby-plugin-twitter@2.4.0-next.0...gatsby-plugin-twitter@2.4.0-next.1) (2020-11-10) **Note:** Version bump only for package gatsby-plugin-twitter diff --git a/packages/gatsby-plugin-twitter/package.json b/packages/gatsby-plugin-twitter/package.json index 30686d474a286..243a795fdb306 100644 --- a/packages/gatsby-plugin-twitter/package.json +++ b/packages/gatsby-plugin-twitter/package.json @@ -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 ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-recipes/CHANGELOG.md b/packages/gatsby-recipes/CHANGELOG.md index 23bd55d57be1f..9c8a267c19510 100644 --- a/packages/gatsby-recipes/CHANGELOG.md +++ b/packages/gatsby-recipes/CHANGELOG.md @@ -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/gatsby-recipes@0.4.0-next.0...gatsby-recipes@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/gatsby-recipes@0.3.0-next.2...gatsby-recipes@0.3.0-next.3) (2020-11-10) **Note:** Version bump only for package gatsby-recipes diff --git a/packages/gatsby-recipes/package.json b/packages/gatsby-recipes/package.json index e3bb2606199ab..948bceef2d5c0 100644 --- a/packages/gatsby-recipes/package.json +++ b/packages/gatsby-recipes/package.json @@ -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 ", "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", diff --git a/packages/gatsby-remark-images/CHANGELOG.md b/packages/gatsby-remark-images/CHANGELOG.md index f5d20bf56f682..2302d239d111d 100644 --- a/packages/gatsby-remark-images/CHANGELOG.md +++ b/packages/gatsby-remark-images/CHANGELOG.md @@ -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/gatsby-remark-images@3.6.0-next.0...gatsby-remark-images@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/gatsby-remark-images@3.5.0-next.0...gatsby-remark-images@3.5.0-next.1) (2020-11-10) ### Bug Fixes diff --git a/packages/gatsby-remark-images/package.json b/packages/gatsby-remark-images/package.json index b902259e82c2f..db606b24746f3 100644 --- a/packages/gatsby-remark-images/package.json +++ b/packages/gatsby-remark-images/package.json @@ -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 ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-source-mongodb/CHANGELOG.md b/packages/gatsby-source-mongodb/CHANGELOG.md index 0f34f2f9a4510..53d6c5de2b546 100644 --- a/packages/gatsby-source-mongodb/CHANGELOG.md +++ b/packages/gatsby-source-mongodb/CHANGELOG.md @@ -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/gatsby-source-mongodb@2.5.0-next.0...gatsby-source-mongodb@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/gatsby-source-mongodb@2.4.0-next.0...gatsby-source-mongodb@2.4.0-next.1) (2020-11-10) ### Bug Fixes diff --git a/packages/gatsby-source-mongodb/package.json b/packages/gatsby-source-mongodb/package.json index 9be382d84508a..c1f93ae1d4bde 100644 --- a/packages/gatsby-source-mongodb/package.json +++ b/packages/gatsby-source-mongodb/package.json @@ -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": [ "jhermans85@hotmail.com", "hi@elmar.codes" diff --git a/packages/gatsby-telemetry/CHANGELOG.md b/packages/gatsby-telemetry/CHANGELOG.md index d4a34090da9da..14cdfbf1c442b 100644 --- a/packages/gatsby-telemetry/CHANGELOG.md +++ b/packages/gatsby-telemetry/CHANGELOG.md @@ -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/gatsby-telemetry@1.5.0-next.0...gatsby-telemetry@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/gatsby-telemetry@1.4.0-next.1...gatsby-telemetry@1.4.0-next.2) (2020-11-10) **Note:** Version bump only for package gatsby-telemetry diff --git a/packages/gatsby-telemetry/package.json b/packages/gatsby-telemetry/package.json index 019a7169bfa62..6d51cbff69b3d 100644 --- a/packages/gatsby-telemetry/package.json +++ b/packages/gatsby-telemetry/package.json @@ -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 ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-transformer-asciidoc/CHANGELOG.md b/packages/gatsby-transformer-asciidoc/CHANGELOG.md index 1f17cce1aa6f2..d5f865036f20a 100644 --- a/packages/gatsby-transformer-asciidoc/CHANGELOG.md +++ b/packages/gatsby-transformer-asciidoc/CHANGELOG.md @@ -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@1.5.0-next.0...gatsby-transformer-asciidoc@1.5.0-next.1) (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@1.4.0-next.0...gatsby-transformer-asciidoc@1.4.0-next.1) (2020-11-10) **Note:** Version bump only for package gatsby-transformer-asciidoc diff --git a/packages/gatsby-transformer-asciidoc/package.json b/packages/gatsby-transformer-asciidoc/package.json index 74239122fe7b1..0def91215d68f 100644 --- a/packages/gatsby-transformer-asciidoc/package.json +++ b/packages/gatsby-transformer-asciidoc/package.json @@ -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 ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-transformer-sharp/CHANGELOG.md b/packages/gatsby-transformer-sharp/CHANGELOG.md index 06b4eefaa3a14..8420c3cd06bd3 100644 --- a/packages/gatsby-transformer-sharp/CHANGELOG.md +++ b/packages/gatsby-transformer-sharp/CHANGELOG.md @@ -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/gatsby-transformer-sharp@2.7.0-next.0...gatsby-transformer-sharp@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/gatsby-transformer-sharp@2.6.0-next.0...gatsby-transformer-sharp@2.6.0-next.1) (2020-11-10) ### Features diff --git a/packages/gatsby-transformer-sharp/package.json b/packages/gatsby-transformer-sharp/package.json index 21fbd99d0d228..d4e33274e55dc 100644 --- a/packages/gatsby-transformer-sharp/package.json +++ b/packages/gatsby-transformer-sharp/package.json @@ -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 ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby/CHANGELOG.md b/packages/gatsby/CHANGELOG.md index 0a1ddf2d097cf..04930a166755c 100644 --- a/packages/gatsby/CHANGELOG.md +++ b/packages/gatsby/CHANGELOG.md @@ -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/gatsby@2.27.0-next.0...gatsby@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/gatsby@2.26.0-next.2...gatsby@2.26.0-next.3) (2020-11-10) ### Bug Fixes diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index a22156db54e4a..418761295b93e 100644 --- a/packages/gatsby/package.json +++ b/packages/gatsby/package.json @@ -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 ", "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",