diff --git a/packages/babel-plugin-remove-graphql-queries/CHANGELOG.md b/packages/babel-plugin-remove-graphql-queries/CHANGELOG.md index 8fce1120e9980..f0ca703dadd68 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.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/babel-plugin-remove-graphql-queries@3.12.0-next.1...babel-plugin-remove-graphql-queries@3.12.0-next.2) (2021-08-05) + +**Note:** Version bump only for package babel-plugin-remove-graphql-queries + # [3.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/babel-plugin-remove-graphql-queries@3.12.0-next.0...babel-plugin-remove-graphql-queries@3.12.0-next.1) (2021-08-05) **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 bdf50b3a3ded3..4ed5ec63b7346 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.12.0-next.1", + "version": "3.12.0-next.2", "author": "Jason Quense ", "repository": { "type": "git", @@ -11,9 +11,9 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.1", + "babel-preset-gatsby-package": "^1.12.0-next.2", "cross-env": "^7.0.3", - "gatsby-core-utils": "^2.12.0-next.1" + "gatsby-core-utils": "^2.12.0-next.2" }, "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 ad92ee16763e6..ab2e47a4c927e 100644 --- a/packages/babel-preset-gatsby-package/CHANGELOG.md +++ b/packages/babel-preset-gatsby-package/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby-package@1.12.0-next.1...babel-preset-gatsby-package@1.12.0-next.2) (2021-08-05) + +### Features + +- **babel-preset-gatsby-package:** add conditional compilation plugin ([#32687](https://github.com/gatsbyjs/gatsby/issues/32687)) ([a179e76](https://github.com/gatsbyjs/gatsby/commit/a179e760f41c64ccf60d88d9705a534548e47c41)) + # [1.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby-package@1.12.0-next.0...babel-preset-gatsby-package@1.12.0-next.1) (2021-08-05) **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 43a2d10a48ca8..cd8508fc15c47 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.12.0-next.1", + "version": "1.12.0-next.2", "author": "Philipp Spiess ", "repository": { "type": "git", @@ -21,11 +21,11 @@ "core-js": "^3.10.0" }, "devDependencies": { - "@types/babel__core": "^7.1.15", "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", "@babel/helper-plugin-test-runner": "7.14.5", - "@babel/plugin-transform-modules-commonjs": "^7.14.5" + "@babel/plugin-transform-modules-commonjs": "^7.14.5", + "@types/babel__core": "^7.1.15" }, "peerDependencies": { "@babel/core": "^7.11.6" diff --git a/packages/babel-preset-gatsby/CHANGELOG.md b/packages/babel-preset-gatsby/CHANGELOG.md index 0c72141b27f74..649161504f1f1 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.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby@1.12.0-next.1...babel-preset-gatsby@1.12.0-next.2) (2021-08-05) + +**Note:** Version bump only for package babel-preset-gatsby + # [1.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby@1.12.0-next.0...babel-preset-gatsby@1.12.0-next.1) (2021-08-05) **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 d79653372f3b0..c1d4084e00fbe 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.12.0-next.1", + "version": "1.12.0-next.2", "author": "Philipp Spiess ", "repository": { "type": "git", @@ -22,7 +22,7 @@ "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.12.0-next.1", + "gatsby-core-utils": "^2.12.0-next.2", "gatsby-legacy-polyfills": "^1.12.0-next.1" }, "peerDependencies": { @@ -38,7 +38,7 @@ }, "devDependencies": { "@babel/cli": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.1", + "babel-preset-gatsby-package": "^1.12.0-next.2", "cross-env": "^7.0.3", "slash": "^3.0.0" }, diff --git a/packages/create-gatsby/CHANGELOG.md b/packages/create-gatsby/CHANGELOG.md index 7633417b1e6e5..82a1b185351b0 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.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/create-gatsby@1.12.0-next.1...create-gatsby@1.12.0-next.2) (2021-08-05) + +**Note:** Version bump only for package create-gatsby + # [1.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/create-gatsby@1.12.0-next.0...create-gatsby@1.12.0-next.1) (2021-08-05) ### Bug Fixes diff --git a/packages/create-gatsby/package.json b/packages/create-gatsby/package.json index 94073266c8be4..f4ae1c4a72de9 100644 --- a/packages/create-gatsby/package.json +++ b/packages/create-gatsby/package.json @@ -1,6 +1,6 @@ { "name": "create-gatsby", - "version": "1.12.0-next.1", + "version": "1.12.0-next.2", "main": "lib/index.js", "bin": "cli.js", "license": "MIT", @@ -27,7 +27,7 @@ "eslint": "^7.32.0", "execa": "^5.1.1", "fs-extra": "^9.1.0", - "gatsby-plugin-utils": "^1.12.0-next.1", + "gatsby-plugin-utils": "^1.12.0-next.2", "joi": "^17.4.0", "microbundle": "^0.13.3", "node-fetch": "^2.6.1", diff --git a/packages/gatsby-admin/CHANGELOG.md b/packages/gatsby-admin/CHANGELOG.md index b06889a40436e..f621a71c38032 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.22.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.22.0-next.1...gatsby-admin@0.22.0-next.2) (2021-08-05) + +**Note:** Version bump only for package gatsby-admin + # [0.22.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.22.0-next.0...gatsby-admin@0.22.0-next.1) (2021-08-05) **Note:** Version bump only for package gatsby-admin diff --git a/packages/gatsby-admin/package.json b/packages/gatsby-admin/package.json index 0ee6fe0d96832..c94aecb17d3bf 100644 --- a/packages/gatsby-admin/package.json +++ b/packages/gatsby-admin/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-admin", - "version": "0.22.0-next.1", + "version": "0.22.0-next.2", "main": "index.js", "author": "Max Stoiber", "license": "MIT", @@ -29,11 +29,11 @@ "@typescript-eslint/parser": "^4.28.1", "csstype": "^2.6.14", "formik": "^2.2.6", - "gatsby": "^3.12.0-next.1", + "gatsby": "^3.12.0-next.2", "gatsby-interface": "^0.0.244", - "gatsby-plugin-typescript": "^3.12.0-next.1", + "gatsby-plugin-typescript": "^3.12.0-next.2", "gatsby-plugin-webfonts": "^1.1.4", - "gatsby-source-graphql": "^3.12.0-next.1", + "gatsby-source-graphql": "^3.12.0-next.2", "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 5f6fe42aa154d..39cb7a286b14d 100644 --- a/packages/gatsby-cli/CHANGELOG.md +++ b/packages/gatsby-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.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@3.12.0-next.1...gatsby-cli@3.12.0-next.2) (2021-08-05) + +**Note:** Version bump only for package gatsby-cli + # [3.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@3.12.0-next.0...gatsby-cli@3.12.0-next.1) (2021-08-05) ### Bug Fixes diff --git a/packages/gatsby-cli/package.json b/packages/gatsby-cli/package.json index 9cccfafb92dbb..bcf0ccb4a619d 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.12.0-next.1", + "version": "3.12.0-next.2", "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.12.0-next.1", + "create-gatsby": "^1.12.0-next.2", "envinfo": "^7.7.3", "execa": "^5.1.1", "fs-exists-cached": "^1.0.0", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^2.12.0-next.1", - "gatsby-recipes": "^0.23.0-next.1", - "gatsby-telemetry": "^2.12.0-next.1", + "gatsby-core-utils": "^2.12.0-next.2", + "gatsby-recipes": "^0.23.0-next.2", + "gatsby-telemetry": "^2.12.0-next.2", "hosted-git-info": "^3.0.6", "is-valid-path": "^0.1.1", "joi": "^17.4.0", @@ -59,7 +59,7 @@ "@rollup/plugin-replace": "^2.4.2", "@types/hosted-git-info": "^3.0.1", "@types/yargs": "^15.0.14", - "babel-preset-gatsby-package": "^1.12.0-next.1", + "babel-preset-gatsby-package": "^1.12.0-next.2", "cross-env": "^7.0.3", "ink": "^3.0.8", "ink-spinner": "^4.0.2", diff --git a/packages/gatsby-codemods/CHANGELOG.md b/packages/gatsby-codemods/CHANGELOG.md index 9d3af980ba317..008464b73c2c6 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.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-codemods@2.12.0-next.1...gatsby-codemods@2.12.0-next.2) (2021-08-05) + +**Note:** Version bump only for package gatsby-codemods + # [2.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-codemods@2.12.0-next.0...gatsby-codemods@2.12.0-next.1) (2021-08-05) ### Bug Fixes diff --git a/packages/gatsby-codemods/package.json b/packages/gatsby-codemods/package.json index ea1618fd39320..60364d78f7975 100644 --- a/packages/gatsby-codemods/package.json +++ b/packages/gatsby-codemods/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-codemods", - "version": "2.12.0-next.1", + "version": "2.12.0-next.2", "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.8", - "babel-preset-gatsby-package": "^1.12.0-next.1", + "babel-preset-gatsby-package": "^1.12.0-next.2", "cross-env": "^7.0.3" }, "engines": { diff --git a/packages/gatsby-core-utils/CHANGELOG.md b/packages/gatsby-core-utils/CHANGELOG.md index 69d59871d641e..f0f9164a82a82 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.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-core-utils@2.12.0-next.1...gatsby-core-utils@2.12.0-next.2) (2021-08-05) + +**Note:** Version bump only for package gatsby-core-utils + # [2.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-core-utils@2.12.0-next.0...gatsby-core-utils@2.12.0-next.1) (2021-08-05) ### Bug Fixes diff --git a/packages/gatsby-core-utils/package.json b/packages/gatsby-core-utils/package.json index 14aaa29ceb939..cd9c5679567c1 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.12.0-next.1", + "version": "2.12.0-next.2", "description": "A collection of gatsby utils used in different gatsby packages", "keywords": [ "gatsby", @@ -42,7 +42,7 @@ "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", "@types/ci-info": "2.0.0", - "babel-preset-gatsby-package": "^1.12.0-next.1", + "babel-preset-gatsby-package": "^1.12.0-next.2", "cross-env": "^7.0.3", "typescript": "^4.3.5" }, diff --git a/packages/gatsby-cypress/CHANGELOG.md b/packages/gatsby-cypress/CHANGELOG.md index 54e5e7c18ae43..659d982c666de 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.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-cypress@1.12.0-next.1...gatsby-cypress@1.12.0-next.2) (2021-08-05) + +**Note:** Version bump only for package gatsby-cypress + # [1.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-cypress@1.12.0-next.0...gatsby-cypress@1.12.0-next.1) (2021-08-05) **Note:** Version bump only for package gatsby-cypress diff --git a/packages/gatsby-cypress/package.json b/packages/gatsby-cypress/package.json index c8b8163fc7f72..0f34e5cefb733 100644 --- a/packages/gatsby-cypress/package.json +++ b/packages/gatsby-cypress/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-cypress", - "version": "1.12.0-next.1", + "version": "1.12.0-next.2", "description": "Cypress tools for Gatsby projects", "main": "index.js", "repository": { @@ -20,7 +20,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.1", + "babel-preset-gatsby-package": "^1.12.0-next.2", "cross-env": "^7.0.3" }, "keywords": [ diff --git a/packages/gatsby-dev-cli/CHANGELOG.md b/packages/gatsby-dev-cli/CHANGELOG.md index 29b21ea8d9805..b90fc64b1c22c 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.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-dev-cli@3.12.0-next.1...gatsby-dev-cli@3.12.0-next.2) (2021-08-05) + +**Note:** Version bump only for package gatsby-dev-cli + # [3.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-dev-cli@3.12.0-next.0...gatsby-dev-cli@3.12.0-next.1) (2021-08-05) ### Bug Fixes diff --git a/packages/gatsby-dev-cli/package.json b/packages/gatsby-dev-cli/package.json index c63a6ed91a183..9a82280b945ff 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.12.0-next.1", + "version": "3.12.0-next.2", "author": "Kyle Mathews ", "bin": { "gatsby-dev": "./dist/index.js" @@ -27,7 +27,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.1", + "babel-preset-gatsby-package": "^1.12.0-next.2", "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 c12fe8bf8c5f1..96e8ab9d9a87d 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.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-graphiql-explorer@1.12.0-next.1...gatsby-graphiql-explorer@1.12.0-next.2) (2021-08-05) + +**Note:** Version bump only for package gatsby-graphiql-explorer + # [1.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-graphiql-explorer@1.12.0-next.0...gatsby-graphiql-explorer@1.12.0-next.1) (2021-08-05) **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 3b8934bca6027..11f853ffb951d 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.12.0-next.1", + "version": "1.12.0-next.2", "description": "GraphiQL IDE with custom features for Gatsby users", "main": "index.js", "scripts": { @@ -38,7 +38,7 @@ "@babel/preset-env": "^7.14.9", "@babel/preset-react": "^7.14.0", "babel-loader": "^8.2.2", - "babel-preset-gatsby-package": "^1.12.0-next.1", + "babel-preset-gatsby-package": "^1.12.0-next.2", "core-js": "^3.8.1", "cross-env": "^7.0.3", "css-loader": "^1.0.1", diff --git a/packages/gatsby-link/CHANGELOG.md b/packages/gatsby-link/CHANGELOG.md index 63917671483a1..b38b04566a681 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.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-link@3.12.0-next.1...gatsby-link@3.12.0-next.2) (2021-08-05) + +**Note:** Version bump only for package gatsby-link + # [3.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-link@3.12.0-next.0...gatsby-link@3.12.0-next.1) (2021-08-05) ### Bug Fixes diff --git a/packages/gatsby-link/package.json b/packages/gatsby-link/package.json index 5ef165ed6920b..56b3b22103b22 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.12.0-next.1", + "version": "3.12.0-next.2", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -15,7 +15,7 @@ "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", "@testing-library/react": "^9.5.0", - "babel-preset-gatsby-package": "^1.12.0-next.1", + "babel-preset-gatsby-package": "^1.12.0-next.2", "cross-env": "^7.0.3" }, "peerDependencies": { diff --git a/packages/gatsby-page-utils/CHANGELOG.md b/packages/gatsby-page-utils/CHANGELOG.md index c46f858776e72..205a5e69a74be 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.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-page-utils@1.12.0-next.1...gatsby-page-utils@1.12.0-next.2) (2021-08-05) + +**Note:** Version bump only for package gatsby-page-utils + # [1.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-page-utils@1.12.0-next.0...gatsby-page-utils@1.12.0-next.1) (2021-08-05) ### Bug Fixes diff --git a/packages/gatsby-page-utils/package.json b/packages/gatsby-page-utils/package.json index 5d1f985434b69..537009becd594 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.12.0-next.1", + "version": "1.12.0-next.2", "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.12.0-next.1", + "gatsby-core-utils": "^2.12.0-next.2", "glob": "^7.1.7", "lodash": "^4.17.21", "micromatch": "^4.0.4" @@ -35,7 +35,7 @@ "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", "@types/micromatch": "^4.0.2", - "babel-preset-gatsby-package": "^1.12.0-next.1", + "babel-preset-gatsby-package": "^1.12.0-next.2", "cross-env": "^7.0.3", "rimraf": "^3.0.2", "typescript": "^4.3.5" diff --git a/packages/gatsby-plugin-benchmark-reporting/CHANGELOG.md b/packages/gatsby-plugin-benchmark-reporting/CHANGELOG.md index f2647a144ded4..f2e4b2c3013ca 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.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-benchmark-reporting@1.12.0-next.1...gatsby-plugin-benchmark-reporting@1.12.0-next.2) (2021-08-05) + +**Note:** Version bump only for package gatsby-plugin-benchmark-reporting + # [1.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-benchmark-reporting@1.12.0-next.0...gatsby-plugin-benchmark-reporting@1.12.0-next.1) (2021-08-05) ### Bug Fixes diff --git a/packages/gatsby-plugin-benchmark-reporting/package.json b/packages/gatsby-plugin-benchmark-reporting/package.json index 003584bed7512..2501842c4b045 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.12.0-next.1", + "version": "1.12.0-next.2", "author": "Peter van der Zee ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -16,7 +16,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.1" + "babel-preset-gatsby-package": "^1.12.0-next.2" }, "dependencies": { "fast-glob": "^3.2.7", diff --git a/packages/gatsby-plugin-canonical-urls/CHANGELOG.md b/packages/gatsby-plugin-canonical-urls/CHANGELOG.md index 3b7058d9dde97..bb6ce3c39d93f 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.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-canonical-urls@3.12.0-next.1...gatsby-plugin-canonical-urls@3.12.0-next.2) (2021-08-05) + +**Note:** Version bump only for package gatsby-plugin-canonical-urls + # [3.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-canonical-urls@3.12.0-next.0...gatsby-plugin-canonical-urls@3.12.0-next.1) (2021-08-05) **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 aa059f0d71bcd..bdc133bfbee19 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.12.0-next.1", + "version": "3.12.0-next.2", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,7 +12,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.1", + "babel-preset-gatsby-package": "^1.12.0-next.2", "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 22dbbdef5ad2c..b5d48845edb4f 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.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-catch-links@3.12.0-next.1...gatsby-plugin-catch-links@3.12.0-next.2) (2021-08-05) + +**Note:** Version bump only for package gatsby-plugin-catch-links + # [3.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-catch-links@3.12.0-next.0...gatsby-plugin-catch-links@3.12.0-next.1) (2021-08-05) **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 0ba43ab9c50af..eaaf43af6271b 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.12.0-next.1", + "version": "3.12.0-next.2", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.1", + "babel-preset-gatsby-package": "^1.12.0-next.2", "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 2741fdd783fa6..39679a44ed955 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.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-coffeescript@3.12.0-next.1...gatsby-plugin-coffeescript@3.12.0-next.2) (2021-08-05) + +**Note:** Version bump only for package gatsby-plugin-coffeescript + # [3.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-coffeescript@3.12.0-next.0...gatsby-plugin-coffeescript@3.12.0-next.1) (2021-08-05) **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 dddce4cc6e6d2..5277f5442244d 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.12.0-next.1", + "version": "3.12.0-next.2", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -18,7 +18,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.1", + "babel-preset-gatsby-package": "^1.12.0-next.2", "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 ba5e9916e571f..b6c791cb5ecc5 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.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-create-client-paths@3.12.0-next.1...gatsby-plugin-create-client-paths@3.12.0-next.2) (2021-08-05) + +**Note:** Version bump only for package gatsby-plugin-create-client-paths + # [3.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-create-client-paths@3.12.0-next.0...gatsby-plugin-create-client-paths@3.12.0-next.1) (2021-08-05) **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 53d1664472ab4..38efb51c66c45 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.12.0-next.1", + "version": "3.12.0-next.2", "author": "scott.eckenthal@gmail.com", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,7 +12,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.1", + "babel-preset-gatsby-package": "^1.12.0-next.2", "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 d39f3eadee960..f78f43f4bfcae 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.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-cxs@3.12.0-next.1...gatsby-plugin-cxs@3.12.0-next.2) (2021-08-05) + +**Note:** Version bump only for package gatsby-plugin-cxs + # [3.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-cxs@3.12.0-next.0...gatsby-plugin-cxs@3.12.0-next.1) (2021-08-05) **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 fa88468430624..ea9a20cfd19a8 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.12.0-next.1", + "version": "3.12.0-next.2", "author": "Chen-Tai Hou ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,10 +12,10 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.1", + "babel-preset-gatsby-package": "^1.12.0-next.2", "cross-env": "^7.0.3", "cxs": "^6.2.0", - "gatsby-plugin-utils": "^1.12.0-next.1" + "gatsby-plugin-utils": "^1.12.0-next.2" }, "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 c67852b2edbf9..0b2891f1fa8c1 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.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-emotion@6.12.0-next.1...gatsby-plugin-emotion@6.12.0-next.2) (2021-08-05) + +**Note:** Version bump only for package gatsby-plugin-emotion + # [6.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-emotion@6.12.0-next.0...gatsby-plugin-emotion@6.12.0-next.1) (2021-08-05) **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 4e610f5cd473a..d3a03150507e6 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.12.0-next.1", + "version": "6.12.0-next.2", "author": "Tegan Churchill ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.1", + "babel-preset-gatsby-package": "^1.12.0-next.2", "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 cc29e6dabb1e0..916c26b27ea50 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.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-facebook-analytics@3.12.0-next.1...gatsby-plugin-facebook-analytics@3.12.0-next.2) (2021-08-05) + +**Note:** Version bump only for package gatsby-plugin-facebook-analytics + # [3.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-facebook-analytics@3.12.0-next.0...gatsby-plugin-facebook-analytics@3.12.0-next.1) (2021-08-05) **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 2398c38dd529f..e64ae99f7c05d 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.12.0-next.1", + "version": "3.12.0-next.2", "author": "Yeison Daza ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,7 +12,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.1", + "babel-preset-gatsby-package": "^1.12.0-next.2", "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 004d66c3800e2..d5bd61ce66b73 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.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-feed@3.12.0-next.1...gatsby-plugin-feed@3.12.0-next.2) (2021-08-05) + +**Note:** Version bump only for package gatsby-plugin-feed + # [3.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-feed@3.12.0-next.0...gatsby-plugin-feed@3.12.0-next.1) (2021-08-05) **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 2e35f2db9b9e3..d397ef410242f 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.12.0-next.1", + "version": "3.12.0-next.2", "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.12.0-next.1", + "gatsby-plugin-utils": "^1.12.0-next.2", "lodash.merge": "^4.6.2", "rss": "^1.2.2" }, "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.1", + "babel-preset-gatsby-package": "^1.12.0-next.2", "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 66d74345608db..0061934dab035 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.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-flow@2.12.0-next.1...gatsby-plugin-flow@2.12.0-next.2) (2021-08-05) + +**Note:** Version bump only for package gatsby-plugin-flow + # [2.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-flow@2.12.0-next.0...gatsby-plugin-flow@2.12.0-next.1) (2021-08-05) **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 9174c6cefbd4a..3d1f90a06c9ef 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.12.0-next.1", + "version": "2.12.0-next.2", "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.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.1", + "babel-preset-gatsby-package": "^1.12.0-next.2", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^1.12.0-next.1" + "gatsby-plugin-utils": "^1.12.0-next.2" }, "peerDependencies": { "gatsby": "^3.0.0-next.0" diff --git a/packages/gatsby-plugin-fullstory/CHANGELOG.md b/packages/gatsby-plugin-fullstory/CHANGELOG.md index aa840f4bcbaf7..567cfce9e6ca7 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.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-fullstory@3.12.0-next.1...gatsby-plugin-fullstory@3.12.0-next.2) (2021-08-05) + +**Note:** Version bump only for package gatsby-plugin-fullstory + # [3.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-fullstory@3.12.0-next.0...gatsby-plugin-fullstory@3.12.0-next.1) (2021-08-05) **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 b0e53172b6d60..413d5ef1f1e16 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.12.0-next.1", + "version": "3.12.0-next.2", "description": "Plugin to add the tracking code for Fullstory.com", "main": "index.js", "scripts": { @@ -29,7 +29,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.1", + "babel-preset-gatsby-package": "^1.12.0-next.2", "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 382f7d16a7ba2..fd1748af7b95b 100644 --- a/packages/gatsby-plugin-gatsby-cloud/CHANGELOG.md +++ b/packages/gatsby-plugin-gatsby-cloud/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.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-gatsby-cloud@2.12.0-next.1...gatsby-plugin-gatsby-cloud@3.0.0-next.0) (2021-08-05) + +**Note:** Version bump only for package gatsby-plugin-gatsby-cloud + # [2.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-gatsby-cloud@2.12.0-next.0...gatsby-plugin-gatsby-cloud@2.12.0-next.1) (2021-08-05) **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 cf98ef1fe8110..c254837e5f4b7 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.12.0-next.1", + "version": "3.0.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -10,7 +10,7 @@ "@babel/runtime": "^7.14.8", "date-fns": "^2.22.1", "fs-extra": "^8.1.0", - "gatsby-telemetry": "^2.12.0-next.1", + "gatsby-telemetry": "^2.12.0-next.2", "kebab-hash": "^0.1.2", "lodash": "^4.17.21", "webpack-assets-manifest": "^5.0.6" @@ -22,7 +22,7 @@ "@testing-library/jest-dom": "^5.14.1", "@testing-library/react": "^11.2.7", "@testing-library/user-event": "^13.2.1", - "babel-preset-gatsby-package": "^1.12.0-next.1", + "babel-preset-gatsby-package": "^1.12.0-next.2", "cross-env": "^7.0.3", "jest": "^26.6.3", "msw": "^0.33.2", diff --git a/packages/gatsby-plugin-google-analytics/CHANGELOG.md b/packages/gatsby-plugin-google-analytics/CHANGELOG.md index 18bc2a24f59a2..7d1594f717050 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.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-analytics@3.12.0-next.1...gatsby-plugin-google-analytics@3.12.0-next.2) (2021-08-05) + +**Note:** Version bump only for package gatsby-plugin-google-analytics + # [3.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-analytics@3.12.0-next.0...gatsby-plugin-google-analytics@3.12.0-next.1) (2021-08-05) **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 8e9c31d3604cc..ed168a8e159b8 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.12.0-next.1", + "version": "3.12.0-next.2", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -15,7 +15,7 @@ "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", "@testing-library/react": "^9.5.0", - "babel-preset-gatsby-package": "^1.12.0-next.1", + "babel-preset-gatsby-package": "^1.12.0-next.2", "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 093fea9bbfc3d..384717d208ff3 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.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-gtag@3.12.0-next.1...gatsby-plugin-google-gtag@3.12.0-next.2) (2021-08-05) + +**Note:** Version bump only for package gatsby-plugin-google-gtag + # [3.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-gtag@3.12.0-next.0...gatsby-plugin-google-gtag@3.12.0-next.1) (2021-08-05) **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 b82d45c9ee0fd..7dc64c12d7fb4 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.12.0-next.1", + "version": "3.12.0-next.2", "author": "Tyler Buchea ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.1", + "babel-preset-gatsby-package": "^1.12.0-next.2", "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 9976bfdbb0c48..b1a7dfbe90ced 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.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@3.12.0-next.1...gatsby-plugin-google-tagmanager@3.12.0-next.2) (2021-08-05) + +**Note:** Version bump only for package gatsby-plugin-google-tagmanager + # [3.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@3.12.0-next.0...gatsby-plugin-google-tagmanager@3.12.0-next.1) (2021-08-05) **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 c30a8d0a486ad..9bb49e04e77e7 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.12.0-next.1", + "version": "3.12.0-next.2", "author": "Thijs Koerselman ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,9 +13,9 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.1", + "babel-preset-gatsby-package": "^1.12.0-next.2", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^1.12.0-next.1" + "gatsby-plugin-utils": "^1.12.0-next.2" }, "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 150fc9738b8ec..cbf24c8584199 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.21.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-graphql-config@0.21.0-next.1...gatsby-plugin-graphql-config@0.21.0-next.2) (2021-08-05) + +**Note:** Version bump only for package gatsby-plugin-graphql-config + # [0.21.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-graphql-config@0.21.0-next.0...gatsby-plugin-graphql-config@0.21.0-next.1) (2021-08-05) **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 bd422d31290ab..98eed98775fa4 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.21.0-next.1", + "version": "0.21.0-next.2", "author": "Rikki Schulte ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,7 +12,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.1", + "babel-preset-gatsby-package": "^1.12.0-next.2", "cross-env": "^7.0.3" }, "peerDependencies": { diff --git a/packages/gatsby-plugin-image/CHANGELOG.md b/packages/gatsby-plugin-image/CHANGELOG.md index 7e5b34b75bd06..5f4977f45928c 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.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-image@1.12.0-next.1...gatsby-plugin-image@1.12.0-next.2) (2021-08-05) + +**Note:** Version bump only for package gatsby-plugin-image + # [1.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-image@1.12.0-next.0...gatsby-plugin-image@1.12.0-next.1) (2021-08-05) **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 9449d96399413..c4ef38f0ff531 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.12.0-next.1", + "version": "1.12.0-next.2", "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.9", "@babel/traverse": "^7.14.9", "babel-jsx-utils": "^1.1.0", - "babel-plugin-remove-graphql-queries": "^3.12.0-next.1", + "babel-plugin-remove-graphql-queries": "^3.12.0-next.2", "camelcase": "^5.3.1", "chokidar": "^3.5.1", "common-tags": "^1.8.0", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^2.12.0-next.1", + "gatsby-core-utils": "^2.12.0-next.2", "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 607225134b3ea..447df3639ba34 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.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-jss@3.12.0-next.1...gatsby-plugin-jss@3.12.0-next.2) (2021-08-05) + +**Note:** Version bump only for package gatsby-plugin-jss + # [3.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-jss@3.12.0-next.0...gatsby-plugin-jss@3.12.0-next.1) (2021-08-05) **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 eaaddf9224334..26873c0356437 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.12.0-next.1", + "version": "3.12.0-next.2", "author": "Vladimir Guguiev ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,7 +12,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.1", + "babel-preset-gatsby-package": "^1.12.0-next.2", "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 44d873b11a1fe..faeb4d338b562 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.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-layout@2.12.0-next.1...gatsby-plugin-layout@2.12.0-next.2) (2021-08-05) + +**Note:** Version bump only for package gatsby-plugin-layout + # [2.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-layout@2.12.0-next.0...gatsby-plugin-layout@2.12.0-next.1) (2021-08-05) **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 f1b8bc0e129df..b34b552b401c0 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.12.0-next.1", + "version": "2.12.0-next.2", "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.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.1", + "babel-preset-gatsby-package": "^1.12.0-next.2", "cross-env": "^7.0.3" }, "peerDependencies": { diff --git a/packages/gatsby-plugin-less/CHANGELOG.md b/packages/gatsby-plugin-less/CHANGELOG.md index 90ac9414d3f2a..cd2c45e9d1d5d 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.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-less@5.12.0-next.1...gatsby-plugin-less@5.12.0-next.2) (2021-08-05) + +**Note:** Version bump only for package gatsby-plugin-less + # [5.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-less@5.12.0-next.0...gatsby-plugin-less@5.12.0-next.1) (2021-08-05) **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 fcce016b1a0f9..3fc0162685a85 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.12.0-next.1", + "version": "5.12.0-next.2", "author": "monastic.panic@gmail.com", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.1", + "babel-preset-gatsby-package": "^1.12.0-next.2", "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 b2fb6cfada757..56bfda1d3f634 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.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-lodash@4.12.0-next.1...gatsby-plugin-lodash@4.12.0-next.2) (2021-08-05) + +**Note:** Version bump only for package gatsby-plugin-lodash + # [4.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-lodash@4.12.0-next.0...gatsby-plugin-lodash@4.12.0-next.1) (2021-08-05) **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 0474709006713..73d9bdbdacadf 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.12.0-next.1", + "version": "4.12.0-next.2", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -14,7 +14,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.1", + "babel-preset-gatsby-package": "^1.12.0-next.2", "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 0f6a09dfe9296..a4da907308fc5 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.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-manifest@3.12.0-next.1...gatsby-plugin-manifest@3.12.0-next.2) (2021-08-05) + +**Note:** Version bump only for package gatsby-plugin-manifest + # [3.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-manifest@3.12.0-next.0...gatsby-plugin-manifest@3.12.0-next.1) (2021-08-05) **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 f2e0cf08cd771..09ee36b86c33f 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.12.0-next.1", + "version": "3.12.0-next.2", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" }, "dependencies": { "@babel/runtime": "^7.14.8", - "gatsby-core-utils": "^2.12.0-next.1", - "gatsby-plugin-utils": "^1.12.0-next.1", + "gatsby-core-utils": "^2.12.0-next.2", + "gatsby-plugin-utils": "^1.12.0-next.2", "semver": "^7.3.5", "sharp": "^0.28.3" }, "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.1", + "babel-preset-gatsby-package": "^1.12.0-next.2", "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 b9029ed7dbb24..aa7a9cdb89d9b 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.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@2.12.0-next.1...gatsby-plugin-mdx@2.12.0-next.2) (2021-08-05) + +**Note:** Version bump only for package gatsby-plugin-mdx + # [2.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@2.12.0-next.0...gatsby-plugin-mdx@2.12.0-next.1) (2021-08-05) **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 1aa3a6f435712..2ff28f2821c38 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.12.0-next.1", + "version": "2.12.0-next.2", "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.12.0-next.1", + "gatsby-core-utils": "^2.12.0-next.2", "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.12.0-next.1", + "gatsby-plugin-utils": "^1.12.0-next.2", "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 819595566dd5b..5036a0daded9a 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.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify-cms@5.12.0-next.1...gatsby-plugin-netlify-cms@5.12.0-next.2) (2021-08-05) + +**Note:** Version bump only for package gatsby-plugin-netlify-cms + # [5.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify-cms@5.12.0-next.0...gatsby-plugin-netlify-cms@5.12.0-next.1) (2021-08-05) ### Bug Fixes diff --git a/packages/gatsby-plugin-netlify-cms/package.json b/packages/gatsby-plugin-netlify-cms/package.json index 3e6fe29543e4b..4f9aef074e684 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.12.0-next.1", + "version": "5.12.0-next.2", "author": "Shawn Erquhart ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -20,7 +20,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.1", + "babel-preset-gatsby-package": "^1.12.0-next.2", "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 216eb093325f3..c254ad5d5026b 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.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify@3.12.0-next.1...gatsby-plugin-netlify@3.12.0-next.2) (2021-08-05) + +**Note:** Version bump only for package gatsby-plugin-netlify + # [3.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify@3.12.0-next.0...gatsby-plugin-netlify@3.12.0-next.1) (2021-08-05) ### Bug Fixes diff --git a/packages/gatsby-plugin-netlify/package.json b/packages/gatsby-plugin-netlify/package.json index fa5879db99405..41ea1484cc416 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.12.0-next.1", + "version": "3.12.0-next.2", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -22,9 +22,9 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.1", + "babel-preset-gatsby-package": "^1.12.0-next.2", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^1.12.0-next.1" + "gatsby-plugin-utils": "^1.12.0-next.2" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-netlify#readme", "keywords": [ diff --git a/packages/gatsby-plugin-nprogress/CHANGELOG.md b/packages/gatsby-plugin-nprogress/CHANGELOG.md index 8a1ab51aaf2de..984c4b30f99d9 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.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-nprogress@3.12.0-next.1...gatsby-plugin-nprogress@3.12.0-next.2) (2021-08-05) + +**Note:** Version bump only for package gatsby-plugin-nprogress + # [3.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-nprogress@3.12.0-next.0...gatsby-plugin-nprogress@3.12.0-next.1) (2021-08-05) **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 ba798a4bd5a6b..ac66bc28b72d0 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.12.0-next.1", + "version": "3.12.0-next.2", "author": "Kyle Mathews", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.1", + "babel-preset-gatsby-package": "^1.12.0-next.2", "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 9253de260f70d..30cd66bd38fab 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.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-offline@4.12.0-next.1...gatsby-plugin-offline@4.12.0-next.2) (2021-08-05) + +**Note:** Version bump only for package gatsby-plugin-offline + # [4.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-offline@4.12.0-next.0...gatsby-plugin-offline@4.12.0-next.1) (2021-08-05) ### Bug Fixes diff --git a/packages/gatsby-plugin-offline/package.json b/packages/gatsby-plugin-offline/package.json index b51de0c60515a..8d010e24f02dc 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.12.0-next.1", + "version": "4.12.0-next.2", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -9,7 +9,7 @@ "dependencies": { "@babel/runtime": "^7.14.8", "cheerio": "^1.0.0-rc.9", - "gatsby-core-utils": "^2.12.0-next.1", + "gatsby-core-utils": "^2.12.0-next.2", "glob": "^7.1.7", "idb-keyval": "^3.2.0", "lodash": "^4.17.21", @@ -18,10 +18,10 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.1", + "babel-preset-gatsby-package": "^1.12.0-next.2", "cpx": "^1.5.0", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^1.12.0-next.1", + "gatsby-plugin-utils": "^1.12.0-next.2", "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 f2007640440ec..f1e5dec385c15 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.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@3.12.0-next.1...gatsby-plugin-page-creator@3.12.0-next.2) (2021-08-05) + +**Note:** Version bump only for package gatsby-plugin-page-creator + # [3.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@3.12.0-next.0...gatsby-plugin-page-creator@3.12.0-next.1) (2021-08-05) ### Bug Fixes diff --git a/packages/gatsby-plugin-page-creator/package.json b/packages/gatsby-plugin-page-creator/package.json index e8137daf5bf0c..6a1885d3f85f1 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.12.0-next.1", + "version": "3.12.0-next.2", "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.12.0-next.1", - "gatsby-page-utils": "^1.12.0-next.1", - "gatsby-telemetry": "^2.12.0-next.1", + "gatsby-core-utils": "^2.12.0-next.2", + "gatsby-page-utils": "^1.12.0-next.2", + "gatsby-telemetry": "^2.12.0-next.2", "globby": "^11.0.4", "lodash": "^4.17.21" }, "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.1", + "babel-preset-gatsby-package": "^1.12.0-next.2", "cross-env": "^7.0.3" }, "peerDependencies": { diff --git a/packages/gatsby-plugin-postcss/CHANGELOG.md b/packages/gatsby-plugin-postcss/CHANGELOG.md index 304f5813a56a7..2bd7a7cec07e1 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.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-postcss@4.12.0-next.1...gatsby-plugin-postcss@4.12.0-next.2) (2021-08-05) + +**Note:** Version bump only for package gatsby-plugin-postcss + # [4.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-postcss@4.12.0-next.0...gatsby-plugin-postcss@4.12.0-next.1) (2021-08-05) **Note:** Version bump only for package gatsby-plugin-postcss diff --git a/packages/gatsby-plugin-postcss/package.json b/packages/gatsby-plugin-postcss/package.json index e31c8dd3e16b3..50c7382a4d46d 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.12.0-next.1", + "version": "4.12.0-next.2", "author": "Marat Dreizin ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.1", + "babel-preset-gatsby-package": "^1.12.0-next.2", "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 270af11838f00..bcca6b855f046 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.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preact@5.12.0-next.1...gatsby-plugin-preact@5.12.0-next.2) (2021-08-05) + +**Note:** Version bump only for package gatsby-plugin-preact + # [5.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preact@5.12.0-next.0...gatsby-plugin-preact@5.12.0-next.1) (2021-08-05) ### Bug Fixes diff --git a/packages/gatsby-plugin-preact/package.json b/packages/gatsby-plugin-preact/package.json index cd8ee5d0e72e8..5d5e960900418 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.12.0-next.1", + "version": "5.12.0-next.2", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -15,7 +15,7 @@ "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", "@pmmmwh/react-refresh-webpack-plugin": "^0.4.3", - "babel-preset-gatsby-package": "^1.12.0-next.1", + "babel-preset-gatsby-package": "^1.12.0-next.2", "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 6bb5f3822c70c..2a15aa5a792cf 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.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preload-fonts@2.12.0-next.1...gatsby-plugin-preload-fonts@2.12.0-next.2) (2021-08-05) + +**Note:** Version bump only for package gatsby-plugin-preload-fonts + # [2.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preload-fonts@2.12.0-next.0...gatsby-plugin-preload-fonts@2.12.0-next.1) (2021-08-05) ### Bug Fixes diff --git a/packages/gatsby-plugin-preload-fonts/package.json b/packages/gatsby-plugin-preload-fonts/package.json index 49052b5567c84..75f055522583c 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.12.0-next.1", + "version": "2.12.0-next.2", "author": "Aaron Ross ", "main": "index.js", "bin": { @@ -14,7 +14,7 @@ "chalk": "^4.1.2", "date-fns": "^2.21.1", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^2.12.0-next.1", + "gatsby-core-utils": "^2.12.0-next.2", "graphql-request": "^1.8.2", "progress": "^2.0.3", "puppeteer": "^3.3.0" @@ -22,7 +22,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.1", + "babel-preset-gatsby-package": "^1.12.0-next.2", "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 7641927535dba..3426b89b49556 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.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-react-css-modules@3.12.0-next.1...gatsby-plugin-react-css-modules@3.12.0-next.2) (2021-08-05) + +**Note:** Version bump only for package gatsby-plugin-react-css-modules + # [3.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-react-css-modules@3.12.0-next.0...gatsby-plugin-react-css-modules@3.12.0-next.1) (2021-08-05) **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 738701bf65992..598d8b53ae8ca 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.12.0-next.1", + "version": "3.12.0-next.2", "author": "Ming Aldrich-Gan ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.1", + "babel-preset-gatsby-package": "^1.12.0-next.2", "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 d27dbb2940e70..b3d0cd576abd0 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.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-react-helmet@4.12.0-next.1...gatsby-plugin-react-helmet@4.12.0-next.2) (2021-08-05) + +**Note:** Version bump only for package gatsby-plugin-react-helmet + # [4.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-react-helmet@4.12.0-next.0...gatsby-plugin-react-helmet@4.12.0-next.1) (2021-08-05) **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 96e5bad50f1f4..01ea4eb1d8f0e 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.12.0-next.1", + "version": "4.12.0-next.2", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,7 +12,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.1", + "babel-preset-gatsby-package": "^1.12.0-next.2", "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 dd5f1e90f6e04..d04a16af37a8a 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.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-remove-trailing-slashes@3.12.0-next.1...gatsby-plugin-remove-trailing-slashes@3.12.0-next.2) (2021-08-05) + +**Note:** Version bump only for package gatsby-plugin-remove-trailing-slashes + # [3.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-remove-trailing-slashes@3.12.0-next.0...gatsby-plugin-remove-trailing-slashes@3.12.0-next.1) (2021-08-05) **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 326a4f9daa8f1..087979d259796 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.12.0-next.1", + "version": "3.12.0-next.2", "author": "scott.eckenthal@gmail.com", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,7 +12,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.1", + "babel-preset-gatsby-package": "^1.12.0-next.2", "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 0d894c090c633..4faab7aedaacc 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.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sass@4.12.0-next.1...gatsby-plugin-sass@4.12.0-next.2) (2021-08-05) + +**Note:** Version bump only for package gatsby-plugin-sass + # [4.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sass@4.12.0-next.0...gatsby-plugin-sass@4.12.0-next.1) (2021-08-05) **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 60adb5818cf05..73600276e59bf 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.12.0-next.1", + "version": "4.12.0-next.2", "author": "Daniel Farrell ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -15,9 +15,9 @@ "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", "autoprefixer": "^10.3.1", - "babel-preset-gatsby-package": "^1.12.0-next.1", + "babel-preset-gatsby-package": "^1.12.0-next.2", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^1.12.0-next.1" + "gatsby-plugin-utils": "^1.12.0-next.2" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sass#readme", "keywords": [ diff --git a/packages/gatsby-plugin-sharp/CHANGELOG.md b/packages/gatsby-plugin-sharp/CHANGELOG.md index 5828794763282..422019acbda0e 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.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@3.12.0-next.1...gatsby-plugin-sharp@3.12.0-next.2) (2021-08-05) + +**Note:** Version bump only for package gatsby-plugin-sharp + # [3.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@3.12.0-next.0...gatsby-plugin-sharp@3.12.0-next.1) (2021-08-05) ### Bug Fixes diff --git a/packages/gatsby-plugin-sharp/package.json b/packages/gatsby-plugin-sharp/package.json index dedaa0df5f4b5..a7f4e38742732 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.12.0-next.1", + "version": "3.12.0-next.2", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,9 +12,9 @@ "bluebird": "^3.7.2", "filenamify": "^4.3.0", "fs-extra": "^9.1.0", - "gatsby-core-utils": "^2.12.0-next.1", - "gatsby-plugin-utils": "^1.12.0-next.1", - "gatsby-telemetry": "^2.12.0-next.1", + "gatsby-core-utils": "^2.12.0-next.2", + "gatsby-plugin-utils": "^1.12.0-next.2", + "gatsby-telemetry": "^2.12.0-next.2", "got": "^10.7.0", "imagemin": "^7.0.1", "imagemin-mozjpeg": "^9.0.0", @@ -33,9 +33,9 @@ "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", "@types/sharp": "^0.28.5", - "babel-preset-gatsby-package": "^1.12.0-next.1", + "babel-preset-gatsby-package": "^1.12.0-next.2", "cross-env": "^7.0.3", - "gatsby-plugin-image": "^1.12.0-next.1" + "gatsby-plugin-image": "^1.12.0-next.2" }, "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 b2339d189fa10..0b35825885a5a 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.8.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sitemap@4.8.0-next.1...gatsby-plugin-sitemap@4.8.0-next.2) (2021-08-05) + +**Note:** Version bump only for package gatsby-plugin-sitemap + # [4.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sitemap@4.8.0-next.0...gatsby-plugin-sitemap@4.8.0-next.1) (2021-08-05) ### Bug Fixes diff --git a/packages/gatsby-plugin-sitemap/package.json b/packages/gatsby-plugin-sitemap/package.json index 47c993802463d..c8c8da72bbc21 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.8.0-next.1", + "version": "4.8.0-next.2", "contributors": [ "Alex Moon ", "Nicholas Young " @@ -18,9 +18,9 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.1", + "babel-preset-gatsby-package": "^1.12.0-next.2", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^1.12.0-next.1" + "gatsby-plugin-utils": "^1.12.0-next.2" }, "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 be4c37997ba93..59374d75c85e7 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.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styled-components@4.12.0-next.1...gatsby-plugin-styled-components@4.12.0-next.2) (2021-08-05) + +**Note:** Version bump only for package gatsby-plugin-styled-components + # [4.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styled-components@4.12.0-next.0...gatsby-plugin-styled-components@4.12.0-next.1) (2021-08-05) **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 d67483c2207c7..441c99c61f526 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.12.0-next.1", + "version": "4.12.0-next.2", "author": "Guten Ye ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,7 +12,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.1", + "babel-preset-gatsby-package": "^1.12.0-next.2", "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 6eeb0de2b7dd4..18ca76dc3b4a6 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.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styled-jsx@4.12.0-next.1...gatsby-plugin-styled-jsx@4.12.0-next.2) (2021-08-05) + +**Note:** Version bump only for package gatsby-plugin-styled-jsx + # [4.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styled-jsx@4.12.0-next.0...gatsby-plugin-styled-jsx@4.12.0-next.1) (2021-08-05) **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 7a6e263e996b6..3e29352e8eb64 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.12.0-next.1", + "version": "4.12.0-next.2", "author": "Tim Suchanek ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,7 +12,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.1", + "babel-preset-gatsby-package": "^1.12.0-next.2", "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 69391994bbed1..1bc40dcdcbf7c 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.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styletron@6.12.0-next.1...gatsby-plugin-styletron@6.12.0-next.2) (2021-08-05) + +**Note:** Version bump only for package gatsby-plugin-styletron + # [6.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styletron@6.12.0-next.0...gatsby-plugin-styletron@6.12.0-next.1) (2021-08-05) **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 0282b4ad9284b..fe67fb77218b3 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.12.0-next.1", + "version": "6.12.0-next.2", "author": "Nadiia Dmytrenko ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -9,7 +9,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.1", + "babel-preset-gatsby-package": "^1.12.0-next.2", "cross-env": "^7.0.3", "styletron-engine-atomic": "^1.4.8", "styletron-react": "^5.2.7" diff --git a/packages/gatsby-plugin-stylus/CHANGELOG.md b/packages/gatsby-plugin-stylus/CHANGELOG.md index 13a538bbb457f..43123a2c8db04 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.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-stylus@3.12.0-next.1...gatsby-plugin-stylus@3.12.0-next.2) (2021-08-05) + +**Note:** Version bump only for package gatsby-plugin-stylus + # [3.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-stylus@3.12.0-next.0...gatsby-plugin-stylus@3.12.0-next.1) (2021-08-05) **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 4eba4b024ea1d..3520e6a62857e 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.12.0-next.1", + "version": "3.12.0-next.2", "author": "Ian Sinnott ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -14,7 +14,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.1", + "babel-preset-gatsby-package": "^1.12.0-next.2", "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 a0f05c4833036..6ebe453e773ca 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.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-subfont@3.12.0-next.1...gatsby-plugin-subfont@3.12.0-next.2) (2021-08-05) + +**Note:** Version bump only for package gatsby-plugin-subfont + # [3.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-subfont@3.12.0-next.0...gatsby-plugin-subfont@3.12.0-next.1) (2021-08-05) **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 4be05f1462995..2c30a96777d54 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.12.0-next.1", + "version": "3.12.0-next.2", "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.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.1", + "babel-preset-gatsby-package": "^1.12.0-next.2", "cross-env": "^7.0.3" }, "peerDependencies": { diff --git a/packages/gatsby-plugin-twitter/CHANGELOG.md b/packages/gatsby-plugin-twitter/CHANGELOG.md index a0e37d7cfa0cf..c6c39eda4efba 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.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-twitter@3.12.0-next.1...gatsby-plugin-twitter@3.12.0-next.2) (2021-08-05) + +**Note:** Version bump only for package gatsby-plugin-twitter + # [3.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-twitter@3.12.0-next.0...gatsby-plugin-twitter@3.12.0-next.1) (2021-08-05) **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 f706d0d3070e0..55a6e68181ee2 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.12.0-next.1", + "version": "3.12.0-next.2", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,9 +12,9 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.1", + "babel-preset-gatsby-package": "^1.12.0-next.2", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^1.12.0-next.1" + "gatsby-plugin-utils": "^1.12.0-next.2" }, "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 63ad446530810..32e0dde599ed3 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.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typescript@3.12.0-next.1...gatsby-plugin-typescript@3.12.0-next.2) (2021-08-05) + +**Note:** Version bump only for package gatsby-plugin-typescript + # [3.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typescript@3.12.0-next.0...gatsby-plugin-typescript@3.12.0-next.1) (2021-08-05) **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 47a7544e12a1a..e0ee22c4b6a82 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.12.0-next.1", + "version": "3.12.0-next.2", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -16,12 +16,12 @@ "@babel/plugin-proposal-optional-chaining": "^7.14.5", "@babel/preset-typescript": "^7.14.0", "@babel/runtime": "^7.14.8", - "babel-plugin-remove-graphql-queries": "^3.12.0-next.1" + "babel-plugin-remove-graphql-queries": "^3.12.0-next.2" }, "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.1", + "babel-preset-gatsby-package": "^1.12.0-next.2", "cross-env": "^7.0.3" }, "peerDependencies": { diff --git a/packages/gatsby-plugin-typography/CHANGELOG.md b/packages/gatsby-plugin-typography/CHANGELOG.md index 70ec4771523fd..0a7156963095f 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.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typography@3.12.0-next.1...gatsby-plugin-typography@3.12.0-next.2) (2021-08-05) + +**Note:** Version bump only for package gatsby-plugin-typography + # [3.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typography@3.12.0-next.0...gatsby-plugin-typography@3.12.0-next.1) (2021-08-05) **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 7ead8627194ae..9dd8f88caa403 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.12.0-next.1", + "version": "3.12.0-next.2", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,7 +12,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.1", + "babel-preset-gatsby-package": "^1.12.0-next.2", "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 5ff28b8dd9e82..2ee250fbf6816 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.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-utils@1.12.0-next.1...gatsby-plugin-utils@1.12.0-next.2) (2021-08-05) + +**Note:** Version bump only for package gatsby-plugin-utils + # [1.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-utils@1.12.0-next.0...gatsby-plugin-utils@1.12.0-next.1) (2021-08-05) **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 821864190ce68..58866c53836fc 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.12.0-next.1", + "version": "1.12.0-next.2", "description": "Gatsby utils that help creating plugins", "main": "dist/index.js", "scripts": { @@ -26,7 +26,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.1", + "babel-preset-gatsby-package": "^1.12.0-next.2", "cross-env": "^7.0.3", "rimraf": "^3.0.2", "typescript": "^4.3.5" diff --git a/packages/gatsby-react-router-scroll/CHANGELOG.md b/packages/gatsby-react-router-scroll/CHANGELOG.md index 7372b1ea2f39c..540eda3025197 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.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-react-router-scroll@4.12.0-next.1...gatsby-react-router-scroll@4.12.0-next.2) (2021-08-05) + +**Note:** Version bump only for package gatsby-react-router-scroll + # [4.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-react-router-scroll@4.12.0-next.0...gatsby-react-router-scroll@4.12.0-next.1) (2021-08-05) **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 0b074e53f0e24..9aef3a3089bd2 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.12.0-next.1", + "version": "4.12.0-next.2", "author": "Jimmy Jia", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", "babel-plugin-dev-expression": "^0.2.2", - "babel-preset-gatsby-package": "^1.12.0-next.1", + "babel-preset-gatsby-package": "^1.12.0-next.2", "cross-env": "^7.0.3", "history": "^4.10.1" }, diff --git a/packages/gatsby-recipes/CHANGELOG.md b/packages/gatsby-recipes/CHANGELOG.md index 9f0d27f587868..b19165e6078e4 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.23.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-recipes@0.23.0-next.1...gatsby-recipes@0.23.0-next.2) (2021-08-05) + +**Note:** Version bump only for package gatsby-recipes + # [0.23.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-recipes@0.23.0-next.0...gatsby-recipes@0.23.0-next.1) (2021-08-05) **Note:** Version bump only for package gatsby-recipes diff --git a/packages/gatsby-recipes/package.json b/packages/gatsby-recipes/package.json index b1cce1e68517d..f95d877a5a157 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.23.0-next.1", + "version": "0.23.0-next.2", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -30,8 +30,8 @@ "express": "^4.17.1", "express-graphql": "^0.12.0", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^2.12.0-next.1", - "gatsby-telemetry": "^2.12.0-next.1", + "gatsby-core-utils": "^2.12.0-next.2", + "gatsby-telemetry": "^2.12.0-next.2", "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 629d420891b4b..e952ddcb8129c 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.9.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-autolink-headers@4.9.0-next.1...gatsby-remark-autolink-headers@4.9.0-next.2) (2021-08-05) + +**Note:** Version bump only for package gatsby-remark-autolink-headers + # [4.9.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-autolink-headers@4.9.0-next.0...gatsby-remark-autolink-headers@4.9.0-next.1) (2021-08-05) **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 ce98888c8bd2a..f6736eedeaebf 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.9.0-next.1", + "version": "4.9.0-next.2", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -16,9 +16,9 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.1", + "babel-preset-gatsby-package": "^1.12.0-next.2", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^1.12.0-next.1" + "gatsby-plugin-utils": "^1.12.0-next.2" }, "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 922a0cec37090..2d1c8a50b88c9 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.9.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-code-repls@5.9.0-next.1...gatsby-remark-code-repls@5.9.0-next.2) (2021-08-05) + +**Note:** Version bump only for package gatsby-remark-code-repls + # [5.9.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-code-repls@5.9.0-next.0...gatsby-remark-code-repls@5.9.0-next.1) (2021-08-05) ### Bug Fixes diff --git a/packages/gatsby-remark-code-repls/package.json b/packages/gatsby-remark-code-repls/package.json index 9c967fa2d381c..ec421fee7c629 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.9.0-next.1", + "version": "5.9.0-next.2", "author": "Brian Vaughn ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -18,7 +18,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.1", + "babel-preset-gatsby-package": "^1.12.0-next.2", "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 04c4c9895c1ee..417b56a26a4c9 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.9.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-copy-linked-files@4.9.0-next.1...gatsby-remark-copy-linked-files@4.9.0-next.2) (2021-08-05) + +**Note:** Version bump only for package gatsby-remark-copy-linked-files + # [4.9.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-copy-linked-files@4.9.0-next.0...gatsby-remark-copy-linked-files@4.9.0-next.1) (2021-08-05) ### Bug Fixes diff --git a/packages/gatsby-remark-copy-linked-files/package.json b/packages/gatsby-remark-copy-linked-files/package.json index f8202ff1f8f80..8c434c47fb741 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.9.0-next.1", + "version": "4.9.0-next.2", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -19,7 +19,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.1", + "babel-preset-gatsby-package": "^1.12.0-next.2", "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 2522b7dcaf8ee..6e88c6bbeea83 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.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-custom-blocks@3.12.0-next.1...gatsby-remark-custom-blocks@3.12.0-next.2) (2021-08-05) + +**Note:** Version bump only for package gatsby-remark-custom-blocks + # [3.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-custom-blocks@3.12.0-next.0...gatsby-remark-custom-blocks@3.12.0-next.1) (2021-08-05) **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 d5f60508a6481..e2b648ca620c0 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.12.0-next.1", + "version": "3.12.0-next.2", "author": "Mohammad Asad Mohammad ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.1", + "babel-preset-gatsby-package": "^1.12.0-next.2", "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 67a9ad515145e..9872439fc29b3 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.9.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-embed-snippet@6.9.0-next.1...gatsby-remark-embed-snippet@6.9.0-next.2) (2021-08-05) + +**Note:** Version bump only for package gatsby-remark-embed-snippet + # [6.9.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-embed-snippet@6.9.0-next.0...gatsby-remark-embed-snippet@6.9.0-next.1) (2021-08-05) **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 1abbd4316d487..276ded114cc26 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.9.0-next.1", + "version": "6.9.0-next.2", "author": "Brian Vaughn ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -15,7 +15,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.1", + "babel-preset-gatsby-package": "^1.12.0-next.2", "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 6fb9a51d3ae4b..058e9174cd46d 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.9.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-graphviz@3.9.0-next.1...gatsby-remark-graphviz@3.9.0-next.2) (2021-08-05) + +**Note:** Version bump only for package gatsby-remark-graphviz + # [3.9.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-graphviz@3.9.0-next.0...gatsby-remark-graphviz@3.9.0-next.1) (2021-08-05) ### Bug Fixes diff --git a/packages/gatsby-remark-graphviz/package.json b/packages/gatsby-remark-graphviz/package.json index 987e911845384..1d49ae0e2806d 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.9.0-next.1", + "version": "3.9.0-next.2", "author": "Anthony Marcar ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -15,7 +15,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.1", + "babel-preset-gatsby-package": "^1.12.0-next.2", "cross-env": "^7.0.3", "hast-util-to-html": "^7.1.3", "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 676aedd77ce46..954752f79fa1c 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.9.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images-contentful@4.9.0-next.1...gatsby-remark-images-contentful@4.9.0-next.2) (2021-08-05) + +**Note:** Version bump only for package gatsby-remark-images-contentful + # [4.9.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images-contentful@4.9.0-next.0...gatsby-remark-images-contentful@4.9.0-next.1) (2021-08-05) ### Bug Fixes diff --git a/packages/gatsby-remark-images-contentful/package.json b/packages/gatsby-remark-images-contentful/package.json index 44e5787c03663..52b4ea6da0d03 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.9.0-next.1", + "version": "4.9.0-next.2", "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.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.1", + "babel-preset-gatsby-package": "^1.12.0-next.2", "cross-env": "^7.0.3" }, "keywords": [ diff --git a/packages/gatsby-remark-images/CHANGELOG.md b/packages/gatsby-remark-images/CHANGELOG.md index 6ff21577667bd..b7e429a9cdf2d 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.9.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images@5.9.0-next.1...gatsby-remark-images@5.9.0-next.2) (2021-08-05) + +**Note:** Version bump only for package gatsby-remark-images + # [5.9.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images@5.9.0-next.0...gatsby-remark-images@5.9.0-next.1) (2021-08-05) ### Bug Fixes diff --git a/packages/gatsby-remark-images/package.json b/packages/gatsby-remark-images/package.json index e0188748fd818..636fde69dea9f 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.9.0-next.1", + "version": "5.9.0-next.2", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -10,7 +10,7 @@ "@babel/runtime": "^7.14.8", "chalk": "^4.1.2", "cheerio": "^1.0.0-rc.10", - "gatsby-core-utils": "^2.12.0-next.1", + "gatsby-core-utils": "^2.12.0-next.2", "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.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.1", + "babel-preset-gatsby-package": "^1.12.0-next.2", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^1.12.0-next.1", + "gatsby-plugin-utils": "^1.12.0-next.2", "hast-util-to-html": "^7.1.3", "mdast-util-to-hast": "^10.2.0" }, diff --git a/packages/gatsby-remark-katex/CHANGELOG.md b/packages/gatsby-remark-katex/CHANGELOG.md index 1a63a7e1a7f5a..08718b7b4746b 100644 --- a/packages/gatsby-remark-katex/CHANGELOG.md +++ b/packages/gatsby-remark-katex/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.9.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-katex@5.9.0-next.1...gatsby-remark-katex@5.9.0-next.2) (2021-08-05) + +**Note:** Version bump only for package gatsby-remark-katex + # [5.9.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-katex@5.9.0-next.0...gatsby-remark-katex@5.9.0-next.1) (2021-08-05) **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 a808a0381825f..39f3f2b111d86 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.9.0-next.1", + "version": "5.9.0-next.2", "author": "Jeffrey Xiao ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -16,7 +16,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.1", + "babel-preset-gatsby-package": "^1.12.0-next.2", "cross-env": "^7.0.3", "katex": "^0.13.11", "remark": "^13.0.0" diff --git a/packages/gatsby-remark-prismjs/CHANGELOG.md b/packages/gatsby-remark-prismjs/CHANGELOG.md index a55265bb0c674..6ad30441cb59d 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.9.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-prismjs@5.9.0-next.1...gatsby-remark-prismjs@5.9.0-next.2) (2021-08-05) + +**Note:** Version bump only for package gatsby-remark-prismjs + # [5.9.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-prismjs@5.9.0-next.0...gatsby-remark-prismjs@5.9.0-next.1) (2021-08-05) **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 d36bfaacb4264..03fd9cf1704b4 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.9.0-next.1", + "version": "5.9.0-next.2", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -14,7 +14,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.1", + "babel-preset-gatsby-package": "^1.12.0-next.2", "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 9b17b96038951..3cc1ada5d6154 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.9.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-responsive-iframe@4.9.0-next.1...gatsby-remark-responsive-iframe@4.9.0-next.2) (2021-08-05) + +**Note:** Version bump only for package gatsby-remark-responsive-iframe + # [4.9.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-responsive-iframe@4.9.0-next.0...gatsby-remark-responsive-iframe@4.9.0-next.1) (2021-08-05) **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 0251f36ae15de..db0c894cb07de 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.9.0-next.1", + "version": "4.9.0-next.2", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -16,7 +16,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.1", + "babel-preset-gatsby-package": "^1.12.0-next.2", "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 eb62115770260..d8cc2c7913827 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.9.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-smartypants@4.9.0-next.1...gatsby-remark-smartypants@4.9.0-next.2) (2021-08-05) + +**Note:** Version bump only for package gatsby-remark-smartypants + # [4.9.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-smartypants@4.9.0-next.0...gatsby-remark-smartypants@4.9.0-next.1) (2021-08-05) **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 41197ac692499..e9d4712886034 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.9.0-next.1", + "version": "4.9.0-next.2", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -15,7 +15,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.1", + "babel-preset-gatsby-package": "^1.12.0-next.2", "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 58d99b3a639fc..f5a0216ba2feb 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.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@5.12.0-next.1...gatsby-source-contentful@5.12.0-next.2) (2021-08-05) + +**Note:** Version bump only for package gatsby-source-contentful + # [5.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@5.12.0-next.0...gatsby-source-contentful@5.12.0-next.1) (2021-08-05) ### Bug Fixes diff --git a/packages/gatsby-source-contentful/package.json b/packages/gatsby-source-contentful/package.json index f61ce7f074d20..5e7d9fb74eff3 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.12.0-next.1", + "version": "5.12.0-next.2", "author": "Marcus Ericsson (mericsson.com)", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -17,9 +17,9 @@ "common-tags": "^1.8.0", "contentful": "^8.4.2", "fs-extra": "^9.1.0", - "gatsby-core-utils": "^2.12.0-next.1", - "gatsby-plugin-utils": "^1.12.0-next.1", - "gatsby-source-filesystem": "^3.12.0-next.1", + "gatsby-core-utils": "^2.12.0-next.2", + "gatsby-plugin-utils": "^1.12.0-next.2", + "gatsby-source-filesystem": "^3.12.0-next.2", "is-online": "^8.5.1", "json-stringify-safe": "^5.0.1", "lodash": "^4.17.21", @@ -31,7 +31,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.1", + "babel-preset-gatsby-package": "^1.12.0-next.2", "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 88dd399eedd56..8830767994d01 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.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-drupal@4.12.0-next.1...gatsby-source-drupal@4.12.0-next.2) (2021-08-05) + +**Note:** Version bump only for package gatsby-source-drupal + # [4.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-drupal@4.12.0-next.0...gatsby-source-drupal@4.12.0-next.1) (2021-08-05) ### Bug Fixes diff --git a/packages/gatsby-source-drupal/package.json b/packages/gatsby-source-drupal/package.json index fea618438c3e1..c0a197ffd29e3 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.12.0-next.1", + "version": "4.12.0-next.2", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,7 +12,7 @@ "bluebird": "^3.7.2", "body-parser": "^1.19.0", "fastq": "^1.11.1", - "gatsby-source-filesystem": "^3.12.0-next.1", + "gatsby-source-filesystem": "^3.12.0-next.2", "got": "^11.8.2", "http2-wrapper": "^2.0.5", "lodash": "^4.17.21", @@ -22,7 +22,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.1", + "babel-preset-gatsby-package": "^1.12.0-next.2", "cross-env": "^7.0.3" }, "engines": { diff --git a/packages/gatsby-source-faker/CHANGELOG.md b/packages/gatsby-source-faker/CHANGELOG.md index 41dade7beb3ff..fb3578a600148 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.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-faker@3.12.0-next.1...gatsby-source-faker@3.12.0-next.2) (2021-08-05) + +**Note:** Version bump only for package gatsby-source-faker + # [3.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-faker@3.12.0-next.0...gatsby-source-faker@3.12.0-next.1) (2021-08-05) **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 0795353aa732d..a7c76d38ba4e4 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.12.0-next.1", + "version": "3.12.0-next.2", "author": "Pavithra Kodmad", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.1", + "babel-preset-gatsby-package": "^1.12.0-next.2", "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 a1aff83c66d62..65f163aec2dee 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.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-filesystem@3.12.0-next.1...gatsby-source-filesystem@3.12.0-next.2) (2021-08-05) + +**Note:** Version bump only for package gatsby-source-filesystem + # [3.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-filesystem@3.12.0-next.0...gatsby-source-filesystem@3.12.0-next.1) (2021-08-05) ### Bug Fixes diff --git a/packages/gatsby-source-filesystem/package.json b/packages/gatsby-source-filesystem/package.json index 01a6c8c0c9672..4ad8b95f8c81a 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.12.0-next.1", + "version": "3.12.0-next.2", "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.12.0-next.1", + "gatsby-core-utils": "^2.12.0-next.2", "got": "^9.6.0", "md5-file": "^5.0.0", "mime": "^2.5.2", @@ -24,7 +24,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.1", + "babel-preset-gatsby-package": "^1.12.0-next.2", "cross-env": "^7.0.3", "msw": "^0.33.2" }, diff --git a/packages/gatsby-source-graphql/CHANGELOG.md b/packages/gatsby-source-graphql/CHANGELOG.md index 5e361a5b38157..8ceb710fca708 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.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-graphql@3.12.0-next.1...gatsby-source-graphql@3.12.0-next.2) (2021-08-05) + +**Note:** Version bump only for package gatsby-source-graphql + # [3.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-graphql@3.12.0-next.0...gatsby-source-graphql@3.12.0-next.1) (2021-08-05) ### Bug Fixes diff --git a/packages/gatsby-source-graphql/package.json b/packages/gatsby-source-graphql/package.json index 6c096335c9a6f..2af18059176c2 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.12.0-next.1", + "version": "3.12.0-next.2", "author": "Mikhail Novikov ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -21,7 +21,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.1", + "babel-preset-gatsby-package": "^1.12.0-next.2", "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 15df847941fb6..682346efe1636 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.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-hacker-news@3.12.0-next.1...gatsby-source-hacker-news@3.12.0-next.2) (2021-08-05) + +**Note:** Version bump only for package gatsby-source-hacker-news + # [3.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-hacker-news@3.12.0-next.0...gatsby-source-hacker-news@3.12.0-next.1) (2021-08-05) **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 c8cb2f1119a02..b30ebc18ada9d 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.12.0-next.1", + "version": "3.12.0-next.2", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -14,7 +14,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.1", + "babel-preset-gatsby-package": "^1.12.0-next.2", "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 8f74d8f0987a5..bf1f950a6a06d 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.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-lever@3.12.0-next.1...gatsby-source-lever@3.12.0-next.2) (2021-08-05) + +**Note:** Version bump only for package gatsby-source-lever + # [3.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-lever@3.12.0-next.0...gatsby-source-lever@3.12.0-next.1) (2021-08-05) **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 1696e3720ebfe..c563e2d428257 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.12.0-next.1", + "version": "3.12.0-next.2", "author": "Sebastien Fichot ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -20,7 +20,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.1", + "babel-preset-gatsby-package": "^1.12.0-next.2", "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 1a3c94360a5db..7f1b7ccb56a3a 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.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-medium@3.12.0-next.1...gatsby-source-medium@3.12.0-next.2) (2021-08-05) + +**Note:** Version bump only for package gatsby-source-medium + # [3.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-medium@3.12.0-next.0...gatsby-source-medium@3.12.0-next.1) (2021-08-05) **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 6fb2e5024cdc5..f49f1a76bdbfd 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.12.0-next.1", + "version": "3.12.0-next.2", "author": "Robert Vogt ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.1", + "babel-preset-gatsby-package": "^1.12.0-next.2", "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 56b47c56fdcec..9aebdc6fc2f65 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.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-mongodb@3.12.0-next.1...gatsby-source-mongodb@3.12.0-next.2) (2021-08-05) + +**Note:** Version bump only for package gatsby-source-mongodb + # [3.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-mongodb@3.12.0-next.0...gatsby-source-mongodb@3.12.0-next.1) (2021-08-05) ### Bug Fixes diff --git a/packages/gatsby-source-mongodb/package.json b/packages/gatsby-source-mongodb/package.json index 1a29c1ce59ee3..75e777a4a0040 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.12.0-next.1", + "version": "3.12.0-next.2", "authors": [ "jhermans85@hotmail.com", "hi@elmar.codes" @@ -19,7 +19,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.1", + "babel-preset-gatsby-package": "^1.12.0-next.2", "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 b3a7dae489487..2758f73a6f908 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.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-npm-package-search@3.12.0-next.1...gatsby-source-npm-package-search@3.12.0-next.2) (2021-08-05) + +**Note:** Version bump only for package gatsby-source-npm-package-search + # [3.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-npm-package-search@3.12.0-next.0...gatsby-source-npm-package-search@3.12.0-next.1) (2021-08-05) **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 171cb569ce7c9..f7ef1fbf2e3bd 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.12.0-next.1", + "version": "3.12.0-next.2", "author": "james.a.stack@gmail.com", "repository": { "type": "git", @@ -17,7 +17,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.1", + "babel-preset-gatsby-package": "^1.12.0-next.2", "cross-env": "^7.0.3" }, "keywords": [ diff --git a/packages/gatsby-source-shopify/CHANGELOG.md b/packages/gatsby-source-shopify/CHANGELOG.md index 6d198f0e59dab..e11cc765f096f 100644 --- a/packages/gatsby-source-shopify/CHANGELOG.md +++ b/packages/gatsby-source-shopify/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.4.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-shopify@5.4.0-next.1...gatsby-source-shopify@5.4.0-next.2) (2021-08-05) + +### Bug Fixes + +- **gatsby-source-shopify:** only add inventory fields to product variant when using locations ([#32710](https://github.com/gatsbyjs/gatsby/issues/32710)) ([7ab9ed6](https://github.com/gatsbyjs/gatsby/commit/7ab9ed65d318a3e75e41051d173212a313c638f7)) + # [5.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-shopify@5.4.0-next.0...gatsby-source-shopify@5.4.0-next.1) (2021-08-05) ### Bug Fixes diff --git a/packages/gatsby-source-shopify/package.json b/packages/gatsby-source-shopify/package.json index 245a0ccde3fa7..ee4d879954e6b 100644 --- a/packages/gatsby-source-shopify/package.json +++ b/packages/gatsby-source-shopify/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-source-shopify", - "version": "5.4.0-next.1", + "version": "5.4.0-next.2", "description": "Gatsby source plugin for building websites using Shopify as a data source.", "scripts": { "watch": "tsc-watch --outDir .", @@ -19,8 +19,8 @@ }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-shopify#readme", "dependencies": { - "gatsby-core-utils": "^2.12.0-next.1", - "gatsby-source-filesystem": "^3.12.0-next.1", + "gatsby-core-utils": "^2.12.0-next.2", + "gatsby-source-filesystem": "^3.12.0-next.2", "node-fetch": "^2.6.1", "sharp": "^0.28.3", "shift-left": "^0.1.5" @@ -31,7 +31,7 @@ "@types/node-fetch": "^2.5.12", "@types/sharp": "^0.28.5", "cross-env": "^7.0.3", - "gatsby-plugin-image": "^1.12.0-next.1", + "gatsby-plugin-image": "^1.12.0-next.2", "msw": "^0.33.2", "prettier": "^2.3.2", "prettier-check": "^2.0.0", diff --git a/packages/gatsby-source-wikipedia/CHANGELOG.md b/packages/gatsby-source-wikipedia/CHANGELOG.md index 0f3b76ae9f196..914d401149473 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.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wikipedia@3.12.0-next.1...gatsby-source-wikipedia@3.12.0-next.2) (2021-08-05) + +**Note:** Version bump only for package gatsby-source-wikipedia + # [3.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wikipedia@3.12.0-next.0...gatsby-source-wikipedia@3.12.0-next.1) (2021-08-05) **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 d4770b1ac8362..e7a6ba868fdcf 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.12.0-next.1", + "version": "3.12.0-next.2", "description": "Gatsby source plugin for pulling articles from Wikipedia", "main": "index.js", "scripts": { @@ -36,7 +36,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.1", + "babel-preset-gatsby-package": "^1.12.0-next.2", "cross-env": "^7.0.3" }, "engines": { diff --git a/packages/gatsby-source-wordpress/CHANGELOG.md b/packages/gatsby-source-wordpress/CHANGELOG.md index 850a2e3e8ad84..8edd796dde7a0 100644 --- a/packages/gatsby-source-wordpress/CHANGELOG.md +++ b/packages/gatsby-source-wordpress/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@5.12.0-next.1...gatsby-source-wordpress@5.12.0-next.2) (2021-08-05) + +**Note:** Version bump only for package gatsby-source-wordpress + # [5.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@5.12.0-next.0...gatsby-source-wordpress@5.12.0-next.1) (2021-08-05) ### Bug Fixes diff --git a/packages/gatsby-source-wordpress/package.json b/packages/gatsby-source-wordpress/package.json index d006ed404bf46..5306da1b71590 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.12.0-next.1", + "version": "5.12.0-next.2", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" }, @@ -28,10 +28,10 @@ "file-type": "^15.0.1", "filesize": "^6.1.0", "fs-extra": "^9.1.0", - "gatsby-core-utils": "^2.12.0-next.1", + "gatsby-core-utils": "^2.12.0-next.2", "gatsby-image": "^3.10.0", - "gatsby-plugin-catch-links": "^3.12.0-next.1", - "gatsby-source-filesystem": "^3.12.0-next.1", + "gatsby-plugin-catch-links": "^3.12.0-next.2", + "gatsby-source-filesystem": "^3.12.0-next.2", "glob": "^7.1.6", "got": "^11.7.0", "graphql-query-compress": "^1.2.2", @@ -53,8 +53,8 @@ "@types/semver": "^7.3.8", "babel-plugin-import-globals": "^2.0.0", "babel-plugin-module-resolver": "4.1.0", - "babel-preset-gatsby": "^1.12.0-next.1", - "babel-preset-gatsby-package": "^1.12.0-next.1", + "babel-preset-gatsby": "^1.12.0-next.2", + "babel-preset-gatsby-package": "^1.12.0-next.2", "cross-env": "^7.0.3", "identity-obj-proxy": "^3.0.0", "react-test-renderer": "^16.14.0", diff --git a/packages/gatsby-telemetry/CHANGELOG.md b/packages/gatsby-telemetry/CHANGELOG.md index 92f40aad8302c..6fc431a3d2d15 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.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-telemetry@2.12.0-next.1...gatsby-telemetry@2.12.0-next.2) (2021-08-05) + +**Note:** Version bump only for package gatsby-telemetry + # [2.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-telemetry@2.12.0-next.0...gatsby-telemetry@2.12.0-next.1) (2021-08-05) **Note:** Version bump only for package gatsby-telemetry diff --git a/packages/gatsby-telemetry/package.json b/packages/gatsby-telemetry/package.json index 968a577059c93..78c56f14ab28f 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.12.0-next.1", + "version": "2.12.0-next.2", "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.12.0-next.1", + "gatsby-core-utils": "^2.12.0-next.2", "git-up": "^4.0.2", "is-docker": "^2.1.1", "lodash": "^4.17.21", @@ -26,7 +26,7 @@ "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", "babel-jest": "^24.9.0", - "babel-preset-gatsby-package": "^1.12.0-next.1", + "babel-preset-gatsby-package": "^1.12.0-next.2", "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 b28246eb2b102..fbcc03fcc54f8 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.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-asciidoc@2.12.0-next.1...gatsby-transformer-asciidoc@2.12.0-next.2) (2021-08-05) + +**Note:** Version bump only for package gatsby-transformer-asciidoc + # [2.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-asciidoc@2.12.0-next.0...gatsby-transformer-asciidoc@2.12.0-next.1) (2021-08-05) ### Bug Fixes diff --git a/packages/gatsby-transformer-asciidoc/package.json b/packages/gatsby-transformer-asciidoc/package.json index 6979e2f44ef17..2b417e0738ff7 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.12.0-next.1", + "version": "2.12.0-next.2", "author": "Daniel Oliver ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.1", + "babel-preset-gatsby-package": "^1.12.0-next.2", "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 a6562bbc7c100..0f8a7718eb74a 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.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-csv@3.12.0-next.1...gatsby-transformer-csv@3.12.0-next.2) (2021-08-05) + +**Note:** Version bump only for package gatsby-transformer-csv + # [3.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-csv@3.12.0-next.0...gatsby-transformer-csv@3.12.0-next.1) (2021-08-05) **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 a4aa3aa0e6798..53ed952f76c5d 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.12.0-next.1", + "version": "3.12.0-next.2", "author": "Sonal Saldanha ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.1", + "babel-preset-gatsby-package": "^1.12.0-next.2", "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 012a4c92fabcf..ad66ec770d50b 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.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-documentationjs@5.12.0-next.1...gatsby-transformer-documentationjs@5.12.0-next.2) (2021-08-05) + +**Note:** Version bump only for package gatsby-transformer-documentationjs + # [5.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-documentationjs@5.12.0-next.0...gatsby-transformer-documentationjs@5.12.0-next.1) (2021-08-05) **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 5f11d8cc152de..7ce6c4586d709 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.12.0-next.1", + "version": "5.12.0-next.2", "author": "Kyle Mathews", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -14,7 +14,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.1", + "babel-preset-gatsby-package": "^1.12.0-next.2", "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 64f6fae4d5bd7..01230ff343cd5 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.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-excel@3.12.0-next.1...gatsby-transformer-excel@3.12.0-next.2) (2021-08-05) + +**Note:** Version bump only for package gatsby-transformer-excel + # [3.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-excel@3.12.0-next.0...gatsby-transformer-excel@3.12.0-next.1) (2021-08-05) **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 d052c87a25613..5fb37354a7c1d 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.12.0-next.1", + "version": "3.12.0-next.2", "author": "SheetJS ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.1", + "babel-preset-gatsby-package": "^1.12.0-next.2", "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 1eb2120e8ca21..51677e0079416 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.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-hjson@3.12.0-next.1...gatsby-transformer-hjson@3.12.0-next.2) (2021-08-05) + +**Note:** Version bump only for package gatsby-transformer-hjson + # [3.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-hjson@3.12.0-next.0...gatsby-transformer-hjson@3.12.0-next.1) (2021-08-05) **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 2b94a51dacdc7..04b9200512716 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.12.0-next.1", + "version": "3.12.0-next.2", "author": "Remi Barraquand ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -14,7 +14,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.1", + "babel-preset-gatsby-package": "^1.12.0-next.2", "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 718595753b711..6ac858e13d9c1 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.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-javascript-frontmatter@3.12.0-next.1...gatsby-transformer-javascript-frontmatter@3.12.0-next.2) (2021-08-05) + +**Note:** Version bump only for package gatsby-transformer-javascript-frontmatter + # [3.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-javascript-frontmatter@3.12.0-next.0...gatsby-transformer-javascript-frontmatter@3.12.0-next.1) (2021-08-05) **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 b2dd839d49f03..bcecfd9d0d587 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.12.0-next.1", + "version": "3.12.0-next.2", "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.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.1", + "babel-preset-gatsby-package": "^1.12.0-next.2", "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 fd5c306d81124..64b0c66e88137 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.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-javascript-static-exports@3.12.0-next.1...gatsby-transformer-javascript-static-exports@3.12.0-next.2) (2021-08-05) + +**Note:** Version bump only for package gatsby-transformer-javascript-static-exports + # [3.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-javascript-static-exports@3.12.0-next.0...gatsby-transformer-javascript-static-exports@3.12.0-next.1) (2021-08-05) **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 ee6e3c34f7e2f..23cf6c0f68c11 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.12.0-next.1", + "version": "3.12.0-next.2", "author": "Jacob Bolda ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -15,7 +15,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.1", + "babel-preset-gatsby-package": "^1.12.0-next.2", "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 cc1cf68db705d..09529cdf83d73 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.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-json@3.12.0-next.1...gatsby-transformer-json@3.12.0-next.2) (2021-08-05) + +**Note:** Version bump only for package gatsby-transformer-json + # [3.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-json@3.12.0-next.0...gatsby-transformer-json@3.12.0-next.1) (2021-08-05) **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 4afe1dd406ac1..09c92d27e65d6 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.12.0-next.1", + "version": "3.12.0-next.2", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.1", + "babel-preset-gatsby-package": "^1.12.0-next.2", "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 476dd3d5fc93d..defa75560c315 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.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-pdf@2.12.0-next.1...gatsby-transformer-pdf@2.12.0-next.2) (2021-08-05) + +**Note:** Version bump only for package gatsby-transformer-pdf + # [2.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-pdf@2.12.0-next.0...gatsby-transformer-pdf@2.12.0-next.1) (2021-08-05) ### Bug Fixes diff --git a/packages/gatsby-transformer-pdf/package.json b/packages/gatsby-transformer-pdf/package.json index c7dbe88cd16f4..30d38645cd9fa 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.12.0-next.1", + "version": "2.12.0-next.2", "author": "Alex Munoz ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -14,7 +14,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.1", + "babel-preset-gatsby-package": "^1.12.0-next.2", "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 18341131b8d98..169cf38e334ba 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.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-react-docgen@6.12.0-next.1...gatsby-transformer-react-docgen@6.12.0-next.2) (2021-08-05) + +**Note:** Version bump only for package gatsby-transformer-react-docgen + # [6.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-react-docgen@6.12.0-next.0...gatsby-transformer-react-docgen@6.12.0-next.1) (2021-08-05) **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 69d03066f6d4d..27aaaceac844a 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.12.0-next.1", + "version": "6.12.0-next.2", "author": "Jason Quense ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -17,7 +17,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.1", + "babel-preset-gatsby-package": "^1.12.0-next.2", "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 18e6802d0112a..b6943a2d69703 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.9.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-remark@4.9.0-next.1...gatsby-transformer-remark@4.9.0-next.2) (2021-08-05) + +**Note:** Version bump only for package gatsby-transformer-remark + # [4.9.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-remark@4.9.0-next.0...gatsby-transformer-remark@4.9.0-next.1) (2021-08-05) **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 93c98a06be2a9..61efc46e923bb 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.9.0-next.1", + "version": "4.9.0-next.2", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" }, "dependencies": { "@babel/runtime": "^7.14.8", - "gatsby-core-utils": "^2.12.0-next.1", + "gatsby-core-utils": "^2.12.0-next.2", "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.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.1", + "babel-preset-gatsby-package": "^1.12.0-next.2", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^1.12.0-next.1" + "gatsby-plugin-utils": "^1.12.0-next.2" }, "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 b189c9d0b0f89..18be67d193552 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.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-screenshot@3.12.0-next.1...gatsby-transformer-screenshot@3.12.0-next.2) (2021-08-05) + +**Note:** Version bump only for package gatsby-transformer-screenshot + # [3.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-screenshot@3.12.0-next.0...gatsby-transformer-screenshot@3.12.0-next.1) (2021-08-05) ### Bug Fixes diff --git a/packages/gatsby-transformer-screenshot/package.json b/packages/gatsby-transformer-screenshot/package.json index cec4ec0a48591..bd87180245364 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.12.0-next.1", + "version": "3.12.0-next.2", "author": "David Beckley ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.1", + "babel-preset-gatsby-package": "^1.12.0-next.2", "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 5a37763848993..eb61a04f562c3 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.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sharp@3.12.0-next.1...gatsby-transformer-sharp@3.12.0-next.2) (2021-08-05) + +**Note:** Version bump only for package gatsby-transformer-sharp + # [3.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sharp@3.12.0-next.0...gatsby-transformer-sharp@3.12.0-next.1) (2021-08-05) ### Bug Fixes diff --git a/packages/gatsby-transformer-sharp/package.json b/packages/gatsby-transformer-sharp/package.json index b52ff49873f87..ff12692cdb33e 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.12.0-next.1", + "version": "3.12.0-next.2", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -20,7 +20,7 @@ "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", "@types/sharp": "^0.28.5", - "babel-preset-gatsby-package": "^1.12.0-next.1", + "babel-preset-gatsby-package": "^1.12.0-next.2", "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 6000171af017a..e8057eec9b993 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.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@3.12.0-next.1...gatsby-transformer-sqip@3.12.0-next.2) (2021-08-05) + +**Note:** Version bump only for package gatsby-transformer-sqip + # [3.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@3.12.0-next.0...gatsby-transformer-sqip@3.12.0-next.1) (2021-08-05) **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 ca1a0b4d8e282..23ba86a99b8fa 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.12.0-next.1", + "version": "3.12.0-next.2", "author": "Benedikt Rötsch ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -9,7 +9,7 @@ "dependencies": { "@babel/runtime": "^7.14.8", "fs-extra": "^8.1.0", - "gatsby-plugin-sharp": "^3.12.0-next.1", + "gatsby-plugin-sharp": "^3.12.0-next.2", "md5-file": "^5.0.0", "mini-svg-data-uri": "^1.3.3", "p-queue": "^6.6.2", @@ -18,7 +18,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.1", + "babel-preset-gatsby-package": "^1.12.0-next.2", "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 23317ab61d845..81ae33b3812a6 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.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-toml@3.12.0-next.1...gatsby-transformer-toml@3.12.0-next.2) (2021-08-05) + +**Note:** Version bump only for package gatsby-transformer-toml + # [3.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-toml@3.12.0-next.0...gatsby-transformer-toml@3.12.0-next.1) (2021-08-05) **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 10869f3e54f82..87b52d79a3d3d 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.12.0-next.1", + "version": "3.12.0-next.2", "author": "Ruben Harutyunyan ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -14,7 +14,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.1", + "babel-preset-gatsby-package": "^1.12.0-next.2", "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 eb76367c02780..e60d99f88ff39 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.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-xml@3.12.0-next.1...gatsby-transformer-xml@3.12.0-next.2) (2021-08-05) + +**Note:** Version bump only for package gatsby-transformer-xml + # [3.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-xml@3.12.0-next.0...gatsby-transformer-xml@3.12.0-next.1) (2021-08-05) **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 ea3581ff3f1ae..b36ca5b2fae7d 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.12.0-next.1", + "version": "3.12.0-next.2", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -15,7 +15,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.1", + "babel-preset-gatsby-package": "^1.12.0-next.2", "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 66c31b23d75cf..bff371958fc98 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.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-yaml@3.12.0-next.1...gatsby-transformer-yaml@3.12.0-next.2) (2021-08-05) + +**Note:** Version bump only for package gatsby-transformer-yaml + # [3.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-yaml@3.12.0-next.0...gatsby-transformer-yaml@3.12.0-next.1) (2021-08-05) **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 3752d1f8005b6..c9df4775eea96 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.12.0-next.1", + "version": "3.12.0-next.2", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -15,7 +15,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.14.8", - "babel-preset-gatsby-package": "^1.12.0-next.1", + "babel-preset-gatsby-package": "^1.12.0-next.2", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-yaml#readme", diff --git a/packages/gatsby-worker/CHANGELOG.md b/packages/gatsby-worker/CHANGELOG.md index deb3198bc685f..f02d596433598 100644 --- a/packages/gatsby-worker/CHANGELOG.md +++ b/packages/gatsby-worker/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.3.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-worker@0.3.0-next.1...gatsby-worker@0.3.0-next.2) (2021-08-05) + +**Note:** Version bump only for package gatsby-worker + # [0.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-worker@0.3.0-next.0...gatsby-worker@0.3.0-next.1) (2021-08-05) **Note:** Version bump only for package gatsby-worker diff --git a/packages/gatsby-worker/package.json b/packages/gatsby-worker/package.json index a71fcdd382b16..693f0e5d63e6b 100644 --- a/packages/gatsby-worker/package.json +++ b/packages/gatsby-worker/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-worker", "description": "Utility to create worker pools", - "version": "0.3.0-next.1", + "version": "0.3.0-next.2", "author": "Michal Piechowiak", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,7 +12,7 @@ "devDependencies": { "@babel/cli": "^7.14.8", "@babel/register": "^7.14.0", - "babel-preset-gatsby-package": "^1.12.0-next.1", + "babel-preset-gatsby-package": "^1.12.0-next.2", "cross-env": "^7.0.3", "rimraf": "^3.0.2", "typescript": "^4.3.5" diff --git a/packages/gatsby/CHANGELOG.md b/packages/gatsby/CHANGELOG.md index 938b290d80e77..43d9e74cf085b 100644 --- a/packages/gatsby/CHANGELOG.md +++ b/packages/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. +# [3.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.12.0-next.1...gatsby@3.12.0-next.2) (2021-08-05) + +**Note:** Version bump only for package gatsby + # [3.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.12.0-next.0...gatsby@3.12.0-next.1) (2021-08-05) ### Bug Fixes diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index 532551e0635d1..f3b920a0b6395 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.12.0-next.1", + "version": "3.12.0-next.2", "author": "Kyle Mathews ", "bin": { "gatsby": "./cli.js" @@ -32,8 +32,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.12.0-next.1", - "babel-preset-gatsby": "^1.12.0-next.1", + "babel-plugin-remove-graphql-queries": "^3.12.0-next.2", + "babel-preset-gatsby": "^1.12.0-next.2", "better-opn": "^2.0.0", "bluebird": "^3.7.2", "body-parser": "^1.19.0", @@ -75,17 +75,17 @@ "find-cache-dir": "^3.3.1", "fs-exists-cached": "1.0.0", "fs-extra": "^8.1.0", - "gatsby-cli": "^3.12.0-next.1", - "gatsby-core-utils": "^2.12.0-next.1", - "gatsby-graphiql-explorer": "^1.12.0-next.1", + "gatsby-cli": "^3.12.0-next.2", + "gatsby-core-utils": "^2.12.0-next.2", + "gatsby-graphiql-explorer": "^1.12.0-next.2", "gatsby-legacy-polyfills": "^1.12.0-next.1", - "gatsby-link": "^3.12.0-next.1", - "gatsby-plugin-page-creator": "^3.12.0-next.1", - "gatsby-plugin-typescript": "^3.12.0-next.1", - "gatsby-plugin-utils": "^1.12.0-next.1", - "gatsby-react-router-scroll": "^4.12.0-next.1", - "gatsby-telemetry": "^2.12.0-next.1", - "gatsby-worker": "^0.3.0-next.1", + "gatsby-link": "^3.12.0-next.2", + "gatsby-plugin-page-creator": "^3.12.0-next.2", + "gatsby-plugin-typescript": "^3.12.0-next.2", + "gatsby-plugin-utils": "^1.12.0-next.2", + "gatsby-react-router-scroll": "^4.12.0-next.2", + "gatsby-telemetry": "^2.12.0-next.2", + "gatsby-worker": "^0.3.0-next.2", "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.12.0-next.1", + "babel-preset-gatsby-package": "^1.12.0-next.2", "cross-env": "^7.0.3", "documentation": "^13.1.0", "enhanced-resolve": "^4.2.0",