diff --git a/packages/babel-plugin-remove-graphql-queries/CHANGELOG.md b/packages/babel-plugin-remove-graphql-queries/CHANGELOG.md index cd8872ce911d8..964c49224e30e 100644 --- a/packages/babel-plugin-remove-graphql-queries/CHANGELOG.md +++ b/packages/babel-plugin-remove-graphql-queries/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.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/babel-plugin-remove-graphql-queries@3.7.0-next.2...babel-plugin-remove-graphql-queries@3.8.0-next.0) (2021-06-03) + +**Note:** Version bump only for package babel-plugin-remove-graphql-queries + # [3.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/babel-plugin-remove-graphql-queries@3.7.0-next.1...babel-plugin-remove-graphql-queries@3.7.0-next.2) (2021-06-02) **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 d8e6af603a1db..af03d33f055c3 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": "3.7.0-next.2", + "version": "3.8.0-next.0", "author": "Jason Quense ", "repository": { "type": "git", @@ -11,9 +11,9 @@ "devDependencies": { "@babel/cli": "^7.14.3", "@babel/core": "^7.14.3", - "babel-preset-gatsby-package": "^1.7.0-next.2", + "babel-preset-gatsby-package": "^1.8.0-next.0", "cross-env": "^7.0.3", - "gatsby-core-utils": "^2.7.0-next.2" + "gatsby-core-utils": "^2.8.0-next.0" }, "peerDependencies": { "@babel/core": "^7.0.0", diff --git a/packages/babel-preset-gatsby-package/CHANGELOG.md b/packages/babel-preset-gatsby-package/CHANGELOG.md index 2486d1f3052f7..1a67433246184 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. +# [1.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby-package@1.7.0-next.2...babel-preset-gatsby-package@1.8.0-next.0) (2021-06-03) + +**Note:** Version bump only for package babel-preset-gatsby-package + # [1.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby-package@1.7.0-next.1...babel-preset-gatsby-package@1.7.0-next.2) (2021-06-02) **Note:** Version bump only for package babel-preset-gatsby-package diff --git a/packages/babel-preset-gatsby-package/package.json b/packages/babel-preset-gatsby-package/package.json index 13ee34c61e1ec..b8b6970fc0c86 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": "1.7.0-next.2", + "version": "1.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 52232608f449c..e1ff63a6b2b9d 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. +# [1.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby@1.7.0-next.2...babel-preset-gatsby@1.8.0-next.0) (2021-06-03) + +**Note:** Version bump only for package babel-preset-gatsby + # [1.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby@1.7.0-next.1...babel-preset-gatsby@1.7.0-next.2) (2021-06-02) **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 4d5fc5d790282..2a3266ad9cb7e 100644 --- a/packages/babel-preset-gatsby/package.json +++ b/packages/babel-preset-gatsby/package.json @@ -1,6 +1,6 @@ { "name": "babel-preset-gatsby", - "version": "1.7.0-next.2", + "version": "1.8.0-next.0", "author": "Philipp Spiess ", "repository": { "type": "git", @@ -22,8 +22,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": "^2.7.0-next.2", - "gatsby-legacy-polyfills": "^1.7.0-next.0" + "gatsby-core-utils": "^2.8.0-next.0", + "gatsby-legacy-polyfills": "^1.8.0-next.0" }, "peerDependencies": { "@babel/core": "^7.11.6", @@ -38,7 +38,7 @@ }, "devDependencies": { "@babel/cli": "^7.14.3", - "babel-preset-gatsby-package": "^1.7.0-next.2", + "babel-preset-gatsby-package": "^1.8.0-next.0", "cross-env": "^7.0.3", "slash": "^3.0.0" }, diff --git a/packages/create-gatsby/CHANGELOG.md b/packages/create-gatsby/CHANGELOG.md index 2dcfa31f8e0c0..a91036c9fa3c9 100644 --- a/packages/create-gatsby/CHANGELOG.md +++ b/packages/create-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. +# [1.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/create-gatsby@1.7.0-next.2...create-gatsby@1.8.0-next.0) (2021-06-03) + +**Note:** Version bump only for package create-gatsby + # [1.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/create-gatsby@1.7.0-next.1...create-gatsby@1.7.0-next.2) (2021-06-02) **Note:** Version bump only for package create-gatsby diff --git a/packages/create-gatsby/package.json b/packages/create-gatsby/package.json index 37a312671b5d4..377da5d62db4f 100644 --- a/packages/create-gatsby/package.json +++ b/packages/create-gatsby/package.json @@ -1,6 +1,6 @@ { "name": "create-gatsby", - "version": "1.7.0-next.2", + "version": "1.8.0-next.0", "main": "lib/index.js", "bin": "cli.js", "license": "MIT", @@ -27,7 +27,7 @@ "eslint": "^7.27.0", "execa": "^4.1.0", "fs-extra": "^9.1.0", - "gatsby-plugin-utils": "^1.7.0-next.2", + "gatsby-plugin-utils": "^1.8.0-next.0", "joi": "^17.4.0", "microbundle": "^0.13.1", "node-fetch": "^2.6.1", diff --git a/packages/gatsby-admin/CHANGELOG.md b/packages/gatsby-admin/CHANGELOG.md index 10eddb382b672..0d4df516d45a4 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.18.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.17.0-next.2...gatsby-admin@0.18.0-next.0) (2021-06-03) + +**Note:** Version bump only for package gatsby-admin + # [0.17.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.17.0-next.1...gatsby-admin@0.17.0-next.2) (2021-06-02) **Note:** Version bump only for package gatsby-admin diff --git a/packages/gatsby-admin/package.json b/packages/gatsby-admin/package.json index 90486a98308ef..e0d33ba78d66a 100644 --- a/packages/gatsby-admin/package.json +++ b/packages/gatsby-admin/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-admin", - "version": "0.17.0-next.2", + "version": "0.18.0-next.0", "main": "index.js", "author": "Max Stoiber", "license": "MIT", @@ -20,11 +20,11 @@ "@typescript-eslint/parser": "^4.14.2", "csstype": "^2.6.14", "formik": "^2.2.6", - "gatsby": "^3.7.0-next.2", + "gatsby": "^3.8.0-next.0", "gatsby-interface": "^0.0.244", - "gatsby-plugin-typescript": "^3.7.0-next.2", + "gatsby-plugin-typescript": "^3.8.0-next.0", "gatsby-plugin-webfonts": "^1.1.4", - "gatsby-source-graphql": "^3.7.0-next.2", + "gatsby-source-graphql": "^3.8.0-next.0", "lodash-es": "^4.17.21", "ncp": "^2.0.0", "nodemon": "^2.0.7", diff --git a/packages/gatsby-cli/CHANGELOG.md b/packages/gatsby-cli/CHANGELOG.md index b133b55cc4a95..80ee83c6081a0 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. +# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@3.7.0-next.2...gatsby-cli@3.8.0-next.0) (2021-06-03) + +### Features + +- **gatsby:** add createNodeManifest action ([#31127](https://github.com/gatsbyjs/gatsby/issues/31127)) ([eed6108](https://github.com/gatsbyjs/gatsby/commit/eed610813da645356316826a4558640ecc4365b5)) + # [3.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@3.7.0-next.1...gatsby-cli@3.7.0-next.2) (2021-06-02) **Note:** Version bump only for package gatsby-cli diff --git a/packages/gatsby-cli/package.json b/packages/gatsby-cli/package.json index be2ebd405be8c..60664fc929856 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": "3.7.0-next.2", + "version": "3.8.0-next.0", "author": "Kyle Mathews ", "bin": { "gatsby": "cli.js" @@ -18,14 +18,14 @@ "common-tags": "^1.8.0", "configstore": "^5.0.1", "convert-hrtime": "^3.0.0", - "create-gatsby": "^1.7.0-next.2", + "create-gatsby": "^1.8.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": "^2.7.0-next.2", - "gatsby-recipes": "^0.18.0-next.2", - "gatsby-telemetry": "^2.7.0-next.2", + "gatsby-core-utils": "^2.8.0-next.0", + "gatsby-recipes": "^0.19.0-next.0", + "gatsby-telemetry": "^2.8.0-next.0", "hosted-git-info": "^3.0.6", "is-valid-path": "^0.1.1", "joi": "^17.4.0", @@ -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": "^1.7.0-next.2", + "babel-preset-gatsby-package": "^1.8.0-next.0", "cross-env": "^7.0.3", "ink": "^3.0.8", "ink-spinner": "^4.0.1", diff --git a/packages/gatsby-codemods/CHANGELOG.md b/packages/gatsby-codemods/CHANGELOG.md index 451e2cd89642f..63ea81f064198 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. +# [2.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-codemods@2.7.0-next.2...gatsby-codemods@2.8.0-next.0) (2021-06-03) + +**Note:** Version bump only for package gatsby-codemods + # [2.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-codemods@2.7.0-next.1...gatsby-codemods@2.7.0-next.2) (2021-06-02) **Note:** Version bump only for package gatsby-codemods diff --git a/packages/gatsby-codemods/package.json b/packages/gatsby-codemods/package.json index 591e8531b4c3d..3116e85bc4a3e 100644 --- a/packages/gatsby-codemods/package.json +++ b/packages/gatsby-codemods/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-codemods", - "version": "2.7.0-next.2", + "version": "2.8.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": { @@ -36,7 +36,7 @@ }, "devDependencies": { "@babel/cli": "^7.14.3", - "babel-preset-gatsby-package": "^1.7.0-next.2", + "babel-preset-gatsby-package": "^1.8.0-next.0", "cross-env": "^7.0.3" }, "engines": { diff --git a/packages/gatsby-core-utils/CHANGELOG.md b/packages/gatsby-core-utils/CHANGELOG.md index 09a3ef7ca18ea..e52482f206f0c 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. +# [2.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-core-utils@2.7.0-next.2...gatsby-core-utils@2.8.0-next.0) (2021-06-03) + +**Note:** Version bump only for package gatsby-core-utils + # [2.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-core-utils@2.7.0-next.1...gatsby-core-utils@2.7.0-next.2) (2021-06-02) **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 8018f6b10bef2..bed44d767b112 100644 --- a/packages/gatsby-core-utils/package.json +++ b/packages/gatsby-core-utils/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-core-utils", - "version": "2.7.0-next.2", + "version": "2.8.0-next.0", "description": "A collection of gatsby utils used in different gatsby packages", "keywords": [ "gatsby", @@ -42,7 +42,7 @@ "@babel/cli": "^7.14.3", "@babel/core": "^7.14.3", "@types/ci-info": "2.0.0", - "babel-preset-gatsby-package": "^1.7.0-next.2", + "babel-preset-gatsby-package": "^1.8.0-next.0", "cross-env": "^7.0.3", "typescript": "^4.1.5" }, diff --git a/packages/gatsby-cypress/CHANGELOG.md b/packages/gatsby-cypress/CHANGELOG.md index 73e5f71a36dfb..cdcaca712173c 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. +# [1.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-cypress@1.7.0-next.2...gatsby-cypress@1.8.0-next.0) (2021-06-03) + +**Note:** Version bump only for package gatsby-cypress + # [1.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-cypress@1.7.0-next.1...gatsby-cypress@1.7.0-next.2) (2021-06-02) **Note:** Version bump only for package gatsby-cypress diff --git a/packages/gatsby-cypress/package.json b/packages/gatsby-cypress/package.json index a53f1255f2ea8..46a25082ece8b 100644 --- a/packages/gatsby-cypress/package.json +++ b/packages/gatsby-cypress/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-cypress", - "version": "1.7.0-next.2", + "version": "1.8.0-next.0", "description": "Cypress tools for Gatsby projects", "main": "index.js", "repository": { @@ -20,7 +20,7 @@ "devDependencies": { "@babel/cli": "^7.14.3", "@babel/core": "^7.14.3", - "babel-preset-gatsby-package": "^1.7.0-next.2", + "babel-preset-gatsby-package": "^1.8.0-next.0", "cross-env": "^7.0.3" }, "keywords": [ diff --git a/packages/gatsby-design-tokens/CHANGELOG.md b/packages/gatsby-design-tokens/CHANGELOG.md index 07d3d902a688d..d9a8ce8cf00f8 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. +# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-design-tokens@3.7.0-next.0...gatsby-design-tokens@3.8.0-next.0) (2021-06-03) + +**Note:** Version bump only for package gatsby-design-tokens + # [3.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-design-tokens@3.6.0-next.0...gatsby-design-tokens@3.7.0-next.0) (2021-05-21) **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 2c4a89c4f22a3..714af1496e10c 100644 --- a/packages/gatsby-design-tokens/package.json +++ b/packages/gatsby-design-tokens/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-design-tokens", - "version": "3.7.0-next.0", + "version": "3.8.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 78bef4955a4dd..bc6c060a83503 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. +# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-dev-cli@3.7.0-next.2...gatsby-dev-cli@3.8.0-next.0) (2021-06-03) + +**Note:** Version bump only for package gatsby-dev-cli + # [3.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-dev-cli@3.7.0-next.1...gatsby-dev-cli@3.7.0-next.2) (2021-06-02) **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 a7385c7491881..3bd8194af39a7 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": "3.7.0-next.2", + "version": "3.8.0-next.0", "author": "Kyle Mathews ", "bin": { "gatsby-dev": "./dist/index.js" @@ -27,7 +27,7 @@ "devDependencies": { "@babel/cli": "^7.14.3", "@babel/core": "^7.14.3", - "babel-preset-gatsby-package": "^1.7.0-next.2", + "babel-preset-gatsby-package": "^1.8.0-next.0", "cross-env": "^7.0.3" }, "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 dc690aa0a77b3..3d2dee0c155dd 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. +# [1.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-graphiql-explorer@1.7.0-next.2...gatsby-graphiql-explorer@1.8.0-next.0) (2021-06-03) + +**Note:** Version bump only for package gatsby-graphiql-explorer + # [1.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-graphiql-explorer@1.7.0-next.1...gatsby-graphiql-explorer@1.7.0-next.2) (2021-06-02) **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 a3b1595fa71d5..67e2b75a526ee 100644 --- a/packages/gatsby-graphiql-explorer/package.json +++ b/packages/gatsby-graphiql-explorer/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-graphiql-explorer", - "version": "1.7.0-next.2", + "version": "1.8.0-next.0", "description": "GraphiQL IDE with custom features for Gatsby users", "main": "index.js", "scripts": { @@ -38,7 +38,7 @@ "@babel/preset-env": "^7.14.4", "@babel/preset-react": "^7.13.13", "babel-loader": "^8.2.2", - "babel-preset-gatsby-package": "^1.7.0-next.2", + "babel-preset-gatsby-package": "^1.8.0-next.0", "core-js": "^3.8.1", "cross-env": "^7.0.3", "css-loader": "^1.0.1", diff --git a/packages/gatsby-image/CHANGELOG.md b/packages/gatsby-image/CHANGELOG.md index 8c0393be3d66e..f352f362bb47e 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. +# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-image@3.7.0-next.2...gatsby-image@3.8.0-next.0) (2021-06-03) + +**Note:** Version bump only for package gatsby-image + # [3.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-image@3.7.0-next.1...gatsby-image@3.7.0-next.2) (2021-06-02) **Note:** Version bump only for package gatsby-image diff --git a/packages/gatsby-image/package.json b/packages/gatsby-image/package.json index 9127562d28570..9d2df6d15c658 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": "3.7.0-next.2", + "version": "3.8.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -15,7 +15,7 @@ "@babel/cli": "^7.14.3", "@babel/core": "^7.14.3", "@testing-library/react": "^9.5.0", - "babel-preset-gatsby-package": "^1.7.0-next.2", + "babel-preset-gatsby-package": "^1.8.0-next.0", "cross-env": "^7.0.3", "jest-matchmedia-mock": "^1.1.0" }, diff --git a/packages/gatsby-legacy-polyfills/CHANGELOG.md b/packages/gatsby-legacy-polyfills/CHANGELOG.md index 4a392a2eeabf9..8291b29c1c441 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. +# [1.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-legacy-polyfills@1.7.0-next.0...gatsby-legacy-polyfills@1.8.0-next.0) (2021-06-03) + +**Note:** Version bump only for package gatsby-legacy-polyfills + # [1.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-legacy-polyfills@1.6.0-next.0...gatsby-legacy-polyfills@1.7.0-next.0) (2021-05-21) **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 84556300bc719..89f6ac667465a 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": "1.7.0-next.0", + "version": "1.8.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 2e1a44475f8e5..7e7f41b6f9b8e 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. +# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-link@3.7.0-next.2...gatsby-link@3.8.0-next.0) (2021-06-03) + +**Note:** Version bump only for package gatsby-link + # [3.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-link@3.7.0-next.1...gatsby-link@3.7.0-next.2) (2021-06-02) **Note:** Version bump only for package gatsby-link diff --git a/packages/gatsby-link/package.json b/packages/gatsby-link/package.json index aab427ce245e3..4881a5d4892ea 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": "3.7.0-next.2", + "version": "3.8.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -15,7 +15,7 @@ "@babel/cli": "^7.14.3", "@babel/core": "^7.14.3", "@testing-library/react": "^9.5.0", - "babel-preset-gatsby-package": "^1.7.0-next.2", + "babel-preset-gatsby-package": "^1.8.0-next.0", "cross-env": "^7.0.3" }, "peerDependencies": { diff --git a/packages/gatsby-page-utils/CHANGELOG.md b/packages/gatsby-page-utils/CHANGELOG.md index af1a92de854d7..49a35bfb89a80 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. +# [1.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-page-utils@1.7.0-next.2...gatsby-page-utils@1.8.0-next.0) (2021-06-03) + +**Note:** Version bump only for package gatsby-page-utils + # [1.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-page-utils@1.7.0-next.1...gatsby-page-utils@1.7.0-next.2) (2021-06-02) **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 0cdad3cc2a79b..962ef8b850ba3 100644 --- a/packages/gatsby-page-utils/package.json +++ b/packages/gatsby-page-utils/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-page-utils", - "version": "1.7.0-next.2", + "version": "1.8.0-next.0", "description": "Gatsby library that helps creating pages", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -26,7 +26,7 @@ "bluebird": "^3.7.2", "chokidar": "^3.5.1", "fs-exists-cached": "^1.0.0", - "gatsby-core-utils": "^2.7.0-next.2", + "gatsby-core-utils": "^2.8.0-next.0", "glob": "^7.1.6", "lodash": "^4.17.21", "micromatch": "^4.0.2" @@ -35,7 +35,7 @@ "@babel/cli": "^7.14.3", "@babel/core": "^7.14.3", "@types/micromatch": "^4.0.1", - "babel-preset-gatsby-package": "^1.7.0-next.2", + "babel-preset-gatsby-package": "^1.8.0-next.0", "cross-env": "^7.0.3", "rimraf": "^3.0.2", "typescript": "^4.1.5" diff --git a/packages/gatsby-plugin-benchmark-reporting/CHANGELOG.md b/packages/gatsby-plugin-benchmark-reporting/CHANGELOG.md index 1b63bfae46700..944a964c14166 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. +# [1.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-benchmark-reporting@1.7.0-next.2...gatsby-plugin-benchmark-reporting@1.8.0-next.0) (2021-06-03) + +**Note:** Version bump only for package gatsby-plugin-benchmark-reporting + # [1.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-benchmark-reporting@1.7.0-next.1...gatsby-plugin-benchmark-reporting@1.7.0-next.2) (2021-06-02) **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 ddb47cbef8175..b8097302fbefb 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": "1.7.0-next.2", + "version": "1.8.0-next.0", "author": "Peter van der Zee ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -16,7 +16,7 @@ "devDependencies": { "@babel/cli": "^7.14.3", "@babel/core": "^7.14.3", - "babel-preset-gatsby-package": "^1.7.0-next.2" + "babel-preset-gatsby-package": "^1.8.0-next.0" }, "dependencies": { "fast-glob": "^3.2.5", diff --git a/packages/gatsby-plugin-canonical-urls/CHANGELOG.md b/packages/gatsby-plugin-canonical-urls/CHANGELOG.md index c8f772c09ae1b..e4e39e2bf5482 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. +# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-canonical-urls@3.7.0-next.2...gatsby-plugin-canonical-urls@3.8.0-next.0) (2021-06-03) + +**Note:** Version bump only for package gatsby-plugin-canonical-urls + # [3.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-canonical-urls@3.7.0-next.1...gatsby-plugin-canonical-urls@3.7.0-next.2) (2021-06-02) **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 2f035144c2c17..9110101f19302 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": "3.7.0-next.2", + "version": "3.8.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,7 +12,7 @@ "devDependencies": { "@babel/cli": "^7.14.3", "@babel/core": "^7.14.3", - "babel-preset-gatsby-package": "^1.7.0-next.2", + "babel-preset-gatsby-package": "^1.8.0-next.0", "cross-env": "^7.0.3" }, "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 af9f2b9784a94..4daf463d013e7 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. +# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-catch-links@3.7.0-next.2...gatsby-plugin-catch-links@3.8.0-next.0) (2021-06-03) + +**Note:** Version bump only for package gatsby-plugin-catch-links + # [3.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-catch-links@3.7.0-next.1...gatsby-plugin-catch-links@3.7.0-next.2) (2021-06-02) **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 536d1fa22a360..6fa3e453e55e5 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": "3.7.0-next.2", + "version": "3.8.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.14.3", "@babel/core": "^7.14.3", - "babel-preset-gatsby-package": "^1.7.0-next.2", + "babel-preset-gatsby-package": "^1.8.0-next.0", "cross-env": "^7.0.3" }, "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 a8dfdd7243e42..f0d14d9d9f76b 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. +# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-coffeescript@3.7.0-next.2...gatsby-plugin-coffeescript@3.8.0-next.0) (2021-06-03) + +**Note:** Version bump only for package gatsby-plugin-coffeescript + # [3.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-coffeescript@3.7.0-next.1...gatsby-plugin-coffeescript@3.7.0-next.2) (2021-06-02) **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 e8924d8371afd..4b1ed979f0379 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": "3.7.0-next.2", + "version": "3.8.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -18,7 +18,7 @@ "devDependencies": { "@babel/cli": "^7.14.3", "@babel/core": "^7.14.3", - "babel-preset-gatsby-package": "^1.7.0-next.2", + "babel-preset-gatsby-package": "^1.8.0-next.0", "cross-env": "^7.0.3" }, "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 9b29d881e6d9b..60940a96c5409 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. +# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-create-client-paths@3.7.0-next.2...gatsby-plugin-create-client-paths@3.8.0-next.0) (2021-06-03) + +**Note:** Version bump only for package gatsby-plugin-create-client-paths + # [3.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-create-client-paths@3.7.0-next.1...gatsby-plugin-create-client-paths@3.7.0-next.2) (2021-06-02) **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 83a48a33cfa0a..915baa52da05c 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": "3.7.0-next.2", + "version": "3.8.0-next.0", "author": "scott.eckenthal@gmail.com", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,7 +12,7 @@ "devDependencies": { "@babel/cli": "^7.14.3", "@babel/core": "^7.14.3", - "babel-preset-gatsby-package": "^1.7.0-next.2", + "babel-preset-gatsby-package": "^1.8.0-next.0", "cross-env": "^7.0.3" }, "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 9d27a4aed0058..e7754d2f223b1 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. +# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-cxs@3.7.0-next.2...gatsby-plugin-cxs@3.8.0-next.0) (2021-06-03) + +**Note:** Version bump only for package gatsby-plugin-cxs + # [3.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-cxs@3.7.0-next.1...gatsby-plugin-cxs@3.7.0-next.2) (2021-06-02) **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 2c421da06542d..07d2d31bc9d56 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": "3.7.0-next.2", + "version": "3.8.0-next.0", "author": "Chen-Tai Hou ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,10 +12,10 @@ "devDependencies": { "@babel/cli": "^7.14.3", "@babel/core": "^7.14.3", - "babel-preset-gatsby-package": "^1.7.0-next.2", + "babel-preset-gatsby-package": "^1.8.0-next.0", "cross-env": "^7.0.3", "cxs": "^6.2.0", - "gatsby-plugin-utils": "^1.7.0-next.2" + "gatsby-plugin-utils": "^1.8.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 09165391bea81..c0f028848afb9 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. +# [6.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-emotion@6.7.0-next.2...gatsby-plugin-emotion@6.8.0-next.0) (2021-06-03) + +**Note:** Version bump only for package gatsby-plugin-emotion + # [6.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-emotion@6.7.0-next.1...gatsby-plugin-emotion@6.7.0-next.2) (2021-06-02) **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 974339c8ba507..e180b02f6a8bc 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": "6.7.0-next.2", + "version": "6.8.0-next.0", "author": "Tegan Churchill ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.14.3", "@babel/core": "^7.14.3", - "babel-preset-gatsby-package": "^1.7.0-next.2", + "babel-preset-gatsby-package": "^1.8.0-next.0", "cross-env": "^7.0.3" }, "peerDependencies": { diff --git a/packages/gatsby-plugin-facebook-analytics/CHANGELOG.md b/packages/gatsby-plugin-facebook-analytics/CHANGELOG.md index 10c82f1cb3e8a..9c765c4ca902c 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. +# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-facebook-analytics@3.7.0-next.2...gatsby-plugin-facebook-analytics@3.8.0-next.0) (2021-06-03) + +**Note:** Version bump only for package gatsby-plugin-facebook-analytics + # [3.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-facebook-analytics@3.7.0-next.1...gatsby-plugin-facebook-analytics@3.7.0-next.2) (2021-06-02) **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 697ce1c1f16af..7baf9dc3c6227 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": "3.7.0-next.2", + "version": "3.8.0-next.0", "author": "Yeison Daza ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,7 +12,7 @@ "devDependencies": { "@babel/cli": "^7.14.3", "@babel/core": "^7.14.3", - "babel-preset-gatsby-package": "^1.7.0-next.2", + "babel-preset-gatsby-package": "^1.8.0-next.0", "cross-env": "^7.0.3" }, "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 f8d87fdf2988a..5f2315143073b 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. +# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-feed@3.7.0-next.2...gatsby-plugin-feed@3.8.0-next.0) (2021-06-03) + +**Note:** Version bump only for package gatsby-plugin-feed + # [3.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-feed@3.7.0-next.1...gatsby-plugin-feed@3.7.0-next.2) (2021-06-02) **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 b2bb5a0c99977..b9fe306fbddf3 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": "3.7.0-next.2", + "version": "3.8.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": "^9.1.0", - "gatsby-plugin-utils": "^1.7.0-next.2", + "gatsby-plugin-utils": "^1.8.0-next.0", "lodash.merge": "^4.6.2", "rss": "^1.2.2" }, "devDependencies": { "@babel/cli": "^7.14.3", "@babel/core": "^7.14.3", - "babel-preset-gatsby-package": "^1.7.0-next.2", + "babel-preset-gatsby-package": "^1.8.0-next.0", "cross-env": "^7.0.3" }, "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 10036305b4370..de5a11fcf1a07 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. +# [2.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-flow@2.7.0-next.2...gatsby-plugin-flow@2.8.0-next.0) (2021-06-03) + +**Note:** Version bump only for package gatsby-plugin-flow + # [2.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-flow@2.7.0-next.1...gatsby-plugin-flow@2.7.0-next.2) (2021-06-02) **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 3f1c86188cd65..1975fce686067 100644 --- a/packages/gatsby-plugin-flow/package.json +++ b/packages/gatsby-plugin-flow/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-flow", - "version": "2.7.0-next.2", + "version": "2.8.0-next.0", "description": "Provides drop-in support for Flow by adding @babel/preset-flow.", "main": "index.js", "scripts": { @@ -30,9 +30,9 @@ "devDependencies": { "@babel/cli": "^7.14.3", "@babel/core": "^7.14.3", - "babel-preset-gatsby-package": "^1.7.0-next.2", + "babel-preset-gatsby-package": "^1.8.0-next.0", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^1.7.0-next.2" + "gatsby-plugin-utils": "^1.8.0-next.0" }, "peerDependencies": { "gatsby": "^3.0.0-next.0" diff --git a/packages/gatsby-plugin-fullstory/CHANGELOG.md b/packages/gatsby-plugin-fullstory/CHANGELOG.md index 5eb132d93f876..f20dc5258745e 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. +# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-fullstory@3.7.0-next.2...gatsby-plugin-fullstory@3.8.0-next.0) (2021-06-03) + +**Note:** Version bump only for package gatsby-plugin-fullstory + # [3.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-fullstory@3.7.0-next.1...gatsby-plugin-fullstory@3.7.0-next.2) (2021-06-02) **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 c69a1135c82dd..26255e741e96e 100644 --- a/packages/gatsby-plugin-fullstory/package.json +++ b/packages/gatsby-plugin-fullstory/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-fullstory", - "version": "3.7.0-next.2", + "version": "3.8.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.14.3", "@babel/core": "^7.14.3", - "babel-preset-gatsby-package": "^1.7.0-next.2", + "babel-preset-gatsby-package": "^1.8.0-next.0", "cross-env": "^7.0.3" }, "peerDependencies": { diff --git a/packages/gatsby-plugin-gatsby-cloud/CHANGELOG.md b/packages/gatsby-plugin-gatsby-cloud/CHANGELOG.md index 3f9cb7c7265ba..f9856885f3f1d 100644 --- a/packages/gatsby-plugin-gatsby-cloud/CHANGELOG.md +++ b/packages/gatsby-plugin-gatsby-cloud/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-gatsby-cloud@2.7.0-next.2...gatsby-plugin-gatsby-cloud@2.8.0-next.0) (2021-06-03) + +### Features + +- **gatsby-plugin-gatsby-cloud:** Track user engagement in preview UI ([#31642](https://github.com/gatsbyjs/gatsby/issues/31642)) ([58be1c3](https://github.com/gatsbyjs/gatsby/commit/58be1c3762fa3cf14c275d7952c52fb0ded6cbc4)) + # [2.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-gatsby-cloud@2.7.0-next.1...gatsby-plugin-gatsby-cloud@2.7.0-next.2) (2021-06-02) **Note:** Version bump only for package gatsby-plugin-gatsby-cloud diff --git a/packages/gatsby-plugin-gatsby-cloud/package.json b/packages/gatsby-plugin-gatsby-cloud/package.json index 1fa12edd0e767..b69a7d22b66be 100644 --- a/packages/gatsby-plugin-gatsby-cloud/package.json +++ b/packages/gatsby-plugin-gatsby-cloud/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-gatsby-cloud", "description": "A Gatsby plugin which optimizes working with Gatsby Cloud", - "version": "2.7.0-next.2", + "version": "2.8.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -21,7 +21,7 @@ "@testing-library/jest-dom": "^5.11.10", "@testing-library/react": "^11.2.6", "@testing-library/user-event": "^13.1.3", - "babel-preset-gatsby-package": "^1.7.0-next.2", + "babel-preset-gatsby-package": "^1.8.0-next.0", "cross-env": "^7.0.3", "jest": "^26.6.3", "msw": "^0.28.2", diff --git a/packages/gatsby-plugin-glamor/CHANGELOG.md b/packages/gatsby-plugin-glamor/CHANGELOG.md index 23ef487e3c9e4..8924adf9a0ad1 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. +# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-glamor@3.7.0-next.2...gatsby-plugin-glamor@3.8.0-next.0) (2021-06-03) + +**Note:** Version bump only for package gatsby-plugin-glamor + # [3.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-glamor@3.7.0-next.1...gatsby-plugin-glamor@3.7.0-next.2) (2021-06-02) **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 33807a05e4a7b..3d5e166980604 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": "3.7.0-next.2", + "version": "3.8.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,9 +12,9 @@ "devDependencies": { "@babel/cli": "^7.14.3", "@babel/core": "^7.14.3", - "babel-preset-gatsby-package": "^1.7.0-next.2", + "babel-preset-gatsby-package": "^1.8.0-next.0", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^1.7.0-next.2" + "gatsby-plugin-utils": "^1.8.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 bed12dd249590..eb4d584d7dd4a 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. +# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-analytics@3.7.0-next.2...gatsby-plugin-google-analytics@3.8.0-next.0) (2021-06-03) + +**Note:** Version bump only for package gatsby-plugin-google-analytics + # [3.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-analytics@3.7.0-next.1...gatsby-plugin-google-analytics@3.7.0-next.2) (2021-06-02) **Note:** Version bump only for package gatsby-plugin-google-analytics diff --git a/packages/gatsby-plugin-google-analytics/package.json b/packages/gatsby-plugin-google-analytics/package.json index f66537149706c..05b1fe8b79364 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": "3.7.0-next.2", + "version": "3.8.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -14,7 +14,7 @@ "@babel/cli": "^7.14.3", "@babel/core": "^7.14.3", "@testing-library/react": "^9.5.0", - "babel-preset-gatsby-package": "^1.7.0-next.2", + "babel-preset-gatsby-package": "^1.8.0-next.0", "cross-env": "^7.0.3" }, "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 7af9b1ce3be42..4e1a413c33cbf 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. +# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-gtag@3.7.0-next.2...gatsby-plugin-google-gtag@3.8.0-next.0) (2021-06-03) + +**Note:** Version bump only for package gatsby-plugin-google-gtag + # [3.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-gtag@3.7.0-next.1...gatsby-plugin-google-gtag@3.7.0-next.2) (2021-06-02) **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 25258d4631db0..287a74842c816 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": "3.7.0-next.2", + "version": "3.8.0-next.0", "author": "Tyler Buchea ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.14.3", "@babel/core": "^7.14.3", - "babel-preset-gatsby-package": "^1.7.0-next.2", + "babel-preset-gatsby-package": "^1.8.0-next.0", "cross-env": "^7.0.3" }, "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 540de6f70e0fc..6bcc46d4cb670 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. +# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@3.7.0-next.2...gatsby-plugin-google-tagmanager@3.8.0-next.0) (2021-06-03) + +**Note:** Version bump only for package gatsby-plugin-google-tagmanager + # [3.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@3.7.0-next.1...gatsby-plugin-google-tagmanager@3.7.0-next.2) (2021-06-02) **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 e467a42a559b1..a41ad54febf16 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": "3.7.0-next.2", + "version": "3.8.0-next.0", "author": "Thijs Koerselman ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,9 +12,9 @@ "devDependencies": { "@babel/cli": "^7.14.3", "@babel/core": "^7.14.3", - "babel-preset-gatsby-package": "^1.7.0-next.2", + "babel-preset-gatsby-package": "^1.8.0-next.0", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^1.7.0-next.2" + "gatsby-plugin-utils": "^1.8.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 ea09388ed97d5..7f7b289e9ff69 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.17.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-graphql-config@0.16.0-next.2...gatsby-plugin-graphql-config@0.17.0-next.0) (2021-06-03) + +**Note:** Version bump only for package gatsby-plugin-graphql-config + # [0.16.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-graphql-config@0.16.0-next.1...gatsby-plugin-graphql-config@0.16.0-next.2) (2021-06-02) **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 5aa5e5d62b554..cbccfad80bfad 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.16.0-next.2", + "version": "0.17.0-next.0", "author": "Rikki Schulte ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,7 +12,7 @@ "devDependencies": { "@babel/cli": "^7.14.3", "@babel/core": "^7.14.3", - "babel-preset-gatsby-package": "^1.7.0-next.2", + "babel-preset-gatsby-package": "^1.8.0-next.0", "cross-env": "^7.0.3" }, "peerDependencies": { diff --git a/packages/gatsby-plugin-image/CHANGELOG.md b/packages/gatsby-plugin-image/CHANGELOG.md index 865acdd30245a..ad0b9182a5c69 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. +# [1.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-image@1.7.0-next.2...gatsby-plugin-image@1.8.0-next.0) (2021-06-03) + +**Note:** Version bump only for package gatsby-plugin-image + # [1.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-image@1.7.0-next.1...gatsby-plugin-image@1.7.0-next.2) (2021-06-02) **Note:** Version bump only for package gatsby-plugin-image diff --git a/packages/gatsby-plugin-image/package.json b/packages/gatsby-plugin-image/package.json index 4fcc820ffd15a..0c19bb4dc0222 100644 --- a/packages/gatsby-plugin-image/package.json +++ b/packages/gatsby-plugin-image/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-image", - "version": "1.7.0-next.2", + "version": "1.8.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/resolver-utils.ts src/types.d.ts -d --declarationDir dist/src", @@ -76,12 +76,12 @@ "@babel/parser": "^7.14.4", "@babel/traverse": "^7.14.2", "babel-jsx-utils": "^1.1.0", - "babel-plugin-remove-graphql-queries": "^3.7.0-next.2", + "babel-plugin-remove-graphql-queries": "^3.8.0-next.0", "camelcase": "^5.3.1", "chokidar": "^3.5.1", "common-tags": "^1.8.0", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^2.7.0-next.2", + "gatsby-core-utils": "^2.8.0-next.0", "objectFitPolyfill": "^2.3.0", "prop-types": "^15.7.2" }, diff --git a/packages/gatsby-plugin-jss/CHANGELOG.md b/packages/gatsby-plugin-jss/CHANGELOG.md index b3675a1aa8d4a..334bfc451b9a6 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. +# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-jss@3.7.0-next.2...gatsby-plugin-jss@3.8.0-next.0) (2021-06-03) + +**Note:** Version bump only for package gatsby-plugin-jss + # [3.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-jss@3.7.0-next.1...gatsby-plugin-jss@3.7.0-next.2) (2021-06-02) **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 b0ced51edcd77..585f34cc9d8a4 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": "3.7.0-next.2", + "version": "3.8.0-next.0", "author": "Vladimir Guguiev ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,7 +12,7 @@ "devDependencies": { "@babel/cli": "^7.14.3", "@babel/core": "^7.14.3", - "babel-preset-gatsby-package": "^1.7.0-next.2", + "babel-preset-gatsby-package": "^1.8.0-next.0", "cross-env": "^7.0.3" }, "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 47d309041df66..1ef2cee489592 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. +# [2.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-layout@2.7.0-next.2...gatsby-plugin-layout@2.8.0-next.0) (2021-06-03) + +**Note:** Version bump only for package gatsby-plugin-layout + # [2.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-layout@2.7.0-next.1...gatsby-plugin-layout@2.7.0-next.2) (2021-06-02) **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 d680e44415250..961aed43c25a2 100644 --- a/packages/gatsby-plugin-layout/package.json +++ b/packages/gatsby-plugin-layout/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-layout", - "version": "2.7.0-next.2", + "version": "2.8.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.14.3", "@babel/core": "^7.14.3", - "babel-preset-gatsby-package": "^1.7.0-next.2", + "babel-preset-gatsby-package": "^1.8.0-next.0", "cross-env": "^7.0.3" }, "peerDependencies": { diff --git a/packages/gatsby-plugin-less/CHANGELOG.md b/packages/gatsby-plugin-less/CHANGELOG.md index 273ce067a216c..31ca89cddd470 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. +# [5.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-less@5.7.0-next.2...gatsby-plugin-less@5.8.0-next.0) (2021-06-03) + +**Note:** Version bump only for package gatsby-plugin-less + # [5.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-less@5.7.0-next.1...gatsby-plugin-less@5.7.0-next.2) (2021-06-02) **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 51ba149ec5026..b175b272e2a34 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": "5.7.0-next.2", + "version": "5.8.0-next.0", "author": "monastic.panic@gmail.com", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.14.3", "@babel/core": "^7.14.3", - "babel-preset-gatsby-package": "^1.7.0-next.2", + "babel-preset-gatsby-package": "^1.8.0-next.0", "cross-env": "^7.0.3" }, "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 ce693b90b01fa..f98f47d393714 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. +# [4.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-lodash@4.7.0-next.2...gatsby-plugin-lodash@4.8.0-next.0) (2021-06-03) + +**Note:** Version bump only for package gatsby-plugin-lodash + # [4.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-lodash@4.7.0-next.1...gatsby-plugin-lodash@4.7.0-next.2) (2021-06-02) **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 793d151ab10d4..19c151c262b37 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": "4.7.0-next.2", + "version": "4.8.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -14,7 +14,7 @@ "devDependencies": { "@babel/cli": "^7.14.3", "@babel/core": "^7.14.3", - "babel-preset-gatsby-package": "^1.7.0-next.2", + "babel-preset-gatsby-package": "^1.8.0-next.0", "cross-env": "^7.0.3" }, "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 63dafe2d8f817..d96e91b8b92dc 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. +# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-manifest@3.7.0-next.2...gatsby-plugin-manifest@3.8.0-next.0) (2021-06-03) + +**Note:** Version bump only for package gatsby-plugin-manifest + # [3.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-manifest@3.7.0-next.1...gatsby-plugin-manifest@3.7.0-next.2) (2021-06-02) **Note:** Version bump only for package gatsby-plugin-manifest diff --git a/packages/gatsby-plugin-manifest/package.json b/packages/gatsby-plugin-manifest/package.json index 05c6ff08f93f8..73272c1c3dec2 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": "3.7.0-next.2", + "version": "3.8.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" }, "dependencies": { "@babel/runtime": "^7.14.0", - "gatsby-core-utils": "^2.7.0-next.2", - "gatsby-plugin-utils": "^1.7.0-next.2", + "gatsby-core-utils": "^2.8.0-next.0", + "gatsby-plugin-utils": "^1.8.0-next.0", "semver": "^7.3.5", "sharp": "^0.28.1" }, "devDependencies": { "@babel/cli": "^7.14.3", "@babel/core": "^7.14.3", - "babel-preset-gatsby-package": "^1.7.0-next.2", + "babel-preset-gatsby-package": "^1.8.0-next.0", "cross-env": "^7.0.3" }, "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 a8902db945cc4..a3ed21540d7cb 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. +# [2.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@2.7.0-next.2...gatsby-plugin-mdx@2.8.0-next.0) (2021-06-03) + +**Note:** Version bump only for package gatsby-plugin-mdx + # [2.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@2.7.0-next.1...gatsby-plugin-mdx@2.7.0-next.2) (2021-06-02) **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 e26db5163faf7..d38c69d18e695 100644 --- a/packages/gatsby-plugin-mdx/package.json +++ b/packages/gatsby-plugin-mdx/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-mdx", - "version": "2.7.0-next.2", + "version": "2.8.0-next.0", "description": "MDX integration for Gatsby", "main": "index.js", "license": "MIT", @@ -35,7 +35,7 @@ "escape-string-regexp": "^1.0.5", "eval": "^0.1.4", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^2.7.0-next.2", + "gatsby-core-utils": "^2.8.0-next.0", "gray-matter": "^4.0.2", "json5": "^2.1.3", "loader-utils": "^1.4.0", @@ -60,7 +60,7 @@ "devDependencies": { "@mdx-js/mdx": "^1.6.16", "@mdx-js/react": "^1.6.16", - "gatsby-plugin-utils": "^1.7.0-next.2", + "gatsby-plugin-utils": "^1.8.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 f7bc526eb0271..e731e7cc18610 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. +# [5.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify-cms@5.7.0-next.2...gatsby-plugin-netlify-cms@5.8.0-next.0) (2021-06-03) + +**Note:** Version bump only for package gatsby-plugin-netlify-cms + # [5.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify-cms@5.7.0-next.1...gatsby-plugin-netlify-cms@5.7.0-next.2) (2021-06-02) **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 ff65c12dce7d6..b6bc5682c397f 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": "5.7.0-next.2", + "version": "5.8.0-next.0", "author": "Shawn Erquhart ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -19,7 +19,7 @@ "devDependencies": { "@babel/cli": "^7.14.3", "@babel/core": "^7.14.3", - "babel-preset-gatsby-package": "^1.7.0-next.2", + "babel-preset-gatsby-package": "^1.8.0-next.0", "cross-env": "^7.0.3", "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 3ccf1a0e1ee71..7091e222e922f 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. +# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify@3.7.0-next.2...gatsby-plugin-netlify@3.8.0-next.0) (2021-06-03) + +**Note:** Version bump only for package gatsby-plugin-netlify + # [3.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify@3.7.0-next.1...gatsby-plugin-netlify@3.7.0-next.2) (2021-06-02) **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 1cbbd8ea97584..51162bb9671a8 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": "3.7.0-next.2", + "version": "3.8.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -22,9 +22,9 @@ "devDependencies": { "@babel/cli": "^7.14.3", "@babel/core": "^7.14.3", - "babel-preset-gatsby-package": "^1.7.0-next.2", + "babel-preset-gatsby-package": "^1.8.0-next.0", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^1.7.0-next.2" + "gatsby-plugin-utils": "^1.8.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 ea213250ad414..147e447ba6c09 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. +# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-no-sourcemaps@3.7.0-next.0...gatsby-plugin-no-sourcemaps@3.8.0-next.0) (2021-06-03) + +**Note:** Version bump only for package gatsby-plugin-no-sourcemaps + # [3.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-no-sourcemaps@3.6.0-next.0...gatsby-plugin-no-sourcemaps@3.7.0-next.0) (2021-05-21) **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 35d76f0bb2de7..b23497a484583 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": "3.7.0-next.0", + "version": "3.8.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 9099c588c6c92..36f431f30a931 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. +# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-nprogress@3.7.0-next.2...gatsby-plugin-nprogress@3.8.0-next.0) (2021-06-03) + +**Note:** Version bump only for package gatsby-plugin-nprogress + # [3.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-nprogress@3.7.0-next.1...gatsby-plugin-nprogress@3.7.0-next.2) (2021-06-02) **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 1b529b98fc152..072bb856483d1 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": "3.7.0-next.2", + "version": "3.8.0-next.0", "author": "Kyle Mathews", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.14.3", "@babel/core": "^7.14.3", - "babel-preset-gatsby-package": "^1.7.0-next.2", + "babel-preset-gatsby-package": "^1.8.0-next.0", "cross-env": "^7.0.3" }, "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 925f91afb276c..0e07391b4bf1b 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. +# [4.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-offline@4.7.0-next.2...gatsby-plugin-offline@4.8.0-next.0) (2021-06-03) + +**Note:** Version bump only for package gatsby-plugin-offline + # [4.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-offline@4.7.0-next.1...gatsby-plugin-offline@4.7.0-next.2) (2021-06-02) **Note:** Version bump only for package gatsby-plugin-offline diff --git a/packages/gatsby-plugin-offline/package.json b/packages/gatsby-plugin-offline/package.json index e81dc65b4a604..ba444f2140a0f 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": "4.7.0-next.2", + "version": "4.8.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -9,7 +9,7 @@ "dependencies": { "@babel/runtime": "^7.14.0", "cheerio": "^1.0.0-rc.9", - "gatsby-core-utils": "^2.7.0-next.2", + "gatsby-core-utils": "^2.8.0-next.0", "glob": "^7.1.6", "idb-keyval": "^3.2.0", "lodash": "^4.17.21", @@ -18,10 +18,10 @@ "devDependencies": { "@babel/cli": "^7.14.3", "@babel/core": "^7.14.3", - "babel-preset-gatsby-package": "^1.7.0-next.2", + "babel-preset-gatsby-package": "^1.8.0-next.0", "cpx": "^1.5.0", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^1.7.0-next.2", + "gatsby-plugin-utils": "^1.8.0-next.0", "rewire": "^5.0.0" }, "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 98aca025445fb..d36e2d30acc50 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. +# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@3.7.0-next.2...gatsby-plugin-page-creator@3.8.0-next.0) (2021-06-03) + +**Note:** Version bump only for package gatsby-plugin-page-creator + # [3.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@3.7.0-next.1...gatsby-plugin-page-creator@3.7.0-next.2) (2021-06-02) **Note:** Version bump only for package gatsby-plugin-page-creator diff --git a/packages/gatsby-plugin-page-creator/package.json b/packages/gatsby-plugin-page-creator/package.json index 207fb0005cf8e..18e05805af7bc 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": "3.7.0-next.2", + "version": "3.8.0-next.0", "description": "Gatsby plugin that automatically creates pages from React components in specified directories", "main": "index.js", "scripts": { @@ -28,16 +28,16 @@ "@sindresorhus/slugify": "^1.1.2", "chokidar": "^3.5.1", "fs-exists-cached": "^1.0.0", - "gatsby-core-utils": "^2.7.0-next.2", - "gatsby-page-utils": "^1.7.0-next.2", - "gatsby-telemetry": "^2.7.0-next.2", + "gatsby-core-utils": "^2.8.0-next.0", + "gatsby-page-utils": "^1.8.0-next.0", + "gatsby-telemetry": "^2.8.0-next.0", "globby": "^11.0.3", "lodash": "^4.17.21" }, "devDependencies": { "@babel/cli": "^7.14.3", "@babel/core": "^7.14.3", - "babel-preset-gatsby-package": "^1.7.0-next.2", + "babel-preset-gatsby-package": "^1.8.0-next.0", "cross-env": "^7.0.3" }, "peerDependencies": { diff --git a/packages/gatsby-plugin-postcss/CHANGELOG.md b/packages/gatsby-plugin-postcss/CHANGELOG.md index dc0ae91449a99..9856fe7129509 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. +# [4.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-postcss@4.7.0-next.2...gatsby-plugin-postcss@4.8.0-next.0) (2021-06-03) + +**Note:** Version bump only for package gatsby-plugin-postcss + # [4.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-postcss@4.7.0-next.1...gatsby-plugin-postcss@4.7.0-next.2) (2021-06-02) ### Bug Fixes diff --git a/packages/gatsby-plugin-postcss/package.json b/packages/gatsby-plugin-postcss/package.json index f397fe4d21487..f047bcc9ef9ff 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": "4.7.0-next.2", + "version": "4.8.0-next.0", "author": "Marat Dreizin ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.14.3", "@babel/core": "^7.14.3", - "babel-preset-gatsby-package": "^1.7.0-next.2", + "babel-preset-gatsby-package": "^1.8.0-next.0", "cross-env": "^7.0.3" }, "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 2f89a63177b2c..45034feaffe1c 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. +# [5.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preact@5.7.0-next.2...gatsby-plugin-preact@5.8.0-next.0) (2021-06-03) + +**Note:** Version bump only for package gatsby-plugin-preact + # [5.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preact@5.7.0-next.1...gatsby-plugin-preact@5.7.0-next.2) (2021-06-02) **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 56bc4e17ef801..478d4d27d9122 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": "5.7.0-next.2", + "version": "5.8.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -15,7 +15,7 @@ "@babel/cli": "^7.14.3", "@babel/core": "^7.14.3", "@pmmmwh/react-refresh-webpack-plugin": "^0.4.3", - "babel-preset-gatsby-package": "^1.7.0-next.2", + "babel-preset-gatsby-package": "^1.8.0-next.0", "cross-env": "^7.0.3" }, "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 b0eb2c2bb0868..26ab364c9f6d5 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. +# [2.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preload-fonts@2.7.0-next.2...gatsby-plugin-preload-fonts@2.8.0-next.0) (2021-06-03) + +**Note:** Version bump only for package gatsby-plugin-preload-fonts + # [2.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preload-fonts@2.7.0-next.1...gatsby-plugin-preload-fonts@2.7.0-next.2) (2021-06-02) **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 826ac0de34ad6..378237ae92e93 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": "2.7.0-next.2", + "version": "2.8.0-next.0", "author": "Aaron Ross ", "main": "index.js", "bin": { @@ -14,7 +14,7 @@ "chalk": "^4.1.0", "date-fns": "^2.21.1", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^2.7.0-next.2", + "gatsby-core-utils": "^2.8.0-next.0", "graphql-request": "^1.8.2", "progress": "^2.0.3", "puppeteer": "^3.3.0" @@ -22,7 +22,7 @@ "devDependencies": { "@babel/cli": "^7.14.3", "@babel/core": "^7.14.3", - "babel-preset-gatsby-package": "^1.7.0-next.2", + "babel-preset-gatsby-package": "^1.8.0-next.0", "cross-env": "^7.0.3", "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 53bc5daa1d8cc..bba3c5e648372 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. +# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-react-css-modules@3.7.0-next.2...gatsby-plugin-react-css-modules@3.8.0-next.0) (2021-06-03) + +**Note:** Version bump only for package gatsby-plugin-react-css-modules + # [3.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-react-css-modules@3.7.0-next.1...gatsby-plugin-react-css-modules@3.7.0-next.2) (2021-06-02) **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 65c5fdaec6736..6edae8abff75c 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": "3.7.0-next.2", + "version": "3.8.0-next.0", "author": "Ming Aldrich-Gan ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.14.3", "@babel/core": "^7.14.3", - "babel-preset-gatsby-package": "^1.7.0-next.2", + "babel-preset-gatsby-package": "^1.8.0-next.0", "cross-env": "^7.0.3" }, "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 a33dda033e498..42e676ab553a8 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. +# [4.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-react-helmet@4.7.0-next.2...gatsby-plugin-react-helmet@4.8.0-next.0) (2021-06-03) + +**Note:** Version bump only for package gatsby-plugin-react-helmet + # [4.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-react-helmet@4.7.0-next.1...gatsby-plugin-react-helmet@4.7.0-next.2) (2021-06-02) **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 cebb73cfbd5d9..af7b3eaa82fa2 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": "4.7.0-next.2", + "version": "4.8.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,7 +12,7 @@ "devDependencies": { "@babel/cli": "^7.14.3", "@babel/core": "^7.14.3", - "babel-preset-gatsby-package": "^1.7.0-next.2", + "babel-preset-gatsby-package": "^1.8.0-next.0", "cross-env": "^7.0.3" }, "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 2aec053b65535..3fda2dda2ed3b 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. +# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-remove-trailing-slashes@3.7.0-next.2...gatsby-plugin-remove-trailing-slashes@3.8.0-next.0) (2021-06-03) + +**Note:** Version bump only for package gatsby-plugin-remove-trailing-slashes + # [3.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-remove-trailing-slashes@3.7.0-next.1...gatsby-plugin-remove-trailing-slashes@3.7.0-next.2) (2021-06-02) **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 ac0169065155e..3f9757d49ab53 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": "3.7.0-next.2", + "version": "3.8.0-next.0", "author": "scott.eckenthal@gmail.com", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,7 +12,7 @@ "devDependencies": { "@babel/cli": "^7.14.3", "@babel/core": "^7.14.3", - "babel-preset-gatsby-package": "^1.7.0-next.2", + "babel-preset-gatsby-package": "^1.8.0-next.0", "cross-env": "^7.0.3" }, "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 641521944a06f..0e18f6ec362db 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. +# [4.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sass@4.7.0-next.2...gatsby-plugin-sass@4.8.0-next.0) (2021-06-03) + +**Note:** Version bump only for package gatsby-plugin-sass + # [4.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sass@4.7.0-next.1...gatsby-plugin-sass@4.7.0-next.2) (2021-06-02) **Note:** Version bump only for package gatsby-plugin-sass diff --git a/packages/gatsby-plugin-sass/package.json b/packages/gatsby-plugin-sass/package.json index 10a4a51c8f95e..431552c0606a4 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": "4.7.0-next.2", + "version": "4.8.0-next.0", "author": "Daniel Farrell ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -15,9 +15,9 @@ "@babel/cli": "^7.14.3", "@babel/core": "^7.14.3", "autoprefixer": "^10.2.5", - "babel-preset-gatsby-package": "^1.7.0-next.2", + "babel-preset-gatsby-package": "^1.8.0-next.0", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^1.7.0-next.2" + "gatsby-plugin-utils": "^1.8.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 c81d77d4c0b71..1d100263c9e64 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. +# [2.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-schema-snapshot@2.7.0-next.0...gatsby-plugin-schema-snapshot@2.8.0-next.0) (2021-06-03) + +**Note:** Version bump only for package gatsby-plugin-schema-snapshot + # [2.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-schema-snapshot@2.6.0-next.0...gatsby-plugin-schema-snapshot@2.7.0-next.0) (2021-05-21) **Note:** Version bump only for package gatsby-plugin-schema-snapshot diff --git a/packages/gatsby-plugin-schema-snapshot/package.json b/packages/gatsby-plugin-schema-snapshot/package.json index f33c5ac3e878c..bc1053ee150ad 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": "2.7.0-next.0", + "version": "2.8.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 65967d49d6ab0..d019a083853e2 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. +# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@3.7.0-next.2...gatsby-plugin-sharp@3.8.0-next.0) (2021-06-03) + +**Note:** Version bump only for package gatsby-plugin-sharp + # [3.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@3.7.0-next.1...gatsby-plugin-sharp@3.7.0-next.2) (2021-06-02) **Note:** Version bump only for package gatsby-plugin-sharp diff --git a/packages/gatsby-plugin-sharp/package.json b/packages/gatsby-plugin-sharp/package.json index be42e349c9987..0627563030348 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": "3.7.0-next.2", + "version": "3.8.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,8 +12,8 @@ "bluebird": "^3.7.2", "filenamify": "^4.2.0", "fs-extra": "^9.1.0", - "gatsby-core-utils": "^2.7.0-next.2", - "gatsby-telemetry": "^2.7.0-next.2", + "gatsby-core-utils": "^2.8.0-next.0", + "gatsby-telemetry": "^2.8.0-next.0", "got": "^10.7.0", "imagemin": "^7.0.1", "imagemin-mozjpeg": "^9.0.0", @@ -32,10 +32,10 @@ "@babel/cli": "^7.14.3", "@babel/core": "^7.14.3", "@types/sharp": "^0.27.1", - "babel-preset-gatsby-package": "^1.7.0-next.2", + "babel-preset-gatsby-package": "^1.8.0-next.0", "cross-env": "^7.0.3", - "gatsby-plugin-image": "^1.7.0-next.2", - "gatsby-plugin-utils": "^1.7.0-next.2" + "gatsby-plugin-image": "^1.8.0-next.0", + "gatsby-plugin-utils": "^1.8.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 d86c5a7e5619e..bafdee71a187e 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. +# [4.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sitemap@4.3.0-next.2...gatsby-plugin-sitemap@4.4.0-next.0) (2021-06-03) + +**Note:** Version bump only for package gatsby-plugin-sitemap + # [4.3.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sitemap@4.3.0-next.1...gatsby-plugin-sitemap@4.3.0-next.2) (2021-06-02) **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 c97017752855d..bb810a1bd04c9 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": "4.3.0-next.2", + "version": "4.4.0-next.0", "contributors": [ "Alex Moon ", "Nicholas Young " @@ -18,9 +18,9 @@ "devDependencies": { "@babel/cli": "^7.14.3", "@babel/core": "^7.14.3", - "babel-preset-gatsby-package": "^1.7.0-next.2", + "babel-preset-gatsby-package": "^1.8.0-next.0", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^1.7.0-next.2" + "gatsby-plugin-utils": "^1.8.0-next.0" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sitemap#readme", "keywords": [ diff --git a/packages/gatsby-plugin-styled-components/CHANGELOG.md b/packages/gatsby-plugin-styled-components/CHANGELOG.md index 222637b8f7aae..f7a6d26605d36 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. +# [4.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styled-components@4.7.0-next.2...gatsby-plugin-styled-components@4.8.0-next.0) (2021-06-03) + +**Note:** Version bump only for package gatsby-plugin-styled-components + # [4.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styled-components@4.7.0-next.1...gatsby-plugin-styled-components@4.7.0-next.2) (2021-06-02) **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 02d5c35867e26..99b504a56bff3 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": "4.7.0-next.2", + "version": "4.8.0-next.0", "author": "Guten Ye ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,7 +12,7 @@ "devDependencies": { "@babel/cli": "^7.14.3", "@babel/core": "^7.14.3", - "babel-preset-gatsby-package": "^1.7.0-next.2", + "babel-preset-gatsby-package": "^1.8.0-next.0", "cross-env": "^7.0.3" }, "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 2a4eb6d945c04..e189ece158606 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. +# [4.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styled-jsx@4.7.0-next.2...gatsby-plugin-styled-jsx@4.8.0-next.0) (2021-06-03) + +**Note:** Version bump only for package gatsby-plugin-styled-jsx + # [4.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styled-jsx@4.7.0-next.1...gatsby-plugin-styled-jsx@4.7.0-next.2) (2021-06-02) **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 55a3a2b84bff2..9e3ec621497f6 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": "4.7.0-next.2", + "version": "4.8.0-next.0", "author": "Tim Suchanek ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,7 +12,7 @@ "devDependencies": { "@babel/cli": "^7.14.3", "@babel/core": "^7.14.3", - "babel-preset-gatsby-package": "^1.7.0-next.2", + "babel-preset-gatsby-package": "^1.8.0-next.0", "cross-env": "^7.0.3" }, "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 6f54dc360d0a5..9a7de2039e680 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. +# [6.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styletron@6.7.0-next.2...gatsby-plugin-styletron@6.8.0-next.0) (2021-06-03) + +**Note:** Version bump only for package gatsby-plugin-styletron + # [6.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styletron@6.7.0-next.1...gatsby-plugin-styletron@6.7.0-next.2) (2021-06-02) **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 815a218a5d018..25c29ca22c4b7 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": "6.7.0-next.2", + "version": "6.8.0-next.0", "author": "Nadiia Dmytrenko ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -9,7 +9,7 @@ "devDependencies": { "@babel/cli": "^7.14.3", "@babel/core": "^7.14.3", - "babel-preset-gatsby-package": "^1.7.0-next.2", + "babel-preset-gatsby-package": "^1.8.0-next.0", "cross-env": "^7.0.3", "styletron-engine-atomic": "^1.4.7", "styletron-react": "^5.2.7" diff --git a/packages/gatsby-plugin-stylus/CHANGELOG.md b/packages/gatsby-plugin-stylus/CHANGELOG.md index fe47c045ffa20..2d40d4b218d96 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. +# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-stylus@3.7.0-next.2...gatsby-plugin-stylus@3.8.0-next.0) (2021-06-03) + +**Note:** Version bump only for package gatsby-plugin-stylus + # [3.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-stylus@3.7.0-next.1...gatsby-plugin-stylus@3.7.0-next.2) (2021-06-02) **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 43bf2bacb76b7..a128727a97a6a 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": "3.7.0-next.2", + "version": "3.8.0-next.0", "author": "Ian Sinnott ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -14,7 +14,7 @@ "devDependencies": { "@babel/cli": "^7.14.3", "@babel/core": "^7.14.3", - "babel-preset-gatsby-package": "^1.7.0-next.2", + "babel-preset-gatsby-package": "^1.8.0-next.0", "cross-env": "^7.0.3" }, "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 ad450c4c32665..a2313fef1112d 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. +# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-subfont@3.7.0-next.2...gatsby-plugin-subfont@3.8.0-next.0) (2021-06-03) + +**Note:** Version bump only for package gatsby-plugin-subfont + # [3.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-subfont@3.7.0-next.1...gatsby-plugin-subfont@3.7.0-next.2) (2021-06-02) **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 3d5fc6a846557..04ee58d44e279 100644 --- a/packages/gatsby-plugin-subfont/package.json +++ b/packages/gatsby-plugin-subfont/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-subfont", - "version": "3.7.0-next.2", + "version": "3.8.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.14.3", "@babel/core": "^7.14.3", - "babel-preset-gatsby-package": "^1.7.0-next.2", + "babel-preset-gatsby-package": "^1.8.0-next.0", "cross-env": "^7.0.3" }, "peerDependencies": { diff --git a/packages/gatsby-plugin-twitter/CHANGELOG.md b/packages/gatsby-plugin-twitter/CHANGELOG.md index 0a954d19c8275..74409a571221f 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. +# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-twitter@3.7.0-next.2...gatsby-plugin-twitter@3.8.0-next.0) (2021-06-03) + +**Note:** Version bump only for package gatsby-plugin-twitter + # [3.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-twitter@3.7.0-next.1...gatsby-plugin-twitter@3.7.0-next.2) (2021-06-02) **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 69fba013e4e9a..68ac8c0a196bc 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": "3.7.0-next.2", + "version": "3.8.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,9 +12,9 @@ "devDependencies": { "@babel/cli": "^7.14.3", "@babel/core": "^7.14.3", - "babel-preset-gatsby-package": "^1.7.0-next.2", + "babel-preset-gatsby-package": "^1.8.0-next.0", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^1.7.0-next.2" + "gatsby-plugin-utils": "^1.8.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 ce76b9c3c216a..d44556cafadc8 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. +# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typescript@3.7.0-next.2...gatsby-plugin-typescript@3.8.0-next.0) (2021-06-03) + +**Note:** Version bump only for package gatsby-plugin-typescript + # [3.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typescript@3.7.0-next.1...gatsby-plugin-typescript@3.7.0-next.2) (2021-06-02) **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 9b53dd7844cae..b7dd59c17b3c6 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": "3.7.0-next.2", + "version": "3.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.14.2", "@babel/preset-typescript": "^7.13.0", "@babel/runtime": "^7.14.0", - "babel-plugin-remove-graphql-queries": "^3.7.0-next.2" + "babel-plugin-remove-graphql-queries": "^3.8.0-next.0" }, "devDependencies": { "@babel/cli": "^7.14.3", "@babel/core": "^7.14.3", - "babel-preset-gatsby-package": "^1.7.0-next.2", + "babel-preset-gatsby-package": "^1.8.0-next.0", "cross-env": "^7.0.3" }, "peerDependencies": { diff --git a/packages/gatsby-plugin-typography/CHANGELOG.md b/packages/gatsby-plugin-typography/CHANGELOG.md index 49a7736172e4a..89a15ab9ca3b1 100644 --- a/packages/gatsby-plugin-typography/CHANGELOG.md +++ b/packages/gatsby-plugin-typography/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.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typography@3.7.0-next.2...gatsby-plugin-typography@3.8.0-next.0) (2021-06-03) + +**Note:** Version bump only for package gatsby-plugin-typography + # [3.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typography@3.7.0-next.1...gatsby-plugin-typography@3.7.0-next.2) (2021-06-02) **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 59a3c9028f323..e0dd7d2a547e0 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": "3.7.0-next.2", + "version": "3.8.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,7 +12,7 @@ "devDependencies": { "@babel/cli": "^7.14.3", "@babel/core": "^7.14.3", - "babel-preset-gatsby-package": "^1.7.0-next.2", + "babel-preset-gatsby-package": "^1.8.0-next.0", "cross-env": "^7.0.3", "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 d270b0f338424..5ebf9c284bfa7 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. +# [1.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-utils@1.7.0-next.2...gatsby-plugin-utils@1.8.0-next.0) (2021-06-03) + +**Note:** Version bump only for package gatsby-plugin-utils + # [1.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-utils@1.7.0-next.1...gatsby-plugin-utils@1.7.0-next.2) (2021-06-02) **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 3446e4e1bf47d..640dd304b2513 100644 --- a/packages/gatsby-plugin-utils/package.json +++ b/packages/gatsby-plugin-utils/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-utils", - "version": "1.7.0-next.2", + "version": "1.8.0-next.0", "description": "Gatsby utils that help creating plugins", "main": "dist/index.js", "scripts": { @@ -26,7 +26,7 @@ "devDependencies": { "@babel/cli": "^7.14.3", "@babel/core": "^7.14.3", - "babel-preset-gatsby-package": "^1.7.0-next.2", + "babel-preset-gatsby-package": "^1.8.0-next.0", "cross-env": "^7.0.3", "rimraf": "^3.0.2", "typescript": "^4.1.5" diff --git a/packages/gatsby-react-router-scroll/CHANGELOG.md b/packages/gatsby-react-router-scroll/CHANGELOG.md index 4fdec7bf41220..300de2d287f09 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. +# [4.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-react-router-scroll@4.7.0-next.2...gatsby-react-router-scroll@4.8.0-next.0) (2021-06-03) + +**Note:** Version bump only for package gatsby-react-router-scroll + # [4.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-react-router-scroll@4.7.0-next.1...gatsby-react-router-scroll@4.7.0-next.2) (2021-06-02) **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 00e563114f215..9169603ef2697 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": "4.7.0-next.2", + "version": "4.8.0-next.0", "author": "Jimmy Jia", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "@babel/cli": "^7.14.3", "@babel/core": "^7.14.3", "babel-plugin-dev-expression": "^0.2.2", - "babel-preset-gatsby-package": "^1.7.0-next.2", + "babel-preset-gatsby-package": "^1.8.0-next.0", "cross-env": "^7.0.3", "history": "^4.10.1" }, diff --git a/packages/gatsby-recipes/CHANGELOG.md b/packages/gatsby-recipes/CHANGELOG.md index f56d65b98f3fd..db77952f7e890 100644 --- a/packages/gatsby-recipes/CHANGELOG.md +++ b/packages/gatsby-recipes/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.19.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-recipes@0.18.0-next.2...gatsby-recipes@0.19.0-next.0) (2021-06-03) + +**Note:** Version bump only for package gatsby-recipes + # [0.18.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-recipes@0.18.0-next.1...gatsby-recipes@0.18.0-next.2) (2021-06-02) **Note:** Version bump only for package gatsby-recipes diff --git a/packages/gatsby-recipes/package.json b/packages/gatsby-recipes/package.json index 05ef6152add91..77ea1139fd599 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.18.0-next.2", + "version": "0.19.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": "^2.7.0-next.2", - "gatsby-telemetry": "^2.7.0-next.2", + "gatsby-core-utils": "^2.8.0-next.0", + "gatsby-telemetry": "^2.8.0-next.0", "glob": "^7.1.6", "graphql": "^15.4.0", "graphql-compose": "~7.25.0", diff --git a/packages/gatsby-remark-autolink-headers/CHANGELOG.md b/packages/gatsby-remark-autolink-headers/CHANGELOG.md index d97e75fc660ea..46504210138df 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. +# [4.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-autolink-headers@4.4.0-next.2...gatsby-remark-autolink-headers@4.5.0-next.0) (2021-06-03) + +**Note:** Version bump only for package gatsby-remark-autolink-headers + # [4.4.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-autolink-headers@4.4.0-next.1...gatsby-remark-autolink-headers@4.4.0-next.2) (2021-06-02) **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 eff97b186c681..783b7290b5259 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": "4.4.0-next.2", + "version": "4.5.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -16,9 +16,9 @@ "devDependencies": { "@babel/cli": "^7.14.3", "@babel/core": "^7.14.3", - "babel-preset-gatsby-package": "^1.7.0-next.2", + "babel-preset-gatsby-package": "^1.8.0-next.0", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^1.7.0-next.2" + "gatsby-plugin-utils": "^1.8.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 d1e3bd8346dc6..af8c2bc0ff881 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. +# [5.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-code-repls@5.4.0-next.2...gatsby-remark-code-repls@5.5.0-next.0) (2021-06-03) + +**Note:** Version bump only for package gatsby-remark-code-repls + # [5.4.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-code-repls@5.4.0-next.1...gatsby-remark-code-repls@5.4.0-next.2) (2021-06-02) **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 64bb0f7c4bbbf..8822f2da0215a 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": "5.4.0-next.2", + "version": "5.5.0-next.0", "author": "Brian Vaughn ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -18,7 +18,7 @@ "devDependencies": { "@babel/cli": "^7.14.3", "@babel/core": "^7.14.3", - "babel-preset-gatsby-package": "^1.7.0-next.2", + "babel-preset-gatsby-package": "^1.8.0-next.0", "cross-env": "^7.0.3" }, "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 2177700ae4d6e..03628bb74b91c 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. +# [4.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-copy-linked-files@4.4.0-next.2...gatsby-remark-copy-linked-files@4.5.0-next.0) (2021-06-03) + +**Note:** Version bump only for package gatsby-remark-copy-linked-files + # [4.4.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-copy-linked-files@4.4.0-next.1...gatsby-remark-copy-linked-files@4.4.0-next.2) (2021-06-02) **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 128a8c908d091..f4cc83028b2e4 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": "4.4.0-next.2", + "version": "4.5.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -19,7 +19,7 @@ "devDependencies": { "@babel/cli": "^7.14.3", "@babel/core": "^7.14.3", - "babel-preset-gatsby-package": "^1.7.0-next.2", + "babel-preset-gatsby-package": "^1.8.0-next.0", "cross-env": "^7.0.3", "remark": "^13.0.0", "remark-mdx": "^1.6.22" diff --git a/packages/gatsby-remark-custom-blocks/CHANGELOG.md b/packages/gatsby-remark-custom-blocks/CHANGELOG.md index ccc2108a02089..d73fbacd7e1f9 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. +# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-custom-blocks@3.7.0-next.2...gatsby-remark-custom-blocks@3.8.0-next.0) (2021-06-03) + +**Note:** Version bump only for package gatsby-remark-custom-blocks + # [3.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-custom-blocks@3.7.0-next.1...gatsby-remark-custom-blocks@3.7.0-next.2) (2021-06-02) **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 17456ad79f9a0..628cc1b618e63 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": "3.7.0-next.2", + "version": "3.8.0-next.0", "author": "Mohammad Asad Mohammad ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.14.3", "@babel/core": "^7.14.3", - "babel-preset-gatsby-package": "^1.7.0-next.2", + "babel-preset-gatsby-package": "^1.8.0-next.0", "cross-env": "^7.0.3", "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 39222a79d1627..8d3d5a143f990 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. +# [6.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-embed-snippet@6.4.0-next.2...gatsby-remark-embed-snippet@6.5.0-next.0) (2021-06-03) + +**Note:** Version bump only for package gatsby-remark-embed-snippet + # [6.4.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-embed-snippet@6.4.0-next.1...gatsby-remark-embed-snippet@6.4.0-next.2) (2021-06-02) **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 b9c4d63e5c283..d5017779f1ec3 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": "6.4.0-next.2", + "version": "6.5.0-next.0", "author": "Brian Vaughn ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -15,7 +15,7 @@ "devDependencies": { "@babel/cli": "^7.14.3", "@babel/core": "^7.14.3", - "babel-preset-gatsby-package": "^1.7.0-next.2", + "babel-preset-gatsby-package": "^1.8.0-next.0", "cross-env": "^7.0.3" }, "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 ab66b98a505e0..73415be5f897b 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. +# [3.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-graphviz@3.4.0-next.2...gatsby-remark-graphviz@3.5.0-next.0) (2021-06-03) + +**Note:** Version bump only for package gatsby-remark-graphviz + # [3.4.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-graphviz@3.4.0-next.1...gatsby-remark-graphviz@3.4.0-next.2) (2021-06-02) **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 ecd4bf533b8d9..22d1de4b74469 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": "3.4.0-next.2", + "version": "3.5.0-next.0", "author": "Anthony Marcar ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -15,7 +15,7 @@ "devDependencies": { "@babel/cli": "^7.14.3", "@babel/core": "^7.14.3", - "babel-preset-gatsby-package": "^1.7.0-next.2", + "babel-preset-gatsby-package": "^1.8.0-next.0", "cross-env": "^7.0.3", "hast-util-to-html": "^7.1.2", "mdast-util-to-hast": "^10.2.0", diff --git a/packages/gatsby-remark-images-contentful/CHANGELOG.md b/packages/gatsby-remark-images-contentful/CHANGELOG.md index d95815d08ddb6..5bd7fd55f936d 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. +# [4.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images-contentful@4.4.0-next.2...gatsby-remark-images-contentful@4.5.0-next.0) (2021-06-03) + +**Note:** Version bump only for package gatsby-remark-images-contentful + # [4.4.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images-contentful@4.4.0-next.1...gatsby-remark-images-contentful@4.4.0-next.2) (2021-06-02) **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 58576edae2fd7..3807d833cc69c 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": "4.4.0-next.2", + "version": "4.5.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.14.3", "@babel/core": "^7.14.3", - "babel-preset-gatsby-package": "^1.7.0-next.2", + "babel-preset-gatsby-package": "^1.8.0-next.0", "cross-env": "^7.0.3" }, "keywords": [ diff --git a/packages/gatsby-remark-images/CHANGELOG.md b/packages/gatsby-remark-images/CHANGELOG.md index 22628fd8018d1..a7e1e30063f40 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. +# [5.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images@5.4.0-next.2...gatsby-remark-images@5.5.0-next.0) (2021-06-03) + +**Note:** Version bump only for package gatsby-remark-images + # [5.4.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images@5.4.0-next.1...gatsby-remark-images@5.4.0-next.2) (2021-06-02) ### Features diff --git a/packages/gatsby-remark-images/package.json b/packages/gatsby-remark-images/package.json index dc2bb3955ed76..2dbb310d6ba27 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": "5.4.0-next.2", + "version": "5.5.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -10,7 +10,7 @@ "@babel/runtime": "^7.14.0", "chalk": "^4.1.0", "cheerio": "^1.0.0-rc.9", - "gatsby-core-utils": "^2.7.0-next.2", + "gatsby-core-utils": "^2.8.0-next.0", "is-relative-url": "^3.0.0", "lodash": "^4.17.21", "mdast-util-definitions": "^4.0.0", @@ -22,9 +22,9 @@ "devDependencies": { "@babel/cli": "^7.14.3", "@babel/core": "^7.14.3", - "babel-preset-gatsby-package": "^1.7.0-next.2", + "babel-preset-gatsby-package": "^1.8.0-next.0", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^1.7.0-next.2", + "gatsby-plugin-utils": "^1.8.0-next.0", "hast-util-to-html": "^7.1.2", "mdast-util-to-hast": "^10.2.0" }, diff --git a/packages/gatsby-remark-katex/CHANGELOG.md b/packages/gatsby-remark-katex/CHANGELOG.md index 82b0b7621206e..e056b93911a88 100644 --- a/packages/gatsby-remark-katex/CHANGELOG.md +++ b/packages/gatsby-remark-katex/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. +# [5.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-katex@5.4.0-next.2...gatsby-remark-katex@5.5.0-next.0) (2021-06-03) + +### Bug Fixes + +- **gatsby-remark-katex:** fix compatibility with remark 13 ([#31596](https://github.com/gatsbyjs/gatsby/issues/31596)) ([15f359a](https://github.com/gatsbyjs/gatsby/commit/15f359affe1188eee3b31dc482111e3326929e76)), closes [#30865](https://github.com/gatsbyjs/gatsby/issues/30865) + # [5.4.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-katex@5.4.0-next.1...gatsby-remark-katex@5.4.0-next.2) (2021-06-02) **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 60022f62ce8d0..ab43b67296ff8 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": "5.4.0-next.2", + "version": "5.5.0-next.0", "author": "Jeffrey Xiao ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -16,7 +16,7 @@ "devDependencies": { "@babel/cli": "^7.14.3", "@babel/core": "^7.14.3", - "babel-preset-gatsby-package": "^1.7.0-next.2", + "babel-preset-gatsby-package": "^1.8.0-next.0", "cross-env": "^7.0.3", "katex": "^0.13.3", "remark": "^13.0.0" diff --git a/packages/gatsby-remark-prismjs/CHANGELOG.md b/packages/gatsby-remark-prismjs/CHANGELOG.md index 756289cd9f15a..5250b58b386b3 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. +# [5.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-prismjs@5.4.0-next.2...gatsby-remark-prismjs@5.5.0-next.0) (2021-06-03) + +**Note:** Version bump only for package gatsby-remark-prismjs + # [5.4.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-prismjs@5.4.0-next.1...gatsby-remark-prismjs@5.4.0-next.2) (2021-06-02) **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 2c1998f2e5d26..bb438448b3a9e 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": "5.4.0-next.2", + "version": "5.5.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -14,7 +14,7 @@ "devDependencies": { "@babel/cli": "^7.14.3", "@babel/core": "^7.14.3", - "babel-preset-gatsby-package": "^1.7.0-next.2", + "babel-preset-gatsby-package": "^1.8.0-next.0", "cheerio": "^1.0.0-rc.9", "cross-env": "^7.0.3", "prismjs": "^1.21.0", diff --git a/packages/gatsby-remark-responsive-iframe/CHANGELOG.md b/packages/gatsby-remark-responsive-iframe/CHANGELOG.md index 80fc4d1a60988..1f482d39adeec 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. +# [4.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-responsive-iframe@4.4.0-next.2...gatsby-remark-responsive-iframe@4.5.0-next.0) (2021-06-03) + +**Note:** Version bump only for package gatsby-remark-responsive-iframe + # [4.4.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-responsive-iframe@4.4.0-next.1...gatsby-remark-responsive-iframe@4.4.0-next.2) (2021-06-02) **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 6d77d6ca786d9..648701ae9a134 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": "4.4.0-next.2", + "version": "4.5.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -16,7 +16,7 @@ "devDependencies": { "@babel/cli": "^7.14.3", "@babel/core": "^7.14.3", - "babel-preset-gatsby-package": "^1.7.0-next.2", + "babel-preset-gatsby-package": "^1.8.0-next.0", "cross-env": "^7.0.3", "remark": "^13.0.0", "remark-mdx": "^1.6.21", diff --git a/packages/gatsby-remark-smartypants/CHANGELOG.md b/packages/gatsby-remark-smartypants/CHANGELOG.md index 121efed2ee7ef..b198a5c281f67 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. +# [4.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-smartypants@4.4.0-next.2...gatsby-remark-smartypants@4.5.0-next.0) (2021-06-03) + +**Note:** Version bump only for package gatsby-remark-smartypants + # [4.4.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-smartypants@4.4.0-next.1...gatsby-remark-smartypants@4.4.0-next.2) (2021-06-02) **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 f3704046b4113..9e70373e7839e 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": "4.4.0-next.2", + "version": "4.5.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -15,7 +15,7 @@ "devDependencies": { "@babel/cli": "^7.14.3", "@babel/core": "^7.14.3", - "babel-preset-gatsby-package": "^1.7.0-next.2", + "babel-preset-gatsby-package": "^1.8.0-next.0", "cross-env": "^7.0.3" }, "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 8baf136e35861..224b6d2479595 100644 --- a/packages/gatsby-source-contentful/CHANGELOG.md +++ b/packages/gatsby-source-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. +# [5.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@5.7.0-next.2...gatsby-source-contentful@5.8.0-next.0) (2021-06-03) + +**Note:** Version bump only for package gatsby-source-contentful + # [5.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@5.7.0-next.1...gatsby-source-contentful@5.7.0-next.2) (2021-06-02) **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 f7e3be952b6fa..d89116a1a9370 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": "5.7.0-next.2", + "version": "5.8.0-next.0", "author": "Marcus Ericsson (mericsson.com)", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -17,9 +17,9 @@ "common-tags": "^1.8.0", "contentful": "^8.1.7", "fs-extra": "^9.1.0", - "gatsby-core-utils": "^2.7.0-next.2", - "gatsby-plugin-utils": "^1.7.0-next.2", - "gatsby-source-filesystem": "^3.7.0-next.2", + "gatsby-core-utils": "^2.8.0-next.0", + "gatsby-plugin-utils": "^1.8.0-next.0", + "gatsby-source-filesystem": "^3.8.0-next.0", "is-online": "^8.5.1", "json-stringify-safe": "^5.0.1", "lodash": "^4.17.21", @@ -31,7 +31,7 @@ "devDependencies": { "@babel/cli": "^7.14.3", "@babel/core": "^7.14.3", - "babel-preset-gatsby-package": "^1.7.0-next.2", + "babel-preset-gatsby-package": "^1.8.0-next.0", "cross-env": "^7.0.3", "nock": "^13.0.6" }, diff --git a/packages/gatsby-source-drupal/CHANGELOG.md b/packages/gatsby-source-drupal/CHANGELOG.md index 6d2c8fe2da8c3..47b52dfde9083 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. +# [4.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-drupal@4.7.0-next.2...gatsby-source-drupal@4.8.0-next.0) (2021-06-03) + +**Note:** Version bump only for package gatsby-source-drupal + # [4.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-drupal@4.7.0-next.1...gatsby-source-drupal@4.7.0-next.2) (2021-06-02) **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 1d80f8c5fc585..a98c2bb47c15c 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": "4.7.0-next.2", + "version": "4.8.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -11,7 +11,7 @@ "axios": "^0.21.1", "bluebird": "^3.7.2", "body-parser": "^1.19.0", - "gatsby-source-filesystem": "^3.7.0-next.2", + "gatsby-source-filesystem": "^3.8.0-next.0", "lodash": "^4.17.21", "tiny-async-pool": "^1.2.0", "url-join": "^4.0.1" @@ -19,7 +19,7 @@ "devDependencies": { "@babel/cli": "^7.14.3", "@babel/core": "^7.14.3", - "babel-preset-gatsby-package": "^1.7.0-next.2", + "babel-preset-gatsby-package": "^1.8.0-next.0", "cross-env": "^7.0.3" }, "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 a6d254ee3ac43..7a60e493d202e 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. +# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-faker@3.7.0-next.2...gatsby-source-faker@3.8.0-next.0) (2021-06-03) + +**Note:** Version bump only for package gatsby-source-faker + # [3.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-faker@3.7.0-next.1...gatsby-source-faker@3.7.0-next.2) (2021-06-02) **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 60e465769f8fd..0364378fb59e1 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": "3.7.0-next.2", + "version": "3.8.0-next.0", "author": "Pavithra Kodmad", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.14.3", "@babel/core": "^7.14.3", - "babel-preset-gatsby-package": "^1.7.0-next.2", + "babel-preset-gatsby-package": "^1.8.0-next.0", "cross-env": "^7.0.3" }, "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 b888083022c24..1bb2a0d01f120 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. +# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-filesystem@3.7.0-next.2...gatsby-source-filesystem@3.8.0-next.0) (2021-06-03) + +**Note:** Version bump only for package gatsby-source-filesystem + # [3.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-filesystem@3.7.0-next.1...gatsby-source-filesystem@3.7.0-next.2) (2021-06-02) **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 a332d94d73599..0421cb776bcd7 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 source plugin for building websites from local data. Markdown, JSON, images, YAML, CSV, and dozens of other data types supported.", - "version": "3.7.0-next.2", + "version": "3.8.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,7 +12,7 @@ "chokidar": "^3.4.3", "file-type": "^16.0.0", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^2.7.0-next.2", + "gatsby-core-utils": "^2.8.0-next.0", "got": "^9.6.0", "md5-file": "^5.0.0", "mime": "^2.4.6", @@ -24,7 +24,7 @@ "devDependencies": { "@babel/cli": "^7.14.3", "@babel/core": "^7.14.3", - "babel-preset-gatsby-package": "^1.7.0-next.2", + "babel-preset-gatsby-package": "^1.8.0-next.0", "cross-env": "^7.0.3", "msw": "^0.25.0" }, diff --git a/packages/gatsby-source-graphql/CHANGELOG.md b/packages/gatsby-source-graphql/CHANGELOG.md index 917b5b9d346d4..5caccf885bed9 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. +# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-graphql@3.7.0-next.2...gatsby-source-graphql@3.8.0-next.0) (2021-06-03) + +**Note:** Version bump only for package gatsby-source-graphql + # [3.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-graphql@3.7.0-next.1...gatsby-source-graphql@3.7.0-next.2) (2021-06-02) **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 89a2d0c7bb3cf..de009e55243c6 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": "3.7.0-next.2", + "version": "3.8.0-next.0", "author": "Mikhail Novikov ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -21,7 +21,7 @@ "devDependencies": { "@babel/cli": "^7.14.3", "@babel/core": "^7.14.3", - "babel-preset-gatsby-package": "^1.7.0-next.2", + "babel-preset-gatsby-package": "^1.8.0-next.0", "cross-env": "^7.0.3" }, "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 46ebc3892e7ae..4caad8bdf51d4 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. +# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-hacker-news@3.7.0-next.2...gatsby-source-hacker-news@3.8.0-next.0) (2021-06-03) + +**Note:** Version bump only for package gatsby-source-hacker-news + # [3.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-hacker-news@3.7.0-next.1...gatsby-source-hacker-news@3.7.0-next.2) (2021-06-02) **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 69e15a505a1f0..806010c83ab31 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": "3.7.0-next.2", + "version": "3.8.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -14,7 +14,7 @@ "devDependencies": { "@babel/cli": "^7.14.3", "@babel/core": "^7.14.3", - "babel-preset-gatsby-package": "^1.7.0-next.2", + "babel-preset-gatsby-package": "^1.8.0-next.0", "cross-env": "^7.0.3" }, "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 1a40063181847..baa216bad781a 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. +# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-lever@3.7.0-next.2...gatsby-source-lever@3.8.0-next.0) (2021-06-03) + +**Note:** Version bump only for package gatsby-source-lever + # [3.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-lever@3.7.0-next.1...gatsby-source-lever@3.7.0-next.2) (2021-06-02) **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 9c0fcf350194e..fa67b1c988c50 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": "3.7.0-next.2", + "version": "3.8.0-next.0", "author": "Sebastien Fichot ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -20,7 +20,7 @@ "devDependencies": { "@babel/cli": "^7.14.3", "@babel/core": "^7.14.3", - "babel-preset-gatsby-package": "^1.7.0-next.2", + "babel-preset-gatsby-package": "^1.8.0-next.0", "cross-env": "^7.0.3" }, "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 ea29c7686fdbd..b9530d8695c56 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. +# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-medium@3.7.0-next.2...gatsby-source-medium@3.8.0-next.0) (2021-06-03) + +**Note:** Version bump only for package gatsby-source-medium + # [3.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-medium@3.7.0-next.1...gatsby-source-medium@3.7.0-next.2) (2021-06-02) **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 5b1da1f32c5b7..74fe54e732999 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": "3.7.0-next.2", + "version": "3.8.0-next.0", "author": "Robert Vogt ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.14.3", "@babel/core": "^7.14.3", - "babel-preset-gatsby-package": "^1.7.0-next.2", + "babel-preset-gatsby-package": "^1.8.0-next.0", "cross-env": "^7.0.3" }, "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 afb1054cefa57..a6c8e59162062 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. +# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-mongodb@3.7.0-next.2...gatsby-source-mongodb@3.8.0-next.0) (2021-06-03) + +**Note:** Version bump only for package gatsby-source-mongodb + # [3.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-mongodb@3.7.0-next.1...gatsby-source-mongodb@3.7.0-next.2) (2021-06-02) **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 e1324df39cc50..c8008d981e3b7 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": "3.7.0-next.2", + "version": "3.8.0-next.0", "authors": [ "jhermans85@hotmail.com", "hi@elmar.codes" @@ -19,7 +19,7 @@ "devDependencies": { "@babel/cli": "^7.14.3", "@babel/core": "^7.14.3", - "babel-preset-gatsby-package": "^1.7.0-next.2", + "babel-preset-gatsby-package": "^1.8.0-next.0", "cross-env": "^7.0.3" }, "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 a0bff7dd67b53..f4b088af35808 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. +# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-npm-package-search@3.7.0-next.2...gatsby-source-npm-package-search@3.8.0-next.0) (2021-06-03) + +**Note:** Version bump only for package gatsby-source-npm-package-search + # [3.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-npm-package-search@3.7.0-next.1...gatsby-source-npm-package-search@3.7.0-next.2) (2021-06-02) **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 3c6b9a442c252..8a76f9d786d29 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": "3.7.0-next.2", + "version": "3.8.0-next.0", "author": "james.a.stack@gmail.com", "repository": { "type": "git", @@ -17,7 +17,7 @@ "devDependencies": { "@babel/cli": "^7.14.3", "@babel/core": "^7.14.3", - "babel-preset-gatsby-package": "^1.7.0-next.2", + "babel-preset-gatsby-package": "^1.8.0-next.0", "cross-env": "^7.0.3" }, "keywords": [ diff --git a/packages/gatsby-source-shopify/CHANGELOG.md b/packages/gatsby-source-shopify/CHANGELOG.md index c6a214c242b68..2bfb976132af8 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. +# [4.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-shopify@4.7.0-next.2...gatsby-source-shopify@4.8.0-next.0) (2021-06-03) + +**Note:** Version bump only for package gatsby-source-shopify + # [4.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-shopify@4.7.0-next.1...gatsby-source-shopify@4.7.0-next.2) (2021-06-02) **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 244a4d2ff65d3..6acd9fdf2aa04 100644 --- a/packages/gatsby-source-shopify/package.json +++ b/packages/gatsby-source-shopify/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-source-shopify", - "version": "4.7.0-next.2", + "version": "4.8.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.3" }, "dependencies": { - "babel-preset-gatsby-package": "^1.7.0-next.2", + "babel-preset-gatsby-package": "^1.8.0-next.0", "chalk": "^4.1.0", "gatsby-node-helpers": "^0.3.0", - "gatsby-source-filesystem": "^3.7.0-next.2", + "gatsby-source-filesystem": "^3.8.0-next.0", "graphql-request": "^1.8.2", "lodash": "^4.17.21", "p-iteration": "^1.1.8", diff --git a/packages/gatsby-source-wikipedia/CHANGELOG.md b/packages/gatsby-source-wikipedia/CHANGELOG.md index 7ced23683b4ba..8fb04577897d1 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. +# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wikipedia@3.7.0-next.2...gatsby-source-wikipedia@3.8.0-next.0) (2021-06-03) + +**Note:** Version bump only for package gatsby-source-wikipedia + # [3.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wikipedia@3.7.0-next.1...gatsby-source-wikipedia@3.7.0-next.2) (2021-06-02) **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 2d8979e51679a..55461b4c99a37 100644 --- a/packages/gatsby-source-wikipedia/package.json +++ b/packages/gatsby-source-wikipedia/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-source-wikipedia", - "version": "3.7.0-next.2", + "version": "3.8.0-next.0", "description": "Gatsby source plugin for pulling articles from Wikipedia", "main": "index.js", "scripts": { @@ -36,7 +36,7 @@ "devDependencies": { "@babel/cli": "^7.14.3", "@babel/core": "^7.14.3", - "babel-preset-gatsby-package": "^1.7.0-next.2", + "babel-preset-gatsby-package": "^1.8.0-next.0", "cross-env": "^7.0.3" }, "engines": { diff --git a/packages/gatsby-source-wordpress/CHANGELOG.md b/packages/gatsby-source-wordpress/CHANGELOG.md index c0ee7e17343e7..22da5e8b1a241 100644 --- a/packages/gatsby-source-wordpress/CHANGELOG.md +++ b/packages/gatsby-source-wordpress/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. +# [5.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@5.7.0-next.2...gatsby-source-wordpress@5.8.0-next.0) (2021-06-03) + +### Features + +- **gatsby:** add createNodeManifest action ([#31127](https://github.com/gatsbyjs/gatsby/issues/31127)) ([eed6108](https://github.com/gatsbyjs/gatsby/commit/eed610813da645356316826a4558640ecc4365b5)) + # [5.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@5.7.0-next.1...gatsby-source-wordpress@5.7.0-next.2) (2021-06-02) ### Bug Fixes diff --git a/packages/gatsby-source-wordpress/package.json b/packages/gatsby-source-wordpress/package.json index 2cf765b44187d..0f83421bf20e4 100644 --- a/packages/gatsby-source-wordpress/package.json +++ b/packages/gatsby-source-wordpress/package.json @@ -2,7 +2,7 @@ "name": "gatsby-source-wordpress", "description": "Source data from WordPress in an efficient and scalable way.", "author": "Tyler Barnes ", - "version": "5.7.0-next.2", + "version": "5.8.0-next.0", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" }, @@ -28,10 +28,10 @@ "file-type": "^15.0.1", "filesize": "^6.1.0", "fs-extra": "^9.0.1", - "gatsby-core-utils": "^2.7.0-next.2", - "gatsby-image": "^3.7.0-next.2", - "gatsby-plugin-catch-links": "^3.7.0-next.2", - "gatsby-source-filesystem": "^3.7.0-next.2", + "gatsby-core-utils": "^2.8.0-next.0", + "gatsby-image": "^3.8.0-next.0", + "gatsby-plugin-catch-links": "^3.8.0-next.0", + "gatsby-source-filesystem": "^3.8.0-next.0", "glob": "^7.1.6", "got": "^11.7.0", "graphql-query-compress": "^1.2.2", @@ -53,8 +53,8 @@ "@types/semver": "^7.3.4", "babel-plugin-import-globals": "^2.0.0", "babel-plugin-module-resolver": "4.0.0", - "babel-preset-gatsby": "^1.7.0-next.2", - "babel-preset-gatsby-package": "^1.7.0-next.2", + "babel-preset-gatsby": "^1.8.0-next.0", + "babel-preset-gatsby-package": "^1.8.0-next.0", "cross-env": "^7.0.3", "identity-obj-proxy": "^3.0.0", "react-test-renderer": "^16.12.0", diff --git a/packages/gatsby-telemetry/CHANGELOG.md b/packages/gatsby-telemetry/CHANGELOG.md index 088c3dbb5c3c3..b2b189541060e 100644 --- a/packages/gatsby-telemetry/CHANGELOG.md +++ b/packages/gatsby-telemetry/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-telemetry@2.7.0-next.2...gatsby-telemetry@2.8.0-next.0) (2021-06-03) + +**Note:** Version bump only for package gatsby-telemetry + # [2.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-telemetry@2.7.0-next.1...gatsby-telemetry@2.7.0-next.2) (2021-06-02) **Note:** Version bump only for package gatsby-telemetry diff --git a/packages/gatsby-telemetry/package.json b/packages/gatsby-telemetry/package.json index 41ab172397fb0..ed6c524c226d2 100644 --- a/packages/gatsby-telemetry/package.json +++ b/packages/gatsby-telemetry/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-telemetry", "description": "Gatsby Telemetry", - "version": "2.7.0-next.2", + "version": "2.8.0-next.0", "author": "Jarmo Isotalo ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -15,7 +15,7 @@ "boxen": "^4.2.0", "configstore": "^5.0.1", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^2.7.0-next.2", + "gatsby-core-utils": "^2.8.0-next.0", "git-up": "^4.0.2", "is-docker": "^2.1.1", "lodash": "^4.17.21", @@ -26,7 +26,7 @@ "@babel/cli": "^7.14.3", "@babel/core": "^7.14.3", "babel-jest": "^24.9.0", - "babel-preset-gatsby-package": "^1.7.0-next.2", + "babel-preset-gatsby-package": "^1.8.0-next.0", "cross-env": "^7.0.3", "jest": "^24.9.0", "jest-cli": "^24.9.0", diff --git a/packages/gatsby-transformer-asciidoc/CHANGELOG.md b/packages/gatsby-transformer-asciidoc/CHANGELOG.md index 87583421b3dd8..15df26c2912c2 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. +# [2.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-asciidoc@2.7.0-next.2...gatsby-transformer-asciidoc@2.8.0-next.0) (2021-06-03) + +**Note:** Version bump only for package gatsby-transformer-asciidoc + # [2.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-asciidoc@2.7.0-next.1...gatsby-transformer-asciidoc@2.7.0-next.2) (2021-06-02) **Note:** Version bump only for package gatsby-transformer-asciidoc diff --git a/packages/gatsby-transformer-asciidoc/package.json b/packages/gatsby-transformer-asciidoc/package.json index 520298635bed1..c0fd1cdafe2ee 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": "2.7.0-next.2", + "version": "2.8.0-next.0", "author": "Daniel Oliver ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.14.3", "@babel/core": "^7.14.3", - "babel-preset-gatsby-package": "^1.7.0-next.2", + "babel-preset-gatsby-package": "^1.8.0-next.0", "cross-env": "^7.0.3", "lodash": "^4.17.21" }, diff --git a/packages/gatsby-transformer-csv/CHANGELOG.md b/packages/gatsby-transformer-csv/CHANGELOG.md index bd28037de9de3..25d5c613be6e4 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. +# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-csv@3.7.0-next.2...gatsby-transformer-csv@3.8.0-next.0) (2021-06-03) + +**Note:** Version bump only for package gatsby-transformer-csv + # [3.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-csv@3.7.0-next.1...gatsby-transformer-csv@3.7.0-next.2) (2021-06-02) **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 97789cae6c11e..bbc26e5a5a1f5 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": "3.7.0-next.2", + "version": "3.8.0-next.0", "author": "Sonal Saldanha ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.14.3", "@babel/core": "^7.14.3", - "babel-preset-gatsby-package": "^1.7.0-next.2", + "babel-preset-gatsby-package": "^1.8.0-next.0", "cross-env": "^7.0.3", "json2csv": "^5.0.6" }, diff --git a/packages/gatsby-transformer-documentationjs/CHANGELOG.md b/packages/gatsby-transformer-documentationjs/CHANGELOG.md index a01dfc8599c15..bc5063428183c 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. +# [5.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-documentationjs@5.7.0-next.2...gatsby-transformer-documentationjs@5.8.0-next.0) (2021-06-03) + +**Note:** Version bump only for package gatsby-transformer-documentationjs + # [5.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-documentationjs@5.7.0-next.1...gatsby-transformer-documentationjs@5.7.0-next.2) (2021-06-02) **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 a015b0524fece..64e011195c6a9 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": "5.7.0-next.2", + "version": "5.8.0-next.0", "author": "Kyle Mathews", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -14,7 +14,7 @@ "devDependencies": { "@babel/cli": "^7.14.3", "@babel/core": "^7.14.3", - "babel-preset-gatsby-package": "^1.7.0-next.2", + "babel-preset-gatsby-package": "^1.8.0-next.0", "cross-env": "^7.0.3" }, "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 2f613405fd863..94e238f5cc086 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. +# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-excel@3.7.0-next.2...gatsby-transformer-excel@3.8.0-next.0) (2021-06-03) + +**Note:** Version bump only for package gatsby-transformer-excel + # [3.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-excel@3.7.0-next.1...gatsby-transformer-excel@3.7.0-next.2) (2021-06-02) **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 b5ca9c4f286cc..f572ab69070e1 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": "3.7.0-next.2", + "version": "3.8.0-next.0", "author": "SheetJS ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.14.3", "@babel/core": "^7.14.3", - "babel-preset-gatsby-package": "^1.7.0-next.2", + "babel-preset-gatsby-package": "^1.8.0-next.0", "cross-env": "^7.0.3" }, "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 dd65578a64a58..b5c159ab1fcef 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. +# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-hjson@3.7.0-next.2...gatsby-transformer-hjson@3.8.0-next.0) (2021-06-03) + +**Note:** Version bump only for package gatsby-transformer-hjson + # [3.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-hjson@3.7.0-next.1...gatsby-transformer-hjson@3.7.0-next.2) (2021-06-02) **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 09d9421fb2993..160b749896bd9 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": "3.7.0-next.2", + "version": "3.8.0-next.0", "author": "Remi Barraquand ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -14,7 +14,7 @@ "devDependencies": { "@babel/cli": "^7.14.3", "@babel/core": "^7.14.3", - "babel-preset-gatsby-package": "^1.7.0-next.2", + "babel-preset-gatsby-package": "^1.8.0-next.0", "cross-env": "^7.0.3" }, "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 234542f631d05..450e2d376a371 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. +# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-javascript-frontmatter@3.7.0-next.2...gatsby-transformer-javascript-frontmatter@3.8.0-next.0) (2021-06-03) + +**Note:** Version bump only for package gatsby-transformer-javascript-frontmatter + # [3.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-javascript-frontmatter@3.7.0-next.1...gatsby-transformer-javascript-frontmatter@3.7.0-next.2) (2021-06-02) **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 dc50c547642fc..c4a31ba819d67 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": "3.7.0-next.2", + "version": "3.8.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.14.3", "@babel/core": "^7.14.3", - "babel-preset-gatsby-package": "^1.7.0-next.2", + "babel-preset-gatsby-package": "^1.8.0-next.0", "cross-env": "^7.0.3" }, "keywords": [ diff --git a/packages/gatsby-transformer-javascript-static-exports/CHANGELOG.md b/packages/gatsby-transformer-javascript-static-exports/CHANGELOG.md index 1b164e75a7a77..37cd533e41ea2 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. +# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-javascript-static-exports@3.7.0-next.2...gatsby-transformer-javascript-static-exports@3.8.0-next.0) (2021-06-03) + +**Note:** Version bump only for package gatsby-transformer-javascript-static-exports + # [3.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-javascript-static-exports@3.7.0-next.1...gatsby-transformer-javascript-static-exports@3.7.0-next.2) (2021-06-02) **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 d858cdf0b209a..462064c6b6d88 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": "3.7.0-next.2", + "version": "3.8.0-next.0", "author": "Jacob Bolda ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -15,7 +15,7 @@ "devDependencies": { "@babel/cli": "^7.14.3", "@babel/core": "^7.14.3", - "babel-preset-gatsby-package": "^1.7.0-next.2", + "babel-preset-gatsby-package": "^1.8.0-next.0", "cross-env": "^7.0.3" }, "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 bb1ebc13a3366..1a4a0ecf30cc3 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. +# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-json@3.7.0-next.2...gatsby-transformer-json@3.8.0-next.0) (2021-06-03) + +**Note:** Version bump only for package gatsby-transformer-json + # [3.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-json@3.7.0-next.1...gatsby-transformer-json@3.7.0-next.2) (2021-06-02) **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 7922aa68ffb9e..10aa8db83c27e 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": "3.7.0-next.2", + "version": "3.8.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.14.3", "@babel/core": "^7.14.3", - "babel-preset-gatsby-package": "^1.7.0-next.2", + "babel-preset-gatsby-package": "^1.8.0-next.0", "cross-env": "^7.0.3" }, "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 a5ece5b41440c..6fe6e319a4239 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. +# [2.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-pdf@2.7.0-next.2...gatsby-transformer-pdf@2.8.0-next.0) (2021-06-03) + +**Note:** Version bump only for package gatsby-transformer-pdf + # [2.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-pdf@2.7.0-next.1...gatsby-transformer-pdf@2.7.0-next.2) (2021-06-02) **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 2681a52f2ad68..118aa614b4d11 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": "2.7.0-next.2", + "version": "2.8.0-next.0", "author": "Alex Munoz ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -14,7 +14,7 @@ "devDependencies": { "@babel/cli": "^7.14.3", "@babel/core": "^7.14.3", - "babel-preset-gatsby-package": "^1.7.0-next.2", + "babel-preset-gatsby-package": "^1.8.0-next.0", "cross-env": "^7.0.3" }, "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 4590699664bcd..b8a9d09e09d59 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. +# [6.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-react-docgen@6.7.0-next.2...gatsby-transformer-react-docgen@6.8.0-next.0) (2021-06-03) + +**Note:** Version bump only for package gatsby-transformer-react-docgen + # [6.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-react-docgen@6.7.0-next.1...gatsby-transformer-react-docgen@6.7.0-next.2) (2021-06-02) **Note:** Version bump only for package gatsby-transformer-react-docgen diff --git a/packages/gatsby-transformer-react-docgen/package.json b/packages/gatsby-transformer-react-docgen/package.json index f5f10fc6590e6..6100aeb327409 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": "6.7.0-next.2", + "version": "6.8.0-next.0", "author": "Jason Quense ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -17,7 +17,7 @@ "devDependencies": { "@babel/cli": "^7.14.3", "@babel/core": "^7.14.3", - "babel-preset-gatsby-package": "^1.7.0-next.2", + "babel-preset-gatsby-package": "^1.8.0-next.0", "cross-env": "^7.0.3", "lodash": "^4.17.21" }, diff --git a/packages/gatsby-transformer-remark/CHANGELOG.md b/packages/gatsby-transformer-remark/CHANGELOG.md index b534ac92bf398..d7dd9818a9e83 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. +# [4.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-remark@4.4.0-next.2...gatsby-transformer-remark@4.5.0-next.0) (2021-06-03) + +**Note:** Version bump only for package gatsby-transformer-remark + # [4.4.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-remark@4.4.0-next.1...gatsby-transformer-remark@4.4.0-next.2) (2021-06-02) **Note:** Version bump only for package gatsby-transformer-remark diff --git a/packages/gatsby-transformer-remark/package.json b/packages/gatsby-transformer-remark/package.json index cb85a726abd1e..9a92bbfd13ef3 100644 --- a/packages/gatsby-transformer-remark/package.json +++ b/packages/gatsby-transformer-remark/package.json @@ -1,14 +1,14 @@ { "name": "gatsby-transformer-remark", "description": "Gatsby transformer plugin for Markdown using the Remark library and ecosystem", - "version": "4.4.0-next.2", + "version": "4.5.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" }, "dependencies": { "@babel/runtime": "^7.14.0", - "gatsby-core-utils": "^2.7.0-next.2", + "gatsby-core-utils": "^2.8.0-next.0", "gray-matter": "^4.0.2", "hast-util-raw": "^6.0.2", "hast-util-to-html": "^7.1.2", @@ -33,9 +33,9 @@ "devDependencies": { "@babel/cli": "^7.14.3", "@babel/core": "^7.14.3", - "babel-preset-gatsby-package": "^1.7.0-next.2", + "babel-preset-gatsby-package": "^1.8.0-next.0", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^1.7.0-next.2" + "gatsby-plugin-utils": "^1.8.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 f265b0179d51a..b8470197dec0e 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. +# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-screenshot@3.7.0-next.2...gatsby-transformer-screenshot@3.8.0-next.0) (2021-06-03) + +**Note:** Version bump only for package gatsby-transformer-screenshot + # [3.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-screenshot@3.7.0-next.1...gatsby-transformer-screenshot@3.7.0-next.2) (2021-06-02) **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 bf7bc92086389..b2c389df87e79 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": "3.7.0-next.2", + "version": "3.8.0-next.0", "author": "David Beckley ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.14.3", "@babel/core": "^7.14.3", - "babel-preset-gatsby-package": "^1.7.0-next.2", + "babel-preset-gatsby-package": "^1.8.0-next.0", "cross-env": "^7.0.3" }, "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 9b69b49c7d68d..ad561c419a815 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. +# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sharp@3.7.0-next.2...gatsby-transformer-sharp@3.8.0-next.0) (2021-06-03) + +**Note:** Version bump only for package gatsby-transformer-sharp + # [3.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sharp@3.7.0-next.1...gatsby-transformer-sharp@3.7.0-next.2) (2021-06-02) **Note:** Version bump only for package gatsby-transformer-sharp diff --git a/packages/gatsby-transformer-sharp/package.json b/packages/gatsby-transformer-sharp/package.json index a9768720a3934..4b821c0b86702 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": "3.7.0-next.2", + "version": "3.8.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -20,7 +20,7 @@ "@babel/cli": "^7.14.3", "@babel/core": "^7.14.3", "@types/sharp": "^0.27.1", - "babel-preset-gatsby-package": "^1.7.0-next.2", + "babel-preset-gatsby-package": "^1.8.0-next.0", "cross-env": "^7.0.3" }, "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 084746ed80ce1..5167f0073ec62 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. +# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@3.7.0-next.2...gatsby-transformer-sqip@3.8.0-next.0) (2021-06-03) + +**Note:** Version bump only for package gatsby-transformer-sqip + # [3.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@3.7.0-next.1...gatsby-transformer-sqip@3.7.0-next.2) (2021-06-02) **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 881c37aad77b4..de5331b0bc75c 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": "3.7.0-next.2", + "version": "3.8.0-next.0", "author": "Benedikt Rötsch ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -9,7 +9,7 @@ "dependencies": { "@babel/runtime": "^7.14.0", "fs-extra": "^8.1.0", - "gatsby-plugin-sharp": "^3.7.0-next.2", + "gatsby-plugin-sharp": "^3.8.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.14.3", "@babel/core": "^7.14.3", - "babel-preset-gatsby-package": "^1.7.0-next.2", + "babel-preset-gatsby-package": "^1.8.0-next.0", "cross-env": "^7.0.3", "debug": "^3.2.7" }, diff --git a/packages/gatsby-transformer-toml/CHANGELOG.md b/packages/gatsby-transformer-toml/CHANGELOG.md index 8faa0b53061e8..5307a709c4e29 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. +# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-toml@3.7.0-next.2...gatsby-transformer-toml@3.8.0-next.0) (2021-06-03) + +**Note:** Version bump only for package gatsby-transformer-toml + # [3.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-toml@3.7.0-next.1...gatsby-transformer-toml@3.7.0-next.2) (2021-06-02) **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 d944b713bc1ac..ec76a0063ef03 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": "3.7.0-next.2", + "version": "3.8.0-next.0", "author": "Ruben Harutyunyan ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -14,7 +14,7 @@ "devDependencies": { "@babel/cli": "^7.14.3", "@babel/core": "^7.14.3", - "babel-preset-gatsby-package": "^1.7.0-next.2", + "babel-preset-gatsby-package": "^1.8.0-next.0", "cross-env": "^7.0.3" }, "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 0e8b26d998421..545e5fc856b6e 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. +# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-xml@3.7.0-next.2...gatsby-transformer-xml@3.8.0-next.0) (2021-06-03) + +**Note:** Version bump only for package gatsby-transformer-xml + # [3.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-xml@3.7.0-next.1...gatsby-transformer-xml@3.7.0-next.2) (2021-06-02) **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 3b415635c3b51..a3f17ec359d07 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": "3.7.0-next.2", + "version": "3.8.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -15,7 +15,7 @@ "devDependencies": { "@babel/cli": "^7.14.3", "@babel/core": "^7.14.3", - "babel-preset-gatsby-package": "^1.7.0-next.2", + "babel-preset-gatsby-package": "^1.8.0-next.0", "cross-env": "^7.0.3" }, "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 ed66fdedafddb..aba9514d22d9d 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. +# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-yaml@3.7.0-next.2...gatsby-transformer-yaml@3.8.0-next.0) (2021-06-03) + +**Note:** Version bump only for package gatsby-transformer-yaml + # [3.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-yaml@3.7.0-next.1...gatsby-transformer-yaml@3.7.0-next.2) (2021-06-02) **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 b2a433b7c6ce6..507858abe98a3 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": "3.7.0-next.2", + "version": "3.8.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -15,7 +15,7 @@ "devDependencies": { "@babel/cli": "^7.14.3", "@babel/core": "^7.14.3", - "babel-preset-gatsby-package": "^1.7.0-next.2", + "babel-preset-gatsby-package": "^1.8.0-next.0", "cross-env": "^7.0.3" }, "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 b523935e74230..4091ccaab71f7 100644 --- a/packages/gatsby/CHANGELOG.md +++ b/packages/gatsby/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.7.0-next.2...gatsby@3.8.0-next.0) (2021-06-03) + +### Bug Fixes + +- **gatsby:** fix PNP resolving from the .cache folder ([#31732](https://github.com/gatsbyjs/gatsby/issues/31732)) ([d10e8ce](https://github.com/gatsbyjs/gatsby/commit/d10e8ceddf915b8a6e8c2552cdb342d6ea4e6790)) +- **gatsby:** fix tests for state persistence with lmdb ([#31736](https://github.com/gatsbyjs/gatsby/issues/31736)) ([5660ce9](https://github.com/gatsbyjs/gatsby/commit/5660ce98133bb9c4c5eab38c64ebdc56ccc4d792)) + +### Features + +- **gatsby:** add createNodeManifest action ([#31127](https://github.com/gatsbyjs/gatsby/issues/31127)) ([eed6108](https://github.com/gatsbyjs/gatsby/commit/eed610813da645356316826a4558640ecc4365b5)) + # [3.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.7.0-next.1...gatsby@3.7.0-next.2) (2021-06-02) ### Bug Fixes diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index 01631c9d59def..a734dfb4b088f 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": "3.7.0-next.2", + "version": "3.8.0-next.0", "author": "Kyle Mathews ", "bin": { "gatsby": "./cli.js" @@ -33,8 +33,8 @@ "babel-plugin-add-module-exports": "^1.0.4", "babel-plugin-dynamic-import-node": "^2.3.3", "babel-plugin-lodash": "^3.3.4", - "babel-plugin-remove-graphql-queries": "^3.7.0-next.2", - "babel-preset-gatsby": "^1.7.0-next.2", + "babel-plugin-remove-graphql-queries": "^3.8.0-next.0", + "babel-preset-gatsby": "^1.8.0-next.0", "better-opn": "^2.0.0", "bluebird": "^3.7.2", "body-parser": "^1.19.0", @@ -76,16 +76,16 @@ "find-cache-dir": "^3.3.1", "fs-exists-cached": "1.0.0", "fs-extra": "^8.1.0", - "gatsby-cli": "^3.7.0-next.2", - "gatsby-core-utils": "^2.7.0-next.2", - "gatsby-graphiql-explorer": "^1.7.0-next.2", - "gatsby-legacy-polyfills": "^1.7.0-next.0", - "gatsby-link": "^3.7.0-next.2", - "gatsby-plugin-page-creator": "^3.7.0-next.2", - "gatsby-plugin-typescript": "^3.7.0-next.2", - "gatsby-plugin-utils": "^1.7.0-next.2", - "gatsby-react-router-scroll": "^4.7.0-next.2", - "gatsby-telemetry": "^2.7.0-next.2", + "gatsby-cli": "^3.8.0-next.0", + "gatsby-core-utils": "^2.8.0-next.0", + "gatsby-graphiql-explorer": "^1.8.0-next.0", + "gatsby-legacy-polyfills": "^1.8.0-next.0", + "gatsby-link": "^3.8.0-next.0", + "gatsby-plugin-page-creator": "^3.8.0-next.0", + "gatsby-plugin-typescript": "^3.8.0-next.0", + "gatsby-plugin-utils": "^1.8.0-next.0", + "gatsby-react-router-scroll": "^4.8.0-next.0", + "gatsby-telemetry": "^2.8.0-next.0", "glob": "^7.1.6", "got": "8.3.2", "graphql": "^15.4.0", @@ -176,7 +176,7 @@ "@types/string-similarity": "^3.0.0", "@types/tmp": "^0.2.0", "@types/webpack-virtual-modules": "^0.1.1", - "babel-preset-gatsby-package": "^1.7.0-next.2", + "babel-preset-gatsby-package": "^1.8.0-next.0", "cross-env": "^7.0.3", "documentation": "^13.1.0", "enhanced-resolve": "^4.2.0",