diff --git a/packages/babel-plugin-remove-graphql-queries/CHANGELOG.md b/packages/babel-plugin-remove-graphql-queries/CHANGELOG.md index 6c4e265c1335c..19515ba1dfed1 100644 --- a/packages/babel-plugin-remove-graphql-queries/CHANGELOG.md +++ b/packages/babel-plugin-remove-graphql-queries/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.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/babel-plugin-remove-graphql-queries@2.11.0-next.0...babel-plugin-remove-graphql-queries@2.12.0-next.0) (2020-11-18) + +### Features + +- **gatsby:** SSR pages during development ([#27432](https://github.com/gatsbyjs/gatsby/issues/27432)) ([23da2c3](https://github.com/gatsbyjs/gatsby/commit/23da2c3fb2e16b7e3fe1e15c19decd799000a212)) + # [2.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/babel-plugin-remove-graphql-queries@2.10.0-next.0...babel-plugin-remove-graphql-queries@2.10.0-next.1) (2020-11-10) **Note:** Version bump only for package babel-plugin-remove-graphql-queries diff --git a/packages/babel-plugin-remove-graphql-queries/package.json b/packages/babel-plugin-remove-graphql-queries/package.json index 78a2b81bf94e8..0ec81cf644897 100644 --- a/packages/babel-plugin-remove-graphql-queries/package.json +++ b/packages/babel-plugin-remove-graphql-queries/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-remove-graphql-queries", - "version": "2.11.0-next.0", + "version": "2.12.0-next.0", "author": "Jason Quense ", "repository": { "type": "git", @@ -11,7 +11,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.7.0-next.0", + "babel-preset-gatsby-package": "^0.8.0-next.0", "cross-env": "^7.0.2" }, "peerDependencies": { diff --git a/packages/babel-preset-gatsby-package/CHANGELOG.md b/packages/babel-preset-gatsby-package/CHANGELOG.md index 35c8fac5cbc15..24839d64c14af 100644 --- a/packages/babel-preset-gatsby-package/CHANGELOG.md +++ b/packages/babel-preset-gatsby-package/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.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby-package@0.7.0-next.0...babel-preset-gatsby-package@0.8.0-next.0) (2020-11-18) + +**Note:** Version bump only for package babel-preset-gatsby-package + # [0.6.0-next.1](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby-package@0.6.0-next.0...babel-preset-gatsby-package@0.6.0-next.1) (2020-11-10) ### Bug Fixes diff --git a/packages/babel-preset-gatsby-package/package.json b/packages/babel-preset-gatsby-package/package.json index a07842efdec09..877d25c37e758 100644 --- a/packages/babel-preset-gatsby-package/package.json +++ b/packages/babel-preset-gatsby-package/package.json @@ -1,6 +1,6 @@ { "name": "babel-preset-gatsby-package", - "version": "0.7.0-next.0", + "version": "0.8.0-next.0", "author": "Philipp Spiess ", "repository": { "type": "git", diff --git a/packages/babel-preset-gatsby/CHANGELOG.md b/packages/babel-preset-gatsby/CHANGELOG.md index 06766e7f75311..d6b175e089bcd 100644 --- a/packages/babel-preset-gatsby/CHANGELOG.md +++ b/packages/babel-preset-gatsby/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.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby@0.7.0-next.0...babel-preset-gatsby@0.8.0-next.0) (2020-11-18) + +**Note:** Version bump only for package babel-preset-gatsby + # [0.6.0-next.1](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby@0.6.0-next.0...babel-preset-gatsby@0.6.0-next.1) (2020-11-10) **Note:** Version bump only for package babel-preset-gatsby diff --git a/packages/babel-preset-gatsby/package.json b/packages/babel-preset-gatsby/package.json index b5bc3282880e6..77410939b7e9c 100644 --- a/packages/babel-preset-gatsby/package.json +++ b/packages/babel-preset-gatsby/package.json @@ -1,6 +1,6 @@ { "name": "babel-preset-gatsby", - "version": "0.7.0-next.0", + "version": "0.8.0-next.0", "author": "Philipp Spiess ", "repository": { "type": "git", @@ -21,8 +21,8 @@ "babel-plugin-dynamic-import-node": "^2.3.3", "babel-plugin-macros": "^2.8.0", "babel-plugin-transform-react-remove-prop-types": "^0.4.24", - "gatsby-core-utils": "^1.5.0-next.0", - "gatsby-legacy-polyfills": "^0.2.0-next.0" + "gatsby-core-utils": "^1.6.0-next.0", + "gatsby-legacy-polyfills": "^0.3.0-next.0" }, "peerDependencies": { "@babel/core": "^7.11.6", @@ -37,7 +37,7 @@ }, "devDependencies": { "@babel/cli": "^7.12.1", - "babel-preset-gatsby-package": "^0.7.0-next.0", + "babel-preset-gatsby-package": "^0.8.0-next.0", "cross-env": "^7.0.2", "slash": "^3.0.0" }, diff --git a/packages/create-gatsby/CHANGELOG.md b/packages/create-gatsby/CHANGELOG.md index 46a3772b8894a..c99ae8067f3bf 100644 --- a/packages/create-gatsby/CHANGELOG.md +++ b/packages/create-gatsby/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. +# [0.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/create-gatsby@0.0.0-next.0...create-gatsby@0.1.0-next.0) (2020-11-18) + +### Features + +- **create-gatsby:** add telemetry tracking ([#28107](https://github.com/gatsbyjs/gatsby/issues/28107)) ([f9838f7](https://github.com/gatsbyjs/gatsby/commit/f9838f7233057841ac705427ba5b6ca95e9678ac)) + # 0.0.0-next.0 (2020-11-16) ### Bug Fixes diff --git a/packages/create-gatsby/package.json b/packages/create-gatsby/package.json index 3558a0202c82d..fb90b3df0f8ed 100644 --- a/packages/create-gatsby/package.json +++ b/packages/create-gatsby/package.json @@ -1,6 +1,6 @@ { "name": "create-gatsby", - "version": "0.0.0-next.0", + "version": "0.1.0-next.0", "main": "lib/index.js", "bin": "cli.js", "license": "MIT", @@ -27,7 +27,7 @@ "eslint": "^7.12.1", "execa": "^4.1.0", "fs-extra": "^9.0.1", - "gatsby-plugin-utils": "^0.4.0-next.0", + "gatsby-plugin-utils": "^0.5.0-next.0", "joi": "^17.2.1", "microbundle": "^0.12.4", "node-fetch": "^2.6.1", diff --git a/packages/gatsby-admin/CHANGELOG.md b/packages/gatsby-admin/CHANGELOG.md index cc7535a359c4b..5ac1a67427e64 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.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.3.0-next.1...gatsby-admin@0.4.0-next.0) (2020-11-18) + +**Note:** Version bump only for package gatsby-admin + # [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 diff --git a/packages/gatsby-admin/package.json b/packages/gatsby-admin/package.json index ecd33164c2caf..ab89bb7655544 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.1", + "version": "0.4.0-next.0", "main": "index.js", "author": "Max Stoiber", "license": "MIT", @@ -20,11 +20,11 @@ "@typescript-eslint/parser": "^2.34.0", "csstype": "^2.6.13", "formik": "^2.2.5", - "gatsby": "^2.27.0-next.1", + "gatsby": "^2.28.0-next.0", "gatsby-interface": "^0.0.225", - "gatsby-plugin-typescript": "^2.7.0-next.0", + "gatsby-plugin-typescript": "^2.8.0-next.0", "gatsby-plugin-webfonts": "^1.1.3", - "gatsby-source-graphql": "^2.9.0-next.0", + "gatsby-source-graphql": "^2.10.0-next.0", "lodash-es": "^4.17.15", "ncp": "^2.0.0", "nodemon": "^2.0.6", diff --git a/packages/gatsby-cli/CHANGELOG.md b/packages/gatsby-cli/CHANGELOG.md index 2be6589bd9451..5a19c9631951d 100644 --- a/packages/gatsby-cli/CHANGELOG.md +++ b/packages/gatsby-cli/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.15.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.14.0-next.1...gatsby-cli@2.15.0-next.0) (2020-11-18) + +### Features + +- **gatsby:** SSR pages during development ([#27432](https://github.com/gatsbyjs/gatsby/issues/27432)) ([23da2c3](https://github.com/gatsbyjs/gatsby/commit/23da2c3fb2e16b7e3fe1e15c19decd799000a212)) + # [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 diff --git a/packages/gatsby-cli/package.json b/packages/gatsby-cli/package.json index 78d114a3196e7..2c6291a48fa97 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.1", + "version": "2.15.0-next.0", "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-next.0", + "create-gatsby": "^0.1.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.1", - "gatsby-telemetry": "^1.5.0-next.1", + "gatsby-core-utils": "^1.6.0-next.0", + "gatsby-recipes": "^0.5.0-next.0", + "gatsby-telemetry": "^1.6.0-next.0", "hosted-git-info": "^3.0.6", "is-valid-path": "^0.1.1", "lodash": "^4.17.20", @@ -59,7 +59,7 @@ "@rollup/plugin-replace": "^2.3.3", "@types/hosted-git-info": "^3.0.1", "@types/yargs": "^15.0.8", - "babel-preset-gatsby-package": "^0.7.0-next.0", + "babel-preset-gatsby-package": "^0.8.0-next.0", "cross-env": "^7.0.2", "ink": "^2.7.1", "ink-spinner": "^3.1.0", diff --git a/packages/gatsby-codemods/CHANGELOG.md b/packages/gatsby-codemods/CHANGELOG.md index 008777ae6988f..289aee1f002a8 100644 --- a/packages/gatsby-codemods/CHANGELOG.md +++ b/packages/gatsby-codemods/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.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-codemods@1.5.0-next.0...gatsby-codemods@1.6.0-next.0) (2020-11-18) + +**Note:** Version bump only for package gatsby-codemods + # [1.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-codemods@1.4.0-next.0...gatsby-codemods@1.4.0-next.1) (2020-11-10) **Note:** Version bump only for package gatsby-codemods diff --git a/packages/gatsby-codemods/package.json b/packages/gatsby-codemods/package.json index 72feb3acce43b..40cba0b4e5053 100644 --- a/packages/gatsby-codemods/package.json +++ b/packages/gatsby-codemods/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-codemods", - "version": "1.5.0-next.0", + "version": "1.6.0-next.0", "description": "A collection of codemod scripts for use with JSCodeshift that help migrate to newer versions of Gatsby.", "main": "index.js", "scripts": { @@ -29,7 +29,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.7.0-next.0", + "babel-preset-gatsby-package": "^0.8.0-next.0", "cross-env": "^7.0.2", "jscodeshift": "^0.11.0" }, diff --git a/packages/gatsby-core-utils/CHANGELOG.md b/packages/gatsby-core-utils/CHANGELOG.md index ae846e0cda3b4..718652aa8038d 100644 --- a/packages/gatsby-core-utils/CHANGELOG.md +++ b/packages/gatsby-core-utils/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.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-core-utils@1.5.0-next.0...gatsby-core-utils@1.6.0-next.0) (2020-11-18) + +**Note:** Version bump only for package gatsby-core-utils + # [1.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-core-utils@1.4.0-next.0...gatsby-core-utils@1.4.0-next.1) (2020-11-10) **Note:** Version bump only for package gatsby-core-utils diff --git a/packages/gatsby-core-utils/package.json b/packages/gatsby-core-utils/package.json index 7341db8293725..aabf73fd60bc0 100644 --- a/packages/gatsby-core-utils/package.json +++ b/packages/gatsby-core-utils/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-core-utils", - "version": "1.5.0-next.0", + "version": "1.6.0-next.0", "description": "A collection of gatsby utils used in different gatsby packages", "keywords": [ "gatsby", @@ -41,7 +41,7 @@ "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", "@types/ci-info": "2.0.0", - "babel-preset-gatsby-package": "^0.7.0-next.0", + "babel-preset-gatsby-package": "^0.8.0-next.0", "cross-env": "^7.0.2", "typescript": "^3.9.7" }, diff --git a/packages/gatsby-cypress/CHANGELOG.md b/packages/gatsby-cypress/CHANGELOG.md index 97d3d0a719e8a..5df0c7030297b 100644 --- a/packages/gatsby-cypress/CHANGELOG.md +++ b/packages/gatsby-cypress/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.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-cypress@0.6.0-next.0...gatsby-cypress@0.7.0-next.0) (2020-11-18) + +**Note:** Version bump only for package gatsby-cypress + # [0.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-cypress@0.5.0-next.0...gatsby-cypress@0.5.0-next.1) (2020-11-10) **Note:** Version bump only for package gatsby-cypress diff --git a/packages/gatsby-cypress/package.json b/packages/gatsby-cypress/package.json index 60773c93e9823..4f0334819c4aa 100644 --- a/packages/gatsby-cypress/package.json +++ b/packages/gatsby-cypress/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-cypress", - "version": "0.6.0-next.0", + "version": "0.7.0-next.0", "description": "Cypress tools for Gatsby projects", "main": "index.js", "repository": { @@ -20,7 +20,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.7.0-next.0", + "babel-preset-gatsby-package": "^0.8.0-next.0", "cross-env": "^7.0.2" }, "keywords": [ diff --git a/packages/gatsby-design-tokens/CHANGELOG.md b/packages/gatsby-design-tokens/CHANGELOG.md index 9d7781be13df1..5207bb9198776 100644 --- a/packages/gatsby-design-tokens/CHANGELOG.md +++ b/packages/gatsby-design-tokens/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.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-design-tokens@2.2.0-next.0...gatsby-design-tokens@2.3.0-next.0) (2020-11-18) + +**Note:** Version bump only for package gatsby-design-tokens + ## [2.0.13](https://github.com/gatsbyjs/gatsby/compare/gatsby-design-tokens@2.0.12...gatsby-design-tokens@2.0.13) (2020-10-01) **Note:** Version bump only for package gatsby-design-tokens diff --git a/packages/gatsby-design-tokens/package.json b/packages/gatsby-design-tokens/package.json index 30432ae0a1e91..46950304dd8f0 100644 --- a/packages/gatsby-design-tokens/package.json +++ b/packages/gatsby-design-tokens/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-design-tokens", - "version": "2.2.0-next.0", + "version": "2.3.0-next.0", "description": "Gatsby Design Tokens", "main": "dist/index.js", "module": "dist/index.esm.js", diff --git a/packages/gatsby-dev-cli/CHANGELOG.md b/packages/gatsby-dev-cli/CHANGELOG.md index f8debbcb7aa9c..8b6dc2b135e52 100644 --- a/packages/gatsby-dev-cli/CHANGELOG.md +++ b/packages/gatsby-dev-cli/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.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-dev-cli@2.9.0-next.0...gatsby-dev-cli@2.10.0-next.0) (2020-11-18) + +**Note:** Version bump only for package gatsby-dev-cli + # [2.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-dev-cli@2.8.0-next.0...gatsby-dev-cli@2.8.0-next.1) (2020-11-10) **Note:** Version bump only for package gatsby-dev-cli diff --git a/packages/gatsby-dev-cli/package.json b/packages/gatsby-dev-cli/package.json index 295c1b3106dcb..f6472102b4953 100644 --- a/packages/gatsby-dev-cli/package.json +++ b/packages/gatsby-dev-cli/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-dev-cli", "description": "CLI helpers for contributors working on Gatsby", - "version": "2.9.0-next.0", + "version": "2.10.0-next.0", "author": "Kyle Mathews ", "bin": { "gatsby-dev": "./dist/index.js" @@ -27,7 +27,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.7.0-next.0", + "babel-preset-gatsby-package": "^0.8.0-next.0", "cross-env": "^7.0.2" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-dev-cli#readme", diff --git a/packages/gatsby-graphiql-explorer/CHANGELOG.md b/packages/gatsby-graphiql-explorer/CHANGELOG.md index 2b53553772ee1..140e22b7c5f9c 100644 --- a/packages/gatsby-graphiql-explorer/CHANGELOG.md +++ b/packages/gatsby-graphiql-explorer/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.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-graphiql-explorer@0.6.0-next.0...gatsby-graphiql-explorer@0.7.0-next.0) (2020-11-18) + +**Note:** Version bump only for package gatsby-graphiql-explorer + # [0.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-graphiql-explorer@0.5.0-next.0...gatsby-graphiql-explorer@0.5.0-next.1) (2020-11-10) **Note:** Version bump only for package gatsby-graphiql-explorer diff --git a/packages/gatsby-graphiql-explorer/package.json b/packages/gatsby-graphiql-explorer/package.json index e21721f37e448..3bc46e9b2e0d3 100644 --- a/packages/gatsby-graphiql-explorer/package.json +++ b/packages/gatsby-graphiql-explorer/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-graphiql-explorer", - "version": "0.6.0-next.0", + "version": "0.7.0-next.0", "description": "GraphiQL IDE with custom features for Gatsby users", "main": "index.js", "scripts": { @@ -38,7 +38,7 @@ "@babel/preset-env": "^7.12.1", "@babel/preset-react": "^7.12.5", "babel-loader": "^8.1.0", - "babel-preset-gatsby-package": "^0.7.0-next.0", + "babel-preset-gatsby-package": "^0.8.0-next.0", "core-js": "^3.7.0", "cross-env": "^7.0.2", "css-loader": "^1.0.1", diff --git a/packages/gatsby-image/CHANGELOG.md b/packages/gatsby-image/CHANGELOG.md index bc0cfe242f2aa..a5973e1fcf0b6 100644 --- a/packages/gatsby-image/CHANGELOG.md +++ b/packages/gatsby-image/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.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-image@2.6.0-next.0...gatsby-image@2.7.0-next.0) (2020-11-18) + +**Note:** Version bump only for package gatsby-image + # [2.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-image@2.5.0-next.0...gatsby-image@2.5.0-next.1) (2020-11-10) **Note:** Version bump only for package gatsby-image diff --git a/packages/gatsby-image/package.json b/packages/gatsby-image/package.json index ffa34ecdc1ffc..1f5a27ad3678d 100644 --- a/packages/gatsby-image/package.json +++ b/packages/gatsby-image/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-image", "description": "Lazy-loading React image component with optional support for the blur-up effect.", - "version": "2.6.0-next.0", + "version": "2.7.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -15,7 +15,7 @@ "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", "@testing-library/react": "^9.5.0", - "babel-preset-gatsby-package": "^0.7.0-next.0", + "babel-preset-gatsby-package": "^0.8.0-next.0", "cross-env": "^7.0.2", "jest-matchmedia-mock": "^1.1.0" }, diff --git a/packages/gatsby-legacy-polyfills/CHANGELOG.md b/packages/gatsby-legacy-polyfills/CHANGELOG.md index dc0f661992b63..42affdbb2e494 100644 --- a/packages/gatsby-legacy-polyfills/CHANGELOG.md +++ b/packages/gatsby-legacy-polyfills/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.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-legacy-polyfills@0.2.0-next.0...gatsby-legacy-polyfills@0.3.0-next.0) (2020-11-18) + +**Note:** Version bump only for package gatsby-legacy-polyfills + ## [0.0.6](https://github.com/gatsbyjs/gatsby/compare/gatsby-legacy-polyfills@0.0.5...gatsby-legacy-polyfills@0.0.6) (2020-11-02) **Note:** Version bump only for package gatsby-legacy-polyfills diff --git a/packages/gatsby-legacy-polyfills/package.json b/packages/gatsby-legacy-polyfills/package.json index b281fd5e91a53..8369dc0b998b8 100644 --- a/packages/gatsby-legacy-polyfills/package.json +++ b/packages/gatsby-legacy-polyfills/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-legacy-polyfills", "description": "Polyfills for legacy browsers", - "version": "0.2.0-next.0", + "version": "0.3.0-next.0", "main": "dist/polyfills.js", "author": "Ward Peeters ", "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-legacy-polyfills#readme", diff --git a/packages/gatsby-link/CHANGELOG.md b/packages/gatsby-link/CHANGELOG.md index 28aaf12b722b7..2b9fe23ec7d59 100644 --- a/packages/gatsby-link/CHANGELOG.md +++ b/packages/gatsby-link/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.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-link@2.6.0-next.0...gatsby-link@2.7.0-next.0) (2020-11-18) + +**Note:** Version bump only for package gatsby-link + # [2.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-link@2.5.0-next.0...gatsby-link@2.5.0-next.1) (2020-11-10) **Note:** Version bump only for package gatsby-link diff --git a/packages/gatsby-link/package.json b/packages/gatsby-link/package.json index 4d2727f5ad314..62389f48fbb66 100644 --- a/packages/gatsby-link/package.json +++ b/packages/gatsby-link/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-link", "description": "An enhanced Link component for Gatsby sites with support for resource prefetching", - "version": "2.6.0-next.0", + "version": "2.7.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -15,7 +15,7 @@ "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", "@testing-library/react": "^9.5.0", - "babel-preset-gatsby-package": "^0.7.0-next.0", + "babel-preset-gatsby-package": "^0.8.0-next.0", "cross-env": "^7.0.2" }, "peerDependencies": { diff --git a/packages/gatsby-page-utils/CHANGELOG.md b/packages/gatsby-page-utils/CHANGELOG.md index 2b60182f5c3ed..e51ed2bb94160 100644 --- a/packages/gatsby-page-utils/CHANGELOG.md +++ b/packages/gatsby-page-utils/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.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-page-utils@0.4.0-next.0...gatsby-page-utils@0.5.0-next.0) (2020-11-18) + +**Note:** Version bump only for package gatsby-page-utils + # [0.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-page-utils@0.3.0-next.0...gatsby-page-utils@0.3.0-next.1) (2020-11-10) **Note:** Version bump only for package gatsby-page-utils diff --git a/packages/gatsby-page-utils/package.json b/packages/gatsby-page-utils/package.json index 951f068ed2676..47fb135d27049 100644 --- a/packages/gatsby-page-utils/package.json +++ b/packages/gatsby-page-utils/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-page-utils", - "version": "0.4.0-next.0", + "version": "0.5.0-next.0", "description": "Gatsby library that helps creating pages", "main": "dist/index.js", "scripts": { @@ -24,7 +24,7 @@ "bluebird": "^3.7.2", "chokidar": "^3.4.3", "fs-exists-cached": "^1.0.0", - "gatsby-core-utils": "^1.5.0-next.0", + "gatsby-core-utils": "^1.6.0-next.0", "glob": "^7.1.6", "lodash": "^4.17.20", "micromatch": "^4.0.2" @@ -33,7 +33,7 @@ "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", "@types/micromatch": "^4.0.1", - "babel-preset-gatsby-package": "^0.7.0-next.0", + "babel-preset-gatsby-package": "^0.8.0-next.0", "cross-env": "^7.0.2" }, "files": [ diff --git a/packages/gatsby-plugin-benchmark-reporting/CHANGELOG.md b/packages/gatsby-plugin-benchmark-reporting/CHANGELOG.md index f0b1a65ff0cfc..1aad3b321e2c1 100644 --- a/packages/gatsby-plugin-benchmark-reporting/CHANGELOG.md +++ b/packages/gatsby-plugin-benchmark-reporting/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.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-benchmark-reporting@0.4.0-next.0...gatsby-plugin-benchmark-reporting@0.5.0-next.0) (2020-11-18) + +**Note:** Version bump only for package gatsby-plugin-benchmark-reporting + # [0.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-benchmark-reporting@0.3.0-next.0...gatsby-plugin-benchmark-reporting@0.3.0-next.1) (2020-11-10) **Note:** Version bump only for package gatsby-plugin-benchmark-reporting diff --git a/packages/gatsby-plugin-benchmark-reporting/package.json b/packages/gatsby-plugin-benchmark-reporting/package.json index dcd6c3b4a63e4..1061be4d86ea9 100644 --- a/packages/gatsby-plugin-benchmark-reporting/package.json +++ b/packages/gatsby-plugin-benchmark-reporting/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-benchmark-reporting", "description": "Gatsby Benchmark Reporting", - "version": "0.4.0-next.0", + "version": "0.5.0-next.0", "author": "Peter van der Zee ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -16,7 +16,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.7.0-next.0" + "babel-preset-gatsby-package": "^0.8.0-next.0" }, "dependencies": { "fast-glob": "^3.2.4", diff --git a/packages/gatsby-plugin-canonical-urls/CHANGELOG.md b/packages/gatsby-plugin-canonical-urls/CHANGELOG.md index 938607682718b..6800c676a28bf 100644 --- a/packages/gatsby-plugin-canonical-urls/CHANGELOG.md +++ b/packages/gatsby-plugin-canonical-urls/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.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-canonical-urls@2.5.0-next.0...gatsby-plugin-canonical-urls@2.6.0-next.0) (2020-11-18) + +**Note:** Version bump only for package gatsby-plugin-canonical-urls + # [2.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-canonical-urls@2.4.0-next.0...gatsby-plugin-canonical-urls@2.4.0-next.1) (2020-11-10) **Note:** Version bump only for package gatsby-plugin-canonical-urls diff --git a/packages/gatsby-plugin-canonical-urls/package.json b/packages/gatsby-plugin-canonical-urls/package.json index a81db6afe2c43..f878744f8e3fe 100644 --- a/packages/gatsby-plugin-canonical-urls/package.json +++ b/packages/gatsby-plugin-canonical-urls/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-canonical-urls", "description": "Add canonical links to HTML pages Gatsby generates.", - "version": "2.5.0-next.0", + "version": "2.6.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,7 +12,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.7.0-next.0", + "babel-preset-gatsby-package": "^0.8.0-next.0", "cross-env": "^7.0.2" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-canonical-urls#readme", diff --git a/packages/gatsby-plugin-catch-links/CHANGELOG.md b/packages/gatsby-plugin-catch-links/CHANGELOG.md index 8642c479b071e..359cb0603c1ef 100644 --- a/packages/gatsby-plugin-catch-links/CHANGELOG.md +++ b/packages/gatsby-plugin-catch-links/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.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-catch-links@2.5.0-next.0...gatsby-plugin-catch-links@2.6.0-next.0) (2020-11-18) + +**Note:** Version bump only for package gatsby-plugin-catch-links + # [2.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-catch-links@2.4.0-next.0...gatsby-plugin-catch-links@2.4.0-next.1) (2020-11-10) **Note:** Version bump only for package gatsby-plugin-catch-links diff --git a/packages/gatsby-plugin-catch-links/package.json b/packages/gatsby-plugin-catch-links/package.json index 86a29f2050386..5547787f9f25d 100644 --- a/packages/gatsby-plugin-catch-links/package.json +++ b/packages/gatsby-plugin-catch-links/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-catch-links", "description": "Intercepts local links from markdown and other non-react pages and does a client-side pushState to avoid the browser having to refresh the page.", - "version": "2.5.0-next.0", + "version": "2.6.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.7.0-next.0", + "babel-preset-gatsby-package": "^0.8.0-next.0", "cross-env": "^7.0.2" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-catch-links#readme", diff --git a/packages/gatsby-plugin-coffeescript/CHANGELOG.md b/packages/gatsby-plugin-coffeescript/CHANGELOG.md index fd0dd91e67579..37bb510356d83 100644 --- a/packages/gatsby-plugin-coffeescript/CHANGELOG.md +++ b/packages/gatsby-plugin-coffeescript/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.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-coffeescript@2.5.0-next.0...gatsby-plugin-coffeescript@2.6.0-next.0) (2020-11-18) + +**Note:** Version bump only for package gatsby-plugin-coffeescript + # [2.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-coffeescript@2.4.0-next.0...gatsby-plugin-coffeescript@2.4.0-next.1) (2020-11-10) **Note:** Version bump only for package gatsby-plugin-coffeescript diff --git a/packages/gatsby-plugin-coffeescript/package.json b/packages/gatsby-plugin-coffeescript/package.json index 876cf35992637..a6b019f75b011 100644 --- a/packages/gatsby-plugin-coffeescript/package.json +++ b/packages/gatsby-plugin-coffeescript/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-coffeescript", "description": "Adds CoffeeScript support for Gatsby", - "version": "2.5.0-next.0", + "version": "2.6.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -18,7 +18,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.7.0-next.0", + "babel-preset-gatsby-package": "^0.8.0-next.0", "cross-env": "^7.0.2" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-coffeescript#readme", diff --git a/packages/gatsby-plugin-create-client-paths/CHANGELOG.md b/packages/gatsby-plugin-create-client-paths/CHANGELOG.md index b68d980eeba9c..020f7e0e50ce7 100644 --- a/packages/gatsby-plugin-create-client-paths/CHANGELOG.md +++ b/packages/gatsby-plugin-create-client-paths/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.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-create-client-paths@2.5.0-next.0...gatsby-plugin-create-client-paths@2.6.0-next.0) (2020-11-18) + +**Note:** Version bump only for package gatsby-plugin-create-client-paths + # [2.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-create-client-paths@2.4.0-next.0...gatsby-plugin-create-client-paths@2.4.0-next.1) (2020-11-10) **Note:** Version bump only for package gatsby-plugin-create-client-paths diff --git a/packages/gatsby-plugin-create-client-paths/package.json b/packages/gatsby-plugin-create-client-paths/package.json index 34353528e5aa5..ea8d0896d5b36 100644 --- a/packages/gatsby-plugin-create-client-paths/package.json +++ b/packages/gatsby-plugin-create-client-paths/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-create-client-paths", "description": "Gatsby-plugin for creating paths that exist only on the client", - "version": "2.5.0-next.0", + "version": "2.6.0-next.0", "author": "scott.eckenthal@gmail.com", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,7 +12,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.7.0-next.0", + "babel-preset-gatsby-package": "^0.8.0-next.0", "cross-env": "^7.0.2" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-create-client-paths#readme", diff --git a/packages/gatsby-plugin-cxs/CHANGELOG.md b/packages/gatsby-plugin-cxs/CHANGELOG.md index c8853765a8d4f..3e3cc77e458ac 100644 --- a/packages/gatsby-plugin-cxs/CHANGELOG.md +++ b/packages/gatsby-plugin-cxs/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.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-cxs@2.5.0-next.0...gatsby-plugin-cxs@2.6.0-next.0) (2020-11-18) + +**Note:** Version bump only for package gatsby-plugin-cxs + # [2.4.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-cxs@2.4.0-next.1...gatsby-plugin-cxs@2.4.0-next.2) (2020-11-10) **Note:** Version bump only for package gatsby-plugin-cxs diff --git a/packages/gatsby-plugin-cxs/package.json b/packages/gatsby-plugin-cxs/package.json index 1f998676df773..bb07abf36aaa6 100644 --- a/packages/gatsby-plugin-cxs/package.json +++ b/packages/gatsby-plugin-cxs/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-cxs", "description": "Gatsby plugin to add SSR support for ctx", - "version": "2.5.0-next.0", + "version": "2.6.0-next.0", "author": "Chen-Tai Hou ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,10 +12,10 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.7.0-next.0", + "babel-preset-gatsby-package": "^0.8.0-next.0", "cross-env": "^7.0.2", "cxs": "^6.2.0", - "gatsby-plugin-utils": "^0.4.0-next.0" + "gatsby-plugin-utils": "^0.5.0-next.0" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-cxs#readme", "keywords": [ diff --git a/packages/gatsby-plugin-emotion/CHANGELOG.md b/packages/gatsby-plugin-emotion/CHANGELOG.md index e1457133d4ece..554ed9beecd68 100644 --- a/packages/gatsby-plugin-emotion/CHANGELOG.md +++ b/packages/gatsby-plugin-emotion/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. +# [4.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-emotion@4.5.0-next.0...gatsby-plugin-emotion@4.6.0-next.0) (2020-11-18) + +**Note:** Version bump only for package gatsby-plugin-emotion + # [4.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-emotion@4.4.0-next.0...gatsby-plugin-emotion@4.4.0-next.1) (2020-11-10) **Note:** Version bump only for package gatsby-plugin-emotion diff --git a/packages/gatsby-plugin-emotion/package.json b/packages/gatsby-plugin-emotion/package.json index 976aff915f1bb..daffa5152653a 100644 --- a/packages/gatsby-plugin-emotion/package.json +++ b/packages/gatsby-plugin-emotion/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-emotion", "description": "Gatsby plugin to add support for Emotion", - "version": "4.5.0-next.0", + "version": "4.6.0-next.0", "author": "Tegan Churchill ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.7.0-next.0", + "babel-preset-gatsby-package": "^0.8.0-next.0", "cross-env": "^7.0.2" }, "peerDependencies": { diff --git a/packages/gatsby-plugin-facebook-analytics/CHANGELOG.md b/packages/gatsby-plugin-facebook-analytics/CHANGELOG.md index 71adada9b0985..a6b5cc93672a3 100644 --- a/packages/gatsby-plugin-facebook-analytics/CHANGELOG.md +++ b/packages/gatsby-plugin-facebook-analytics/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.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-facebook-analytics@2.6.0-next.0...gatsby-plugin-facebook-analytics@2.7.0-next.0) (2020-11-18) + +**Note:** Version bump only for package gatsby-plugin-facebook-analytics + # [2.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-facebook-analytics@2.5.0-next.0...gatsby-plugin-facebook-analytics@2.5.0-next.1) (2020-11-10) **Note:** Version bump only for package gatsby-plugin-facebook-analytics diff --git a/packages/gatsby-plugin-facebook-analytics/package.json b/packages/gatsby-plugin-facebook-analytics/package.json index 400e65ec63a40..7dccf7c883f01 100644 --- a/packages/gatsby-plugin-facebook-analytics/package.json +++ b/packages/gatsby-plugin-facebook-analytics/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-facebook-analytics", "description": "Gatsby plugin to add facebook analytics onto a site", - "version": "2.6.0-next.0", + "version": "2.7.0-next.0", "author": "Yeison Daza ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,7 +12,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.7.0-next.0", + "babel-preset-gatsby-package": "^0.8.0-next.0", "cross-env": "^7.0.2" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-facebook-analytics#readme", diff --git a/packages/gatsby-plugin-feed/CHANGELOG.md b/packages/gatsby-plugin-feed/CHANGELOG.md index 571da08ba1112..33a730520ff11 100644 --- a/packages/gatsby-plugin-feed/CHANGELOG.md +++ b/packages/gatsby-plugin-feed/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.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-feed@2.8.0-next.0...gatsby-plugin-feed@2.9.0-next.0) (2020-11-18) + +**Note:** Version bump only for package gatsby-plugin-feed + # [2.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-feed@2.7.0-next.0...gatsby-plugin-feed@2.7.0-next.1) (2020-11-10) **Note:** Version bump only for package gatsby-plugin-feed diff --git a/packages/gatsby-plugin-feed/package.json b/packages/gatsby-plugin-feed/package.json index ec38ea047e73e..5d26c2dd03fae 100644 --- a/packages/gatsby-plugin-feed/package.json +++ b/packages/gatsby-plugin-feed/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-feed", "description": "Creates an RSS feed for your Gatsby site.", - "version": "2.8.0-next.0", + "version": "2.9.0-next.0", "author": "Nicholas Young ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -11,14 +11,14 @@ "@hapi/joi": "^15.1.1", "common-tags": "^1.8.0", "fs-extra": "^8.1.0", - "gatsby-plugin-utils": "^0.4.0-next.0", + "gatsby-plugin-utils": "^0.5.0-next.0", "lodash.merge": "^4.6.2", "rss": "^1.2.2" }, "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.7.0-next.0", + "babel-preset-gatsby-package": "^0.8.0-next.0", "cross-env": "^7.0.2" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-feed#readme", diff --git a/packages/gatsby-plugin-flow/CHANGELOG.md b/packages/gatsby-plugin-flow/CHANGELOG.md index 9019b9f9cf248..985d849cb3314 100644 --- a/packages/gatsby-plugin-flow/CHANGELOG.md +++ b/packages/gatsby-plugin-flow/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.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-flow@1.5.0-next.0...gatsby-plugin-flow@1.6.0-next.0) (2020-11-18) + +**Note:** Version bump only for package gatsby-plugin-flow + # [1.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-flow@1.4.0-next.0...gatsby-plugin-flow@1.4.0-next.1) (2020-11-10) **Note:** Version bump only for package gatsby-plugin-flow diff --git a/packages/gatsby-plugin-flow/package.json b/packages/gatsby-plugin-flow/package.json index 718090bfea144..c099c7f61731d 100644 --- a/packages/gatsby-plugin-flow/package.json +++ b/packages/gatsby-plugin-flow/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-flow", - "version": "1.5.0-next.0", + "version": "1.6.0-next.0", "description": "Provides drop-in support for Flow by adding @babel/preset-flow.", "main": "index.js", "scripts": { @@ -30,7 +30,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.7.0-next.0", + "babel-preset-gatsby-package": "^0.8.0-next.0", "cross-env": "^7.0.2" }, "engines": { diff --git a/packages/gatsby-plugin-fullstory/CHANGELOG.md b/packages/gatsby-plugin-fullstory/CHANGELOG.md index 3d6674eb2b51b..8f5942f09c615 100644 --- a/packages/gatsby-plugin-fullstory/CHANGELOG.md +++ b/packages/gatsby-plugin-fullstory/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.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-fullstory@2.5.0-next.0...gatsby-plugin-fullstory@2.6.0-next.0) (2020-11-18) + +**Note:** Version bump only for package gatsby-plugin-fullstory + # [2.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-fullstory@2.4.0-next.0...gatsby-plugin-fullstory@2.4.0-next.1) (2020-11-10) **Note:** Version bump only for package gatsby-plugin-fullstory diff --git a/packages/gatsby-plugin-fullstory/package.json b/packages/gatsby-plugin-fullstory/package.json index 2e5f7f4afa809..4ecfc241c9d76 100644 --- a/packages/gatsby-plugin-fullstory/package.json +++ b/packages/gatsby-plugin-fullstory/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-fullstory", - "version": "2.5.0-next.0", + "version": "2.6.0-next.0", "description": "Plugin to add the tracking code for Fullstory.com", "main": "index.js", "scripts": { @@ -29,7 +29,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.7.0-next.0", + "babel-preset-gatsby-package": "^0.8.0-next.0", "cross-env": "^7.0.2" }, "peerDependencies": { diff --git a/packages/gatsby-plugin-glamor/CHANGELOG.md b/packages/gatsby-plugin-glamor/CHANGELOG.md index 80ee200adbce4..7e5bcecd12726 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.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-glamor@2.5.0-next.1...gatsby-plugin-glamor@2.6.0-next.0) (2020-11-18) + +**Note:** Version bump only for package gatsby-plugin-glamor + # [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 diff --git a/packages/gatsby-plugin-glamor/package.json b/packages/gatsby-plugin-glamor/package.json index 33e4b9fe82055..0410130230f21 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.1", + "version": "2.6.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,9 +12,9 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.7.0-next.0", + "babel-preset-gatsby-package": "^0.8.0-next.0", "cross-env": "^7.0.2", - "gatsby-plugin-utils": "^0.4.0-next.0" + "gatsby-plugin-utils": "^0.5.0-next.0" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-glamor#readme", "keywords": [ diff --git a/packages/gatsby-plugin-google-analytics/CHANGELOG.md b/packages/gatsby-plugin-google-analytics/CHANGELOG.md index d74a874445821..0f08e933f6ae8 100644 --- a/packages/gatsby-plugin-google-analytics/CHANGELOG.md +++ b/packages/gatsby-plugin-google-analytics/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.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-analytics@2.6.0-next.0...gatsby-plugin-google-analytics@2.7.0-next.0) (2020-11-18) + +**Note:** Version bump only for package gatsby-plugin-google-analytics + # [2.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-analytics@2.5.0-next.0...gatsby-plugin-google-analytics@2.5.0-next.1) (2020-11-10) ### Bug Fixes diff --git a/packages/gatsby-plugin-google-analytics/package.json b/packages/gatsby-plugin-google-analytics/package.json index 97aad1db94d61..bac1f5be54144 100644 --- a/packages/gatsby-plugin-google-analytics/package.json +++ b/packages/gatsby-plugin-google-analytics/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-google-analytics", "description": "Gatsby plugin to add google analytics onto a site", - "version": "2.6.0-next.0", + "version": "2.7.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -14,7 +14,7 @@ "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", "@testing-library/react": "^9.5.0", - "babel-preset-gatsby-package": "^0.7.0-next.0", + "babel-preset-gatsby-package": "^0.8.0-next.0", "cross-env": "^7.0.2" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-google-analytics#readme", diff --git a/packages/gatsby-plugin-google-gtag/CHANGELOG.md b/packages/gatsby-plugin-google-gtag/CHANGELOG.md index 80a3229ab3ae8..513db8ff8d607 100644 --- a/packages/gatsby-plugin-google-gtag/CHANGELOG.md +++ b/packages/gatsby-plugin-google-gtag/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.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-gtag@2.3.0-next.0...gatsby-plugin-google-gtag@2.4.0-next.0) (2020-11-18) + +**Note:** Version bump only for package gatsby-plugin-google-gtag + # [2.2.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-gtag@2.2.0-next.0...gatsby-plugin-google-gtag@2.2.0-next.1) (2020-11-10) **Note:** Version bump only for package gatsby-plugin-google-gtag diff --git a/packages/gatsby-plugin-google-gtag/package.json b/packages/gatsby-plugin-google-gtag/package.json index a03c490db654e..8dac8292eafaf 100644 --- a/packages/gatsby-plugin-google-gtag/package.json +++ b/packages/gatsby-plugin-google-gtag/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-google-gtag", "description": "Gatsby plugin to add google gtag onto a site", - "version": "2.3.0-next.0", + "version": "2.4.0-next.0", "author": "Tyler Buchea ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.7.0-next.0", + "babel-preset-gatsby-package": "^0.8.0-next.0", "cross-env": "^7.0.2" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-google-gtag#readme", diff --git a/packages/gatsby-plugin-google-tagmanager/CHANGELOG.md b/packages/gatsby-plugin-google-tagmanager/CHANGELOG.md index 81d9cea443aa0..c5136ab1c62e5 100644 --- a/packages/gatsby-plugin-google-tagmanager/CHANGELOG.md +++ b/packages/gatsby-plugin-google-tagmanager/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.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@2.6.0-next.0...gatsby-plugin-google-tagmanager@2.7.0-next.0) (2020-11-18) + +**Note:** Version bump only for package gatsby-plugin-google-tagmanager + # [2.5.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@2.5.0-next.1...gatsby-plugin-google-tagmanager@2.5.0-next.2) (2020-11-10) **Note:** Version bump only for package gatsby-plugin-google-tagmanager diff --git a/packages/gatsby-plugin-google-tagmanager/package.json b/packages/gatsby-plugin-google-tagmanager/package.json index 8434d24bace27..feb0a2351ed29 100644 --- a/packages/gatsby-plugin-google-tagmanager/package.json +++ b/packages/gatsby-plugin-google-tagmanager/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-google-tagmanager", "description": "Gatsby plugin to add google tagmanager onto a site", - "version": "2.6.0-next.0", + "version": "2.7.0-next.0", "author": "Thijs Koerselman ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,9 +12,9 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.7.0-next.0", + "babel-preset-gatsby-package": "^0.8.0-next.0", "cross-env": "^7.0.2", - "gatsby-plugin-utils": "^0.4.0-next.0" + "gatsby-plugin-utils": "^0.5.0-next.0" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-google-tagmanager#readme", "keywords": [ diff --git a/packages/gatsby-plugin-graphql-config/CHANGELOG.md b/packages/gatsby-plugin-graphql-config/CHANGELOG.md index a5675112abc4f..50df2435b7a1e 100644 --- a/packages/gatsby-plugin-graphql-config/CHANGELOG.md +++ b/packages/gatsby-plugin-graphql-config/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.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-graphql-config@0.2.0-next.0...gatsby-plugin-graphql-config@0.3.0-next.0) (2020-11-18) + +**Note:** Version bump only for package gatsby-plugin-graphql-config + # [0.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-graphql-config@0.1.0-next.0...gatsby-plugin-graphql-config@0.1.0-next.1) (2020-11-10) **Note:** Version bump only for package gatsby-plugin-graphql-config diff --git a/packages/gatsby-plugin-graphql-config/package.json b/packages/gatsby-plugin-graphql-config/package.json index c53aa656ae2a5..bff344691282e 100644 --- a/packages/gatsby-plugin-graphql-config/package.json +++ b/packages/gatsby-plugin-graphql-config/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-graphql-config", "description": "Gatsby plugin to write out a graphql-config with develop process endpoint configured", - "version": "0.2.0-next.0", + "version": "0.3.0-next.0", "author": "Rikki Schulte ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,7 +12,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.7.0-next.0", + "babel-preset-gatsby-package": "^0.8.0-next.0", "cross-env": "^7.0.2" }, "peerDependencies": { diff --git a/packages/gatsby-plugin-guess-js/CHANGELOG.md b/packages/gatsby-plugin-guess-js/CHANGELOG.md index 9214ae894f5a3..c488e6a7a7c8c 100644 --- a/packages/gatsby-plugin-guess-js/CHANGELOG.md +++ b/packages/gatsby-plugin-guess-js/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.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-guess-js@1.5.0-next.0...gatsby-plugin-guess-js@1.6.0-next.0) (2020-11-18) + +**Note:** Version bump only for package gatsby-plugin-guess-js + # [1.4.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-guess-js@1.4.0-next.1...gatsby-plugin-guess-js@1.4.0-next.2) (2020-11-10) **Note:** Version bump only for package gatsby-plugin-guess-js diff --git a/packages/gatsby-plugin-guess-js/package.json b/packages/gatsby-plugin-guess-js/package.json index 874bf60f2954d..218df77278131 100644 --- a/packages/gatsby-plugin-guess-js/package.json +++ b/packages/gatsby-plugin-guess-js/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-guess-js", - "version": "1.5.0-next.0", + "version": "1.6.0-next.0", "description": "Gatsby plugin providing drop-in integration with Guess.js to enabling using machine learning and analytics data to power prefetching", "main": "index.js", "scripts": { @@ -34,7 +34,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.7.0-next.0", + "babel-preset-gatsby-package": "^0.8.0-next.0", "cross-env": "^7.0.2" }, "peerDependencies": { diff --git a/packages/gatsby-plugin-image/CHANGELOG.md b/packages/gatsby-plugin-image/CHANGELOG.md index 66dd2f722a2f0..cf6c450dc7bf5 100644 --- a/packages/gatsby-plugin-image/CHANGELOG.md +++ b/packages/gatsby-plugin-image/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.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-image@0.2.0-next.0...gatsby-plugin-image@0.3.0-next.0) (2020-11-18) + +**Note:** Version bump only for package gatsby-plugin-image + # [0.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-image@0.1.0-next.0...gatsby-plugin-image@0.1.0-next.1) (2020-11-10) ### Features diff --git a/packages/gatsby-plugin-image/package.json b/packages/gatsby-plugin-image/package.json index 7e766d1d295c3..6b313fc75436c 100644 --- a/packages/gatsby-plugin-image/package.json +++ b/packages/gatsby-plugin-image/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-image", - "version": "0.2.0-next.0", + "version": "0.3.0-next.0", "scripts": { "build": "npm-run-all -s clean -p build:*", "build:gatsby-node": "tsc --jsx react --downlevelIteration true --skipLibCheck true --esModuleInterop true --outDir dist/ src/gatsby-node.ts src/babel-plugin-parse-static-images.ts src/types.d.ts", @@ -79,10 +79,10 @@ "@babel/parser": "^7.12.5", "@babel/traverse": "^7.12.5", "babel-jsx-utils": "^1.0.1", - "babel-plugin-remove-graphql-queries": "^2.11.0-next.0", + "babel-plugin-remove-graphql-queries": "^2.12.0-next.0", "chokidar": "^3.4.3", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^1.5.0-next.0", + "gatsby-core-utils": "^1.6.0-next.0", "prop-types": "^15.7.2" }, "repository": { diff --git a/packages/gatsby-plugin-jss/CHANGELOG.md b/packages/gatsby-plugin-jss/CHANGELOG.md index a88f50819ccfc..43e0c49d76a58 100644 --- a/packages/gatsby-plugin-jss/CHANGELOG.md +++ b/packages/gatsby-plugin-jss/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.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-jss@2.5.0-next.0...gatsby-plugin-jss@2.6.0-next.0) (2020-11-18) + +**Note:** Version bump only for package gatsby-plugin-jss + # [2.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-jss@2.4.0-next.0...gatsby-plugin-jss@2.4.0-next.1) (2020-11-10) **Note:** Version bump only for package gatsby-plugin-jss diff --git a/packages/gatsby-plugin-jss/package.json b/packages/gatsby-plugin-jss/package.json index 152f509386a08..dc5386092dd3a 100644 --- a/packages/gatsby-plugin-jss/package.json +++ b/packages/gatsby-plugin-jss/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-jss", "description": "Gatsby plugin that adds SSR support for JSS", - "version": "2.5.0-next.0", + "version": "2.6.0-next.0", "author": "Vladimir Guguiev ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,7 +12,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.7.0-next.0", + "babel-preset-gatsby-package": "^0.8.0-next.0", "cross-env": "^7.0.2" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-jss#readme", diff --git a/packages/gatsby-plugin-layout/CHANGELOG.md b/packages/gatsby-plugin-layout/CHANGELOG.md index 8575400008825..d53188cdffcf0 100644 --- a/packages/gatsby-plugin-layout/CHANGELOG.md +++ b/packages/gatsby-plugin-layout/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.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-layout@1.5.0-next.0...gatsby-plugin-layout@1.6.0-next.0) (2020-11-18) + +**Note:** Version bump only for package gatsby-plugin-layout + # [1.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-layout@1.4.0-next.0...gatsby-plugin-layout@1.4.0-next.1) (2020-11-10) **Note:** Version bump only for package gatsby-plugin-layout diff --git a/packages/gatsby-plugin-layout/package.json b/packages/gatsby-plugin-layout/package.json index 515e74e70752b..f1c465723e5d9 100644 --- a/packages/gatsby-plugin-layout/package.json +++ b/packages/gatsby-plugin-layout/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-layout", - "version": "1.5.0-next.0", + "version": "1.6.0-next.0", "description": "Reimplements the behavior of layout components in gatsby@1, which was removed in version 2.", "main": "index.js", "scripts": { @@ -29,7 +29,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.7.0-next.0", + "babel-preset-gatsby-package": "^0.8.0-next.0", "cross-env": "^7.0.2" }, "engines": { diff --git a/packages/gatsby-plugin-less/CHANGELOG.md b/packages/gatsby-plugin-less/CHANGELOG.md index d1027f282734a..41076c58e0ca8 100644 --- a/packages/gatsby-plugin-less/CHANGELOG.md +++ b/packages/gatsby-plugin-less/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. +# [4.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-less@4.2.0-next.0...gatsby-plugin-less@4.3.0-next.0) (2020-11-18) + +**Note:** Version bump only for package gatsby-plugin-less + # [4.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-less@4.1.0-next.0...gatsby-plugin-less@4.1.0-next.1) (2020-11-10) **Note:** Version bump only for package gatsby-plugin-less diff --git a/packages/gatsby-plugin-less/package.json b/packages/gatsby-plugin-less/package.json index b53ec629f4b40..6e4bca57afa2c 100644 --- a/packages/gatsby-plugin-less/package.json +++ b/packages/gatsby-plugin-less/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-less", "description": "Gatsby plugin to add support for using Less", - "version": "4.2.0-next.0", + "version": "4.3.0-next.0", "author": "monastic.panic@gmail.com", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.7.0-next.0", + "babel-preset-gatsby-package": "^0.8.0-next.0", "cross-env": "^7.0.2" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-less#readme", diff --git a/packages/gatsby-plugin-lodash/CHANGELOG.md b/packages/gatsby-plugin-lodash/CHANGELOG.md index 7284b51ac17ba..93cf5bec90e56 100644 --- a/packages/gatsby-plugin-lodash/CHANGELOG.md +++ b/packages/gatsby-plugin-lodash/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. +# [3.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-lodash@3.5.0-next.0...gatsby-plugin-lodash@3.6.0-next.0) (2020-11-18) + +**Note:** Version bump only for package gatsby-plugin-lodash + # [3.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-lodash@3.4.0-next.0...gatsby-plugin-lodash@3.4.0-next.1) (2020-11-10) **Note:** Version bump only for package gatsby-plugin-lodash diff --git a/packages/gatsby-plugin-lodash/package.json b/packages/gatsby-plugin-lodash/package.json index c0a6f37ecc4d5..1faa8ac9e678f 100644 --- a/packages/gatsby-plugin-lodash/package.json +++ b/packages/gatsby-plugin-lodash/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-lodash", "description": "Easy modular Lodash builds. Adds the Lodash webpack & Babel plugins to your Gatsby build", - "version": "3.5.0-next.0", + "version": "3.6.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -14,7 +14,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.7.0-next.0", + "babel-preset-gatsby-package": "^0.8.0-next.0", "cross-env": "^7.0.2" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-lodash#readme", diff --git a/packages/gatsby-plugin-manifest/CHANGELOG.md b/packages/gatsby-plugin-manifest/CHANGELOG.md index e4f7628a8bd98..c0bff18ef1c5a 100644 --- a/packages/gatsby-plugin-manifest/CHANGELOG.md +++ b/packages/gatsby-plugin-manifest/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.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-manifest@2.7.0-next.1...gatsby-plugin-manifest@2.8.0-next.0) (2020-11-18) + +**Note:** Version bump only for package gatsby-plugin-manifest + # [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 diff --git a/packages/gatsby-plugin-manifest/package.json b/packages/gatsby-plugin-manifest/package.json index f5a1b2f0a2097..43b1c9562ebca 100644 --- a/packages/gatsby-plugin-manifest/package.json +++ b/packages/gatsby-plugin-manifest/package.json @@ -1,22 +1,22 @@ { "name": "gatsby-plugin-manifest", "description": "Gatsby plugin which adds a manifest.webmanifest to make sites progressive web apps", - "version": "2.7.0-next.1", + "version": "2.8.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" }, "dependencies": { "@babel/runtime": "^7.12.5", - "gatsby-core-utils": "^1.5.0-next.0", - "gatsby-plugin-utils": "^0.4.0-next.0", + "gatsby-core-utils": "^1.6.0-next.0", + "gatsby-plugin-utils": "^0.5.0-next.0", "semver": "^7.3.2", "sharp": "^0.26.3" }, "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.7.0-next.0", + "babel-preset-gatsby-package": "^0.8.0-next.0", "cross-env": "^7.0.2" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-manifest#readme", diff --git a/packages/gatsby-plugin-mdx/CHANGELOG.md b/packages/gatsby-plugin-mdx/CHANGELOG.md index 44948dca743af..21dbbd2c6242f 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.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@1.5.0-next.1...gatsby-plugin-mdx@1.6.0-next.0) (2020-11-18) + +**Note:** Version bump only for package gatsby-plugin-mdx + # [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 diff --git a/packages/gatsby-plugin-mdx/package.json b/packages/gatsby-plugin-mdx/package.json index d292c720a3ec4..8693e54ddcb80 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.1", + "version": "1.6.0-next.0", "description": "MDX integration for Gatsby", "main": "index.js", "license": "MIT", @@ -33,7 +33,7 @@ "escape-string-regexp": "^1.0.5", "eval": "^0.1.4", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^1.5.0-next.0", + "gatsby-core-utils": "^1.6.0-next.0", "gray-matter": "^4.0.2", "json5": "^2.1.3", "loader-utils": "^1.4.0", @@ -58,7 +58,7 @@ "devDependencies": { "@mdx-js/mdx": "^1.6.16", "@mdx-js/react": "^1.6.16", - "gatsby-plugin-utils": "^0.4.0-next.0", + "gatsby-plugin-utils": "^0.5.0-next.0", "jest": "^24.9.0", "js-combinatorics": "^1.4.5", "react-test-renderer": "^16.13.1" diff --git a/packages/gatsby-plugin-netlify-cms/CHANGELOG.md b/packages/gatsby-plugin-netlify-cms/CHANGELOG.md index b5638db3a6922..08045732fc5fb 100644 --- a/packages/gatsby-plugin-netlify-cms/CHANGELOG.md +++ b/packages/gatsby-plugin-netlify-cms/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. +# [4.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify-cms@4.5.0-next.0...gatsby-plugin-netlify-cms@4.6.0-next.0) (2020-11-18) + +**Note:** Version bump only for package gatsby-plugin-netlify-cms + # [4.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify-cms@4.4.0-next.0...gatsby-plugin-netlify-cms@4.4.0-next.1) (2020-11-10) **Note:** Version bump only for package gatsby-plugin-netlify-cms diff --git a/packages/gatsby-plugin-netlify-cms/package.json b/packages/gatsby-plugin-netlify-cms/package.json index 2c3326fb134ce..f6d560e195750 100644 --- a/packages/gatsby-plugin-netlify-cms/package.json +++ b/packages/gatsby-plugin-netlify-cms/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-netlify-cms", "description": "A Gatsby plugin which generates the Netlify CMS single page app", - "version": "4.5.0-next.0", + "version": "4.6.0-next.0", "author": "Shawn Erquhart ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -20,7 +20,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.7.0-next.0", + "babel-preset-gatsby-package": "^0.8.0-next.0", "cross-env": "^7.0.2", "react": "^16.12.0", "react-dom": "^16.12.0" diff --git a/packages/gatsby-plugin-netlify/CHANGELOG.md b/packages/gatsby-plugin-netlify/CHANGELOG.md index ac72f7264c9f2..67b9c2723216b 100644 --- a/packages/gatsby-plugin-netlify/CHANGELOG.md +++ b/packages/gatsby-plugin-netlify/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.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify@2.6.0-next.0...gatsby-plugin-netlify@2.7.0-next.0) (2020-11-18) + +**Note:** Version bump only for package gatsby-plugin-netlify + # [2.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify@2.5.0-next.0...gatsby-plugin-netlify@2.5.0-next.1) (2020-11-10) **Note:** Version bump only for package gatsby-plugin-netlify diff --git a/packages/gatsby-plugin-netlify/package.json b/packages/gatsby-plugin-netlify/package.json index 2c61b96752920..18bcf45335ab1 100644 --- a/packages/gatsby-plugin-netlify/package.json +++ b/packages/gatsby-plugin-netlify/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-netlify", "description": "A Gatsby plugin which generates a _headers file for netlify", - "version": "2.6.0-next.0", + "version": "2.7.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -22,9 +22,9 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.7.0-next.0", + "babel-preset-gatsby-package": "^0.8.0-next.0", "cross-env": "^7.0.2", - "gatsby-plugin-utils": "^0.4.0-next.0" + "gatsby-plugin-utils": "^0.5.0-next.0" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-netlify#readme", "keywords": [ diff --git a/packages/gatsby-plugin-no-sourcemaps/CHANGELOG.md b/packages/gatsby-plugin-no-sourcemaps/CHANGELOG.md index 4d3d299591596..fd58ae97568d0 100644 --- a/packages/gatsby-plugin-no-sourcemaps/CHANGELOG.md +++ b/packages/gatsby-plugin-no-sourcemaps/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.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-no-sourcemaps@2.4.0-next.0...gatsby-plugin-no-sourcemaps@2.5.0-next.0) (2020-11-18) + +**Note:** Version bump only for package gatsby-plugin-no-sourcemaps + ## [2.2.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-no-sourcemaps@2.2.0...gatsby-plugin-no-sourcemaps@2.2.1) (2020-10-06) **Note:** Version bump only for package gatsby-plugin-no-sourcemaps diff --git a/packages/gatsby-plugin-no-sourcemaps/package.json b/packages/gatsby-plugin-no-sourcemaps/package.json index eac89a9be77f9..fe53e58f43213 100644 --- a/packages/gatsby-plugin-no-sourcemaps/package.json +++ b/packages/gatsby-plugin-no-sourcemaps/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-no-sourcemaps", "description": "Disable sourcemaps when building JavaScript", - "version": "2.4.0-next.0", + "version": "2.5.0-next.0", "author": "Stuart Taylor ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-plugin-nprogress/CHANGELOG.md b/packages/gatsby-plugin-nprogress/CHANGELOG.md index 0caa39b423023..cc7d605533be2 100644 --- a/packages/gatsby-plugin-nprogress/CHANGELOG.md +++ b/packages/gatsby-plugin-nprogress/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.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-nprogress@2.5.0-next.0...gatsby-plugin-nprogress@2.6.0-next.0) (2020-11-18) + +**Note:** Version bump only for package gatsby-plugin-nprogress + # [2.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-nprogress@2.4.0-next.0...gatsby-plugin-nprogress@2.4.0-next.1) (2020-11-10) **Note:** Version bump only for package gatsby-plugin-nprogress diff --git a/packages/gatsby-plugin-nprogress/package.json b/packages/gatsby-plugin-nprogress/package.json index e0c882740b37b..5cf7bce8db04d 100644 --- a/packages/gatsby-plugin-nprogress/package.json +++ b/packages/gatsby-plugin-nprogress/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-nprogress", "description": "Shows page loading indicator when loading page resources is delayed", - "version": "2.5.0-next.0", + "version": "2.6.0-next.0", "author": "Kyle Mathews", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.7.0-next.0", + "babel-preset-gatsby-package": "^0.8.0-next.0", "cross-env": "^7.0.2" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-nprogress#readme", diff --git a/packages/gatsby-plugin-offline/CHANGELOG.md b/packages/gatsby-plugin-offline/CHANGELOG.md index 0bd3cf2525d03..7359da6e9a090 100644 --- a/packages/gatsby-plugin-offline/CHANGELOG.md +++ b/packages/gatsby-plugin-offline/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. +# [3.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-offline@3.5.0-next.0...gatsby-plugin-offline@3.6.0-next.0) (2020-11-18) + +**Note:** Version bump only for package gatsby-plugin-offline + # [3.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-offline@3.4.0-next.0...gatsby-plugin-offline@3.4.0-next.1) (2020-11-10) ### Bug Fixes diff --git a/packages/gatsby-plugin-offline/package.json b/packages/gatsby-plugin-offline/package.json index 8d67b9eb6a6bb..150d8655a4c54 100644 --- a/packages/gatsby-plugin-offline/package.json +++ b/packages/gatsby-plugin-offline/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-offline", "description": "Gatsby plugin which sets up a site to be able to run offline", - "version": "3.5.0-next.0", + "version": "3.6.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -9,7 +9,7 @@ "dependencies": { "@babel/runtime": "^7.12.5", "cheerio": "^1.0.0-rc.3", - "gatsby-core-utils": "^1.5.0-next.0", + "gatsby-core-utils": "^1.6.0-next.0", "glob": "^7.1.6", "idb-keyval": "^3.2.0", "lodash": "^4.17.20", @@ -18,10 +18,10 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.7.0-next.0", + "babel-preset-gatsby-package": "^0.8.0-next.0", "cpx": "^1.5.0", "cross-env": "^7.0.2", - "gatsby-plugin-utils": "^0.4.0-next.0", + "gatsby-plugin-utils": "^0.5.0-next.0", "rewire": "^4.0.1" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-offline#readme", diff --git a/packages/gatsby-plugin-page-creator/CHANGELOG.md b/packages/gatsby-plugin-page-creator/CHANGELOG.md index 643cfb85aca84..9a5fb0ea143a5 100644 --- a/packages/gatsby-plugin-page-creator/CHANGELOG.md +++ b/packages/gatsby-plugin-page-creator/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.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@2.5.0-next.0...gatsby-plugin-page-creator@2.6.0-next.0) (2020-11-18) + +**Note:** Version bump only for package gatsby-plugin-page-creator + # [2.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@2.4.0-next.0...gatsby-plugin-page-creator@2.4.0-next.1) (2020-11-10) ### Features diff --git a/packages/gatsby-plugin-page-creator/package.json b/packages/gatsby-plugin-page-creator/package.json index 04f4afa9af443..7b585099e6608 100644 --- a/packages/gatsby-plugin-page-creator/package.json +++ b/packages/gatsby-plugin-page-creator/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-page-creator", - "version": "2.5.0-next.0", + "version": "2.6.0-next.0", "description": "Gatsby plugin that automatically creates pages from React components in specified directories", "main": "index.js", "scripts": { @@ -28,7 +28,7 @@ "@sindresorhus/slugify": "^1.1.0", "chokidar": "^3.4.2", "fs-exists-cached": "^1.0.0", - "gatsby-page-utils": "^0.4.0-next.0", + "gatsby-page-utils": "^0.5.0-next.0", "globby": "^11.0.1", "graphql": "^14.7.0", "lodash": "^4.17.20" @@ -36,7 +36,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.7.0-next.0", + "babel-preset-gatsby-package": "^0.8.0-next.0", "cross-env": "^7.0.2" }, "peerDependencies": { diff --git a/packages/gatsby-plugin-postcss/CHANGELOG.md b/packages/gatsby-plugin-postcss/CHANGELOG.md index 42cde355d3029..bb0e34c25a915 100644 --- a/packages/gatsby-plugin-postcss/CHANGELOG.md +++ b/packages/gatsby-plugin-postcss/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. +# [3.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-postcss@3.2.0-next.0...gatsby-plugin-postcss@3.3.0-next.0) (2020-11-18) + +**Note:** Version bump only for package gatsby-plugin-postcss + # [3.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-postcss@3.1.0-next.0...gatsby-plugin-postcss@3.1.0-next.1) (2020-11-10) **Note:** Version bump only for package gatsby-plugin-postcss diff --git a/packages/gatsby-plugin-postcss/package.json b/packages/gatsby-plugin-postcss/package.json index 97bfceac89c61..744264125f6ff 100644 --- a/packages/gatsby-plugin-postcss/package.json +++ b/packages/gatsby-plugin-postcss/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-postcss", "description": "Gatsby plugin to handle PostCSS", - "version": "3.2.0-next.0", + "version": "3.3.0-next.0", "author": "Marat Dreizin ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.7.0-next.0", + "babel-preset-gatsby-package": "^0.8.0-next.0", "cross-env": "^7.0.2" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-postcss#readme", diff --git a/packages/gatsby-plugin-preact/CHANGELOG.md b/packages/gatsby-plugin-preact/CHANGELOG.md index 223c7bbe938ac..a65a50e595643 100644 --- a/packages/gatsby-plugin-preact/CHANGELOG.md +++ b/packages/gatsby-plugin-preact/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. +# [4.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preact@4.2.0-next.0...gatsby-plugin-preact@4.3.0-next.0) (2020-11-18) + +**Note:** Version bump only for package gatsby-plugin-preact + # [4.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preact@4.1.0-next.0...gatsby-plugin-preact@4.1.0-next.1) (2020-11-10) **Note:** Version bump only for package gatsby-plugin-preact diff --git a/packages/gatsby-plugin-preact/package.json b/packages/gatsby-plugin-preact/package.json index 3bd049dc5c582..3df9f3ea0ccf0 100644 --- a/packages/gatsby-plugin-preact/package.json +++ b/packages/gatsby-plugin-preact/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-preact", "description": "A Gatsby plugin which replaces React with Preact", - "version": "4.2.0-next.0", + "version": "4.3.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -14,7 +14,7 @@ "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", "@pmmmwh/react-refresh-webpack-plugin": "^0.4.2", - "babel-preset-gatsby-package": "^0.7.0-next.0", + "babel-preset-gatsby-package": "^0.8.0-next.0", "cross-env": "^7.0.2" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-preact#readme", diff --git a/packages/gatsby-plugin-preload-fonts/CHANGELOG.md b/packages/gatsby-plugin-preload-fonts/CHANGELOG.md index 2290916c80f32..5a1e912d8f675 100644 --- a/packages/gatsby-plugin-preload-fonts/CHANGELOG.md +++ b/packages/gatsby-plugin-preload-fonts/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.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preload-fonts@1.4.0-next.0...gatsby-plugin-preload-fonts@1.5.0-next.0) (2020-11-18) + +**Note:** Version bump only for package gatsby-plugin-preload-fonts + # [1.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preload-fonts@1.3.0-next.0...gatsby-plugin-preload-fonts@1.3.0-next.1) (2020-11-10) **Note:** Version bump only for package gatsby-plugin-preload-fonts diff --git a/packages/gatsby-plugin-preload-fonts/package.json b/packages/gatsby-plugin-preload-fonts/package.json index e1763f45ef30e..c176c3e492209 100644 --- a/packages/gatsby-plugin-preload-fonts/package.json +++ b/packages/gatsby-plugin-preload-fonts/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-preload-fonts", "description": "Gatsby plugin for preloading fonts per page", - "version": "1.4.0-next.0", + "version": "1.5.0-next.0", "author": "Aaron Ross ", "main": "index.js", "bin": { @@ -14,7 +14,7 @@ "chalk": "^4.1.0", "date-fns": "^2.16.1", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^1.5.0-next.0", + "gatsby-core-utils": "^1.6.0-next.0", "graphql-request": "^1.8.2", "progress": "^2.0.3", "puppeteer": "^3.3.0" @@ -22,7 +22,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.7.0-next.0", + "babel-preset-gatsby-package": "^0.8.0-next.0", "cross-env": "^7.0.2", "del-cli": "^3.0.1" }, diff --git a/packages/gatsby-plugin-react-css-modules/CHANGELOG.md b/packages/gatsby-plugin-react-css-modules/CHANGELOG.md index 76060f1ba1d84..a86ef2792164c 100644 --- a/packages/gatsby-plugin-react-css-modules/CHANGELOG.md +++ b/packages/gatsby-plugin-react-css-modules/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.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-react-css-modules@2.5.0-next.0...gatsby-plugin-react-css-modules@2.6.0-next.0) (2020-11-18) + +**Note:** Version bump only for package gatsby-plugin-react-css-modules + # [2.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-react-css-modules@2.4.0-next.0...gatsby-plugin-react-css-modules@2.4.0-next.1) (2020-11-10) **Note:** Version bump only for package gatsby-plugin-react-css-modules diff --git a/packages/gatsby-plugin-react-css-modules/package.json b/packages/gatsby-plugin-react-css-modules/package.json index 3b91525721084..253f2c1bbbd08 100644 --- a/packages/gatsby-plugin-react-css-modules/package.json +++ b/packages/gatsby-plugin-react-css-modules/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-react-css-modules", "description": "Gatsby plugin that transforms styleName to className using compile time CSS module resolution", - "version": "2.5.0-next.0", + "version": "2.6.0-next.0", "author": "Ming Aldrich-Gan ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.7.0-next.0", + "babel-preset-gatsby-package": "^0.8.0-next.0", "cross-env": "^7.0.2" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-react-css-modules#readme", diff --git a/packages/gatsby-plugin-react-helmet/CHANGELOG.md b/packages/gatsby-plugin-react-helmet/CHANGELOG.md index 1ca918faffe35..0e00df9c1caad 100644 --- a/packages/gatsby-plugin-react-helmet/CHANGELOG.md +++ b/packages/gatsby-plugin-react-helmet/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. +# [3.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-react-helmet@3.5.0-next.0...gatsby-plugin-react-helmet@3.6.0-next.0) (2020-11-18) + +**Note:** Version bump only for package gatsby-plugin-react-helmet + # [3.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-react-helmet@3.4.0-next.0...gatsby-plugin-react-helmet@3.4.0-next.1) (2020-11-10) **Note:** Version bump only for package gatsby-plugin-react-helmet diff --git a/packages/gatsby-plugin-react-helmet/package.json b/packages/gatsby-plugin-react-helmet/package.json index 56ad6f903204d..061879039ceae 100644 --- a/packages/gatsby-plugin-react-helmet/package.json +++ b/packages/gatsby-plugin-react-helmet/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-react-helmet", "description": "Manage document head data with react-helmet. Provides drop-in server rendering support for Gatsby.", - "version": "3.5.0-next.0", + "version": "3.6.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,7 +12,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.7.0-next.0", + "babel-preset-gatsby-package": "^0.8.0-next.0", "cross-env": "^7.0.2" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-react-helmet#readme", diff --git a/packages/gatsby-plugin-remove-trailing-slashes/CHANGELOG.md b/packages/gatsby-plugin-remove-trailing-slashes/CHANGELOG.md index c90fc74ba240d..f042425f57e1d 100644 --- a/packages/gatsby-plugin-remove-trailing-slashes/CHANGELOG.md +++ b/packages/gatsby-plugin-remove-trailing-slashes/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.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-remove-trailing-slashes@2.5.0-next.0...gatsby-plugin-remove-trailing-slashes@2.6.0-next.0) (2020-11-18) + +**Note:** Version bump only for package gatsby-plugin-remove-trailing-slashes + # [2.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-remove-trailing-slashes@2.4.0-next.0...gatsby-plugin-remove-trailing-slashes@2.4.0-next.1) (2020-11-10) **Note:** Version bump only for package gatsby-plugin-remove-trailing-slashes diff --git a/packages/gatsby-plugin-remove-trailing-slashes/package.json b/packages/gatsby-plugin-remove-trailing-slashes/package.json index 0126b863748ad..29befeadb34ea 100644 --- a/packages/gatsby-plugin-remove-trailing-slashes/package.json +++ b/packages/gatsby-plugin-remove-trailing-slashes/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-remove-trailing-slashes", "description": "Removes trailing slashes from your project's paths. For example, yoursite.com/about/ becomes yoursite.com/about", - "version": "2.5.0-next.0", + "version": "2.6.0-next.0", "author": "scott.eckenthal@gmail.com", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,7 +12,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.7.0-next.0", + "babel-preset-gatsby-package": "^0.8.0-next.0", "cross-env": "^7.0.2" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-remove-trailing-slashes#readme", diff --git a/packages/gatsby-plugin-sass/CHANGELOG.md b/packages/gatsby-plugin-sass/CHANGELOG.md index 6f677ccf4a444..abaee97d91e6f 100644 --- a/packages/gatsby-plugin-sass/CHANGELOG.md +++ b/packages/gatsby-plugin-sass/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.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sass@2.6.0-next.1...gatsby-plugin-sass@2.7.0-next.0) (2020-11-18) + +**Note:** Version bump only for package gatsby-plugin-sass + # [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 diff --git a/packages/gatsby-plugin-sass/package.json b/packages/gatsby-plugin-sass/package.json index 9d1e123012fd0..276557d5d744e 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.1", + "version": "2.7.0-next.0", "author": "Daniel Farrell ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,9 +13,9 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.7.0-next.0", + "babel-preset-gatsby-package": "^0.8.0-next.0", "cross-env": "^7.0.2", - "gatsby-plugin-utils": "^0.4.0-next.0" + "gatsby-plugin-utils": "^0.5.0-next.0" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sass#readme", "keywords": [ diff --git a/packages/gatsby-plugin-schema-snapshot/CHANGELOG.md b/packages/gatsby-plugin-schema-snapshot/CHANGELOG.md index 20481b72cd8e5..91b86e9ce3b8f 100644 --- a/packages/gatsby-plugin-schema-snapshot/CHANGELOG.md +++ b/packages/gatsby-plugin-schema-snapshot/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.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-schema-snapshot@1.2.0-next.0...gatsby-plugin-schema-snapshot@1.3.0-next.0) (2020-11-18) + +**Note:** Version bump only for package gatsby-plugin-schema-snapshot + # 1.0.0 (2019-08-12) ### Features diff --git a/packages/gatsby-plugin-schema-snapshot/package.json b/packages/gatsby-plugin-schema-snapshot/package.json index 883ea8bf0d663..79b897cc29357 100644 --- a/packages/gatsby-plugin-schema-snapshot/package.json +++ b/packages/gatsby-plugin-schema-snapshot/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-schema-snapshot", - "version": "1.2.0-next.0", + "version": "1.3.0-next.0", "main": "index.js", "license": "MIT", "keywords": [ diff --git a/packages/gatsby-plugin-sharp/CHANGELOG.md b/packages/gatsby-plugin-sharp/CHANGELOG.md index 8d29f99ce1bab..d565c202855ca 100644 --- a/packages/gatsby-plugin-sharp/CHANGELOG.md +++ b/packages/gatsby-plugin-sharp/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.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.9.0-next.0...gatsby-plugin-sharp@2.10.0-next.0) (2020-11-18) + +**Note:** Version bump only for package gatsby-plugin-sharp + # [2.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.8.0-next.0...gatsby-plugin-sharp@2.8.0-next.1) (2020-11-10) ### Features diff --git a/packages/gatsby-plugin-sharp/package.json b/packages/gatsby-plugin-sharp/package.json index 52b1ebdc9d302..8d0c9bce83fa1 100644 --- a/packages/gatsby-plugin-sharp/package.json +++ b/packages/gatsby-plugin-sharp/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-sharp", "description": "Wrapper of the Sharp image manipulation library for Gatsby plugins", - "version": "2.9.0-next.0", + "version": "2.10.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -11,7 +11,7 @@ "async": "^3.2.0", "bluebird": "^3.7.2", "fs-extra": "^9.0.1", - "gatsby-core-utils": "^1.5.0-next.0", + "gatsby-core-utils": "^1.6.0-next.0", "got": "^10.7.0", "imagemin": "^7.0.1", "imagemin-mozjpeg": "^9.0.0", @@ -30,9 +30,9 @@ "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", "@types/sharp": "^0.26.0", - "babel-preset-gatsby-package": "^0.7.0-next.0", + "babel-preset-gatsby-package": "^0.8.0-next.0", "cross-env": "^7.0.2", - "gatsby-plugin-image": "^0.2.0-next.0" + "gatsby-plugin-image": "^0.3.0-next.0" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sharp#readme", "keywords": [ diff --git a/packages/gatsby-plugin-sitemap/CHANGELOG.md b/packages/gatsby-plugin-sitemap/CHANGELOG.md index 8bfcc6dc6ca25..6e17b57390dbe 100644 --- a/packages/gatsby-plugin-sitemap/CHANGELOG.md +++ b/packages/gatsby-plugin-sitemap/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.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sitemap@2.7.0-next.0...gatsby-plugin-sitemap@2.8.0-next.0) (2020-11-18) + +**Note:** Version bump only for package gatsby-plugin-sitemap + # [2.6.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sitemap@2.6.0-next.1...gatsby-plugin-sitemap@2.6.0-next.2) (2020-11-10) **Note:** Version bump only for package gatsby-plugin-sitemap diff --git a/packages/gatsby-plugin-sitemap/package.json b/packages/gatsby-plugin-sitemap/package.json index 0f7eb20d2c6c7..730387829a42b 100644 --- a/packages/gatsby-plugin-sitemap/package.json +++ b/packages/gatsby-plugin-sitemap/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-sitemap", "description": "Gatsby plugin that automatically creates a sitemap for your site", - "version": "2.7.0-next.0", + "version": "2.8.0-next.0", "author": "Nicholas Young <nicholas@nicholaswyoung.com>", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -16,7 +16,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.7.0-next.0", + "babel-preset-gatsby-package": "^0.8.0-next.0", "cross-env": "^7.0.2" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sitemap#readme", diff --git a/packages/gatsby-plugin-styled-components/CHANGELOG.md b/packages/gatsby-plugin-styled-components/CHANGELOG.md index 7b1eeeb32987b..be95832aa42a3 100644 --- a/packages/gatsby-plugin-styled-components/CHANGELOG.md +++ b/packages/gatsby-plugin-styled-components/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. +# [3.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styled-components@3.5.0-next.0...gatsby-plugin-styled-components@3.6.0-next.0) (2020-11-18) + +**Note:** Version bump only for package gatsby-plugin-styled-components + # [3.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styled-components@3.4.0-next.0...gatsby-plugin-styled-components@3.4.0-next.1) (2020-11-10) **Note:** Version bump only for package gatsby-plugin-styled-components diff --git a/packages/gatsby-plugin-styled-components/package.json b/packages/gatsby-plugin-styled-components/package.json index 8ba11d2234bcb..561c6304489c0 100644 --- a/packages/gatsby-plugin-styled-components/package.json +++ b/packages/gatsby-plugin-styled-components/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-styled-components", "description": "Gatsby plugin to add support for styled components", - "version": "3.5.0-next.0", + "version": "3.6.0-next.0", "author": "Guten Ye ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,7 +12,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.7.0-next.0", + "babel-preset-gatsby-package": "^0.8.0-next.0", "cross-env": "^7.0.2" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-styled-components#readme", diff --git a/packages/gatsby-plugin-styled-jsx/CHANGELOG.md b/packages/gatsby-plugin-styled-jsx/CHANGELOG.md index 782f2afca0f9b..7834b561614d1 100644 --- a/packages/gatsby-plugin-styled-jsx/CHANGELOG.md +++ b/packages/gatsby-plugin-styled-jsx/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. +# [3.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styled-jsx@3.5.0-next.0...gatsby-plugin-styled-jsx@3.6.0-next.0) (2020-11-18) + +**Note:** Version bump only for package gatsby-plugin-styled-jsx + # [3.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styled-jsx@3.4.0-next.0...gatsby-plugin-styled-jsx@3.4.0-next.1) (2020-11-10) **Note:** Version bump only for package gatsby-plugin-styled-jsx diff --git a/packages/gatsby-plugin-styled-jsx/package.json b/packages/gatsby-plugin-styled-jsx/package.json index f2a9be3654f2d..24b8bf2ecfff2 100644 --- a/packages/gatsby-plugin-styled-jsx/package.json +++ b/packages/gatsby-plugin-styled-jsx/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-styled-jsx", "description": "Adds SSR support for styled-jsx", - "version": "3.5.0-next.0", + "version": "3.6.0-next.0", "author": "Tim Suchanek ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,7 +12,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.7.0-next.0", + "babel-preset-gatsby-package": "^0.8.0-next.0", "cross-env": "^7.0.2" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-styled-jsx#readme", diff --git a/packages/gatsby-plugin-styletron/CHANGELOG.md b/packages/gatsby-plugin-styletron/CHANGELOG.md index 991c245b725f9..91c5f206681eb 100644 --- a/packages/gatsby-plugin-styletron/CHANGELOG.md +++ b/packages/gatsby-plugin-styletron/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. +# [5.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styletron@5.2.0-next.0...gatsby-plugin-styletron@5.3.0-next.0) (2020-11-18) + +**Note:** Version bump only for package gatsby-plugin-styletron + # [5.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styletron@5.1.0-next.0...gatsby-plugin-styletron@5.1.0-next.1) (2020-11-10) **Note:** Version bump only for package gatsby-plugin-styletron diff --git a/packages/gatsby-plugin-styletron/package.json b/packages/gatsby-plugin-styletron/package.json index 42853515e3fd6..3d5c92a83d22a 100644 --- a/packages/gatsby-plugin-styletron/package.json +++ b/packages/gatsby-plugin-styletron/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-styletron", "description": "A Gatsby plugin for styletron with built-in server-side rendering support", - "version": "5.2.0-next.0", + "version": "5.3.0-next.0", "author": "Nadiia Dmytrenko ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -9,7 +9,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.7.0-next.0", + "babel-preset-gatsby-package": "^0.8.0-next.0", "cross-env": "^7.0.2", "styletron-engine-atomic": "^1.4.6", "styletron-react": "^5.2.7" diff --git a/packages/gatsby-plugin-stylus/CHANGELOG.md b/packages/gatsby-plugin-stylus/CHANGELOG.md index dddf718a08d9e..0042ef0db5f49 100644 --- a/packages/gatsby-plugin-stylus/CHANGELOG.md +++ b/packages/gatsby-plugin-stylus/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.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-stylus@2.5.0-next.0...gatsby-plugin-stylus@2.6.0-next.0) (2020-11-18) + +**Note:** Version bump only for package gatsby-plugin-stylus + # [2.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-stylus@2.4.0-next.0...gatsby-plugin-stylus@2.4.0-next.1) (2020-11-10) **Note:** Version bump only for package gatsby-plugin-stylus diff --git a/packages/gatsby-plugin-stylus/package.json b/packages/gatsby-plugin-stylus/package.json index 920c7c8b4f883..8cc1d85b71b3a 100644 --- a/packages/gatsby-plugin-stylus/package.json +++ b/packages/gatsby-plugin-stylus/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-stylus", "description": "Gatsby support for Stylus", - "version": "2.5.0-next.0", + "version": "2.6.0-next.0", "author": "Ian Sinnott ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -14,7 +14,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.7.0-next.0", + "babel-preset-gatsby-package": "^0.8.0-next.0", "cross-env": "^7.0.2" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-stylus#readme", diff --git a/packages/gatsby-plugin-subfont/CHANGELOG.md b/packages/gatsby-plugin-subfont/CHANGELOG.md index bcf1f47fe6040..9b76f1dceeb24 100644 --- a/packages/gatsby-plugin-subfont/CHANGELOG.md +++ b/packages/gatsby-plugin-subfont/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.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-subfont@2.4.0-next.0...gatsby-plugin-subfont@2.5.0-next.0) (2020-11-18) + +**Note:** Version bump only for package gatsby-plugin-subfont + # [2.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-subfont@2.3.0-next.0...gatsby-plugin-subfont@2.3.0-next.1) (2020-11-10) **Note:** Version bump only for package gatsby-plugin-subfont diff --git a/packages/gatsby-plugin-subfont/package.json b/packages/gatsby-plugin-subfont/package.json index 33a313ced9012..0e099eb16666c 100644 --- a/packages/gatsby-plugin-subfont/package.json +++ b/packages/gatsby-plugin-subfont/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-subfont", - "version": "2.4.0-next.0", + "version": "2.5.0-next.0", "description": "Runs the font delivery optimizing CLI tool subfont on the homepage of your site during the Gatsby build", "main": "index.js", "scripts": { @@ -29,7 +29,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.7.0-next.0", + "babel-preset-gatsby-package": "^0.8.0-next.0", "cross-env": "^7.0.2" }, "engines": { diff --git a/packages/gatsby-plugin-twitter/CHANGELOG.md b/packages/gatsby-plugin-twitter/CHANGELOG.md index 534f04f44b7da..38d6ccc594343 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.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-twitter@2.5.0-next.1...gatsby-plugin-twitter@2.6.0-next.0) (2020-11-18) + +**Note:** Version bump only for package gatsby-plugin-twitter + # [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 diff --git a/packages/gatsby-plugin-twitter/package.json b/packages/gatsby-plugin-twitter/package.json index bbc9b577be5c3..3a209959f5327 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.1", + "version": "2.6.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,9 +12,9 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.7.0-next.0", + "babel-preset-gatsby-package": "^0.8.0-next.0", "cross-env": "^7.0.2", - "gatsby-plugin-utils": "^0.4.0-next.0" + "gatsby-plugin-utils": "^0.5.0-next.0" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-twitter#readme", "keywords": [ diff --git a/packages/gatsby-plugin-typescript/CHANGELOG.md b/packages/gatsby-plugin-typescript/CHANGELOG.md index ebae4b8c15351..23fc7b71464b4 100644 --- a/packages/gatsby-plugin-typescript/CHANGELOG.md +++ b/packages/gatsby-plugin-typescript/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.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typescript@2.7.0-next.0...gatsby-plugin-typescript@2.8.0-next.0) (2020-11-18) + +**Note:** Version bump only for package gatsby-plugin-typescript + # [2.6.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typescript@2.6.0-next.0...gatsby-plugin-typescript@2.6.0-next.1) (2020-11-10) **Note:** Version bump only for package gatsby-plugin-typescript diff --git a/packages/gatsby-plugin-typescript/package.json b/packages/gatsby-plugin-typescript/package.json index 35f3fa102a467..085c168635248 100644 --- a/packages/gatsby-plugin-typescript/package.json +++ b/packages/gatsby-plugin-typescript/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-typescript", "description": "Adds TypeScript support to Gatsby", - "version": "2.7.0-next.0", + "version": "2.8.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -16,12 +16,12 @@ "@babel/plugin-proposal-optional-chaining": "^7.12.1", "@babel/preset-typescript": "^7.12.1", "@babel/runtime": "^7.12.5", - "babel-plugin-remove-graphql-queries": "^2.11.0-next.0" + "babel-plugin-remove-graphql-queries": "^2.12.0-next.0" }, "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.7.0-next.0", + "babel-preset-gatsby-package": "^0.8.0-next.0", "cross-env": "^7.0.2" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-typescript#readme", diff --git a/packages/gatsby-plugin-typography/CHANGELOG.md b/packages/gatsby-plugin-typography/CHANGELOG.md index f9ed32cf5decc..5b7214690da72 100644 --- a/packages/gatsby-plugin-typography/CHANGELOG.md +++ b/packages/gatsby-plugin-typography/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.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typography@2.7.0-next.0...gatsby-plugin-typography@2.8.0-next.0) (2020-11-18) + +### Features + +- **gatsby:** SSR pages during development ([#27432](https://github.com/gatsbyjs/gatsby/issues/27432)) ([23da2c3](https://github.com/gatsbyjs/gatsby/commit/23da2c3fb2e16b7e3fe1e15c19decd799000a212)) + # [2.6.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typography@2.6.0-next.0...gatsby-plugin-typography@2.6.0-next.1) (2020-11-10) **Note:** Version bump only for package gatsby-plugin-typography diff --git a/packages/gatsby-plugin-typography/package.json b/packages/gatsby-plugin-typography/package.json index f7d19d8441bfb..c6aba819f710c 100644 --- a/packages/gatsby-plugin-typography/package.json +++ b/packages/gatsby-plugin-typography/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-typography", "description": "Gatsby plugin to setup server rendering of Typography.js' CSS", - "version": "2.7.0-next.0", + "version": "2.8.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,7 +12,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.7.0-next.0", + "babel-preset-gatsby-package": "^0.8.0-next.0", "cross-env": "^7.0.2", "react": "^16.12.0", "react-dom": "^16.12.0", diff --git a/packages/gatsby-plugin-utils/CHANGELOG.md b/packages/gatsby-plugin-utils/CHANGELOG.md index ac46a2f4924d6..ffb2e60b01fc8 100644 --- a/packages/gatsby-plugin-utils/CHANGELOG.md +++ b/packages/gatsby-plugin-utils/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.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-utils@0.4.0-next.0...gatsby-plugin-utils@0.5.0-next.0) (2020-11-18) + +**Note:** Version bump only for package gatsby-plugin-utils + # [0.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-utils@0.3.0-next.0...gatsby-plugin-utils@0.3.0-next.1) (2020-11-10) **Note:** Version bump only for package gatsby-plugin-utils diff --git a/packages/gatsby-plugin-utils/package.json b/packages/gatsby-plugin-utils/package.json index 7d2e19da0eaec..8ae305ed001b8 100644 --- a/packages/gatsby-plugin-utils/package.json +++ b/packages/gatsby-plugin-utils/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-utils", - "version": "0.4.0-next.0", + "version": "0.5.0-next.0", "description": "Gatsby utils that help creating plugins", "main": "dist/index.js", "scripts": { @@ -26,7 +26,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.7.0-next.0", + "babel-preset-gatsby-package": "^0.8.0-next.0", "cross-env": "^7.0.2", "rimraf": "^3.0.2", "typescript": "^3.9.5" diff --git a/packages/gatsby-react-router-scroll/CHANGELOG.md b/packages/gatsby-react-router-scroll/CHANGELOG.md index 75ddc54b09fc9..99eeaf44cd869 100644 --- a/packages/gatsby-react-router-scroll/CHANGELOG.md +++ b/packages/gatsby-react-router-scroll/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. +# [3.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-react-router-scroll@3.2.0-next.0...gatsby-react-router-scroll@3.3.0-next.0) (2020-11-18) + +**Note:** Version bump only for package gatsby-react-router-scroll + # [3.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-react-router-scroll@3.1.0-next.0...gatsby-react-router-scroll@3.1.0-next.1) (2020-11-10) **Note:** Version bump only for package gatsby-react-router-scroll diff --git a/packages/gatsby-react-router-scroll/package.json b/packages/gatsby-react-router-scroll/package.json index b076db74e2871..2f3f8220e428f 100644 --- a/packages/gatsby-react-router-scroll/package.json +++ b/packages/gatsby-react-router-scroll/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-react-router-scroll", "description": "React Router scroll management forked from https://github.com/ytase/react-router-scroll for Gatsby", - "version": "3.2.0-next.0", + "version": "3.3.0-next.0", "author": "Jimmy Jia", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", "babel-plugin-dev-expression": "^0.2.2", - "babel-preset-gatsby-package": "^0.7.0-next.0", + "babel-preset-gatsby-package": "^0.8.0-next.0", "cross-env": "^7.0.2", "history": "^4.10.1" }, diff --git a/packages/gatsby-recipes/CHANGELOG.md b/packages/gatsby-recipes/CHANGELOG.md index 9c8a267c19510..84977f9581bca 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.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-recipes@0.4.0-next.1...gatsby-recipes@0.5.0-next.0) (2020-11-18) + +### Features + +- **gatsby:** SSR pages during development ([#27432](https://github.com/gatsbyjs/gatsby/issues/27432)) ([23da2c3](https://github.com/gatsbyjs/gatsby/commit/23da2c3fb2e16b7e3fe1e15c19decd799000a212)) +- **recipes-list:** add chakra-ui ([#28013](https://github.com/gatsbyjs/gatsby/issues/28013)) ([51b9041](https://github.com/gatsbyjs/gatsby/commit/51b9041d1f5977f22ee23c7e68bcd6b12999c2c4)) + # [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 diff --git a/packages/gatsby-recipes/package.json b/packages/gatsby-recipes/package.json index 177a0e421adcc..10b37949743a9 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.1", + "version": "0.5.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -30,8 +30,8 @@ "express": "^4.17.1", "express-graphql": "^0.9.0", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^1.5.0-next.0", - "gatsby-telemetry": "^1.5.0-next.1", + "gatsby-core-utils": "^1.6.0-next.0", + "gatsby-telemetry": "^1.6.0-next.0", "glob": "^7.1.6", "graphql": "^14.6.0", "graphql-compose": "^6.3.8", diff --git a/packages/gatsby-remark-autolink-headers/CHANGELOG.md b/packages/gatsby-remark-autolink-headers/CHANGELOG.md index b17bda674aac5..f60dc6a5f3abc 100644 --- a/packages/gatsby-remark-autolink-headers/CHANGELOG.md +++ b/packages/gatsby-remark-autolink-headers/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.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-autolink-headers@2.6.0-next.0...gatsby-remark-autolink-headers@2.7.0-next.0) (2020-11-18) + +**Note:** Version bump only for package gatsby-remark-autolink-headers + # [2.5.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-autolink-headers@2.5.0-next.1...gatsby-remark-autolink-headers@2.5.0-next.2) (2020-11-10) **Note:** Version bump only for package gatsby-remark-autolink-headers diff --git a/packages/gatsby-remark-autolink-headers/package.json b/packages/gatsby-remark-autolink-headers/package.json index da7c13d47a631..b41bd3d612315 100644 --- a/packages/gatsby-remark-autolink-headers/package.json +++ b/packages/gatsby-remark-autolink-headers/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-remark-autolink-headers", "description": "Gatsby plugin to autolink headers in markdown processed by Remark", - "version": "2.6.0-next.0", + "version": "2.7.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -16,9 +16,9 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.7.0-next.0", + "babel-preset-gatsby-package": "^0.8.0-next.0", "cross-env": "^7.0.2", - "gatsby-plugin-utils": "^0.4.0-next.0" + "gatsby-plugin-utils": "^0.5.0-next.0" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-autolink-headers#readme", "keywords": [ diff --git a/packages/gatsby-remark-code-repls/CHANGELOG.md b/packages/gatsby-remark-code-repls/CHANGELOG.md index 7631e7e49eea2..ee36e5ec17aca 100644 --- a/packages/gatsby-remark-code-repls/CHANGELOG.md +++ b/packages/gatsby-remark-code-repls/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. +# [3.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-code-repls@3.4.0-next.0...gatsby-remark-code-repls@3.5.0-next.0) (2020-11-18) + +**Note:** Version bump only for package gatsby-remark-code-repls + # [3.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-code-repls@3.3.0-next.0...gatsby-remark-code-repls@3.3.0-next.1) (2020-11-10) **Note:** Version bump only for package gatsby-remark-code-repls diff --git a/packages/gatsby-remark-code-repls/package.json b/packages/gatsby-remark-code-repls/package.json index e4e3593ba4ca0..a1bbe01a82694 100644 --- a/packages/gatsby-remark-code-repls/package.json +++ b/packages/gatsby-remark-code-repls/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-remark-code-repls", "description": "Gatsby plugin to auto-generate links to popular REPLs like Babel and Codepen", - "version": "3.4.0-next.0", + "version": "3.5.0-next.0", "author": "Brian Vaughn ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -18,7 +18,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.7.0-next.0", + "babel-preset-gatsby-package": "^0.8.0-next.0", "cross-env": "^7.0.2" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-code-repls#readme", diff --git a/packages/gatsby-remark-copy-linked-files/CHANGELOG.md b/packages/gatsby-remark-copy-linked-files/CHANGELOG.md index 7442527644df6..ecdcdfe8a8023 100644 --- a/packages/gatsby-remark-copy-linked-files/CHANGELOG.md +++ b/packages/gatsby-remark-copy-linked-files/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.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-copy-linked-files@2.5.0-next.0...gatsby-remark-copy-linked-files@2.6.0-next.0) (2020-11-18) + +**Note:** Version bump only for package gatsby-remark-copy-linked-files + # [2.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-copy-linked-files@2.4.0-next.0...gatsby-remark-copy-linked-files@2.4.0-next.1) (2020-11-10) **Note:** Version bump only for package gatsby-remark-copy-linked-files diff --git a/packages/gatsby-remark-copy-linked-files/package.json b/packages/gatsby-remark-copy-linked-files/package.json index 48564f5879a02..f1e328156246c 100644 --- a/packages/gatsby-remark-copy-linked-files/package.json +++ b/packages/gatsby-remark-copy-linked-files/package.json @@ -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": "2.5.0-next.0", + "version": "2.6.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -19,7 +19,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.7.0-next.0", + "babel-preset-gatsby-package": "^0.8.0-next.0", "cross-env": "^7.0.2", "remark": "^10.0.1", "remark-mdx": "^1.6.18" diff --git a/packages/gatsby-remark-custom-blocks/CHANGELOG.md b/packages/gatsby-remark-custom-blocks/CHANGELOG.md index 6fea70c275619..7329fa4e492e6 100644 --- a/packages/gatsby-remark-custom-blocks/CHANGELOG.md +++ b/packages/gatsby-remark-custom-blocks/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.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-custom-blocks@2.5.0-next.0...gatsby-remark-custom-blocks@2.6.0-next.0) (2020-11-18) + +**Note:** Version bump only for package gatsby-remark-custom-blocks + # [2.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-custom-blocks@2.4.0-next.0...gatsby-remark-custom-blocks@2.4.0-next.1) (2020-11-10) **Note:** Version bump only for package gatsby-remark-custom-blocks diff --git a/packages/gatsby-remark-custom-blocks/package.json b/packages/gatsby-remark-custom-blocks/package.json index cb6804362fad7..8db67fb2d59bc 100644 --- a/packages/gatsby-remark-custom-blocks/package.json +++ b/packages/gatsby-remark-custom-blocks/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-remark-custom-blocks", "description": "Gatsby remark plugin for adding custom blocks in markdown", - "version": "2.5.0-next.0", + "version": "2.6.0-next.0", "author": "Mohammad Asad Mohammad ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.7.0-next.0", + "babel-preset-gatsby-package": "^0.8.0-next.0", "cross-env": "^7.0.2", "rimraf": "^3.0.2", "unist-util-find": "^1.0.2" diff --git a/packages/gatsby-remark-embed-snippet/CHANGELOG.md b/packages/gatsby-remark-embed-snippet/CHANGELOG.md index 85466b6decec2..e7af5107895fb 100644 --- a/packages/gatsby-remark-embed-snippet/CHANGELOG.md +++ b/packages/gatsby-remark-embed-snippet/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. +# [4.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-embed-snippet@4.5.0-next.0...gatsby-remark-embed-snippet@4.6.0-next.0) (2020-11-18) + +**Note:** Version bump only for package gatsby-remark-embed-snippet + # [4.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-embed-snippet@4.4.0-next.0...gatsby-remark-embed-snippet@4.4.0-next.1) (2020-11-10) **Note:** Version bump only for package gatsby-remark-embed-snippet diff --git a/packages/gatsby-remark-embed-snippet/package.json b/packages/gatsby-remark-embed-snippet/package.json index 3228185aedb19..d17c6e96ee4d6 100644 --- a/packages/gatsby-remark-embed-snippet/package.json +++ b/packages/gatsby-remark-embed-snippet/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-remark-embed-snippet", "description": "Gatsby plugin to embed formatted code snippets within markdown", - "version": "4.5.0-next.0", + "version": "4.6.0-next.0", "author": "Brian Vaughn ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -15,7 +15,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.7.0-next.0", + "babel-preset-gatsby-package": "^0.8.0-next.0", "cross-env": "^7.0.2" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-embed-snippet#readme", diff --git a/packages/gatsby-remark-graphviz/CHANGELOG.md b/packages/gatsby-remark-graphviz/CHANGELOG.md index 16e2d52d458e6..b2b31d5842e00 100644 --- a/packages/gatsby-remark-graphviz/CHANGELOG.md +++ b/packages/gatsby-remark-graphviz/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.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-graphviz@1.5.0-next.0...gatsby-remark-graphviz@1.6.0-next.0) (2020-11-18) + +**Note:** Version bump only for package gatsby-remark-graphviz + # [1.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-graphviz@1.4.0-next.0...gatsby-remark-graphviz@1.4.0-next.1) (2020-11-10) **Note:** Version bump only for package gatsby-remark-graphviz diff --git a/packages/gatsby-remark-graphviz/package.json b/packages/gatsby-remark-graphviz/package.json index 5868c0bfb4aeb..9f3e9142c9375 100644 --- a/packages/gatsby-remark-graphviz/package.json +++ b/packages/gatsby-remark-graphviz/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-remark-graphviz", "description": "Processes graphviz code blocks and renders to SVG using viz.js", - "version": "1.5.0-next.0", + "version": "1.6.0-next.0", "author": "Anthony Marcar ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -15,7 +15,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.7.0-next.0", + "babel-preset-gatsby-package": "^0.8.0-next.0", "cross-env": "^7.0.2", "hast-util-to-html": "^4.0.1", "mdast-util-to-hast": "^3.0.4", diff --git a/packages/gatsby-remark-images-contentful/CHANGELOG.md b/packages/gatsby-remark-images-contentful/CHANGELOG.md index 7648299d315af..d6a1d8932bfc2 100644 --- a/packages/gatsby-remark-images-contentful/CHANGELOG.md +++ b/packages/gatsby-remark-images-contentful/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.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images-contentful@2.5.0-next.0...gatsby-remark-images-contentful@2.6.0-next.0) (2020-11-18) + +**Note:** Version bump only for package gatsby-remark-images-contentful + # [2.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images-contentful@2.4.0-next.0...gatsby-remark-images-contentful@2.4.0-next.1) (2020-11-10) **Note:** Version bump only for package gatsby-remark-images-contentful diff --git a/packages/gatsby-remark-images-contentful/package.json b/packages/gatsby-remark-images-contentful/package.json index 474cbc1aa0516..7a6797a92464e 100644 --- a/packages/gatsby-remark-images-contentful/package.json +++ b/packages/gatsby-remark-images-contentful/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-remark-images-contentful", - "version": "2.5.0-next.0", + "version": "2.6.0-next.0", "description": "Process Images in Contentful markdown so they can use the images API.", "main": "index.js", "scripts": { @@ -28,7 +28,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.7.0-next.0", + "babel-preset-gatsby-package": "^0.8.0-next.0", "cross-env": "^7.0.2" }, "keywords": [ diff --git a/packages/gatsby-remark-images/CHANGELOG.md b/packages/gatsby-remark-images/CHANGELOG.md index 2302d239d111d..cc6d4022eac19 100644 --- a/packages/gatsby-remark-images/CHANGELOG.md +++ b/packages/gatsby-remark-images/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. +# [3.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images@3.6.0-next.1...gatsby-remark-images@3.7.0-next.0) (2020-11-18) + +**Note:** Version bump only for package gatsby-remark-images + # [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 diff --git a/packages/gatsby-remark-images/package.json b/packages/gatsby-remark-images/package.json index 47059ab417319..42abf6fa08bcb 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.1", + "version": "3.7.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -10,7 +10,7 @@ "@babel/runtime": "^7.12.5", "chalk": "^4.1.0", "cheerio": "^1.0.0-rc.3", - "gatsby-core-utils": "^1.5.0-next.0", + "gatsby-core-utils": "^1.6.0-next.0", "is-relative-url": "^3.0.0", "lodash": "^4.17.20", "mdast-util-definitions": "^1.2.5", @@ -22,9 +22,9 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.7.0-next.0", + "babel-preset-gatsby-package": "^0.8.0-next.0", "cross-env": "^7.0.2", - "gatsby-plugin-utils": "^0.4.0-next.0", + "gatsby-plugin-utils": "^0.5.0-next.0", "hast-util-to-html": "^6.1.0", "mdast-util-to-hast": "^6.0.2" }, diff --git a/packages/gatsby-remark-katex/CHANGELOG.md b/packages/gatsby-remark-katex/CHANGELOG.md index a7d230c50ab52..5ebf325ea04a5 100644 --- a/packages/gatsby-remark-katex/CHANGELOG.md +++ b/packages/gatsby-remark-katex/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. +# [3.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-katex@3.5.0-next.0...gatsby-remark-katex@3.6.0-next.0) (2020-11-18) + +**Note:** Version bump only for package gatsby-remark-katex + # [3.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-katex@3.4.0-next.0...gatsby-remark-katex@3.4.0-next.1) (2020-11-10) **Note:** Version bump only for package gatsby-remark-katex diff --git a/packages/gatsby-remark-katex/package.json b/packages/gatsby-remark-katex/package.json index a386bb7696305..5f5e8e7446add 100644 --- a/packages/gatsby-remark-katex/package.json +++ b/packages/gatsby-remark-katex/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-remark-katex", "description": "Transform math nodes to html markup", - "version": "3.5.0-next.0", + "version": "3.6.0-next.0", "author": "Jeffrey Xiao ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -14,7 +14,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.7.0-next.0", + "babel-preset-gatsby-package": "^0.8.0-next.0", "cross-env": "^7.0.2", "katex": "^0.12.0" }, diff --git a/packages/gatsby-remark-prismjs/CHANGELOG.md b/packages/gatsby-remark-prismjs/CHANGELOG.md index 423d5db823b95..15537b1b22714 100644 --- a/packages/gatsby-remark-prismjs/CHANGELOG.md +++ b/packages/gatsby-remark-prismjs/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. +# [3.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-prismjs@3.8.0-next.0...gatsby-remark-prismjs@3.9.0-next.0) (2020-11-18) + +**Note:** Version bump only for package gatsby-remark-prismjs + # [3.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-prismjs@3.7.0-next.0...gatsby-remark-prismjs@3.7.0-next.1) (2020-11-10) **Note:** Version bump only for package gatsby-remark-prismjs diff --git a/packages/gatsby-remark-prismjs/package.json b/packages/gatsby-remark-prismjs/package.json index cd609835cdd4a..125bb819a2154 100644 --- a/packages/gatsby-remark-prismjs/package.json +++ b/packages/gatsby-remark-prismjs/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-remark-prismjs", "description": "Adds syntax highlighting to code blocks at build time using PrismJS", - "version": "3.8.0-next.0", + "version": "3.9.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -14,7 +14,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.7.0-next.0", + "babel-preset-gatsby-package": "^0.8.0-next.0", "cheerio": "^1.0.0-rc.3", "cross-env": "^7.0.2", "prismjs": "^1.21.0", diff --git a/packages/gatsby-remark-responsive-iframe/CHANGELOG.md b/packages/gatsby-remark-responsive-iframe/CHANGELOG.md index 3e0b30c466ac5..1f272d0baf214 100644 --- a/packages/gatsby-remark-responsive-iframe/CHANGELOG.md +++ b/packages/gatsby-remark-responsive-iframe/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.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-responsive-iframe@2.6.0-next.0...gatsby-remark-responsive-iframe@2.7.0-next.0) (2020-11-18) + +**Note:** Version bump only for package gatsby-remark-responsive-iframe + # [2.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-responsive-iframe@2.5.0-next.0...gatsby-remark-responsive-iframe@2.5.0-next.1) (2020-11-10) **Note:** Version bump only for package gatsby-remark-responsive-iframe diff --git a/packages/gatsby-remark-responsive-iframe/package.json b/packages/gatsby-remark-responsive-iframe/package.json index e8b2b5d5329b7..cdd41fe009edb 100644 --- a/packages/gatsby-remark-responsive-iframe/package.json +++ b/packages/gatsby-remark-responsive-iframe/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-remark-responsive-iframe", "description": "Make iframes in Markdown processed by Remark responsive", - "version": "2.6.0-next.0", + "version": "2.7.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -16,7 +16,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.7.0-next.0", + "babel-preset-gatsby-package": "^0.8.0-next.0", "cross-env": "^7.0.2", "remark": "^10.0.1", "remark-mdx": "^1.6.21", diff --git a/packages/gatsby-remark-smartypants/CHANGELOG.md b/packages/gatsby-remark-smartypants/CHANGELOG.md index 04808717651ba..a8cfe3c169d84 100644 --- a/packages/gatsby-remark-smartypants/CHANGELOG.md +++ b/packages/gatsby-remark-smartypants/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.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-smartypants@2.5.0-next.0...gatsby-remark-smartypants@2.6.0-next.0) (2020-11-18) + +**Note:** Version bump only for package gatsby-remark-smartypants + # [2.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-smartypants@2.4.0-next.0...gatsby-remark-smartypants@2.4.0-next.1) (2020-11-10) **Note:** Version bump only for package gatsby-remark-smartypants diff --git a/packages/gatsby-remark-smartypants/package.json b/packages/gatsby-remark-smartypants/package.json index d6621b4548aee..b0963d24e8076 100644 --- a/packages/gatsby-remark-smartypants/package.json +++ b/packages/gatsby-remark-smartypants/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-remark-smartypants", "description": "Use retext-smartypants to auto-enhance typography of markdown", - "version": "2.5.0-next.0", + "version": "2.6.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -15,7 +15,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.7.0-next.0", + "babel-preset-gatsby-package": "^0.8.0-next.0", "cross-env": "^7.0.2" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-smartypants#readme", diff --git a/packages/gatsby-source-contentful/CHANGELOG.md b/packages/gatsby-source-contentful/CHANGELOG.md index 9731d01fb17b4..71cbf8901ee11 100644 --- a/packages/gatsby-source-contentful/CHANGELOG.md +++ b/packages/gatsby-source-contentful/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. +# [4.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@4.1.0-next.0...gatsby-source-contentful@4.2.0-next.0) (2020-11-18) + +### Bug Fixes + +- **deps:** update minor and patch for gatsby-source-contentful ([#28091](https://github.com/gatsbyjs/gatsby/issues/28091)) ([af86539](https://github.com/gatsbyjs/gatsby/commit/af865397a1b79937fa09475bcc3c6abeb0388687)) + # [4.0.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@4.0.0-next.0...gatsby-source-contentful@4.0.0-next.1) (2020-11-10) **Note:** Version bump only for package gatsby-source-contentful diff --git a/packages/gatsby-source-contentful/package.json b/packages/gatsby-source-contentful/package.json index 9c81cf6dd2db9..9337ace869a68 100644 --- a/packages/gatsby-source-contentful/package.json +++ b/packages/gatsby-source-contentful/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-source-contentful", "description": "Gatsby source plugin for building websites using the Contentful CMS as a data source", - "version": "4.1.0-next.0", + "version": "4.2.0-next.0", "author": "Marcus Ericsson (mericsson.com)", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -17,9 +17,9 @@ "chalk": "^4.1.0", "contentful": "^7.14.12", "fs-extra": "^9.0.1", - "gatsby-core-utils": "^1.5.0-next.0", - "gatsby-plugin-utils": "^0.4.0-next.0", - "gatsby-source-filesystem": "^2.6.0-next.0", + "gatsby-core-utils": "^1.6.0-next.0", + "gatsby-plugin-utils": "^0.5.0-next.0", + "gatsby-source-filesystem": "^2.7.0-next.0", "is-online": "^8.5.1", "json-stringify-safe": "^5.0.1", "lodash": "^4.17.20", @@ -30,7 +30,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.7.0-next.0", + "babel-preset-gatsby-package": "^0.8.0-next.0", "cross-env": "^7.0.2" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-contentful#readme", diff --git a/packages/gatsby-source-drupal/CHANGELOG.md b/packages/gatsby-source-drupal/CHANGELOG.md index dc38005f00410..bcd543f198252 100644 --- a/packages/gatsby-source-drupal/CHANGELOG.md +++ b/packages/gatsby-source-drupal/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. +# [3.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-drupal@3.8.0-next.0...gatsby-source-drupal@3.9.0-next.0) (2020-11-18) + +**Note:** Version bump only for package gatsby-source-drupal + # [3.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-drupal@3.7.0-next.1...gatsby-source-drupal@3.7.0-next.2) (2020-11-10) **Note:** Version bump only for package gatsby-source-drupal diff --git a/packages/gatsby-source-drupal/package.json b/packages/gatsby-source-drupal/package.json index 784c3e9fb14cf..cd5aa92321a38 100644 --- a/packages/gatsby-source-drupal/package.json +++ b/packages/gatsby-source-drupal/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-source-drupal", "description": "Gatsby source plugin for building websites using the Drupal CMS as a data source", - "version": "3.8.0-next.0", + "version": "3.9.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -11,14 +11,14 @@ "axios": "^0.21.0", "bluebird": "^3.7.2", "body-parser": "^1.19.0", - "gatsby-source-filesystem": "^2.6.0-next.0", + "gatsby-source-filesystem": "^2.7.0-next.0", "lodash": "^4.17.20", "tiny-async-pool": "^1.1.0" }, "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.7.0-next.0", + "babel-preset-gatsby-package": "^0.8.0-next.0", "cross-env": "^7.0.2" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-drupal#readme", diff --git a/packages/gatsby-source-faker/CHANGELOG.md b/packages/gatsby-source-faker/CHANGELOG.md index 85c6354e65918..2ccaf126ed2fb 100644 --- a/packages/gatsby-source-faker/CHANGELOG.md +++ b/packages/gatsby-source-faker/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.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-faker@2.5.0-next.0...gatsby-source-faker@2.6.0-next.0) (2020-11-18) + +**Note:** Version bump only for package gatsby-source-faker + # [2.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-faker@2.4.0-next.0...gatsby-source-faker@2.4.0-next.1) (2020-11-10) **Note:** Version bump only for package gatsby-source-faker diff --git a/packages/gatsby-source-faker/package.json b/packages/gatsby-source-faker/package.json index 628b11cd7ee97..6de9f60217402 100644 --- a/packages/gatsby-source-faker/package.json +++ b/packages/gatsby-source-faker/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-source-faker", "description": "A gatsby plugin to get fake data for testing", - "version": "2.5.0-next.0", + "version": "2.6.0-next.0", "author": "Pavithra Kodmad", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.7.0-next.0", + "babel-preset-gatsby-package": "^0.8.0-next.0", "cross-env": "^7.0.2" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-faker#readme", diff --git a/packages/gatsby-source-filesystem/CHANGELOG.md b/packages/gatsby-source-filesystem/CHANGELOG.md index e6b36a0bbc0d8..a223baf963449 100644 --- a/packages/gatsby-source-filesystem/CHANGELOG.md +++ b/packages/gatsby-source-filesystem/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.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-filesystem@2.6.0-next.0...gatsby-source-filesystem@2.7.0-next.0) (2020-11-18) + +**Note:** Version bump only for package gatsby-source-filesystem + # [2.5.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-filesystem@2.5.0-next.1...gatsby-source-filesystem@2.5.0-next.2) (2020-11-10) **Note:** Version bump only for package gatsby-source-filesystem diff --git a/packages/gatsby-source-filesystem/package.json b/packages/gatsby-source-filesystem/package.json index e955b68ccb11c..b4a2b1180fd1a 100644 --- a/packages/gatsby-source-filesystem/package.json +++ b/packages/gatsby-source-filesystem/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-source-filesystem", "description": "Gatsby plugin which parses files within a directory for further parsing by other plugins", - "version": "2.6.0-next.0", + "version": "2.7.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,7 +12,7 @@ "chokidar": "^3.4.2", "file-type": "^12.4.2", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^1.5.0-next.0", + "gatsby-core-utils": "^1.6.0-next.0", "got": "^9.6.0", "md5-file": "^5.0.0", "mime": "^2.4.6", @@ -25,7 +25,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.7.0-next.0", + "babel-preset-gatsby-package": "^0.8.0-next.0", "cross-env": "^7.0.2" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-filesystem#readme", diff --git a/packages/gatsby-source-graphql/CHANGELOG.md b/packages/gatsby-source-graphql/CHANGELOG.md index 4cb7da7b5f8d1..f124ee64a6c71 100644 --- a/packages/gatsby-source-graphql/CHANGELOG.md +++ b/packages/gatsby-source-graphql/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.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-graphql@2.9.0-next.0...gatsby-source-graphql@2.10.0-next.0) (2020-11-18) + +**Note:** Version bump only for package gatsby-source-graphql + # [2.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-graphql@2.8.0-next.0...gatsby-source-graphql@2.8.0-next.1) (2020-11-10) **Note:** Version bump only for package gatsby-source-graphql diff --git a/packages/gatsby-source-graphql/package.json b/packages/gatsby-source-graphql/package.json index bd967a24c0f45..1b6341c70ba95 100644 --- a/packages/gatsby-source-graphql/package.json +++ b/packages/gatsby-source-graphql/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-source-graphql", "description": "Gatsby plugin which adds a third-party GraphQL API to Gatsby GraphQL", - "version": "2.9.0-next.0", + "version": "2.10.0-next.0", "author": "Mikhail Novikov ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -21,7 +21,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.7.0-next.0", + "babel-preset-gatsby-package": "^0.8.0-next.0", "cross-env": "^7.0.2" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-graphql#readme", diff --git a/packages/gatsby-source-hacker-news/CHANGELOG.md b/packages/gatsby-source-hacker-news/CHANGELOG.md index 9174e94e885b8..91df29f345c95 100644 --- a/packages/gatsby-source-hacker-news/CHANGELOG.md +++ b/packages/gatsby-source-hacker-news/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.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-hacker-news@2.6.0-next.0...gatsby-source-hacker-news@2.7.0-next.0) (2020-11-18) + +**Note:** Version bump only for package gatsby-source-hacker-news + # [2.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-hacker-news@2.5.0-next.0...gatsby-source-hacker-news@2.5.0-next.1) (2020-11-10) **Note:** Version bump only for package gatsby-source-hacker-news diff --git a/packages/gatsby-source-hacker-news/package.json b/packages/gatsby-source-hacker-news/package.json index 5a886ab2f6dcb..abbc44127829c 100644 --- a/packages/gatsby-source-hacker-news/package.json +++ b/packages/gatsby-source-hacker-news/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-source-hacker-news", "description": "Gatsby source plugin for building websites using Hacker News as a data source", - "version": "2.6.0-next.0", + "version": "2.7.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -14,7 +14,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.7.0-next.0", + "babel-preset-gatsby-package": "^0.8.0-next.0", "cross-env": "^7.0.2" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-hacker-news#readme", diff --git a/packages/gatsby-source-lever/CHANGELOG.md b/packages/gatsby-source-lever/CHANGELOG.md index 7c39e3d23e324..1ae1ab35f9248 100644 --- a/packages/gatsby-source-lever/CHANGELOG.md +++ b/packages/gatsby-source-lever/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.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-lever@2.5.0-next.0...gatsby-source-lever@2.6.0-next.0) (2020-11-18) + +**Note:** Version bump only for package gatsby-source-lever + # [2.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-lever@2.4.0-next.0...gatsby-source-lever@2.4.0-next.1) (2020-11-10) **Note:** Version bump only for package gatsby-source-lever diff --git a/packages/gatsby-source-lever/package.json b/packages/gatsby-source-lever/package.json index 75fe7b1bf522e..f88603c5f881d 100644 --- a/packages/gatsby-source-lever/package.json +++ b/packages/gatsby-source-lever/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-source-lever", "description": "Gatsby source plugin for building websites using the Lever.co Recruitment Software as a data source.", - "version": "2.5.0-next.0", + "version": "2.6.0-next.0", "author": "Sebastien Fichot ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -20,7 +20,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.7.0-next.0", + "babel-preset-gatsby-package": "^0.8.0-next.0", "cross-env": "^7.0.2" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-lever#readme", diff --git a/packages/gatsby-source-medium/CHANGELOG.md b/packages/gatsby-source-medium/CHANGELOG.md index 8b35adbe9fc3f..6741fc410dc06 100644 --- a/packages/gatsby-source-medium/CHANGELOG.md +++ b/packages/gatsby-source-medium/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.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-medium@2.5.0-next.0...gatsby-source-medium@2.6.0-next.0) (2020-11-18) + +**Note:** Version bump only for package gatsby-source-medium + # [2.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-medium@2.4.0-next.0...gatsby-source-medium@2.4.0-next.1) (2020-11-10) **Note:** Version bump only for package gatsby-source-medium diff --git a/packages/gatsby-source-medium/package.json b/packages/gatsby-source-medium/package.json index 16d630e90d8d9..5bef49b9e7030 100644 --- a/packages/gatsby-source-medium/package.json +++ b/packages/gatsby-source-medium/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-source-medium", "description": "Gatsby source plugin for building websites using Medium as a data source", - "version": "2.5.0-next.0", + "version": "2.6.0-next.0", "author": "Robert Vogt ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.7.0-next.0", + "babel-preset-gatsby-package": "^0.8.0-next.0", "cross-env": "^7.0.2" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-medium#readme", diff --git a/packages/gatsby-source-mongodb/CHANGELOG.md b/packages/gatsby-source-mongodb/CHANGELOG.md index 53d6c5de2b546..6b24d7a7dbfe6 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.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-mongodb@2.5.0-next.1...gatsby-source-mongodb@2.6.0-next.0) (2020-11-18) + +**Note:** Version bump only for package gatsby-source-mongodb + # [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 diff --git a/packages/gatsby-source-mongodb/package.json b/packages/gatsby-source-mongodb/package.json index 772de59aa97f3..42768aba5739d 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.1", + "version": "2.6.0-next.0", "authors": [ "jhermans85@hotmail.com", "hi@elmar.codes" @@ -19,7 +19,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.7.0-next.0", + "babel-preset-gatsby-package": "^0.8.0-next.0", "cross-env": "^7.0.2" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-mongodb#readme", diff --git a/packages/gatsby-source-npm-package-search/CHANGELOG.md b/packages/gatsby-source-npm-package-search/CHANGELOG.md index f00a8132d738f..b8ca4f52f5868 100644 --- a/packages/gatsby-source-npm-package-search/CHANGELOG.md +++ b/packages/gatsby-source-npm-package-search/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.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-npm-package-search@2.5.0-next.0...gatsby-source-npm-package-search@2.6.0-next.0) (2020-11-18) + +**Note:** Version bump only for package gatsby-source-npm-package-search + # [2.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-npm-package-search@2.4.0-next.0...gatsby-source-npm-package-search@2.4.0-next.1) (2020-11-10) **Note:** Version bump only for package gatsby-source-npm-package-search diff --git a/packages/gatsby-source-npm-package-search/package.json b/packages/gatsby-source-npm-package-search/package.json index 95b48fd956ade..a708526e864d3 100644 --- a/packages/gatsby-source-npm-package-search/package.json +++ b/packages/gatsby-source-npm-package-search/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-source-npm-package-search", "description": "Search NPM packages and pull NPM & GitHub metadata from Algolia's NPM index", - "version": "2.5.0-next.0", + "version": "2.6.0-next.0", "author": "james.a.stack@gmail.com", "repository": { "type": "git", @@ -17,7 +17,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.7.0-next.0", + "babel-preset-gatsby-package": "^0.8.0-next.0", "cross-env": "^7.0.2" }, "keywords": [ diff --git a/packages/gatsby-source-shopify/CHANGELOG.md b/packages/gatsby-source-shopify/CHANGELOG.md index 8dfec15f03db9..2a6adcacf20d5 100644 --- a/packages/gatsby-source-shopify/CHANGELOG.md +++ b/packages/gatsby-source-shopify/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. +# [3.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-shopify@3.5.0-next.0...gatsby-source-shopify@3.6.0-next.0) (2020-11-18) + +**Note:** Version bump only for package gatsby-source-shopify + # [3.4.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-shopify@3.4.0-next.1...gatsby-source-shopify@3.4.0-next.2) (2020-11-10) **Note:** Version bump only for package gatsby-source-shopify diff --git a/packages/gatsby-source-shopify/package.json b/packages/gatsby-source-shopify/package.json index 2c9cb2f1e8f5b..957685cdf8388 100644 --- a/packages/gatsby-source-shopify/package.json +++ b/packages/gatsby-source-shopify/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-source-shopify", - "version": "3.5.0-next.0", + "version": "3.6.0-next.0", "description": "Gatsby source plugin for building websites using Shopify as a data source.", "scripts": { "build": "babel src --out-dir . --ignore \"**/__tests__\"", @@ -33,10 +33,10 @@ "cross-env": "^7.0.2" }, "dependencies": { - "babel-preset-gatsby-package": "^0.7.0-next.0", + "babel-preset-gatsby-package": "^0.8.0-next.0", "chalk": "^4.1.0", "gatsby-node-helpers": "^0.3.0", - "gatsby-source-filesystem": "^2.6.0-next.0", + "gatsby-source-filesystem": "^2.7.0-next.0", "graphql-request": "^1.8.2", "lodash": "^4.17.20", "p-iteration": "^1.1.8", diff --git a/packages/gatsby-source-wikipedia/CHANGELOG.md b/packages/gatsby-source-wikipedia/CHANGELOG.md index 6ab4b3007c4d4..9d62978000fa7 100644 --- a/packages/gatsby-source-wikipedia/CHANGELOG.md +++ b/packages/gatsby-source-wikipedia/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.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wikipedia@2.5.0-next.0...gatsby-source-wikipedia@2.6.0-next.0) (2020-11-18) + +**Note:** Version bump only for package gatsby-source-wikipedia + # [2.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wikipedia@2.4.0-next.0...gatsby-source-wikipedia@2.4.0-next.1) (2020-11-10) **Note:** Version bump only for package gatsby-source-wikipedia diff --git a/packages/gatsby-source-wikipedia/package.json b/packages/gatsby-source-wikipedia/package.json index 62afe635ce122..21fe94534f2b4 100644 --- a/packages/gatsby-source-wikipedia/package.json +++ b/packages/gatsby-source-wikipedia/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-source-wikipedia", - "version": "2.5.0-next.0", + "version": "2.6.0-next.0", "description": "Gatsby source plugin for pulling articles from Wikipedia", "main": "index.js", "scripts": { @@ -36,7 +36,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.7.0-next.0", + "babel-preset-gatsby-package": "^0.8.0-next.0", "cross-env": "^7.0.2" }, "engines": { diff --git a/packages/gatsby-source-wordpress/CHANGELOG.md b/packages/gatsby-source-wordpress/CHANGELOG.md index d6070a7afef80..246b280b55f64 100644 --- a/packages/gatsby-source-wordpress/CHANGELOG.md +++ b/packages/gatsby-source-wordpress/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. +# [3.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@3.6.0-next.0...gatsby-source-wordpress@3.7.0-next.0) (2020-11-18) + +**Note:** Version bump only for package gatsby-source-wordpress + # [3.5.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@3.5.0-next.1...gatsby-source-wordpress@3.5.0-next.2) (2020-11-10) **Note:** Version bump only for package gatsby-source-wordpress diff --git a/packages/gatsby-source-wordpress/package.json b/packages/gatsby-source-wordpress/package.json index 182d1fc9d1bc6..948486c4d5ce4 100644 --- a/packages/gatsby-source-wordpress/package.json +++ b/packages/gatsby-source-wordpress/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-source-wordpress", "description": "Gatsby source plugin for building websites using the WordPress CMS as a data source.", - "version": "3.6.0-next.0", + "version": "3.7.0-next.0", "author": "Sebastien Fichot ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -14,7 +14,7 @@ "bluebird": "^3.7.2", "deep-map": "^1.5.0", "deep-map-keys": "^1.2.0", - "gatsby-source-filesystem": "^2.6.0-next.0", + "gatsby-source-filesystem": "^2.7.0-next.0", "json-stringify-safe": "^5.0.1", "lodash": "^4.17.20", "minimatch": "^3.0.4", @@ -24,7 +24,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.7.0-next.0", + "babel-preset-gatsby-package": "^0.8.0-next.0", "cross-env": "^7.0.2" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-wordpress#readme", diff --git a/packages/gatsby-telemetry/CHANGELOG.md b/packages/gatsby-telemetry/CHANGELOG.md index 14cdfbf1c442b..cf093cf04b2be 100644 --- a/packages/gatsby-telemetry/CHANGELOG.md +++ b/packages/gatsby-telemetry/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.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-telemetry@1.5.0-next.1...gatsby-telemetry@1.6.0-next.0) (2020-11-18) + +### Features + +- **create-gatsby:** add telemetry tracking ([#28107](https://github.com/gatsbyjs/gatsby/issues/28107)) ([f9838f7](https://github.com/gatsbyjs/gatsby/commit/f9838f7233057841ac705427ba5b6ca95e9678ac)) + # [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 diff --git a/packages/gatsby-telemetry/package.json b/packages/gatsby-telemetry/package.json index ed26a48cba6e3..ac23c1af5b5da 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.1", + "version": "1.6.0-next.0", "author": "Jarmo Isotalo ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -16,7 +16,7 @@ "configstore": "^5.0.1", "envinfo": "^7.7.3", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^1.5.0-next.0", + "gatsby-core-utils": "^1.6.0-next.0", "git-up": "^4.0.2", "is-docker": "^2.1.1", "lodash": "^4.17.20", @@ -27,7 +27,7 @@ "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", "babel-jest": "^24.9.0", - "babel-preset-gatsby-package": "^0.7.0-next.0", + "babel-preset-gatsby-package": "^0.8.0-next.0", "cross-env": "^7.0.2", "jest": "^24.9.0", "jest-cli": "^24.9.0", diff --git a/packages/gatsby-theme/CHANGELOG.md b/packages/gatsby-theme/CHANGELOG.md index 0ac495c677d00..692f473707f91 100644 --- a/packages/gatsby-theme/CHANGELOG.md +++ b/packages/gatsby-theme/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.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme@0.3.0-next.0...gatsby-theme@0.4.0-next.0) (2020-11-18) + +**Note:** Version bump only for package gatsby-theme + ## [0.1.6](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme@0.1.5...gatsby-theme@0.1.6) (2020-10-08) **Note:** Version bump only for package gatsby-theme diff --git a/packages/gatsby-theme/package.json b/packages/gatsby-theme/package.json index 9986cef4421d3..801bc09eea54e 100644 --- a/packages/gatsby-theme/package.json +++ b/packages/gatsby-theme/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-theme", - "version": "0.3.0-next.0", + "version": "0.4.0-next.0", "main": "index.js", "bin": { "gatsby-theme": "./cli.js" diff --git a/packages/gatsby-transformer-asciidoc/CHANGELOG.md b/packages/gatsby-transformer-asciidoc/CHANGELOG.md index d5f865036f20a..ad5ca14c9fb58 100644 --- a/packages/gatsby-transformer-asciidoc/CHANGELOG.md +++ b/packages/gatsby-transformer-asciidoc/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.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-asciidoc@1.5.0-next.1...gatsby-transformer-asciidoc@1.6.0-next.0) (2020-11-18) + +**Note:** Version bump only for package gatsby-transformer-asciidoc + # [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 diff --git a/packages/gatsby-transformer-asciidoc/package.json b/packages/gatsby-transformer-asciidoc/package.json index 22d70b6a93f44..4934c44d567fa 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.1", + "version": "1.6.0-next.0", "author": "Daniel Oliver ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.7.0-next.0", + "babel-preset-gatsby-package": "^0.8.0-next.0", "cross-env": "^7.0.2", "lodash": "^4.17.20" }, diff --git a/packages/gatsby-transformer-csv/CHANGELOG.md b/packages/gatsby-transformer-csv/CHANGELOG.md index 7be862eb69364..a1d2e8805ff3f 100644 --- a/packages/gatsby-transformer-csv/CHANGELOG.md +++ b/packages/gatsby-transformer-csv/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.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-csv@2.5.0-next.0...gatsby-transformer-csv@2.6.0-next.0) (2020-11-18) + +**Note:** Version bump only for package gatsby-transformer-csv + # [2.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-csv@2.4.0-next.0...gatsby-transformer-csv@2.4.0-next.1) (2020-11-10) **Note:** Version bump only for package gatsby-transformer-csv diff --git a/packages/gatsby-transformer-csv/package.json b/packages/gatsby-transformer-csv/package.json index 511c6fb74bbed..4f60cc86b7d16 100644 --- a/packages/gatsby-transformer-csv/package.json +++ b/packages/gatsby-transformer-csv/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-transformer-csv", "description": "Gatsby transformer plugin for CSV files", - "version": "2.5.0-next.0", + "version": "2.6.0-next.0", "author": "Sonal Saldanha ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.7.0-next.0", + "babel-preset-gatsby-package": "^0.8.0-next.0", "cross-env": "^7.0.2", "json2csv": "^5.0.4" }, diff --git a/packages/gatsby-transformer-documentationjs/CHANGELOG.md b/packages/gatsby-transformer-documentationjs/CHANGELOG.md index cfc3c0fe86cb7..53b7de1a126c7 100644 --- a/packages/gatsby-transformer-documentationjs/CHANGELOG.md +++ b/packages/gatsby-transformer-documentationjs/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. +# [4.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-documentationjs@4.5.0-next.0...gatsby-transformer-documentationjs@4.6.0-next.0) (2020-11-18) + +**Note:** Version bump only for package gatsby-transformer-documentationjs + # [4.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-documentationjs@4.4.0-next.0...gatsby-transformer-documentationjs@4.4.0-next.1) (2020-11-10) **Note:** Version bump only for package gatsby-transformer-documentationjs diff --git a/packages/gatsby-transformer-documentationjs/package.json b/packages/gatsby-transformer-documentationjs/package.json index c98c63dfd66d7..37fe0c1f75195 100644 --- a/packages/gatsby-transformer-documentationjs/package.json +++ b/packages/gatsby-transformer-documentationjs/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-transformer-documentationjs", "description": "Gatsby transformer plugin which uses Documentation.js to extract JavaScript documentation", - "version": "4.5.0-next.0", + "version": "4.6.0-next.0", "author": "Kyle Mathews", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -14,7 +14,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.7.0-next.0", + "babel-preset-gatsby-package": "^0.8.0-next.0", "cross-env": "^7.0.2" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-documentationjs#readme", diff --git a/packages/gatsby-transformer-excel/CHANGELOG.md b/packages/gatsby-transformer-excel/CHANGELOG.md index 4bb4f07e50739..cdea6da3034b4 100644 --- a/packages/gatsby-transformer-excel/CHANGELOG.md +++ b/packages/gatsby-transformer-excel/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.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-excel@2.6.0-next.0...gatsby-transformer-excel@2.7.0-next.0) (2020-11-18) + +**Note:** Version bump only for package gatsby-transformer-excel + # [2.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-excel@2.5.0-next.0...gatsby-transformer-excel@2.5.0-next.1) (2020-11-10) **Note:** Version bump only for package gatsby-transformer-excel diff --git a/packages/gatsby-transformer-excel/package.json b/packages/gatsby-transformer-excel/package.json index d8c36ffeada5c..c5c3555333606 100644 --- a/packages/gatsby-transformer-excel/package.json +++ b/packages/gatsby-transformer-excel/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-transformer-excel", "description": "Gatsby transformer plugin for Excel spreadsheets", - "version": "2.6.0-next.0", + "version": "2.7.0-next.0", "author": "SheetJS ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.7.0-next.0", + "babel-preset-gatsby-package": "^0.8.0-next.0", "cross-env": "^7.0.2" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-excel#readme", diff --git a/packages/gatsby-transformer-hjson/CHANGELOG.md b/packages/gatsby-transformer-hjson/CHANGELOG.md index 49fb1949754ce..dcf9552609708 100644 --- a/packages/gatsby-transformer-hjson/CHANGELOG.md +++ b/packages/gatsby-transformer-hjson/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.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-hjson@2.6.0-next.0...gatsby-transformer-hjson@2.7.0-next.0) (2020-11-18) + +**Note:** Version bump only for package gatsby-transformer-hjson + # [2.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-hjson@2.5.0-next.0...gatsby-transformer-hjson@2.5.0-next.1) (2020-11-10) **Note:** Version bump only for package gatsby-transformer-hjson diff --git a/packages/gatsby-transformer-hjson/package.json b/packages/gatsby-transformer-hjson/package.json index 4fa7d07255d6f..e5e7d70a1b8ab 100644 --- a/packages/gatsby-transformer-hjson/package.json +++ b/packages/gatsby-transformer-hjson/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-transformer-hjson", "description": "Gatsby transformer plugin for HJSON files", - "version": "2.6.0-next.0", + "version": "2.7.0-next.0", "author": "Remi Barraquand ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -14,7 +14,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.7.0-next.0", + "babel-preset-gatsby-package": "^0.8.0-next.0", "cross-env": "^7.0.2" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-hjson#readme", diff --git a/packages/gatsby-transformer-javascript-frontmatter/CHANGELOG.md b/packages/gatsby-transformer-javascript-frontmatter/CHANGELOG.md index 6b14e388f0254..769d84290eac2 100644 --- a/packages/gatsby-transformer-javascript-frontmatter/CHANGELOG.md +++ b/packages/gatsby-transformer-javascript-frontmatter/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.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-javascript-frontmatter@2.5.0-next.0...gatsby-transformer-javascript-frontmatter@2.6.0-next.0) (2020-11-18) + +**Note:** Version bump only for package gatsby-transformer-javascript-frontmatter + # [2.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-javascript-frontmatter@2.4.0-next.0...gatsby-transformer-javascript-frontmatter@2.4.0-next.1) (2020-11-10) **Note:** Version bump only for package gatsby-transformer-javascript-frontmatter diff --git a/packages/gatsby-transformer-javascript-frontmatter/package.json b/packages/gatsby-transformer-javascript-frontmatter/package.json index 5bebaff4c6ad7..4f1a29bad3799 100644 --- a/packages/gatsby-transformer-javascript-frontmatter/package.json +++ b/packages/gatsby-transformer-javascript-frontmatter/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-transformer-javascript-frontmatter", "description": "Gatsby transformer plugin for JavaScript to extract exports.frontmatter statically.", - "version": "2.5.0-next.0", + "version": "2.6.0-next.0", "author": "Jacob Bolda ", "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-javascript-frontmatter#readme", "dependencies": { @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.7.0-next.0", + "babel-preset-gatsby-package": "^0.8.0-next.0", "cross-env": "^7.0.2" }, "keywords": [ diff --git a/packages/gatsby-transformer-javascript-static-exports/CHANGELOG.md b/packages/gatsby-transformer-javascript-static-exports/CHANGELOG.md index af9db26c7ea1e..228d728646c4c 100644 --- a/packages/gatsby-transformer-javascript-static-exports/CHANGELOG.md +++ b/packages/gatsby-transformer-javascript-static-exports/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.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-javascript-static-exports@2.6.0-next.0...gatsby-transformer-javascript-static-exports@2.7.0-next.0) (2020-11-18) + +**Note:** Version bump only for package gatsby-transformer-javascript-static-exports + # [2.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-javascript-static-exports@2.5.0-next.0...gatsby-transformer-javascript-static-exports@2.5.0-next.1) (2020-11-10) **Note:** Version bump only for package gatsby-transformer-javascript-static-exports diff --git a/packages/gatsby-transformer-javascript-static-exports/package.json b/packages/gatsby-transformer-javascript-static-exports/package.json index ad424fceb4393..4a08e9cf5b013 100644 --- a/packages/gatsby-transformer-javascript-static-exports/package.json +++ b/packages/gatsby-transformer-javascript-static-exports/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-transformer-javascript-static-exports", "description": "Gatsby transformer plugin for JavaScript to extract exports.data statically.", - "version": "2.6.0-next.0", + "version": "2.7.0-next.0", "author": "Jacob Bolda ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -15,7 +15,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.7.0-next.0", + "babel-preset-gatsby-package": "^0.8.0-next.0", "cross-env": "^7.0.2" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-javascript-static-exports#readme", diff --git a/packages/gatsby-transformer-json/CHANGELOG.md b/packages/gatsby-transformer-json/CHANGELOG.md index b034010cd3bba..b58e50e89d230 100644 --- a/packages/gatsby-transformer-json/CHANGELOG.md +++ b/packages/gatsby-transformer-json/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.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-json@2.6.0-next.0...gatsby-transformer-json@2.7.0-next.0) (2020-11-18) + +**Note:** Version bump only for package gatsby-transformer-json + # [2.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-json@2.5.0-next.0...gatsby-transformer-json@2.5.0-next.1) (2020-11-10) **Note:** Version bump only for package gatsby-transformer-json diff --git a/packages/gatsby-transformer-json/package.json b/packages/gatsby-transformer-json/package.json index f596723c98d04..aa8eb99ad7488 100644 --- a/packages/gatsby-transformer-json/package.json +++ b/packages/gatsby-transformer-json/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-transformer-json", "description": "Gatsby transformer plugin for JSON files", - "version": "2.6.0-next.0", + "version": "2.7.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.7.0-next.0", + "babel-preset-gatsby-package": "^0.8.0-next.0", "cross-env": "^7.0.2" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-json#readme", diff --git a/packages/gatsby-transformer-pdf/CHANGELOG.md b/packages/gatsby-transformer-pdf/CHANGELOG.md index f030ef3f49722..db863423dbdfa 100644 --- a/packages/gatsby-transformer-pdf/CHANGELOG.md +++ b/packages/gatsby-transformer-pdf/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.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-pdf@1.5.0-next.0...gatsby-transformer-pdf@1.6.0-next.0) (2020-11-18) + +**Note:** Version bump only for package gatsby-transformer-pdf + # [1.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-pdf@1.4.0-next.0...gatsby-transformer-pdf@1.4.0-next.1) (2020-11-10) **Note:** Version bump only for package gatsby-transformer-pdf diff --git a/packages/gatsby-transformer-pdf/package.json b/packages/gatsby-transformer-pdf/package.json index 85d0ddcff7041..a638a9a1cdae4 100644 --- a/packages/gatsby-transformer-pdf/package.json +++ b/packages/gatsby-transformer-pdf/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-transformer-pdf", "description": "Gatsby transformer plugin for pdf files", - "version": "1.5.0-next.0", + "version": "1.6.0-next.0", "author": "Alex Munoz ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -14,7 +14,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.7.0-next.0", + "babel-preset-gatsby-package": "^0.8.0-next.0", "cross-env": "^7.0.2" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-pdf#readme", diff --git a/packages/gatsby-transformer-react-docgen/CHANGELOG.md b/packages/gatsby-transformer-react-docgen/CHANGELOG.md index c41a40ab31c3b..341044d30307c 100644 --- a/packages/gatsby-transformer-react-docgen/CHANGELOG.md +++ b/packages/gatsby-transformer-react-docgen/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. +# [5.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-react-docgen@5.4.0-next.0...gatsby-transformer-react-docgen@5.5.0-next.0) (2020-11-18) + +**Note:** Version bump only for package gatsby-transformer-react-docgen + # [5.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-react-docgen@5.3.0-next.0...gatsby-transformer-react-docgen@5.3.0-next.1) (2020-11-10) ### Bug Fixes diff --git a/packages/gatsby-transformer-react-docgen/package.json b/packages/gatsby-transformer-react-docgen/package.json index 3d7e4243e171a..92985985bcb5b 100644 --- a/packages/gatsby-transformer-react-docgen/package.json +++ b/packages/gatsby-transformer-react-docgen/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-transformer-react-docgen", "description": "Expose React component metadata and prop information as GraphQL types", - "version": "5.4.0-next.0", + "version": "5.5.0-next.0", "author": "Jason Quense ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -17,7 +17,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.7.0-next.0", + "babel-preset-gatsby-package": "^0.8.0-next.0", "cross-env": "^7.0.2", "lodash": "^4.17.20" }, diff --git a/packages/gatsby-transformer-remark/CHANGELOG.md b/packages/gatsby-transformer-remark/CHANGELOG.md index 89e7a5f459e35..b1dc6c8649a2c 100644 --- a/packages/gatsby-transformer-remark/CHANGELOG.md +++ b/packages/gatsby-transformer-remark/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.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-remark@2.11.0-next.0...gatsby-transformer-remark@2.12.0-next.0) (2020-11-18) + +**Note:** Version bump only for package gatsby-transformer-remark + # [2.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-remark@2.10.0-next.0...gatsby-transformer-remark@2.10.0-next.1) (2020-11-10) ### Bug Fixes diff --git a/packages/gatsby-transformer-remark/package.json b/packages/gatsby-transformer-remark/package.json index 83d6db9efec7a..4804c7892c235 100644 --- a/packages/gatsby-transformer-remark/package.json +++ b/packages/gatsby-transformer-remark/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-transformer-remark", "description": "Gatsby transformer plugin for Markdown using the Remark library and ecosystem", - "version": "2.11.0-next.0", + "version": "2.12.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -9,7 +9,7 @@ "dependencies": { "@babel/runtime": "^7.12.5", "bluebird": "^3.7.2", - "gatsby-core-utils": "^1.5.0-next.0", + "gatsby-core-utils": "^1.6.0-next.0", "gray-matter": "^4.0.2", "hast-util-raw": "^4.0.0", "hast-util-to-html": "^4.0.1", @@ -32,9 +32,9 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.7.0-next.0", + "babel-preset-gatsby-package": "^0.8.0-next.0", "cross-env": "^7.0.2", - "gatsby-plugin-utils": "^0.4.0-next.0" + "gatsby-plugin-utils": "^0.5.0-next.0" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-remark#readme", "keywords": [ diff --git a/packages/gatsby-transformer-screenshot/CHANGELOG.md b/packages/gatsby-transformer-screenshot/CHANGELOG.md index d7f86c83297dc..c1d2258db37c7 100644 --- a/packages/gatsby-transformer-screenshot/CHANGELOG.md +++ b/packages/gatsby-transformer-screenshot/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.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-screenshot@2.5.0-next.0...gatsby-transformer-screenshot@2.6.0-next.0) (2020-11-18) + +**Note:** Version bump only for package gatsby-transformer-screenshot + # [2.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-screenshot@2.4.0-next.0...gatsby-transformer-screenshot@2.4.0-next.1) (2020-11-10) **Note:** Version bump only for package gatsby-transformer-screenshot diff --git a/packages/gatsby-transformer-screenshot/package.json b/packages/gatsby-transformer-screenshot/package.json index ee861e31548e5..8b3b7cea2c9f0 100644 --- a/packages/gatsby-transformer-screenshot/package.json +++ b/packages/gatsby-transformer-screenshot/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-transformer-screenshot", "description": "Gatsby transformer plugin that uses AWS Lambda to take screenshots of websites", - "version": "2.5.0-next.0", + "version": "2.6.0-next.0", "author": "David Beckley ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.7.0-next.0", + "babel-preset-gatsby-package": "^0.8.0-next.0", "cross-env": "^7.0.2" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-screenshot#readme", diff --git a/packages/gatsby-transformer-sharp/CHANGELOG.md b/packages/gatsby-transformer-sharp/CHANGELOG.md index 8420c3cd06bd3..8ef215fad01d0 100644 --- a/packages/gatsby-transformer-sharp/CHANGELOG.md +++ b/packages/gatsby-transformer-sharp/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.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sharp@2.7.0-next.1...gatsby-transformer-sharp@2.8.0-next.0) (2020-11-18) + +**Note:** Version bump only for package gatsby-transformer-sharp + # [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 diff --git a/packages/gatsby-transformer-sharp/package.json b/packages/gatsby-transformer-sharp/package.json index cd0a86803ed34..b116128c66d3b 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.1", + "version": "2.8.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -19,7 +19,7 @@ "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", "@types/sharp": "^0.26.0", - "babel-preset-gatsby-package": "^0.7.0-next.0", + "babel-preset-gatsby-package": "^0.8.0-next.0", "cross-env": "^7.0.2" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-sharp#readme", diff --git a/packages/gatsby-transformer-sqip/CHANGELOG.md b/packages/gatsby-transformer-sqip/CHANGELOG.md index 7c53f3d4ab70c..40161d66f3887 100644 --- a/packages/gatsby-transformer-sqip/CHANGELOG.md +++ b/packages/gatsby-transformer-sqip/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.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@2.6.0-next.0...gatsby-transformer-sqip@2.7.0-next.0) (2020-11-18) + +**Note:** Version bump only for package gatsby-transformer-sqip + # [2.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@2.5.0-next.0...gatsby-transformer-sqip@2.5.0-next.1) (2020-11-10) **Note:** Version bump only for package gatsby-transformer-sqip diff --git a/packages/gatsby-transformer-sqip/package.json b/packages/gatsby-transformer-sqip/package.json index fba7a0822dfe7..a1a12dca59280 100644 --- a/packages/gatsby-transformer-sqip/package.json +++ b/packages/gatsby-transformer-sqip/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-transformer-sqip", "description": "Generates geometric primitive version of images", - "version": "2.6.0-next.0", + "version": "2.7.0-next.0", "author": "Benedikt Rötsch ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -9,7 +9,7 @@ "dependencies": { "@babel/runtime": "^7.12.5", "fs-extra": "^8.1.0", - "gatsby-plugin-sharp": "^2.9.0-next.0", + "gatsby-plugin-sharp": "^2.10.0-next.0", "md5-file": "^5.0.0", "mini-svg-data-uri": "^1.2.3", "p-queue": "^6.6.2", @@ -18,7 +18,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.7.0-next.0", + "babel-preset-gatsby-package": "^0.8.0-next.0", "cross-env": "^7.0.2", "debug": "^3.2.6" }, diff --git a/packages/gatsby-transformer-toml/CHANGELOG.md b/packages/gatsby-transformer-toml/CHANGELOG.md index 62ed5028e975b..820eec26ca0ba 100644 --- a/packages/gatsby-transformer-toml/CHANGELOG.md +++ b/packages/gatsby-transformer-toml/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.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-toml@2.6.0-next.0...gatsby-transformer-toml@2.7.0-next.0) (2020-11-18) + +**Note:** Version bump only for package gatsby-transformer-toml + # [2.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-toml@2.5.0-next.0...gatsby-transformer-toml@2.5.0-next.1) (2020-11-10) **Note:** Version bump only for package gatsby-transformer-toml diff --git a/packages/gatsby-transformer-toml/package.json b/packages/gatsby-transformer-toml/package.json index 954d08759b5d6..4a637b9789b1e 100644 --- a/packages/gatsby-transformer-toml/package.json +++ b/packages/gatsby-transformer-toml/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-transformer-toml", "description": "Gatsby transformer plugin for toml", - "version": "2.6.0-next.0", + "version": "2.7.0-next.0", "author": "Ruben Harutyunyan ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -14,7 +14,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.7.0-next.0", + "babel-preset-gatsby-package": "^0.8.0-next.0", "cross-env": "^7.0.2" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-toml#readme", diff --git a/packages/gatsby-transformer-xml/CHANGELOG.md b/packages/gatsby-transformer-xml/CHANGELOG.md index d01658584a643..415fafafd26c0 100644 --- a/packages/gatsby-transformer-xml/CHANGELOG.md +++ b/packages/gatsby-transformer-xml/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.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-xml@2.5.0-next.0...gatsby-transformer-xml@2.6.0-next.0) (2020-11-18) + +**Note:** Version bump only for package gatsby-transformer-xml + # [2.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-xml@2.4.0-next.0...gatsby-transformer-xml@2.4.0-next.1) (2020-11-10) **Note:** Version bump only for package gatsby-transformer-xml diff --git a/packages/gatsby-transformer-xml/package.json b/packages/gatsby-transformer-xml/package.json index 481bdf2395a40..57da7b464a983 100644 --- a/packages/gatsby-transformer-xml/package.json +++ b/packages/gatsby-transformer-xml/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-transformer-xml", "description": "Gatsby plugin for parsing XML files. It supports also attributes", - "version": "2.5.0-next.0", + "version": "2.6.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -15,7 +15,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.7.0-next.0", + "babel-preset-gatsby-package": "^0.8.0-next.0", "cross-env": "^7.0.2" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-xml#readme", diff --git a/packages/gatsby-transformer-yaml/CHANGELOG.md b/packages/gatsby-transformer-yaml/CHANGELOG.md index 4e2df8a369bbe..9042015933787 100644 --- a/packages/gatsby-transformer-yaml/CHANGELOG.md +++ b/packages/gatsby-transformer-yaml/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.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-yaml@2.6.0-next.0...gatsby-transformer-yaml@2.7.0-next.0) (2020-11-18) + +**Note:** Version bump only for package gatsby-transformer-yaml + # [2.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-yaml@2.5.0-next.0...gatsby-transformer-yaml@2.5.0-next.1) (2020-11-10) **Note:** Version bump only for package gatsby-transformer-yaml diff --git a/packages/gatsby-transformer-yaml/package.json b/packages/gatsby-transformer-yaml/package.json index 697e0645b0c84..a70e72d0a78a3 100644 --- a/packages/gatsby-transformer-yaml/package.json +++ b/packages/gatsby-transformer-yaml/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-transformer-yaml", "description": "Gatsby transformer plugin for yaml", - "version": "2.6.0-next.0", + "version": "2.7.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -15,7 +15,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.7.0-next.0", + "babel-preset-gatsby-package": "^0.8.0-next.0", "cross-env": "^7.0.2" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-yaml#readme", diff --git a/packages/gatsby/CHANGELOG.md b/packages/gatsby/CHANGELOG.md index 04930a166755c..918e571905e8d 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.28.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.27.0-next.1...gatsby@2.28.0-next.0) (2020-11-18) + +### Bug Fixes + +- **gatsby:** fix race condition in cache lock ([#28097](https://github.com/gatsbyjs/gatsby/issues/28097)) ([5b2d9b6](https://github.com/gatsbyjs/gatsby/commit/5b2d9b6343019f458e1c1f1d5c38b9b43ff47c32)) +- **gatsby:** rename env var for lazy dev bundling to make consistent with other experiments ([#28150](https://github.com/gatsbyjs/gatsby/issues/28150)) ([9e3ceec](https://github.com/gatsbyjs/gatsby/commit/9e3ceeccf2e6821429c7ae808588956fe7e3ef67)) + +### Features + +- **develop:** add query on demand behind feature flag ([#28127](https://github.com/gatsbyjs/gatsby/issues/28127)) ([088eef4](https://github.com/gatsbyjs/gatsby/commit/088eef4fe125d03427712c557fbf19e96034d66d)) +- **gatsby:** invite (1%) of Gatsby users to try out develop ssr ([#28139](https://github.com/gatsbyjs/gatsby/issues/28139)) ([a612f26](https://github.com/gatsbyjs/gatsby/commit/a612f26cab94a7672f6c63067368ec6efc49ec49)) +- **gatsby:** invite people with long develop bundling times to try the lazy dev js bundling feature ([#28116](https://github.com/gatsbyjs/gatsby/issues/28116)) ([a737ea7](https://github.com/gatsbyjs/gatsby/commit/a737ea77ded04e0896d43ec233589b1dd8be7e63)) +- **gatsby:** lazy bundle page components in dev server ([#27884](https://github.com/gatsbyjs/gatsby/issues/27884)) ([04349a0](https://github.com/gatsbyjs/gatsby/commit/04349a042f9106a88b7a9054c0e1c4dc70469d1f)) +- **gatsby:** SSR pages during development ([#27432](https://github.com/gatsbyjs/gatsby/issues/27432)) ([23da2c3](https://github.com/gatsbyjs/gatsby/commit/23da2c3fb2e16b7e3fe1e15c19decd799000a212)) +- add utility to show experiment invitation notices ([#28120](https://github.com/gatsbyjs/gatsby/issues/28120)) ([195d623](https://github.com/gatsbyjs/gatsby/commit/195d6233e2615074e2e5ce95d05e09d264ac1066)) + +### Performance Improvements + +- **gatsby:** fix performance regression with query dependency cleaning ([#28032](https://github.com/gatsbyjs/gatsby/issues/28032)) ([de5517b](https://github.com/gatsbyjs/gatsby/commit/de5517b9db0b86c8b1729cb67c570a105596a97b)) + # [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 diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index 0e67b7ffae1df..41ad36ee9f4f9 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.1", + "version": "2.28.0-next.0", "author": "Kyle Mathews ", "bin": { "gatsby": "./cli.js" @@ -35,8 +35,8 @@ "babel-plugin-add-module-exports": "^0.3.3", "babel-plugin-dynamic-import-node": "^2.3.3", "babel-plugin-lodash": "3.3.4", - "babel-plugin-remove-graphql-queries": "^2.11.0-next.0", - "babel-preset-gatsby": "^0.7.0-next.0", + "babel-plugin-remove-graphql-queries": "^2.12.0-next.0", + "babel-preset-gatsby": "^0.8.0-next.0", "better-opn": "^2.0.0", "better-queue": "^3.8.10", "bluebird": "^3.7.2", @@ -76,16 +76,16 @@ "find-cache-dir": "^3.3.1", "fs-exists-cached": "1.0.0", "fs-extra": "^8.1.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", - "gatsby-link": "^2.6.0-next.0", - "gatsby-plugin-page-creator": "^2.5.0-next.0", - "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.1", + "gatsby-cli": "^2.15.0-next.0", + "gatsby-core-utils": "^1.6.0-next.0", + "gatsby-graphiql-explorer": "^0.7.0-next.0", + "gatsby-legacy-polyfills": "^0.3.0-next.0", + "gatsby-link": "^2.7.0-next.0", + "gatsby-plugin-page-creator": "^2.6.0-next.0", + "gatsby-plugin-typescript": "^2.8.0-next.0", + "gatsby-plugin-utils": "^0.5.0-next.0", + "gatsby-react-router-scroll": "^3.3.0-next.0", + "gatsby-telemetry": "^1.6.0-next.0", "glob": "^7.1.6", "got": "8.3.2", "graphql": "^14.6.0", @@ -174,7 +174,7 @@ "@types/tmp": "^0.2.0", "@types/webpack-dev-middleware": "^3.7.1", "@types/webpack-virtual-modules": "^0.1.0", - "babel-preset-gatsby-package": "^0.7.0-next.0", + "babel-preset-gatsby-package": "^0.8.0-next.0", "cross-env": "^7.0.2", "documentation": "^12.3.0", "enhanced-resolve": "^4.2.0",