diff --git a/packages/babel-plugin-remove-graphql-queries/CHANGELOG.md b/packages/babel-plugin-remove-graphql-queries/CHANGELOG.md index afec773d475a4..776c04c7957a6 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.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/babel-plugin-remove-graphql-queries@2.17.0-next.0...babel-plugin-remove-graphql-queries@3.0.0-next.0) (2021-02-05) + +**Note:** Version bump only for package babel-plugin-remove-graphql-queries + # [2.17.0-next.0](https://github.com/gatsbyjs/gatsby/compare/babel-plugin-remove-graphql-queries@2.16.0-next.1...babel-plugin-remove-graphql-queries@2.17.0-next.0) (2021-01-28) **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 937c669a7ade1..da97e1b8293c2 100644 --- a/packages/babel-plugin-remove-graphql-queries/package.json +++ b/packages/babel-plugin-remove-graphql-queries/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-remove-graphql-queries", - "version": "2.17.0-next.0", + "version": "3.0.0-next.0", "author": "Jason Quense ", "repository": { "type": "git", @@ -11,9 +11,9 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.13.0-next.0", + "babel-preset-gatsby-package": "^1.0.0-next.0", "cross-env": "^7.0.3", - "gatsby-core-utils": "^1.11.0-next.0" + "gatsby-core-utils": "^2.0.0-next.0" }, "peerDependencies": { "@babel/core": "^7.0.0", diff --git a/packages/babel-preset-gatsby-package/CHANGELOG.md b/packages/babel-preset-gatsby-package/CHANGELOG.md index 7c216547b7c2d..e91bfe7221a12 100644 --- a/packages/babel-preset-gatsby-package/CHANGELOG.md +++ b/packages/babel-preset-gatsby-package/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby-package@0.13.0-next.0...babel-preset-gatsby-package@1.0.0-next.0) (2021-02-05) + +**Note:** Version bump only for package babel-preset-gatsby-package + # [0.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby-package@0.12.0-next.0...babel-preset-gatsby-package@0.13.0-next.0) (2021-01-28) **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 d5875a13bf957..ced3f0911e467 100644 --- a/packages/babel-preset-gatsby-package/package.json +++ b/packages/babel-preset-gatsby-package/package.json @@ -1,6 +1,6 @@ { "name": "babel-preset-gatsby-package", - "version": "0.13.0-next.0", + "version": "1.0.0-next.0", "author": "Philipp Spiess ", "repository": { "type": "git", diff --git a/packages/babel-preset-gatsby/CHANGELOG.md b/packages/babel-preset-gatsby/CHANGELOG.md index f2e537b02d97c..dd936fda84724 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.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby@0.13.0-next.0...babel-preset-gatsby@1.0.0-next.0) (2021-02-05) + +**Note:** Version bump only for package babel-preset-gatsby + # [0.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby@0.12.0-next.0...babel-preset-gatsby@0.13.0-next.0) (2021-01-28) **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 5edfc897655e5..2a0159d757497 100644 --- a/packages/babel-preset-gatsby/package.json +++ b/packages/babel-preset-gatsby/package.json @@ -1,6 +1,6 @@ { "name": "babel-preset-gatsby", - "version": "0.13.0-next.0", + "version": "1.0.0-next.0", "author": "Philipp Spiess ", "repository": { "type": "git", @@ -21,8 +21,8 @@ "babel-plugin-dynamic-import-node": "^2.3.3", "babel-plugin-macros": "^2.8.0", "babel-plugin-transform-react-remove-prop-types": "^0.4.24", - "gatsby-core-utils": "^1.11.0-next.0", - "gatsby-legacy-polyfills": "^0.8.0-next.0" + "gatsby-core-utils": "^2.0.0-next.0", + "gatsby-legacy-polyfills": "^1.0.0-next.0" }, "peerDependencies": { "@babel/core": "^7.11.6", @@ -37,7 +37,7 @@ }, "devDependencies": { "@babel/cli": "^7.12.1", - "babel-preset-gatsby-package": "^0.13.0-next.0", + "babel-preset-gatsby-package": "^1.0.0-next.0", "cross-env": "^7.0.3", "slash": "^3.0.0" }, diff --git a/packages/create-gatsby/CHANGELOG.md b/packages/create-gatsby/CHANGELOG.md index 3fcb4bd802379..e133ad04e835b 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.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/create-gatsby@0.6.0-next.1...create-gatsby@1.0.0-next.0) (2021-02-05) + +**Note:** Version bump only for package create-gatsby + # [0.6.0-next.1](https://github.com/gatsbyjs/gatsby/compare/create-gatsby@0.6.0-next.0...create-gatsby@0.6.0-next.1) (2021-02-04) **Note:** Version bump only for package create-gatsby diff --git a/packages/create-gatsby/package.json b/packages/create-gatsby/package.json index 9102af1a2ed90..b5d288d8497e4 100644 --- a/packages/create-gatsby/package.json +++ b/packages/create-gatsby/package.json @@ -1,6 +1,6 @@ { "name": "create-gatsby", - "version": "0.6.0-next.1", + "version": "1.0.0-next.0", "main": "lib/index.js", "bin": "cli.js", "license": "MIT", @@ -27,7 +27,7 @@ "eslint": "^7.18.0", "execa": "^4.1.0", "fs-extra": "^9.0.1", - "gatsby-plugin-utils": "^0.10.0-next.0", + "gatsby-plugin-utils": "^1.0.0-next.0", "joi": "^17.2.1", "microbundle": "^0.12.4", "node-fetch": "^2.6.1", diff --git a/packages/gatsby-admin/CHANGELOG.md b/packages/gatsby-admin/CHANGELOG.md index 02fe3f6e35cc0..c6c212a35414d 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.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.9.0-next.1...gatsby-admin@0.10.0-next.0) (2021-02-05) + +**Note:** Version bump only for package gatsby-admin + # [0.9.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.9.0-next.0...gatsby-admin@0.9.0-next.1) (2021-02-04) **Note:** Version bump only for package gatsby-admin diff --git a/packages/gatsby-admin/package.json b/packages/gatsby-admin/package.json index 544d2d8273f67..59bdc5e4e4739 100644 --- a/packages/gatsby-admin/package.json +++ b/packages/gatsby-admin/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-admin", - "version": "0.9.0-next.1", + "version": "0.10.0-next.0", "main": "index.js", "author": "Max Stoiber", "license": "MIT", @@ -20,11 +20,11 @@ "@typescript-eslint/parser": "^2.34.0", "csstype": "^2.6.14", "formik": "^2.2.6", - "gatsby": "^2.33.0-next.1", + "gatsby": "^3.0.0-next.0", "gatsby-interface": "^0.0.244", - "gatsby-plugin-typescript": "^2.13.0-next.0", + "gatsby-plugin-typescript": "^3.0.0-next.0", "gatsby-plugin-webfonts": "^1.1.4", - "gatsby-source-graphql": "^2.15.0-next.0", + "gatsby-source-graphql": "^3.0.0-next.0", "lodash-es": "^4.17.20", "ncp": "^2.0.0", "nodemon": "^2.0.7", diff --git a/packages/gatsby-cli/CHANGELOG.md b/packages/gatsby-cli/CHANGELOG.md index f822d2d4a81f7..c4bfa5e60eb5a 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.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.20.0-next.1...gatsby-cli@3.0.0-next.0) (2021-02-05) + +**Note:** Version bump only for package gatsby-cli + # [2.20.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.20.0-next.0...gatsby-cli@2.20.0-next.1) (2021-02-04) **Note:** Version bump only for package gatsby-cli diff --git a/packages/gatsby-cli/package.json b/packages/gatsby-cli/package.json index 95ecec549fab2..8224d12647a02 100644 --- a/packages/gatsby-cli/package.json +++ b/packages/gatsby-cli/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-cli", "description": "Gatsby command-line interface for creating new sites and running Gatsby commands", - "version": "2.20.0-next.1", + "version": "3.0.0-next.0", "author": "Kyle Mathews ", "bin": { "gatsby": "cli.js" @@ -19,14 +19,14 @@ "common-tags": "^1.8.0", "configstore": "^5.0.1", "convert-hrtime": "^3.0.0", - "create-gatsby": "^0.6.0-next.1", + "create-gatsby": "^1.0.0-next.0", "envinfo": "^7.7.3", "execa": "^3.4.0", "fs-exists-cached": "^1.0.0", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^1.11.0-next.0", - "gatsby-recipes": "^0.10.0-next.1", - "gatsby-telemetry": "^1.11.0-next.0", + "gatsby-core-utils": "^2.0.0-next.0", + "gatsby-recipes": "^0.11.0-next.0", + "gatsby-telemetry": "^2.0.0-next.0", "hosted-git-info": "^3.0.6", "is-valid-path": "^0.1.1", "lodash": "^4.17.20", @@ -59,7 +59,7 @@ "@rollup/plugin-replace": "^2.3.3", "@types/hosted-git-info": "^3.0.1", "@types/yargs": "^15.0.8", - "babel-preset-gatsby-package": "^0.13.0-next.0", + "babel-preset-gatsby-package": "^1.0.0-next.0", "cross-env": "^7.0.3", "ink": "^3.0.8", "ink-spinner": "^4.0.1", diff --git a/packages/gatsby-codemods/CHANGELOG.md b/packages/gatsby-codemods/CHANGELOG.md index ba395233eaeac..1a3e5aa4e4cd7 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.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-codemods@1.11.0-next.0...gatsby-codemods@2.0.0-next.0) (2021-02-05) + +**Note:** Version bump only for package gatsby-codemods + # [1.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-codemods@1.10.0-next.0...gatsby-codemods@1.11.0-next.0) (2021-01-28) **Note:** Version bump only for package gatsby-codemods diff --git a/packages/gatsby-codemods/package.json b/packages/gatsby-codemods/package.json index b6afddadfc017..7c5a4c86ec243 100644 --- a/packages/gatsby-codemods/package.json +++ b/packages/gatsby-codemods/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-codemods", - "version": "1.11.0-next.0", + "version": "2.0.0-next.0", "description": "A collection of codemod scripts for use with JSCodeshift that help migrate to newer versions of Gatsby.", "main": "index.js", "scripts": { @@ -36,7 +36,7 @@ }, "devDependencies": { "@babel/cli": "^7.12.1", - "babel-preset-gatsby-package": "^0.13.0-next.0", + "babel-preset-gatsby-package": "^1.0.0-next.0", "cross-env": "^7.0.3" }, "engines": { diff --git a/packages/gatsby-core-utils/CHANGELOG.md b/packages/gatsby-core-utils/CHANGELOG.md index 28fa5854fc16a..798e2fd24d9bb 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.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-core-utils@1.11.0-next.0...gatsby-core-utils@2.0.0-next.0) (2021-02-05) + +**Note:** Version bump only for package gatsby-core-utils + # [1.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-core-utils@1.10.0-next.0...gatsby-core-utils@1.11.0-next.0) (2021-01-28) **Note:** Version bump only for package gatsby-core-utils diff --git a/packages/gatsby-core-utils/package.json b/packages/gatsby-core-utils/package.json index 12c97f6c9bf39..8215a4fa57493 100644 --- a/packages/gatsby-core-utils/package.json +++ b/packages/gatsby-core-utils/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-core-utils", - "version": "1.11.0-next.0", + "version": "2.0.0-next.0", "description": "A collection of gatsby utils used in different gatsby packages", "keywords": [ "gatsby", @@ -41,7 +41,7 @@ "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", "@types/ci-info": "2.0.0", - "babel-preset-gatsby-package": "^0.13.0-next.0", + "babel-preset-gatsby-package": "^1.0.0-next.0", "cross-env": "^7.0.3", "typescript": "^3.9.7" }, diff --git a/packages/gatsby-cypress/CHANGELOG.md b/packages/gatsby-cypress/CHANGELOG.md index bfa56d9ff4360..db8403aeee178 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.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-cypress@0.12.0-next.0...gatsby-cypress@1.0.0-next.0) (2021-02-05) + +**Note:** Version bump only for package gatsby-cypress + # [0.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-cypress@0.11.0-next.0...gatsby-cypress@0.12.0-next.0) (2021-01-28) **Note:** Version bump only for package gatsby-cypress diff --git a/packages/gatsby-cypress/package.json b/packages/gatsby-cypress/package.json index 73cbb96d8c804..3393703ba4f41 100644 --- a/packages/gatsby-cypress/package.json +++ b/packages/gatsby-cypress/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-cypress", - "version": "0.12.0-next.0", + "version": "1.0.0-next.0", "description": "Cypress tools for Gatsby projects", "main": "index.js", "repository": { @@ -20,7 +20,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.13.0-next.0", + "babel-preset-gatsby-package": "^1.0.0-next.0", "cross-env": "^7.0.3" }, "keywords": [ diff --git a/packages/gatsby-design-tokens/CHANGELOG.md b/packages/gatsby-design-tokens/CHANGELOG.md index dd2458b8a6bb9..e3548791e4f5e 100644 --- a/packages/gatsby-design-tokens/CHANGELOG.md +++ b/packages/gatsby-design-tokens/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-design-tokens@2.8.0-next.0...gatsby-design-tokens@3.0.0-next.0) (2021-02-05) + +**Note:** Version bump only for package gatsby-design-tokens + # [2.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-design-tokens@2.7.0-next.0...gatsby-design-tokens@2.8.0-next.0) (2021-01-28) **Note:** Version bump only for package gatsby-design-tokens diff --git a/packages/gatsby-design-tokens/package.json b/packages/gatsby-design-tokens/package.json index 64f56d4a1cbd9..ef80549409a5a 100644 --- a/packages/gatsby-design-tokens/package.json +++ b/packages/gatsby-design-tokens/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-design-tokens", - "version": "2.8.0-next.0", + "version": "3.0.0-next.0", "description": "Gatsby Design Tokens", "main": "dist/index.js", "module": "dist/index.esm.js", diff --git a/packages/gatsby-dev-cli/CHANGELOG.md b/packages/gatsby-dev-cli/CHANGELOG.md index c7bdae1af3634..364acabfe63a4 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.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-dev-cli@2.15.0-next.0...gatsby-dev-cli@3.0.0-next.0) (2021-02-05) + +**Note:** Version bump only for package gatsby-dev-cli + # [2.15.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-dev-cli@2.14.0-next.0...gatsby-dev-cli@2.15.0-next.0) (2021-01-28) **Note:** Version bump only for package gatsby-dev-cli diff --git a/packages/gatsby-dev-cli/package.json b/packages/gatsby-dev-cli/package.json index f50ede7c4210e..3be57237b931f 100644 --- a/packages/gatsby-dev-cli/package.json +++ b/packages/gatsby-dev-cli/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-dev-cli", "description": "CLI helpers for contributors working on Gatsby", - "version": "2.15.0-next.0", + "version": "3.0.0-next.0", "author": "Kyle Mathews ", "bin": { "gatsby-dev": "./dist/index.js" @@ -27,7 +27,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.13.0-next.0", + "babel-preset-gatsby-package": "^1.0.0-next.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-dev-cli#readme", diff --git a/packages/gatsby-graphiql-explorer/CHANGELOG.md b/packages/gatsby-graphiql-explorer/CHANGELOG.md index 253fdbeca0da2..fde9c97f1e0b3 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.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-graphiql-explorer@0.12.0-next.0...gatsby-graphiql-explorer@1.0.0-next.0) (2021-02-05) + +**Note:** Version bump only for package gatsby-graphiql-explorer + # [0.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-graphiql-explorer@0.11.0-next.0...gatsby-graphiql-explorer@0.12.0-next.0) (2021-01-28) **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 ff23b371a7225..efa73b0e3b5de 100644 --- a/packages/gatsby-graphiql-explorer/package.json +++ b/packages/gatsby-graphiql-explorer/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-graphiql-explorer", - "version": "0.12.0-next.0", + "version": "1.0.0-next.0", "description": "GraphiQL IDE with custom features for Gatsby users", "main": "index.js", "scripts": { @@ -38,7 +38,7 @@ "@babel/preset-env": "^7.12.1", "@babel/preset-react": "^7.12.5", "babel-loader": "^8.2.2", - "babel-preset-gatsby-package": "^0.13.0-next.0", + "babel-preset-gatsby-package": "^1.0.0-next.0", "core-js": "^3.8.1", "cross-env": "^7.0.3", "css-loader": "^1.0.1", diff --git a/packages/gatsby-image/CHANGELOG.md b/packages/gatsby-image/CHANGELOG.md index 01be14599eaaf..a1c8548921144 100644 --- a/packages/gatsby-image/CHANGELOG.md +++ b/packages/gatsby-image/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-image@2.12.0-next.0...gatsby-image@3.0.0-next.0) (2021-02-05) + +**Note:** Version bump only for package gatsby-image + # [2.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-image@2.11.0-next.0...gatsby-image@2.12.0-next.0) (2021-01-28) **Note:** Version bump only for package gatsby-image diff --git a/packages/gatsby-image/package.json b/packages/gatsby-image/package.json index 1aff052e89e0c..5da51782e0a12 100644 --- a/packages/gatsby-image/package.json +++ b/packages/gatsby-image/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-image", "description": "Lazy-loading React image component with optional support for the blur-up effect.", - "version": "2.12.0-next.0", + "version": "3.0.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -15,7 +15,7 @@ "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", "@testing-library/react": "^9.5.0", - "babel-preset-gatsby-package": "^0.13.0-next.0", + "babel-preset-gatsby-package": "^1.0.0-next.0", "cross-env": "^7.0.3", "jest-matchmedia-mock": "^1.1.0" }, diff --git a/packages/gatsby-legacy-polyfills/CHANGELOG.md b/packages/gatsby-legacy-polyfills/CHANGELOG.md index d5947d3ceee6d..3fa2ad7d7744b 100644 --- a/packages/gatsby-legacy-polyfills/CHANGELOG.md +++ b/packages/gatsby-legacy-polyfills/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-legacy-polyfills@0.8.0-next.0...gatsby-legacy-polyfills@1.0.0-next.0) (2021-02-05) + +**Note:** Version bump only for package gatsby-legacy-polyfills + # [0.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-legacy-polyfills@0.7.0-next.0...gatsby-legacy-polyfills@0.8.0-next.0) (2021-01-28) **Note:** Version bump only for package gatsby-legacy-polyfills diff --git a/packages/gatsby-legacy-polyfills/package.json b/packages/gatsby-legacy-polyfills/package.json index 24bf7a2c58567..07a54a610c0cf 100644 --- a/packages/gatsby-legacy-polyfills/package.json +++ b/packages/gatsby-legacy-polyfills/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-legacy-polyfills", "description": "Polyfills for legacy browsers", - "version": "0.8.0-next.0", + "version": "1.0.0-next.0", "main": "dist/polyfills.js", "author": "Ward Peeters ", "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-legacy-polyfills#readme", diff --git a/packages/gatsby-link/CHANGELOG.md b/packages/gatsby-link/CHANGELOG.md index 2d8eae181efab..7fcc4daaa8fea 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.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-link@2.12.0-next.1...gatsby-link@3.0.0-next.0) (2021-02-05) + +**Note:** Version bump only for package gatsby-link + # [2.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-link@2.12.0-next.0...gatsby-link@2.12.0-next.1) (2021-02-04) **Note:** Version bump only for package gatsby-link diff --git a/packages/gatsby-link/package.json b/packages/gatsby-link/package.json index 921f2446b0b53..2ccc2889ed5fd 100644 --- a/packages/gatsby-link/package.json +++ b/packages/gatsby-link/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-link", "description": "An enhanced Link component for Gatsby sites with support for resource prefetching", - "version": "2.12.0-next.1", + "version": "3.0.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -15,7 +15,7 @@ "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", "@testing-library/react": "^9.5.0", - "babel-preset-gatsby-package": "^0.13.0-next.0", + "babel-preset-gatsby-package": "^1.0.0-next.0", "cross-env": "^7.0.3" }, "peerDependencies": { diff --git a/packages/gatsby-page-utils/CHANGELOG.md b/packages/gatsby-page-utils/CHANGELOG.md index 5e195313e4d6f..3c74a1633f857 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.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-page-utils@0.10.0-next.0...gatsby-page-utils@1.0.0-next.0) (2021-02-05) + +**Note:** Version bump only for package gatsby-page-utils + # [0.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-page-utils@0.9.0-next.0...gatsby-page-utils@0.10.0-next.0) (2021-01-28) ### Bug Fixes diff --git a/packages/gatsby-page-utils/package.json b/packages/gatsby-page-utils/package.json index a8d9bc30a5de7..e137f80af6b8a 100644 --- a/packages/gatsby-page-utils/package.json +++ b/packages/gatsby-page-utils/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-page-utils", - "version": "0.10.0-next.0", + "version": "1.0.0-next.0", "description": "Gatsby library that helps creating pages", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -26,7 +26,7 @@ "bluebird": "^3.7.2", "chokidar": "^3.5.1", "fs-exists-cached": "^1.0.0", - "gatsby-core-utils": "^1.11.0-next.0", + "gatsby-core-utils": "^2.0.0-next.0", "glob": "^7.1.6", "lodash": "^4.17.20", "micromatch": "^4.0.2" @@ -35,7 +35,7 @@ "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", "@types/micromatch": "^4.0.1", - "babel-preset-gatsby-package": "^0.13.0-next.0", + "babel-preset-gatsby-package": "^1.0.0-next.0", "cross-env": "^7.0.3", "rimraf": "^3.0.2", "typescript": "^3.9.7" diff --git a/packages/gatsby-plugin-benchmark-reporting/CHANGELOG.md b/packages/gatsby-plugin-benchmark-reporting/CHANGELOG.md index 9443bc9680243..fed169d98b6ba 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.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-benchmark-reporting@0.10.0-next.0...gatsby-plugin-benchmark-reporting@1.0.0-next.0) (2021-02-05) + +**Note:** Version bump only for package gatsby-plugin-benchmark-reporting + # [0.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-benchmark-reporting@0.9.0-next.0...gatsby-plugin-benchmark-reporting@0.10.0-next.0) (2021-01-28) ### Bug Fixes diff --git a/packages/gatsby-plugin-benchmark-reporting/package.json b/packages/gatsby-plugin-benchmark-reporting/package.json index 9dbbed0e5f9da..0e2f4d69e2a82 100644 --- a/packages/gatsby-plugin-benchmark-reporting/package.json +++ b/packages/gatsby-plugin-benchmark-reporting/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-benchmark-reporting", "description": "Gatsby Benchmark Reporting", - "version": "0.10.0-next.0", + "version": "1.0.0-next.0", "author": "Peter van der Zee ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -16,7 +16,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.13.0-next.0" + "babel-preset-gatsby-package": "^1.0.0-next.0" }, "dependencies": { "fast-glob": "^3.2.5", diff --git a/packages/gatsby-plugin-canonical-urls/CHANGELOG.md b/packages/gatsby-plugin-canonical-urls/CHANGELOG.md index d9bf3620556ef..c9f8db24f5b54 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.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-canonical-urls@2.11.0-next.0...gatsby-plugin-canonical-urls@3.0.0-next.0) (2021-02-05) + +**Note:** Version bump only for package gatsby-plugin-canonical-urls + # [2.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-canonical-urls@2.10.0-next.0...gatsby-plugin-canonical-urls@2.11.0-next.0) (2021-01-28) **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 d717695fe3619..53c02aa40bb90 100644 --- a/packages/gatsby-plugin-canonical-urls/package.json +++ b/packages/gatsby-plugin-canonical-urls/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-canonical-urls", "description": "Add canonical links to HTML pages Gatsby generates.", - "version": "2.11.0-next.0", + "version": "3.0.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,7 +12,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.13.0-next.0", + "babel-preset-gatsby-package": "^1.0.0-next.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-canonical-urls#readme", diff --git a/packages/gatsby-plugin-catch-links/CHANGELOG.md b/packages/gatsby-plugin-catch-links/CHANGELOG.md index 9f0f43df41bd4..02b4800930f75 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.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-catch-links@2.11.0-next.0...gatsby-plugin-catch-links@3.0.0-next.0) (2021-02-05) + +**Note:** Version bump only for package gatsby-plugin-catch-links + # [2.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-catch-links@2.10.0-next.0...gatsby-plugin-catch-links@2.11.0-next.0) (2021-01-28) **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 2a51f6d79e596..0e2fed3a8f3c7 100644 --- a/packages/gatsby-plugin-catch-links/package.json +++ b/packages/gatsby-plugin-catch-links/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-catch-links", "description": "Intercepts local links from markdown and other non-react pages and does a client-side pushState to avoid the browser having to refresh the page.", - "version": "2.11.0-next.0", + "version": "3.0.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.13.0-next.0", + "babel-preset-gatsby-package": "^1.0.0-next.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-catch-links#readme", diff --git a/packages/gatsby-plugin-coffeescript/CHANGELOG.md b/packages/gatsby-plugin-coffeescript/CHANGELOG.md index 9e0dc780dc69c..b37246f3703eb 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.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-coffeescript@2.11.0-next.0...gatsby-plugin-coffeescript@3.0.0-next.0) (2021-02-05) + +**Note:** Version bump only for package gatsby-plugin-coffeescript + # [2.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-coffeescript@2.10.0-next.0...gatsby-plugin-coffeescript@2.11.0-next.0) (2021-01-28) **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 498b4618f82cb..3043a01407560 100644 --- a/packages/gatsby-plugin-coffeescript/package.json +++ b/packages/gatsby-plugin-coffeescript/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-coffeescript", "description": "Adds CoffeeScript support for Gatsby", - "version": "2.11.0-next.0", + "version": "3.0.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -18,7 +18,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.13.0-next.0", + "babel-preset-gatsby-package": "^1.0.0-next.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-coffeescript#readme", diff --git a/packages/gatsby-plugin-create-client-paths/CHANGELOG.md b/packages/gatsby-plugin-create-client-paths/CHANGELOG.md index 3d7808fefae69..d3133881abb3d 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.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-create-client-paths@2.11.0-next.0...gatsby-plugin-create-client-paths@3.0.0-next.0) (2021-02-05) + +**Note:** Version bump only for package gatsby-plugin-create-client-paths + # [2.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-create-client-paths@2.10.0-next.0...gatsby-plugin-create-client-paths@2.11.0-next.0) (2021-01-28) **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 43e8dff8bf838..1fb46599b0983 100644 --- a/packages/gatsby-plugin-create-client-paths/package.json +++ b/packages/gatsby-plugin-create-client-paths/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-create-client-paths", "description": "Gatsby-plugin for creating paths that exist only on the client", - "version": "2.11.0-next.0", + "version": "3.0.0-next.0", "author": "scott.eckenthal@gmail.com", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,7 +12,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.13.0-next.0", + "babel-preset-gatsby-package": "^1.0.0-next.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-create-client-paths#readme", diff --git a/packages/gatsby-plugin-cxs/CHANGELOG.md b/packages/gatsby-plugin-cxs/CHANGELOG.md index da101900f21af..ec425f0642e05 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.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-cxs@2.11.0-next.0...gatsby-plugin-cxs@3.0.0-next.0) (2021-02-05) + +**Note:** Version bump only for package gatsby-plugin-cxs + # [2.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-cxs@2.10.0-next.0...gatsby-plugin-cxs@2.11.0-next.0) (2021-01-28) **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 81090aa5fd203..8bdcfc4aa1ab5 100644 --- a/packages/gatsby-plugin-cxs/package.json +++ b/packages/gatsby-plugin-cxs/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-cxs", "description": "Gatsby plugin to add SSR support for ctx", - "version": "2.11.0-next.0", + "version": "3.0.0-next.0", "author": "Chen-Tai Hou ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,10 +12,10 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.13.0-next.0", + "babel-preset-gatsby-package": "^1.0.0-next.0", "cross-env": "^7.0.3", "cxs": "^6.2.0", - "gatsby-plugin-utils": "^0.10.0-next.0" + "gatsby-plugin-utils": "^1.0.0-next.0" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-cxs#readme", "keywords": [ diff --git a/packages/gatsby-plugin-emotion/CHANGELOG.md b/packages/gatsby-plugin-emotion/CHANGELOG.md index b5c39825d6086..06b7bc75e0475 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.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-emotion@5.5.0-next.0...gatsby-plugin-emotion@6.0.0-next.0) (2021-02-05) + +**Note:** Version bump only for package gatsby-plugin-emotion + # [5.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-emotion@5.4.0-next.0...gatsby-plugin-emotion@5.5.0-next.0) (2021-01-28) **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 ae103dae10fc5..6aa98cfb533ea 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": "5.5.0-next.0", + "version": "6.0.0-next.0", "author": "Tegan Churchill ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.13.0-next.0", + "babel-preset-gatsby-package": "^1.0.0-next.0", "cross-env": "^7.0.3" }, "peerDependencies": { diff --git a/packages/gatsby-plugin-facebook-analytics/CHANGELOG.md b/packages/gatsby-plugin-facebook-analytics/CHANGELOG.md index c6c24bafa7f7d..84d693378cdc3 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.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-facebook-analytics@2.12.0-next.0...gatsby-plugin-facebook-analytics@3.0.0-next.0) (2021-02-05) + +**Note:** Version bump only for package gatsby-plugin-facebook-analytics + # [2.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-facebook-analytics@2.11.0-next.0...gatsby-plugin-facebook-analytics@2.12.0-next.0) (2021-01-28) **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 5eb8443db1e2b..b74d097ddd8cd 100644 --- a/packages/gatsby-plugin-facebook-analytics/package.json +++ b/packages/gatsby-plugin-facebook-analytics/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-facebook-analytics", "description": "Gatsby plugin to add facebook analytics onto a site", - "version": "2.12.0-next.0", + "version": "3.0.0-next.0", "author": "Yeison Daza ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,7 +12,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.13.0-next.0", + "babel-preset-gatsby-package": "^1.0.0-next.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-facebook-analytics#readme", diff --git a/packages/gatsby-plugin-feed/CHANGELOG.md b/packages/gatsby-plugin-feed/CHANGELOG.md index 323f06c2670aa..b7fbd12cc0aad 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.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-feed@2.14.0-next.0...gatsby-plugin-feed@3.0.0-next.0) (2021-02-05) + +**Note:** Version bump only for package gatsby-plugin-feed + # [2.14.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-feed@2.13.0-next.0...gatsby-plugin-feed@2.14.0-next.0) (2021-01-28) **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 2815f325a03fc..ab695f40848e8 100644 --- a/packages/gatsby-plugin-feed/package.json +++ b/packages/gatsby-plugin-feed/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-feed", "description": "Creates an RSS feed for your Gatsby site.", - "version": "2.14.0-next.0", + "version": "3.0.0-next.0", "author": "Nicholas Young ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -11,14 +11,14 @@ "@hapi/joi": "^15.1.1", "common-tags": "^1.8.0", "fs-extra": "^8.1.0", - "gatsby-plugin-utils": "^0.10.0-next.0", + "gatsby-plugin-utils": "^1.0.0-next.0", "lodash.merge": "^4.6.2", "rss": "^1.2.2" }, "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.13.0-next.0", + "babel-preset-gatsby-package": "^1.0.0-next.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-feed#readme", diff --git a/packages/gatsby-plugin-flow/CHANGELOG.md b/packages/gatsby-plugin-flow/CHANGELOG.md index c0f7d6d156c6d..c48bc51dedf76 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.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-flow@1.11.0-next.0...gatsby-plugin-flow@2.0.0-next.0) (2021-02-05) + +**Note:** Version bump only for package gatsby-plugin-flow + # [1.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-flow@1.10.0-next.0...gatsby-plugin-flow@1.11.0-next.0) (2021-01-28) **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 c715cfc4094aa..5bc45b1f71448 100644 --- a/packages/gatsby-plugin-flow/package.json +++ b/packages/gatsby-plugin-flow/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-flow", - "version": "1.11.0-next.0", + "version": "2.0.0-next.0", "description": "Provides drop-in support for Flow by adding @babel/preset-flow.", "main": "index.js", "scripts": { @@ -30,7 +30,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.13.0-next.0", + "babel-preset-gatsby-package": "^1.0.0-next.0", "cross-env": "^7.0.3" }, "peerDependencies": { diff --git a/packages/gatsby-plugin-fullstory/CHANGELOG.md b/packages/gatsby-plugin-fullstory/CHANGELOG.md index 974f1f8b4636c..9dd20f498e413 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.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-fullstory@2.11.0-next.0...gatsby-plugin-fullstory@3.0.0-next.0) (2021-02-05) + +**Note:** Version bump only for package gatsby-plugin-fullstory + # [2.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-fullstory@2.10.0-next.0...gatsby-plugin-fullstory@2.11.0-next.0) (2021-01-28) **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 f87d5eaee6ee6..19b4f7c377189 100644 --- a/packages/gatsby-plugin-fullstory/package.json +++ b/packages/gatsby-plugin-fullstory/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-fullstory", - "version": "2.11.0-next.0", + "version": "3.0.0-next.0", "description": "Plugin to add the tracking code for Fullstory.com", "main": "index.js", "scripts": { @@ -29,7 +29,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.13.0-next.0", + "babel-preset-gatsby-package": "^1.0.0-next.0", "cross-env": "^7.0.3" }, "peerDependencies": { diff --git a/packages/gatsby-plugin-glamor/CHANGELOG.md b/packages/gatsby-plugin-glamor/CHANGELOG.md index c5d507fbe532f..17afb6130f4a5 100644 --- a/packages/gatsby-plugin-glamor/CHANGELOG.md +++ b/packages/gatsby-plugin-glamor/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-glamor@2.11.0-next.0...gatsby-plugin-glamor@3.0.0-next.0) (2021-02-05) + +**Note:** Version bump only for package gatsby-plugin-glamor + # [2.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-glamor@2.10.0-next.0...gatsby-plugin-glamor@2.11.0-next.0) (2021-01-28) **Note:** Version bump only for package gatsby-plugin-glamor diff --git a/packages/gatsby-plugin-glamor/package.json b/packages/gatsby-plugin-glamor/package.json index ccb41e66f8255..85230b5d1f656 100644 --- a/packages/gatsby-plugin-glamor/package.json +++ b/packages/gatsby-plugin-glamor/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-glamor", "description": "Gatsby plugin to add support for Glamor", - "version": "2.11.0-next.0", + "version": "3.0.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,9 +12,9 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.13.0-next.0", + "babel-preset-gatsby-package": "^1.0.0-next.0", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^0.10.0-next.0" + "gatsby-plugin-utils": "^1.0.0-next.0" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-glamor#readme", "keywords": [ diff --git a/packages/gatsby-plugin-google-analytics/CHANGELOG.md b/packages/gatsby-plugin-google-analytics/CHANGELOG.md index 8fb5207acd18c..2642207f9a7a5 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.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-analytics@2.12.0-next.0...gatsby-plugin-google-analytics@3.0.0-next.0) (2021-02-05) + +**Note:** Version bump only for package gatsby-plugin-google-analytics + # [2.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-analytics@2.11.0-next.0...gatsby-plugin-google-analytics@2.12.0-next.0) (2021-01-28) **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 ad86af20f4ff4..568b2a2eccaa1 100644 --- a/packages/gatsby-plugin-google-analytics/package.json +++ b/packages/gatsby-plugin-google-analytics/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-google-analytics", "description": "Gatsby plugin to add google analytics onto a site", - "version": "2.12.0-next.0", + "version": "3.0.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -14,7 +14,7 @@ "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", "@testing-library/react": "^9.5.0", - "babel-preset-gatsby-package": "^0.13.0-next.0", + "babel-preset-gatsby-package": "^1.0.0-next.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-google-analytics#readme", diff --git a/packages/gatsby-plugin-google-gtag/CHANGELOG.md b/packages/gatsby-plugin-google-gtag/CHANGELOG.md index 0a9fa64bfe09f..6cc5d64ed9a20 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.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-gtag@2.9.0-next.0...gatsby-plugin-google-gtag@3.0.0-next.0) (2021-02-05) + +**Note:** Version bump only for package gatsby-plugin-google-gtag + # [2.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-gtag@2.8.0-next.0...gatsby-plugin-google-gtag@2.9.0-next.0) (2021-01-28) **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 be34e5d6712af..7e43b0a1e4a02 100644 --- a/packages/gatsby-plugin-google-gtag/package.json +++ b/packages/gatsby-plugin-google-gtag/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-google-gtag", "description": "Gatsby plugin to add google gtag onto a site", - "version": "2.9.0-next.0", + "version": "3.0.0-next.0", "author": "Tyler Buchea ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.13.0-next.0", + "babel-preset-gatsby-package": "^1.0.0-next.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-google-gtag#readme", diff --git a/packages/gatsby-plugin-google-tagmanager/CHANGELOG.md b/packages/gatsby-plugin-google-tagmanager/CHANGELOG.md index 6989ce763548d..b00f976e0a1f4 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.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@2.12.0-next.0...gatsby-plugin-google-tagmanager@3.0.0-next.0) (2021-02-05) + +**Note:** Version bump only for package gatsby-plugin-google-tagmanager + # [2.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@2.11.0-next.0...gatsby-plugin-google-tagmanager@2.12.0-next.0) (2021-01-28) **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 43b7c08a4d336..42fc67729d6a9 100644 --- a/packages/gatsby-plugin-google-tagmanager/package.json +++ b/packages/gatsby-plugin-google-tagmanager/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-google-tagmanager", "description": "Gatsby plugin to add google tagmanager onto a site", - "version": "2.12.0-next.0", + "version": "3.0.0-next.0", "author": "Thijs Koerselman ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,9 +12,9 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.13.0-next.0", + "babel-preset-gatsby-package": "^1.0.0-next.0", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^0.10.0-next.0" + "gatsby-plugin-utils": "^1.0.0-next.0" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-google-tagmanager#readme", "keywords": [ diff --git a/packages/gatsby-plugin-graphql-config/CHANGELOG.md b/packages/gatsby-plugin-graphql-config/CHANGELOG.md index 3244363992630..dc88a90c9bc1f 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.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-graphql-config@0.8.0-next.0...gatsby-plugin-graphql-config@0.9.0-next.0) (2021-02-05) + +**Note:** Version bump only for package gatsby-plugin-graphql-config + # [0.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-graphql-config@0.7.0-next.0...gatsby-plugin-graphql-config@0.8.0-next.0) (2021-01-28) ### Bug Fixes diff --git a/packages/gatsby-plugin-graphql-config/package.json b/packages/gatsby-plugin-graphql-config/package.json index c7ecee4ee527b..54e9a6d27d2f6 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.8.0-next.0", + "version": "0.9.0-next.0", "author": "Rikki Schulte ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,7 +12,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.13.0-next.0", + "babel-preset-gatsby-package": "^1.0.0-next.0", "cross-env": "^7.0.3" }, "peerDependencies": { diff --git a/packages/gatsby-plugin-image/CHANGELOG.md b/packages/gatsby-plugin-image/CHANGELOG.md index 00058d2b6ccdb..6ef777637fe2a 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.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-image@0.8.0-next.1...gatsby-plugin-image@1.0.0-next.0) (2021-02-05) + +**Note:** Version bump only for package gatsby-plugin-image + # [0.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-image@0.8.0-next.0...gatsby-plugin-image@0.8.0-next.1) (2021-02-04) ### Bug Fixes diff --git a/packages/gatsby-plugin-image/package.json b/packages/gatsby-plugin-image/package.json index e2143347987ac..16fc03d1f18a7 100644 --- a/packages/gatsby-plugin-image/package.json +++ b/packages/gatsby-plugin-image/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-image", - "version": "0.8.0-next.1", + "version": "1.0.0-next.0", "scripts": { "build": "npm-run-all -s clean -p build:*", "build:gatsby-node": "tsc --jsx react --downlevelIteration true --skipLibCheck true --esModuleInterop true --outDir dist/ src/gatsby-node.ts src/babel-plugin-parse-static-images.ts src/resolver-utils.ts src/types.d.ts -d --declarationDir dist/src", @@ -75,11 +75,11 @@ "@babel/parser": "^7.12.5", "@babel/traverse": "^7.12.5", "babel-jsx-utils": "^1.0.1", - "babel-plugin-remove-graphql-queries": "^2.17.0-next.0", + "babel-plugin-remove-graphql-queries": "^3.0.0-next.0", "camelcase": "^5.3.1", "chokidar": "^3.5.1", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^1.11.0-next.0", + "gatsby-core-utils": "^2.0.0-next.0", "objectFitPolyfill": "^2.3.0", "prop-types": "^15.7.2" }, diff --git a/packages/gatsby-plugin-jss/CHANGELOG.md b/packages/gatsby-plugin-jss/CHANGELOG.md index c99bb5577931e..aa05afa5447af 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.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-jss@2.11.0-next.0...gatsby-plugin-jss@3.0.0-next.0) (2021-02-05) + +**Note:** Version bump only for package gatsby-plugin-jss + # [2.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-jss@2.10.0-next.0...gatsby-plugin-jss@2.11.0-next.0) (2021-01-28) **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 4f04a2edf5bcb..86dad24382b0c 100644 --- a/packages/gatsby-plugin-jss/package.json +++ b/packages/gatsby-plugin-jss/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-jss", "description": "Gatsby plugin that adds SSR support for JSS", - "version": "2.11.0-next.0", + "version": "3.0.0-next.0", "author": "Vladimir Guguiev ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,7 +12,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.13.0-next.0", + "babel-preset-gatsby-package": "^1.0.0-next.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-jss#readme", diff --git a/packages/gatsby-plugin-layout/CHANGELOG.md b/packages/gatsby-plugin-layout/CHANGELOG.md index 98d1230973d24..546bec234d046 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.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-layout@1.11.0-next.0...gatsby-plugin-layout@2.0.0-next.0) (2021-02-05) + +**Note:** Version bump only for package gatsby-plugin-layout + # [1.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-layout@1.10.0-next.0...gatsby-plugin-layout@1.11.0-next.0) (2021-01-28) **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 65accf36f4786..b0b61cb646e6e 100644 --- a/packages/gatsby-plugin-layout/package.json +++ b/packages/gatsby-plugin-layout/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-layout", - "version": "1.11.0-next.0", + "version": "2.0.0-next.0", "description": "Reimplements the behavior of layout components in gatsby@1, which was removed in version 2.", "main": "index.js", "scripts": { @@ -29,7 +29,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.13.0-next.0", + "babel-preset-gatsby-package": "^1.0.0-next.0", "cross-env": "^7.0.3" }, "peerDependencies": { diff --git a/packages/gatsby-plugin-less/CHANGELOG.md b/packages/gatsby-plugin-less/CHANGELOG.md index 15ed95c3e7434..34d2d8b7c4f99 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.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-less@4.8.0-next.0...gatsby-plugin-less@5.0.0-next.0) (2021-02-05) + +**Note:** Version bump only for package gatsby-plugin-less + # [4.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-less@4.7.0-next.0...gatsby-plugin-less@4.8.0-next.0) (2021-01-28) **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 f5e51a99e3e2b..2b95aab4f764f 100644 --- a/packages/gatsby-plugin-less/package.json +++ b/packages/gatsby-plugin-less/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-less", "description": "Gatsby plugin to add support for using Less", - "version": "4.8.0-next.0", + "version": "5.0.0-next.0", "author": "monastic.panic@gmail.com", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.13.0-next.0", + "babel-preset-gatsby-package": "^1.0.0-next.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-less#readme", diff --git a/packages/gatsby-plugin-lodash/CHANGELOG.md b/packages/gatsby-plugin-lodash/CHANGELOG.md index 9968dbaadc868..e30c5f9cc0205 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.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-lodash@3.11.0-next.0...gatsby-plugin-lodash@4.0.0-next.0) (2021-02-05) + +**Note:** Version bump only for package gatsby-plugin-lodash + # [3.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-lodash@3.10.0-next.0...gatsby-plugin-lodash@3.11.0-next.0) (2021-01-28) **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 7cdbf3008c2a4..0dd5faeb0da58 100644 --- a/packages/gatsby-plugin-lodash/package.json +++ b/packages/gatsby-plugin-lodash/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-lodash", "description": "Easy modular Lodash builds. Adds the Lodash webpack & Babel plugins to your Gatsby build", - "version": "3.11.0-next.0", + "version": "4.0.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -14,7 +14,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.13.0-next.0", + "babel-preset-gatsby-package": "^1.0.0-next.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-lodash#readme", diff --git a/packages/gatsby-plugin-manifest/CHANGELOG.md b/packages/gatsby-plugin-manifest/CHANGELOG.md index 57e6a72b04d02..6278891c6e3bf 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.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-manifest@2.13.0-next.1...gatsby-plugin-manifest@3.0.0-next.0) (2021-02-05) + +**Note:** Version bump only for package gatsby-plugin-manifest + # [2.13.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-manifest@2.13.0-next.0...gatsby-plugin-manifest@2.13.0-next.1) (2021-02-04) **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 d2142e076ec75..dbbc099207db2 100644 --- a/packages/gatsby-plugin-manifest/package.json +++ b/packages/gatsby-plugin-manifest/package.json @@ -1,22 +1,22 @@ { "name": "gatsby-plugin-manifest", "description": "Gatsby plugin which adds a manifest.webmanifest to make sites progressive web apps", - "version": "2.13.0-next.1", + "version": "3.0.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" }, "dependencies": { "@babel/runtime": "^7.12.5", - "gatsby-core-utils": "^1.11.0-next.0", - "gatsby-plugin-utils": "^0.10.0-next.0", + "gatsby-core-utils": "^2.0.0-next.0", + "gatsby-plugin-utils": "^1.0.0-next.0", "semver": "^7.3.2", "sharp": "^0.27.0" }, "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.13.0-next.0", + "babel-preset-gatsby-package": "^1.0.0-next.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-manifest#readme", diff --git a/packages/gatsby-plugin-mdx/CHANGELOG.md b/packages/gatsby-plugin-mdx/CHANGELOG.md index d7225f8a0fbf9..cd3101fe4f7b9 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.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@1.11.0-next.0...gatsby-plugin-mdx@2.0.0-next.0) (2021-02-05) + +**Note:** Version bump only for package gatsby-plugin-mdx + # [1.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@1.10.0-next.0...gatsby-plugin-mdx@1.11.0-next.0) (2021-01-28) **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 ad5655fa2665f..97f7465d279ad 100644 --- a/packages/gatsby-plugin-mdx/package.json +++ b/packages/gatsby-plugin-mdx/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-mdx", - "version": "1.11.0-next.0", + "version": "2.0.0-next.0", "description": "MDX integration for Gatsby", "main": "index.js", "license": "MIT", @@ -33,7 +33,7 @@ "escape-string-regexp": "^1.0.5", "eval": "^0.1.4", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^1.11.0-next.0", + "gatsby-core-utils": "^2.0.0-next.0", "gray-matter": "^4.0.2", "json5": "^2.1.3", "loader-utils": "^1.4.0", @@ -58,7 +58,7 @@ "devDependencies": { "@mdx-js/mdx": "^1.6.16", "@mdx-js/react": "^1.6.16", - "gatsby-plugin-utils": "^0.10.0-next.0", + "gatsby-plugin-utils": "^1.0.0-next.0", "jest": "^24.9.0", "js-combinatorics": "^1.4.5", "react-test-renderer": "^16.13.1" diff --git a/packages/gatsby-plugin-netlify-cms/CHANGELOG.md b/packages/gatsby-plugin-netlify-cms/CHANGELOG.md index 9dda60ac23298..11cdeff229d9e 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.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify-cms@4.11.0-next.0...gatsby-plugin-netlify-cms@5.0.0-next.0) (2021-02-05) + +**Note:** Version bump only for package gatsby-plugin-netlify-cms + # [4.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify-cms@4.10.0-next.0...gatsby-plugin-netlify-cms@4.11.0-next.0) (2021-01-28) ### Bug Fixes diff --git a/packages/gatsby-plugin-netlify-cms/package.json b/packages/gatsby-plugin-netlify-cms/package.json index 5791259c1fc88..c138ebd7e944a 100644 --- a/packages/gatsby-plugin-netlify-cms/package.json +++ b/packages/gatsby-plugin-netlify-cms/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-netlify-cms", "description": "A Gatsby plugin which generates the Netlify CMS single page app", - "version": "4.11.0-next.0", + "version": "5.0.0-next.0", "author": "Shawn Erquhart ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -20,7 +20,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.13.0-next.0", + "babel-preset-gatsby-package": "^1.0.0-next.0", "cross-env": "^7.0.3", "react": "^16.12.0", "react-dom": "^16.12.0" diff --git a/packages/gatsby-plugin-netlify/CHANGELOG.md b/packages/gatsby-plugin-netlify/CHANGELOG.md index d049122fca5d8..b7829c5d5bc99 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.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify@2.12.0-next.0...gatsby-plugin-netlify@3.0.0-next.0) (2021-02-05) + +**Note:** Version bump only for package gatsby-plugin-netlify + # [2.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify@2.11.0-next.0...gatsby-plugin-netlify@2.12.0-next.0) (2021-01-28) **Note:** Version bump only for package gatsby-plugin-netlify diff --git a/packages/gatsby-plugin-netlify/package.json b/packages/gatsby-plugin-netlify/package.json index 6839edd0019e7..8b0c28de10668 100644 --- a/packages/gatsby-plugin-netlify/package.json +++ b/packages/gatsby-plugin-netlify/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-netlify", "description": "A Gatsby plugin which generates a _headers file for netlify", - "version": "2.12.0-next.0", + "version": "3.0.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -22,9 +22,9 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.13.0-next.0", + "babel-preset-gatsby-package": "^1.0.0-next.0", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^0.10.0-next.0" + "gatsby-plugin-utils": "^1.0.0-next.0" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-netlify#readme", "keywords": [ diff --git a/packages/gatsby-plugin-no-sourcemaps/CHANGELOG.md b/packages/gatsby-plugin-no-sourcemaps/CHANGELOG.md index 01aa54ed565b2..f957345b01f6f 100644 --- a/packages/gatsby-plugin-no-sourcemaps/CHANGELOG.md +++ b/packages/gatsby-plugin-no-sourcemaps/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-no-sourcemaps@2.10.0-next.0...gatsby-plugin-no-sourcemaps@3.0.0-next.0) (2021-02-05) + +**Note:** Version bump only for package gatsby-plugin-no-sourcemaps + # [2.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-no-sourcemaps@2.9.0-next.0...gatsby-plugin-no-sourcemaps@2.10.0-next.0) (2021-01-28) **Note:** Version bump only for package gatsby-plugin-no-sourcemaps diff --git a/packages/gatsby-plugin-no-sourcemaps/package.json b/packages/gatsby-plugin-no-sourcemaps/package.json index 6f9f2338bac3a..ea679bbbe2b88 100644 --- a/packages/gatsby-plugin-no-sourcemaps/package.json +++ b/packages/gatsby-plugin-no-sourcemaps/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-no-sourcemaps", "description": "Disable sourcemaps when building JavaScript", - "version": "2.10.0-next.0", + "version": "3.0.0-next.0", "author": "Stuart Taylor ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-plugin-nprogress/CHANGELOG.md b/packages/gatsby-plugin-nprogress/CHANGELOG.md index d6c83489af4bf..5176e291a15fd 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.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-nprogress@2.11.0-next.0...gatsby-plugin-nprogress@3.0.0-next.0) (2021-02-05) + +**Note:** Version bump only for package gatsby-plugin-nprogress + # [2.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-nprogress@2.10.0-next.0...gatsby-plugin-nprogress@2.11.0-next.0) (2021-01-28) **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 2de5b5a60d1f0..83ce444236544 100644 --- a/packages/gatsby-plugin-nprogress/package.json +++ b/packages/gatsby-plugin-nprogress/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-nprogress", "description": "Shows page loading indicator when loading page resources is delayed", - "version": "2.11.0-next.0", + "version": "3.0.0-next.0", "author": "Kyle Mathews", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.13.0-next.0", + "babel-preset-gatsby-package": "^1.0.0-next.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-nprogress#readme", diff --git a/packages/gatsby-plugin-offline/CHANGELOG.md b/packages/gatsby-plugin-offline/CHANGELOG.md index 4e76c8345ac65..999112c044882 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.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-offline@3.11.0-next.0...gatsby-plugin-offline@4.0.0-next.0) (2021-02-05) + +**Note:** Version bump only for package gatsby-plugin-offline + # [3.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-offline@3.10.0-next.0...gatsby-plugin-offline@3.11.0-next.0) (2021-01-28) **Note:** Version bump only for package gatsby-plugin-offline diff --git a/packages/gatsby-plugin-offline/package.json b/packages/gatsby-plugin-offline/package.json index 15b52fb969818..5cd835bc7a261 100644 --- a/packages/gatsby-plugin-offline/package.json +++ b/packages/gatsby-plugin-offline/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-offline", "description": "Gatsby plugin which sets up a site to be able to run offline", - "version": "3.11.0-next.0", + "version": "4.0.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -9,7 +9,7 @@ "dependencies": { "@babel/runtime": "^7.12.5", "cheerio": "^1.0.0-rc.3", - "gatsby-core-utils": "^1.11.0-next.0", + "gatsby-core-utils": "^2.0.0-next.0", "glob": "^7.1.6", "idb-keyval": "^3.2.0", "lodash": "^4.17.20", @@ -18,10 +18,10 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.13.0-next.0", + "babel-preset-gatsby-package": "^1.0.0-next.0", "cpx": "^1.5.0", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^0.10.0-next.0", + "gatsby-plugin-utils": "^1.0.0-next.0", "rewire": "^5.0.0" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-offline#readme", diff --git a/packages/gatsby-plugin-page-creator/CHANGELOG.md b/packages/gatsby-plugin-page-creator/CHANGELOG.md index 0f70d1f675b18..e79e5994e7979 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.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@2.11.0-next.0...gatsby-plugin-page-creator@3.0.0-next.0) (2021-02-05) + +**Note:** Version bump only for package gatsby-plugin-page-creator + # [2.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@2.10.0-next.1...gatsby-plugin-page-creator@2.11.0-next.0) (2021-01-28) ### Bug Fixes diff --git a/packages/gatsby-plugin-page-creator/package.json b/packages/gatsby-plugin-page-creator/package.json index 8e5bfe7d8282f..65c5d2cc5e63d 100644 --- a/packages/gatsby-plugin-page-creator/package.json +++ b/packages/gatsby-plugin-page-creator/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-page-creator", - "version": "2.11.0-next.0", + "version": "3.0.0-next.0", "description": "Gatsby plugin that automatically creates pages from React components in specified directories", "main": "index.js", "scripts": { @@ -28,15 +28,15 @@ "@sindresorhus/slugify": "^1.1.0", "chokidar": "^3.5.1", "fs-exists-cached": "^1.0.0", - "gatsby-page-utils": "^0.10.0-next.0", - "gatsby-telemetry": "^1.11.0-next.0", + "gatsby-page-utils": "^1.0.0-next.0", + "gatsby-telemetry": "^2.0.0-next.0", "globby": "^11.0.2", "lodash": "^4.17.20" }, "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.13.0-next.0", + "babel-preset-gatsby-package": "^1.0.0-next.0", "cross-env": "^7.0.3" }, "peerDependencies": { diff --git a/packages/gatsby-plugin-postcss/CHANGELOG.md b/packages/gatsby-plugin-postcss/CHANGELOG.md index 833ce8fb6858f..fc5e503d04caf 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.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-postcss@3.8.0-next.0...gatsby-plugin-postcss@4.0.0-next.0) (2021-02-05) + +**Note:** Version bump only for package gatsby-plugin-postcss + # [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-postcss@3.7.0-next.0...gatsby-plugin-postcss@3.8.0-next.0) (2021-01-28) **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 416056cc5e65b..52aeb9d3ae1ad 100644 --- a/packages/gatsby-plugin-postcss/package.json +++ b/packages/gatsby-plugin-postcss/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-postcss", "description": "Gatsby plugin to handle PostCSS", - "version": "3.8.0-next.0", + "version": "4.0.0-next.0", "author": "Marat Dreizin ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.13.0-next.0", + "babel-preset-gatsby-package": "^1.0.0-next.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-postcss#readme", diff --git a/packages/gatsby-plugin-preact/CHANGELOG.md b/packages/gatsby-plugin-preact/CHANGELOG.md index c2586a68fa564..1f2f8acd68dd9 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.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preact@4.8.0-next.0...gatsby-plugin-preact@5.0.0-next.0) (2021-02-05) + +**Note:** Version bump only for package gatsby-plugin-preact + # [4.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preact@4.7.0-next.0...gatsby-plugin-preact@4.8.0-next.0) (2021-01-28) ### Bug Fixes diff --git a/packages/gatsby-plugin-preact/package.json b/packages/gatsby-plugin-preact/package.json index 45504a4b60d66..60b5936cf5bb6 100644 --- a/packages/gatsby-plugin-preact/package.json +++ b/packages/gatsby-plugin-preact/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-preact", "description": "A Gatsby plugin which replaces React with Preact", - "version": "4.8.0-next.0", + "version": "5.0.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -14,7 +14,7 @@ "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", "@pmmmwh/react-refresh-webpack-plugin": "^0.4.3", - "babel-preset-gatsby-package": "^0.13.0-next.0", + "babel-preset-gatsby-package": "^1.0.0-next.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-preact#readme", diff --git a/packages/gatsby-plugin-preload-fonts/CHANGELOG.md b/packages/gatsby-plugin-preload-fonts/CHANGELOG.md index ac2eb4722ae6d..e15be5e715aa6 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.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preload-fonts@1.10.0-next.0...gatsby-plugin-preload-fonts@2.0.0-next.0) (2021-02-05) + +**Note:** Version bump only for package gatsby-plugin-preload-fonts + # [1.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preload-fonts@1.9.0-next.0...gatsby-plugin-preload-fonts@1.10.0-next.0) (2021-01-28) **Note:** Version bump only for package gatsby-plugin-preload-fonts diff --git a/packages/gatsby-plugin-preload-fonts/package.json b/packages/gatsby-plugin-preload-fonts/package.json index 38fb42d905b73..68f12623141d3 100644 --- a/packages/gatsby-plugin-preload-fonts/package.json +++ b/packages/gatsby-plugin-preload-fonts/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-preload-fonts", "description": "Gatsby plugin for preloading fonts per page", - "version": "1.10.0-next.0", + "version": "2.0.0-next.0", "author": "Aaron Ross ", "main": "index.js", "bin": { @@ -14,7 +14,7 @@ "chalk": "^4.1.0", "date-fns": "^2.16.1", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^1.11.0-next.0", + "gatsby-core-utils": "^2.0.0-next.0", "graphql-request": "^1.8.2", "progress": "^2.0.3", "puppeteer": "^3.3.0" @@ -22,7 +22,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.13.0-next.0", + "babel-preset-gatsby-package": "^1.0.0-next.0", "cross-env": "^7.0.3", "del-cli": "^3.0.1" }, diff --git a/packages/gatsby-plugin-react-css-modules/CHANGELOG.md b/packages/gatsby-plugin-react-css-modules/CHANGELOG.md index 84d839e2ec1fa..2ee22cd990a20 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.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-react-css-modules@2.11.0-next.0...gatsby-plugin-react-css-modules@3.0.0-next.0) (2021-02-05) + +**Note:** Version bump only for package gatsby-plugin-react-css-modules + # [2.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-react-css-modules@2.10.0-next.0...gatsby-plugin-react-css-modules@2.11.0-next.0) (2021-01-28) **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 d07440979a825..98d14ae715087 100644 --- a/packages/gatsby-plugin-react-css-modules/package.json +++ b/packages/gatsby-plugin-react-css-modules/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-react-css-modules", "description": "Gatsby plugin that transforms styleName to className using compile time CSS module resolution", - "version": "2.11.0-next.0", + "version": "3.0.0-next.0", "author": "Ming Aldrich-Gan ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.13.0-next.0", + "babel-preset-gatsby-package": "^1.0.0-next.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-react-css-modules#readme", diff --git a/packages/gatsby-plugin-react-helmet/CHANGELOG.md b/packages/gatsby-plugin-react-helmet/CHANGELOG.md index 1ba302d9e4d1d..4bd9ec9641e72 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.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-react-helmet@3.11.0-next.0...gatsby-plugin-react-helmet@4.0.0-next.0) (2021-02-05) + +**Note:** Version bump only for package gatsby-plugin-react-helmet + # [3.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-react-helmet@3.10.0-next.0...gatsby-plugin-react-helmet@3.11.0-next.0) (2021-01-28) **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 07cbcd86d41f5..a75cb5f3cbb90 100644 --- a/packages/gatsby-plugin-react-helmet/package.json +++ b/packages/gatsby-plugin-react-helmet/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-react-helmet", "description": "Manage document head data with react-helmet. Provides drop-in server rendering support for Gatsby.", - "version": "3.11.0-next.0", + "version": "4.0.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,7 +12,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.13.0-next.0", + "babel-preset-gatsby-package": "^1.0.0-next.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-react-helmet#readme", diff --git a/packages/gatsby-plugin-remove-trailing-slashes/CHANGELOG.md b/packages/gatsby-plugin-remove-trailing-slashes/CHANGELOG.md index 379c637d95281..cb856d0be907d 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.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-remove-trailing-slashes@2.11.0-next.0...gatsby-plugin-remove-trailing-slashes@3.0.0-next.0) (2021-02-05) + +**Note:** Version bump only for package gatsby-plugin-remove-trailing-slashes + # [2.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-remove-trailing-slashes@2.10.0-next.0...gatsby-plugin-remove-trailing-slashes@2.11.0-next.0) (2021-01-28) **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 91a6eecd83706..44949701474b8 100644 --- a/packages/gatsby-plugin-remove-trailing-slashes/package.json +++ b/packages/gatsby-plugin-remove-trailing-slashes/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-remove-trailing-slashes", "description": "Removes trailing slashes from your project's paths. For example, yoursite.com/about/ becomes yoursite.com/about", - "version": "2.11.0-next.0", + "version": "3.0.0-next.0", "author": "scott.eckenthal@gmail.com", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,7 +12,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.13.0-next.0", + "babel-preset-gatsby-package": "^1.0.0-next.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-remove-trailing-slashes#readme", diff --git a/packages/gatsby-plugin-sass/CHANGELOG.md b/packages/gatsby-plugin-sass/CHANGELOG.md index 57fff61926acb..b541288de593e 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.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sass@3.3.0-next.0...gatsby-plugin-sass@4.0.0-next.0) (2021-02-05) + +**Note:** Version bump only for package gatsby-plugin-sass + # [3.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sass@3.2.0-next.0...gatsby-plugin-sass@3.3.0-next.0) (2021-01-28) **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 7bdcb9140d070..efdd06f049281 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": "3.3.0-next.0", + "version": "4.0.0-next.0", "author": "Daniel Farrell ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,9 +13,9 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.13.0-next.0", + "babel-preset-gatsby-package": "^1.0.0-next.0", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^0.10.0-next.0" + "gatsby-plugin-utils": "^1.0.0-next.0" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sass#readme", "keywords": [ diff --git a/packages/gatsby-plugin-schema-snapshot/CHANGELOG.md b/packages/gatsby-plugin-schema-snapshot/CHANGELOG.md index c5cff1c9daf2b..fa7f50058737b 100644 --- a/packages/gatsby-plugin-schema-snapshot/CHANGELOG.md +++ b/packages/gatsby-plugin-schema-snapshot/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-schema-snapshot@1.8.0-next.0...gatsby-plugin-schema-snapshot@2.0.0-next.0) (2021-02-05) + +**Note:** Version bump only for package gatsby-plugin-schema-snapshot + # [1.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-schema-snapshot@1.7.0-next.0...gatsby-plugin-schema-snapshot@1.8.0-next.0) (2021-01-28) **Note:** Version bump only for package gatsby-plugin-schema-snapshot diff --git a/packages/gatsby-plugin-schema-snapshot/package.json b/packages/gatsby-plugin-schema-snapshot/package.json index 99cfd87ad81fa..ea30af5e17fcd 100644 --- a/packages/gatsby-plugin-schema-snapshot/package.json +++ b/packages/gatsby-plugin-schema-snapshot/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-schema-snapshot", - "version": "1.8.0-next.0", + "version": "2.0.0-next.0", "main": "index.js", "license": "MIT", "keywords": [ diff --git a/packages/gatsby-plugin-sharp/CHANGELOG.md b/packages/gatsby-plugin-sharp/CHANGELOG.md index f10a1beb6e102..e672cdf42a3ac 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.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.15.0-next.1...gatsby-plugin-sharp@3.0.0-next.0) (2021-02-05) + +**Note:** Version bump only for package gatsby-plugin-sharp + # [2.15.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.15.0-next.0...gatsby-plugin-sharp@2.15.0-next.1) (2021-02-04) ### Bug Fixes diff --git a/packages/gatsby-plugin-sharp/package.json b/packages/gatsby-plugin-sharp/package.json index 25adacbc810a4..a2b469ed7c31f 100644 --- a/packages/gatsby-plugin-sharp/package.json +++ b/packages/gatsby-plugin-sharp/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-sharp", "description": "Wrapper of the Sharp image manipulation library for Gatsby plugins", - "version": "2.15.0-next.1", + "version": "3.0.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,8 +12,8 @@ "bluebird": "^3.7.2", "filenamify": "^4.2.0", "fs-extra": "^9.1.0", - "gatsby-core-utils": "^1.11.0-next.0", - "gatsby-telemetry": "^1.11.0-next.0", + "gatsby-core-utils": "^2.0.0-next.0", + "gatsby-telemetry": "^2.0.0-next.0", "got": "^10.7.0", "imagemin": "^7.0.1", "imagemin-mozjpeg": "^9.0.0", @@ -32,10 +32,10 @@ "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", "@types/sharp": "^0.27.1", - "babel-preset-gatsby-package": "^0.13.0-next.0", + "babel-preset-gatsby-package": "^1.0.0-next.0", "cross-env": "^7.0.3", - "gatsby-plugin-image": "^0.8.0-next.1", - "gatsby-plugin-utils": "^0.10.0-next.0" + "gatsby-plugin-image": "^1.0.0-next.0", + "gatsby-plugin-utils": "^1.0.0-next.0" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sharp#readme", "keywords": [ diff --git a/packages/gatsby-plugin-sitemap/CHANGELOG.md b/packages/gatsby-plugin-sitemap/CHANGELOG.md index d7fae20b31735..c69a5128771e7 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. +# [3.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sitemap@2.13.0-next.0...gatsby-plugin-sitemap@3.0.0-next.0) (2021-02-05) + +**Note:** Version bump only for package gatsby-plugin-sitemap + # [2.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sitemap@2.12.0-next.0...gatsby-plugin-sitemap@2.13.0-next.0) (2021-01-28) **Note:** Version bump only for package gatsby-plugin-sitemap diff --git a/packages/gatsby-plugin-sitemap/package.json b/packages/gatsby-plugin-sitemap/package.json index 2689f870aca12..69d612aae6bf5 100644 --- a/packages/gatsby-plugin-sitemap/package.json +++ b/packages/gatsby-plugin-sitemap/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-sitemap", "description": "Gatsby plugin that automatically creates a sitemap for your site", - "version": "2.13.0-next.0", + "version": "3.0.0-next.0", "author": "Nicholas Young <nicholas@nicholaswyoung.com>", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -16,7 +16,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.13.0-next.0", + "babel-preset-gatsby-package": "^1.0.0-next.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sitemap#readme", diff --git a/packages/gatsby-plugin-styled-components/CHANGELOG.md b/packages/gatsby-plugin-styled-components/CHANGELOG.md index 98a205a1958ec..b33cfb6768a07 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.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styled-components@3.11.0-next.0...gatsby-plugin-styled-components@4.0.0-next.0) (2021-02-05) + +**Note:** Version bump only for package gatsby-plugin-styled-components + # [3.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styled-components@3.10.0-next.1...gatsby-plugin-styled-components@3.11.0-next.0) (2021-01-28) **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 940da3691d8f7..78fc73ab9acfe 100644 --- a/packages/gatsby-plugin-styled-components/package.json +++ b/packages/gatsby-plugin-styled-components/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-styled-components", "description": "Gatsby plugin to add support for styled components", - "version": "3.11.0-next.0", + "version": "4.0.0-next.0", "author": "Guten Ye ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,7 +12,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.13.0-next.0", + "babel-preset-gatsby-package": "^1.0.0-next.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-styled-components#readme", diff --git a/packages/gatsby-plugin-styled-jsx/CHANGELOG.md b/packages/gatsby-plugin-styled-jsx/CHANGELOG.md index bbbcfa2cf32c4..9dba1439063e0 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.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styled-jsx@3.11.0-next.0...gatsby-plugin-styled-jsx@4.0.0-next.0) (2021-02-05) + +**Note:** Version bump only for package gatsby-plugin-styled-jsx + # [3.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styled-jsx@3.10.0-next.0...gatsby-plugin-styled-jsx@3.11.0-next.0) (2021-01-28) **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 340234f160319..172974a761ba5 100644 --- a/packages/gatsby-plugin-styled-jsx/package.json +++ b/packages/gatsby-plugin-styled-jsx/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-styled-jsx", "description": "Adds SSR support for styled-jsx", - "version": "3.11.0-next.0", + "version": "4.0.0-next.0", "author": "Tim Suchanek ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,7 +12,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.13.0-next.0", + "babel-preset-gatsby-package": "^1.0.0-next.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-styled-jsx#readme", diff --git a/packages/gatsby-plugin-styletron/CHANGELOG.md b/packages/gatsby-plugin-styletron/CHANGELOG.md index a509a4042007a..fa6dcb2a07397 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.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styletron@5.8.0-next.0...gatsby-plugin-styletron@6.0.0-next.0) (2021-02-05) + +**Note:** Version bump only for package gatsby-plugin-styletron + # [5.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-styletron@5.7.0-next.0...gatsby-plugin-styletron@5.8.0-next.0) (2021-01-28) **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 da9a92f0ed307..bdaba6d0e7ebf 100644 --- a/packages/gatsby-plugin-styletron/package.json +++ b/packages/gatsby-plugin-styletron/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-styletron", "description": "A Gatsby plugin for styletron with built-in server-side rendering support", - "version": "5.8.0-next.0", + "version": "6.0.0-next.0", "author": "Nadiia Dmytrenko ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -9,7 +9,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.13.0-next.0", + "babel-preset-gatsby-package": "^1.0.0-next.0", "cross-env": "^7.0.3", "styletron-engine-atomic": "^1.4.6", "styletron-react": "^5.2.7" diff --git a/packages/gatsby-plugin-stylus/CHANGELOG.md b/packages/gatsby-plugin-stylus/CHANGELOG.md index b85589e5de441..a7df35271b2d0 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.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-stylus@2.11.0-next.0...gatsby-plugin-stylus@3.0.0-next.0) (2021-02-05) + +**Note:** Version bump only for package gatsby-plugin-stylus + # [2.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-stylus@2.10.0-next.0...gatsby-plugin-stylus@2.11.0-next.0) (2021-01-28) **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 01daabb7829eb..82338183854af 100644 --- a/packages/gatsby-plugin-stylus/package.json +++ b/packages/gatsby-plugin-stylus/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-stylus", "description": "Gatsby support for Stylus", - "version": "2.11.0-next.0", + "version": "3.0.0-next.0", "author": "Ian Sinnott ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -14,7 +14,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.13.0-next.0", + "babel-preset-gatsby-package": "^1.0.0-next.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-stylus#readme", diff --git a/packages/gatsby-plugin-subfont/CHANGELOG.md b/packages/gatsby-plugin-subfont/CHANGELOG.md index 7a957cd7d7366..a2b4170ac73b9 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.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-subfont@2.10.0-next.1...gatsby-plugin-subfont@3.0.0-next.0) (2021-02-05) + +**Note:** Version bump only for package gatsby-plugin-subfont + # [2.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-subfont@2.10.0-next.0...gatsby-plugin-subfont@2.10.0-next.1) (2021-02-04) ### Bug Fixes diff --git a/packages/gatsby-plugin-subfont/package.json b/packages/gatsby-plugin-subfont/package.json index bb36475383a8a..856e7efd847f4 100644 --- a/packages/gatsby-plugin-subfont/package.json +++ b/packages/gatsby-plugin-subfont/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-subfont", - "version": "2.10.0-next.1", + "version": "3.0.0-next.0", "description": "Runs the font delivery optimizing CLI tool subfont on the homepage of your site during the Gatsby build", "main": "index.js", "scripts": { @@ -29,7 +29,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.13.0-next.0", + "babel-preset-gatsby-package": "^1.0.0-next.0", "cross-env": "^7.0.3" }, "peerDependencies": { diff --git a/packages/gatsby-plugin-twitter/CHANGELOG.md b/packages/gatsby-plugin-twitter/CHANGELOG.md index b71378cc02da7..ed9353fbefd18 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.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-twitter@2.11.0-next.0...gatsby-plugin-twitter@3.0.0-next.0) (2021-02-05) + +**Note:** Version bump only for package gatsby-plugin-twitter + # [2.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-twitter@2.10.0-next.0...gatsby-plugin-twitter@2.11.0-next.0) (2021-01-28) **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 609e6d5b3db32..3fedbb7362b6e 100644 --- a/packages/gatsby-plugin-twitter/package.json +++ b/packages/gatsby-plugin-twitter/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-twitter", "description": "Loads the Twitter JavaScript for embedding tweets.", - "version": "2.11.0-next.0", + "version": "3.0.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,9 +12,9 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.13.0-next.0", + "babel-preset-gatsby-package": "^1.0.0-next.0", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^0.10.0-next.0" + "gatsby-plugin-utils": "^1.0.0-next.0" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-twitter#readme", "keywords": [ diff --git a/packages/gatsby-plugin-typescript/CHANGELOG.md b/packages/gatsby-plugin-typescript/CHANGELOG.md index 726fc790854fc..6847919a29fa2 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.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typescript@2.13.0-next.0...gatsby-plugin-typescript@3.0.0-next.0) (2021-02-05) + +**Note:** Version bump only for package gatsby-plugin-typescript + # [2.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typescript@2.12.0-next.1...gatsby-plugin-typescript@2.13.0-next.0) (2021-01-28) **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 d2ffdfab96ecd..48f44a7f58695 100644 --- a/packages/gatsby-plugin-typescript/package.json +++ b/packages/gatsby-plugin-typescript/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-typescript", "description": "Adds TypeScript support to Gatsby", - "version": "2.13.0-next.0", + "version": "3.0.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -16,12 +16,12 @@ "@babel/plugin-proposal-optional-chaining": "^7.12.1", "@babel/preset-typescript": "^7.12.1", "@babel/runtime": "^7.12.5", - "babel-plugin-remove-graphql-queries": "^2.17.0-next.0" + "babel-plugin-remove-graphql-queries": "^3.0.0-next.0" }, "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.13.0-next.0", + "babel-preset-gatsby-package": "^1.0.0-next.0", "cross-env": "^7.0.3" }, "peerDependencies": { diff --git a/packages/gatsby-plugin-typography/CHANGELOG.md b/packages/gatsby-plugin-typography/CHANGELOG.md index b36e477cd4512..7858d66bfc204 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.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typography@2.13.0-next.0...gatsby-plugin-typography@3.0.0-next.0) (2021-02-05) + +**Note:** Version bump only for package gatsby-plugin-typography + # [2.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typography@2.12.0-next.0...gatsby-plugin-typography@2.13.0-next.0) (2021-01-28) **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 4347aefda5517..63a8758165c9b 100644 --- a/packages/gatsby-plugin-typography/package.json +++ b/packages/gatsby-plugin-typography/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-typography", "description": "Gatsby plugin to setup server rendering of Typography.js' CSS", - "version": "2.13.0-next.0", + "version": "3.0.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,7 +12,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.13.0-next.0", + "babel-preset-gatsby-package": "^1.0.0-next.0", "cross-env": "^7.0.3", "react": "^16.12.0", "react-dom": "^16.12.0", diff --git a/packages/gatsby-plugin-utils/CHANGELOG.md b/packages/gatsby-plugin-utils/CHANGELOG.md index ef2014b0759e4..7901510327d76 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.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-utils@0.10.0-next.0...gatsby-plugin-utils@1.0.0-next.0) (2021-02-05) + +**Note:** Version bump only for package gatsby-plugin-utils + # [0.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-utils@0.9.0-next.0...gatsby-plugin-utils@0.10.0-next.0) (2021-01-28) **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 37aa54a8223f6..0499d36405e2b 100644 --- a/packages/gatsby-plugin-utils/package.json +++ b/packages/gatsby-plugin-utils/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-utils", - "version": "0.10.0-next.0", + "version": "1.0.0-next.0", "description": "Gatsby utils that help creating plugins", "main": "dist/index.js", "scripts": { @@ -26,7 +26,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.13.0-next.0", + "babel-preset-gatsby-package": "^1.0.0-next.0", "cross-env": "^7.0.3", "rimraf": "^3.0.2", "typescript": "^3.9.7" diff --git a/packages/gatsby-react-router-scroll/CHANGELOG.md b/packages/gatsby-react-router-scroll/CHANGELOG.md index dfcd2573f38c4..aefe90a666704 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.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-react-router-scroll@3.8.0-next.0...gatsby-react-router-scroll@4.0.0-next.0) (2021-02-05) + +**Note:** Version bump only for package gatsby-react-router-scroll + # [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-react-router-scroll@3.7.0-next.0...gatsby-react-router-scroll@3.8.0-next.0) (2021-01-28) **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 a3c1ea87354a9..725cc80566238 100644 --- a/packages/gatsby-react-router-scroll/package.json +++ b/packages/gatsby-react-router-scroll/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-react-router-scroll", "description": "React Router scroll management forked from https://github.com/ytase/react-router-scroll for Gatsby", - "version": "3.8.0-next.0", + "version": "4.0.0-next.0", "author": "Jimmy Jia", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", "babel-plugin-dev-expression": "^0.2.2", - "babel-preset-gatsby-package": "^0.13.0-next.0", + "babel-preset-gatsby-package": "^1.0.0-next.0", "cross-env": "^7.0.3", "history": "^4.10.1" }, diff --git a/packages/gatsby-recipes/CHANGELOG.md b/packages/gatsby-recipes/CHANGELOG.md index 5a9d9148e3748..eac3c0922afa2 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.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-recipes@0.10.0-next.1...gatsby-recipes@0.11.0-next.0) (2021-02-05) + +**Note:** Version bump only for package gatsby-recipes + # [0.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-recipes@0.10.0-next.0...gatsby-recipes@0.10.0-next.1) (2021-02-04) **Note:** Version bump only for package gatsby-recipes diff --git a/packages/gatsby-recipes/package.json b/packages/gatsby-recipes/package.json index 5e9cb45efd696..44c5fdb6eccef 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.10.0-next.1", + "version": "0.11.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -30,8 +30,8 @@ "express": "^4.17.1", "express-graphql": "^0.9.0", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^1.11.0-next.0", - "gatsby-telemetry": "^1.11.0-next.0", + "gatsby-core-utils": "^2.0.0-next.0", + "gatsby-telemetry": "^2.0.0-next.0", "glob": "^7.1.6", "graphql": "^14.6.0", "graphql-compose": "^6.3.8", diff --git a/packages/gatsby-remark-autolink-headers/CHANGELOG.md b/packages/gatsby-remark-autolink-headers/CHANGELOG.md index 7dc1ae620526f..97b1dcb2bac50 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. +# [3.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-autolink-headers@2.12.0-next.0...gatsby-remark-autolink-headers@3.0.0-next.0) (2021-02-05) + +**Note:** Version bump only for package gatsby-remark-autolink-headers + # [2.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-autolink-headers@2.11.0-next.0...gatsby-remark-autolink-headers@2.12.0-next.0) (2021-01-28) **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 013ed4c568929..3a229bd90a1c7 100644 --- a/packages/gatsby-remark-autolink-headers/package.json +++ b/packages/gatsby-remark-autolink-headers/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-remark-autolink-headers", "description": "Gatsby plugin to autolink headers in markdown processed by Remark", - "version": "2.12.0-next.0", + "version": "3.0.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -16,9 +16,9 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.13.0-next.0", + "babel-preset-gatsby-package": "^1.0.0-next.0", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^0.10.0-next.0" + "gatsby-plugin-utils": "^1.0.0-next.0" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-autolink-headers#readme", "keywords": [ diff --git a/packages/gatsby-remark-code-repls/CHANGELOG.md b/packages/gatsby-remark-code-repls/CHANGELOG.md index fc801d655097b..ba5a1f522df7a 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. +# [4.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-code-repls@3.10.0-next.0...gatsby-remark-code-repls@4.0.0-next.0) (2021-02-05) + +**Note:** Version bump only for package gatsby-remark-code-repls + # [3.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-code-repls@3.9.0-next.0...gatsby-remark-code-repls@3.10.0-next.0) (2021-01-28) **Note:** Version bump only for package gatsby-remark-code-repls diff --git a/packages/gatsby-remark-code-repls/package.json b/packages/gatsby-remark-code-repls/package.json index 41be2e9988e0a..3054c69517f74 100644 --- a/packages/gatsby-remark-code-repls/package.json +++ b/packages/gatsby-remark-code-repls/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-remark-code-repls", "description": "Gatsby plugin to auto-generate links to popular REPLs like Babel and Codepen", - "version": "3.10.0-next.0", + "version": "4.0.0-next.0", "author": "Brian Vaughn ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -18,7 +18,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.13.0-next.0", + "babel-preset-gatsby-package": "^1.0.0-next.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-code-repls#readme", diff --git a/packages/gatsby-remark-copy-linked-files/CHANGELOG.md b/packages/gatsby-remark-copy-linked-files/CHANGELOG.md index 25fd46b85c3c7..8d20d2c04dce7 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. +# [3.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-copy-linked-files@2.11.0-next.0...gatsby-remark-copy-linked-files@3.0.0-next.0) (2021-02-05) + +**Note:** Version bump only for package gatsby-remark-copy-linked-files + # [2.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-copy-linked-files@2.10.0-next.0...gatsby-remark-copy-linked-files@2.11.0-next.0) (2021-01-28) **Note:** Version bump only for package gatsby-remark-copy-linked-files diff --git a/packages/gatsby-remark-copy-linked-files/package.json b/packages/gatsby-remark-copy-linked-files/package.json index b90f0e2c438a0..9dcb377d888b7 100644 --- a/packages/gatsby-remark-copy-linked-files/package.json +++ b/packages/gatsby-remark-copy-linked-files/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-remark-copy-linked-files", "description": "Find files which are linked to from markdown and copy them to the public directory", - "version": "2.11.0-next.0", + "version": "3.0.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -19,7 +19,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.13.0-next.0", + "babel-preset-gatsby-package": "^1.0.0-next.0", "cross-env": "^7.0.3", "remark": "^10.0.1", "remark-mdx": "^1.6.18" diff --git a/packages/gatsby-remark-custom-blocks/CHANGELOG.md b/packages/gatsby-remark-custom-blocks/CHANGELOG.md index 2fc0b10bc05cd..f09e2bdf666b4 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.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-custom-blocks@2.11.0-next.0...gatsby-remark-custom-blocks@3.0.0-next.0) (2021-02-05) + +**Note:** Version bump only for package gatsby-remark-custom-blocks + # [2.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-custom-blocks@2.10.0-next.0...gatsby-remark-custom-blocks@2.11.0-next.0) (2021-01-28) **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 fa0ff5118e27c..10fda83e1e791 100644 --- a/packages/gatsby-remark-custom-blocks/package.json +++ b/packages/gatsby-remark-custom-blocks/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-remark-custom-blocks", "description": "Gatsby remark plugin for adding custom blocks in markdown", - "version": "2.11.0-next.0", + "version": "3.0.0-next.0", "author": "Mohammad Asad Mohammad ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.13.0-next.0", + "babel-preset-gatsby-package": "^1.0.0-next.0", "cross-env": "^7.0.3", "rimraf": "^3.0.2", "unist-util-find": "^1.0.2" diff --git a/packages/gatsby-remark-embed-snippet/CHANGELOG.md b/packages/gatsby-remark-embed-snippet/CHANGELOG.md index b94c6de1f7105..3cb362f6d0ee4 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. +# [5.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-embed-snippet@4.11.0-next.0...gatsby-remark-embed-snippet@5.0.0-next.0) (2021-02-05) + +**Note:** Version bump only for package gatsby-remark-embed-snippet + # [4.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-embed-snippet@4.10.0-next.0...gatsby-remark-embed-snippet@4.11.0-next.0) (2021-01-28) **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 2bdf3b5ed5dab..7b4459c2427ce 100644 --- a/packages/gatsby-remark-embed-snippet/package.json +++ b/packages/gatsby-remark-embed-snippet/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-remark-embed-snippet", "description": "Gatsby plugin to embed formatted code snippets within markdown", - "version": "4.11.0-next.0", + "version": "5.0.0-next.0", "author": "Brian Vaughn ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -15,7 +15,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.13.0-next.0", + "babel-preset-gatsby-package": "^1.0.0-next.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-embed-snippet#readme", diff --git a/packages/gatsby-remark-graphviz/CHANGELOG.md b/packages/gatsby-remark-graphviz/CHANGELOG.md index 1f99a7f9734a6..b49fe94f75a86 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. +# [2.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-graphviz@1.11.0-next.0...gatsby-remark-graphviz@2.0.0-next.0) (2021-02-05) + +**Note:** Version bump only for package gatsby-remark-graphviz + # [1.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-graphviz@1.10.0-next.0...gatsby-remark-graphviz@1.11.0-next.0) (2021-01-28) **Note:** Version bump only for package gatsby-remark-graphviz diff --git a/packages/gatsby-remark-graphviz/package.json b/packages/gatsby-remark-graphviz/package.json index 3eb47099ddc77..8f7a8c1a1cb16 100644 --- a/packages/gatsby-remark-graphviz/package.json +++ b/packages/gatsby-remark-graphviz/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-remark-graphviz", "description": "Processes graphviz code blocks and renders to SVG using viz.js", - "version": "1.11.0-next.0", + "version": "2.0.0-next.0", "author": "Anthony Marcar ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -15,7 +15,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.13.0-next.0", + "babel-preset-gatsby-package": "^1.0.0-next.0", "cross-env": "^7.0.3", "hast-util-to-html": "^4.0.1", "mdast-util-to-hast": "^3.0.4", diff --git a/packages/gatsby-remark-images-contentful/CHANGELOG.md b/packages/gatsby-remark-images-contentful/CHANGELOG.md index e6cbcf4e0de6f..be7d9674294b3 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. +# [3.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images-contentful@2.11.0-next.0...gatsby-remark-images-contentful@3.0.0-next.0) (2021-02-05) + +**Note:** Version bump only for package gatsby-remark-images-contentful + # [2.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images-contentful@2.10.0-next.0...gatsby-remark-images-contentful@2.11.0-next.0) (2021-01-28) **Note:** Version bump only for package gatsby-remark-images-contentful diff --git a/packages/gatsby-remark-images-contentful/package.json b/packages/gatsby-remark-images-contentful/package.json index 06701aa7cecc4..38bd860116899 100644 --- a/packages/gatsby-remark-images-contentful/package.json +++ b/packages/gatsby-remark-images-contentful/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-remark-images-contentful", - "version": "2.11.0-next.0", + "version": "3.0.0-next.0", "description": "Process Images in Contentful markdown so they can use the images API.", "main": "index.js", "scripts": { @@ -28,7 +28,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.13.0-next.0", + "babel-preset-gatsby-package": "^1.0.0-next.0", "cross-env": "^7.0.3" }, "keywords": [ diff --git a/packages/gatsby-remark-images/CHANGELOG.md b/packages/gatsby-remark-images/CHANGELOG.md index 18035a141954b..1e57dcdc0158b 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. +# [4.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images@3.12.0-next.0...gatsby-remark-images@4.0.0-next.0) (2021-02-05) + +**Note:** Version bump only for package gatsby-remark-images + # [3.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images@3.11.0-next.0...gatsby-remark-images@3.12.0-next.0) (2021-01-28) **Note:** Version bump only for package gatsby-remark-images diff --git a/packages/gatsby-remark-images/package.json b/packages/gatsby-remark-images/package.json index 0f25573b392e6..287e702723d90 100644 --- a/packages/gatsby-remark-images/package.json +++ b/packages/gatsby-remark-images/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-remark-images", "description": "Processes images in markdown so they can be used in the production build.", - "version": "3.12.0-next.0", + "version": "4.0.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -10,7 +10,7 @@ "@babel/runtime": "^7.12.5", "chalk": "^4.1.0", "cheerio": "^1.0.0-rc.3", - "gatsby-core-utils": "^1.11.0-next.0", + "gatsby-core-utils": "^2.0.0-next.0", "is-relative-url": "^3.0.0", "lodash": "^4.17.20", "mdast-util-definitions": "^1.2.5", @@ -22,9 +22,9 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.13.0-next.0", + "babel-preset-gatsby-package": "^1.0.0-next.0", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^0.10.0-next.0", + "gatsby-plugin-utils": "^1.0.0-next.0", "hast-util-to-html": "^6.1.0", "mdast-util-to-hast": "^6.0.2" }, diff --git a/packages/gatsby-remark-katex/CHANGELOG.md b/packages/gatsby-remark-katex/CHANGELOG.md index 82863a16a6d8d..fda5ec5e696d3 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. +# [4.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-katex@3.11.0-next.0...gatsby-remark-katex@4.0.0-next.0) (2021-02-05) + +**Note:** Version bump only for package gatsby-remark-katex + # [3.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-katex@3.10.0-next.0...gatsby-remark-katex@3.11.0-next.0) (2021-01-28) **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 7eb387a6fb371..b015fbebfac37 100644 --- a/packages/gatsby-remark-katex/package.json +++ b/packages/gatsby-remark-katex/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-remark-katex", "description": "Transform math nodes to html markup", - "version": "3.11.0-next.0", + "version": "4.0.0-next.0", "author": "Jeffrey Xiao ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -14,7 +14,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.13.0-next.0", + "babel-preset-gatsby-package": "^1.0.0-next.0", "cross-env": "^7.0.3", "katex": "^0.12.0" }, diff --git a/packages/gatsby-remark-prismjs/CHANGELOG.md b/packages/gatsby-remark-prismjs/CHANGELOG.md index cada4325eb4bf..67dab0cfbf98b 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. +# [4.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-prismjs@3.14.0-next.0...gatsby-remark-prismjs@4.0.0-next.0) (2021-02-05) + +**Note:** Version bump only for package gatsby-remark-prismjs + # [3.14.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-prismjs@3.13.0-next.0...gatsby-remark-prismjs@3.14.0-next.0) (2021-01-28) **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 d2bd50de7fd8c..7356f0be05108 100644 --- a/packages/gatsby-remark-prismjs/package.json +++ b/packages/gatsby-remark-prismjs/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-remark-prismjs", "description": "Adds syntax highlighting to code blocks at build time using PrismJS", - "version": "3.14.0-next.0", + "version": "4.0.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -14,7 +14,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.13.0-next.0", + "babel-preset-gatsby-package": "^1.0.0-next.0", "cheerio": "^1.0.0-rc.3", "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 63c34ff434e3d..58655271e22c6 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. +# [3.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-responsive-iframe@2.12.0-next.0...gatsby-remark-responsive-iframe@3.0.0-next.0) (2021-02-05) + +**Note:** Version bump only for package gatsby-remark-responsive-iframe + # [2.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-responsive-iframe@2.11.0-next.0...gatsby-remark-responsive-iframe@2.12.0-next.0) (2021-01-28) **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 58211eab2bf75..26bf925a386f0 100644 --- a/packages/gatsby-remark-responsive-iframe/package.json +++ b/packages/gatsby-remark-responsive-iframe/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-remark-responsive-iframe", "description": "Make iframes in Markdown processed by Remark responsive", - "version": "2.12.0-next.0", + "version": "3.0.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -16,7 +16,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.13.0-next.0", + "babel-preset-gatsby-package": "^1.0.0-next.0", "cross-env": "^7.0.3", "remark": "^10.0.1", "remark-mdx": "^1.6.21", diff --git a/packages/gatsby-remark-smartypants/CHANGELOG.md b/packages/gatsby-remark-smartypants/CHANGELOG.md index 4e90bd1c83970..76f7dc37965a0 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. +# [3.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-smartypants@2.11.0-next.0...gatsby-remark-smartypants@3.0.0-next.0) (2021-02-05) + +**Note:** Version bump only for package gatsby-remark-smartypants + # [2.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-smartypants@2.10.0-next.0...gatsby-remark-smartypants@2.11.0-next.0) (2021-01-28) **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 83ed7f035ce5f..f95219619e468 100644 --- a/packages/gatsby-remark-smartypants/package.json +++ b/packages/gatsby-remark-smartypants/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-remark-smartypants", "description": "Use retext-smartypants to auto-enhance typography of markdown", - "version": "2.11.0-next.0", + "version": "3.0.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -15,7 +15,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.13.0-next.0", + "babel-preset-gatsby-package": "^1.0.0-next.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-smartypants#readme", diff --git a/packages/gatsby-source-contentful/CHANGELOG.md b/packages/gatsby-source-contentful/CHANGELOG.md index 4e10946aa9833..b406e27ee2f42 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.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@4.7.0-next.1...gatsby-source-contentful@5.0.0-next.0) (2021-02-05) + +**Note:** Version bump only for package gatsby-source-contentful + # [4.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@4.7.0-next.0...gatsby-source-contentful@4.7.0-next.1) (2021-02-04) ### Features diff --git a/packages/gatsby-source-contentful/package.json b/packages/gatsby-source-contentful/package.json index c3cdc0fcdb0c4..6922e68fcc776 100644 --- a/packages/gatsby-source-contentful/package.json +++ b/packages/gatsby-source-contentful/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-source-contentful", "description": "Gatsby source plugin for building websites using the Contentful CMS as a data source", - "version": "4.7.0-next.1", + "version": "5.0.0-next.0", "author": "Marcus Ericsson (mericsson.com)", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -15,10 +15,10 @@ "chalk": "^4.1.0", "contentful": "^7.15.2", "fs-extra": "^9.1.0", - "gatsby-core-utils": "^1.11.0-next.0", - "gatsby-plugin-image": "^0.8.0-next.1", - "gatsby-plugin-utils": "^0.10.0-next.0", - "gatsby-source-filesystem": "^2.12.0-next.0", + "gatsby-core-utils": "^2.0.0-next.0", + "gatsby-plugin-image": "^1.0.0-next.0", + "gatsby-plugin-utils": "^1.0.0-next.0", + "gatsby-source-filesystem": "^3.0.0-next.0", "is-online": "^8.5.1", "json-stringify-safe": "^5.0.1", "lodash": "^4.17.20", @@ -31,7 +31,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.13.0-next.0", + "babel-preset-gatsby-package": "^1.0.0-next.0", "cross-env": "^7.0.3", "nock": "^13.0.6" }, diff --git a/packages/gatsby-source-drupal/CHANGELOG.md b/packages/gatsby-source-drupal/CHANGELOG.md index 59ba69fcb6e9e..11701a43aa272 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.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-drupal@3.14.0-next.0...gatsby-source-drupal@4.0.0-next.0) (2021-02-05) + +**Note:** Version bump only for package gatsby-source-drupal + # [3.14.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-drupal@3.13.0-next.0...gatsby-source-drupal@3.14.0-next.0) (2021-01-28) **Note:** Version bump only for package gatsby-source-drupal diff --git a/packages/gatsby-source-drupal/package.json b/packages/gatsby-source-drupal/package.json index dfa2420cbdd28..0263804b82d84 100644 --- a/packages/gatsby-source-drupal/package.json +++ b/packages/gatsby-source-drupal/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-source-drupal", "description": "Gatsby source plugin for building websites using the Drupal CMS as a data source", - "version": "3.14.0-next.0", + "version": "4.0.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -11,14 +11,14 @@ "axios": "^0.21.1", "bluebird": "^3.7.2", "body-parser": "^1.19.0", - "gatsby-source-filesystem": "^2.12.0-next.0", + "gatsby-source-filesystem": "^3.0.0-next.0", "lodash": "^4.17.20", "tiny-async-pool": "^1.1.0" }, "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.13.0-next.0", + "babel-preset-gatsby-package": "^1.0.0-next.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-drupal#readme", diff --git a/packages/gatsby-source-faker/CHANGELOG.md b/packages/gatsby-source-faker/CHANGELOG.md index 490570612d6c3..e21cae3d20629 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.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-faker@2.11.0-next.0...gatsby-source-faker@3.0.0-next.0) (2021-02-05) + +**Note:** Version bump only for package gatsby-source-faker + # [2.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-faker@2.10.0-next.0...gatsby-source-faker@2.11.0-next.0) (2021-01-28) **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 adbc3dcf81ba7..71570bcba46de 100644 --- a/packages/gatsby-source-faker/package.json +++ b/packages/gatsby-source-faker/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-source-faker", "description": "A gatsby plugin to get fake data for testing", - "version": "2.11.0-next.0", + "version": "3.0.0-next.0", "author": "Pavithra Kodmad", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.13.0-next.0", + "babel-preset-gatsby-package": "^1.0.0-next.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-faker#readme", diff --git a/packages/gatsby-source-filesystem/CHANGELOG.md b/packages/gatsby-source-filesystem/CHANGELOG.md index dde624f298d1b..6ccd3d7d7c150 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.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-filesystem@2.12.0-next.0...gatsby-source-filesystem@3.0.0-next.0) (2021-02-05) + +**Note:** Version bump only for package gatsby-source-filesystem + # [2.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-filesystem@2.11.0-next.0...gatsby-source-filesystem@2.12.0-next.0) (2021-01-28) **Note:** Version bump only for package gatsby-source-filesystem diff --git a/packages/gatsby-source-filesystem/package.json b/packages/gatsby-source-filesystem/package.json index d9accf4bcc4a6..93da5c3926169 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": "2.12.0-next.0", + "version": "3.0.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,7 +12,7 @@ "chokidar": "^3.4.3", "file-type": "^16.0.0", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^1.11.0-next.0", + "gatsby-core-utils": "^2.0.0-next.0", "got": "^9.6.0", "md5-file": "^5.0.0", "mime": "^2.4.6", @@ -24,7 +24,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.13.0-next.0", + "babel-preset-gatsby-package": "^1.0.0-next.0", "cross-env": "^7.0.3", "msw": "^0.25.0" }, diff --git a/packages/gatsby-source-graphql/CHANGELOG.md b/packages/gatsby-source-graphql/CHANGELOG.md index 6ec4147c68c89..1e001ddd70e8f 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.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-graphql@2.15.0-next.0...gatsby-source-graphql@3.0.0-next.0) (2021-02-05) + +**Note:** Version bump only for package gatsby-source-graphql + # [2.15.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-graphql@2.14.0-next.0...gatsby-source-graphql@2.15.0-next.0) (2021-01-28) **Note:** Version bump only for package gatsby-source-graphql diff --git a/packages/gatsby-source-graphql/package.json b/packages/gatsby-source-graphql/package.json index 3a7a9d4761c0e..9437bc996c369 100644 --- a/packages/gatsby-source-graphql/package.json +++ b/packages/gatsby-source-graphql/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-source-graphql", "description": "Gatsby plugin which adds a third-party GraphQL API to Gatsby GraphQL", - "version": "2.15.0-next.0", + "version": "3.0.0-next.0", "author": "Mikhail Novikov ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -21,7 +21,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.13.0-next.0", + "babel-preset-gatsby-package": "^1.0.0-next.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-graphql#readme", diff --git a/packages/gatsby-source-hacker-news/CHANGELOG.md b/packages/gatsby-source-hacker-news/CHANGELOG.md index ad59050c142b5..4a69dc06f5407 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.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-hacker-news@2.12.0-next.0...gatsby-source-hacker-news@3.0.0-next.0) (2021-02-05) + +**Note:** Version bump only for package gatsby-source-hacker-news + # [2.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-hacker-news@2.11.0-next.0...gatsby-source-hacker-news@2.12.0-next.0) (2021-01-28) **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 d3ce8be52cbca..c291facb497d6 100644 --- a/packages/gatsby-source-hacker-news/package.json +++ b/packages/gatsby-source-hacker-news/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-source-hacker-news", "description": "Gatsby source plugin for building websites using Hacker News as a data source", - "version": "2.12.0-next.0", + "version": "3.0.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -14,7 +14,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.13.0-next.0", + "babel-preset-gatsby-package": "^1.0.0-next.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-hacker-news#readme", diff --git a/packages/gatsby-source-lever/CHANGELOG.md b/packages/gatsby-source-lever/CHANGELOG.md index dca920f222fca..9240cad708ea1 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.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-lever@2.11.0-next.0...gatsby-source-lever@3.0.0-next.0) (2021-02-05) + +**Note:** Version bump only for package gatsby-source-lever + # [2.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-lever@2.10.0-next.0...gatsby-source-lever@2.11.0-next.0) (2021-01-28) **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 6a65e6fcbc60e..0255fa7893c73 100644 --- a/packages/gatsby-source-lever/package.json +++ b/packages/gatsby-source-lever/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-source-lever", "description": "Gatsby source plugin for building websites using the Lever.co Recruitment Software as a data source.", - "version": "2.11.0-next.0", + "version": "3.0.0-next.0", "author": "Sebastien Fichot ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -20,7 +20,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.13.0-next.0", + "babel-preset-gatsby-package": "^1.0.0-next.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-lever#readme", diff --git a/packages/gatsby-source-medium/CHANGELOG.md b/packages/gatsby-source-medium/CHANGELOG.md index de8d6857fd011..90d09fa0008e9 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.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-medium@2.11.0-next.0...gatsby-source-medium@3.0.0-next.0) (2021-02-05) + +**Note:** Version bump only for package gatsby-source-medium + # [2.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-medium@2.10.0-next.0...gatsby-source-medium@2.11.0-next.0) (2021-01-28) **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 ab63ec0a67434..aa1b9aa3de9e7 100644 --- a/packages/gatsby-source-medium/package.json +++ b/packages/gatsby-source-medium/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-source-medium", "description": "Gatsby source plugin for building websites using Medium as a data source", - "version": "2.11.0-next.0", + "version": "3.0.0-next.0", "author": "Robert Vogt ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.13.0-next.0", + "babel-preset-gatsby-package": "^1.0.0-next.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-medium#readme", diff --git a/packages/gatsby-source-mongodb/CHANGELOG.md b/packages/gatsby-source-mongodb/CHANGELOG.md index f44d4031da997..17b7f9a085e2c 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.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-mongodb@2.11.0-next.0...gatsby-source-mongodb@3.0.0-next.0) (2021-02-05) + +**Note:** Version bump only for package gatsby-source-mongodb + # [2.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-mongodb@2.10.0-next.0...gatsby-source-mongodb@2.11.0-next.0) (2021-01-28) **Note:** Version bump only for package gatsby-source-mongodb diff --git a/packages/gatsby-source-mongodb/package.json b/packages/gatsby-source-mongodb/package.json index ac9bea8d9a60c..1342898c2ee37 100644 --- a/packages/gatsby-source-mongodb/package.json +++ b/packages/gatsby-source-mongodb/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-source-mongodb", "description": "Source plugin for pulling data into Gatsby from MongoDB collections", - "version": "2.11.0-next.0", + "version": "3.0.0-next.0", "authors": [ "jhermans85@hotmail.com", "hi@elmar.codes" @@ -19,7 +19,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.13.0-next.0", + "babel-preset-gatsby-package": "^1.0.0-next.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-mongodb#readme", diff --git a/packages/gatsby-source-npm-package-search/CHANGELOG.md b/packages/gatsby-source-npm-package-search/CHANGELOG.md index 08db74af971ae..c54a13d83730f 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.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-npm-package-search@2.11.0-next.0...gatsby-source-npm-package-search@3.0.0-next.0) (2021-02-05) + +**Note:** Version bump only for package gatsby-source-npm-package-search + # [2.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-npm-package-search@2.10.0-next.0...gatsby-source-npm-package-search@2.11.0-next.0) (2021-01-28) ### Bug Fixes diff --git a/packages/gatsby-source-npm-package-search/package.json b/packages/gatsby-source-npm-package-search/package.json index 37d0645a0fc80..3ff98c24b26a4 100644 --- a/packages/gatsby-source-npm-package-search/package.json +++ b/packages/gatsby-source-npm-package-search/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-source-npm-package-search", "description": "Search NPM packages and pull NPM & GitHub metadata from Algolia's NPM index", - "version": "2.11.0-next.0", + "version": "3.0.0-next.0", "author": "james.a.stack@gmail.com", "repository": { "type": "git", @@ -17,7 +17,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.13.0-next.0", + "babel-preset-gatsby-package": "^1.0.0-next.0", "cross-env": "^7.0.3" }, "keywords": [ diff --git a/packages/gatsby-source-shopify/CHANGELOG.md b/packages/gatsby-source-shopify/CHANGELOG.md index 1390b241941e6..9383308675030 100644 --- a/packages/gatsby-source-shopify/CHANGELOG.md +++ b/packages/gatsby-source-shopify/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-shopify@3.11.0-next.0...gatsby-source-shopify@4.0.0-next.0) (2021-02-05) + +**Note:** Version bump only for package gatsby-source-shopify + # [3.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-shopify@3.10.0-next.0...gatsby-source-shopify@3.11.0-next.0) (2021-01-28) **Note:** Version bump only for package gatsby-source-shopify diff --git a/packages/gatsby-source-shopify/package.json b/packages/gatsby-source-shopify/package.json index ca23cc52ae75d..b49f4bae96d0a 100644 --- a/packages/gatsby-source-shopify/package.json +++ b/packages/gatsby-source-shopify/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-source-shopify", - "version": "3.11.0-next.0", + "version": "4.0.0-next.0", "description": "Gatsby source plugin for building websites using Shopify as a data source.", "scripts": { "build": "babel src --out-dir . --ignore \"**/__tests__\"", @@ -33,10 +33,10 @@ "cross-env": "^7.0.3" }, "dependencies": { - "babel-preset-gatsby-package": "^0.13.0-next.0", + "babel-preset-gatsby-package": "^1.0.0-next.0", "chalk": "^4.1.0", "gatsby-node-helpers": "^0.3.0", - "gatsby-source-filesystem": "^2.12.0-next.0", + "gatsby-source-filesystem": "^3.0.0-next.0", "graphql-request": "^1.8.2", "lodash": "^4.17.20", "p-iteration": "^1.1.8", diff --git a/packages/gatsby-source-wikipedia/CHANGELOG.md b/packages/gatsby-source-wikipedia/CHANGELOG.md index be30c1785f618..25c5c994252ac 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.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wikipedia@2.11.0-next.0...gatsby-source-wikipedia@3.0.0-next.0) (2021-02-05) + +**Note:** Version bump only for package gatsby-source-wikipedia + # [2.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wikipedia@2.10.0-next.0...gatsby-source-wikipedia@2.11.0-next.0) (2021-01-28) **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 9d73e12a4d6a8..09e7bb51e2e1f 100644 --- a/packages/gatsby-source-wikipedia/package.json +++ b/packages/gatsby-source-wikipedia/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-source-wikipedia", - "version": "2.11.0-next.0", + "version": "3.0.0-next.0", "description": "Gatsby source plugin for pulling articles from Wikipedia", "main": "index.js", "scripts": { @@ -36,7 +36,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.13.0-next.0", + "babel-preset-gatsby-package": "^1.0.0-next.0", "cross-env": "^7.0.3" }, "engines": { diff --git a/packages/gatsby-source-wordpress/CHANGELOG.md b/packages/gatsby-source-wordpress/CHANGELOG.md index aeb04a3fc5926..cc56828cdec80 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.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@4.1.0-next.1...gatsby-source-wordpress@5.0.0-next.0) (2021-02-05) + +**Note:** Version bump only for package gatsby-source-wordpress + # [4.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@3.12.0-next.0...gatsby-source-wordpress@4.1.0-next.1) (2021-02-04) **Note:** Version bump only for package gatsby-source-wordpress diff --git a/packages/gatsby-source-wordpress/package.json b/packages/gatsby-source-wordpress/package.json index 59fec5e47d5b8..6aced389041f1 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": "4.1.0-next.1", + "version": "5.0.0-next.0", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" }, @@ -28,10 +28,10 @@ "file-type": "^15.0.1", "filesize": "^6.1.0", "fs-extra": "^9.0.1", - "gatsby-core-utils": "1.11.0-next.0", - "gatsby-image": "2.12.0-next.0", - "gatsby-plugin-catch-links": "2.11.0-next.0", - "gatsby-source-filesystem": "2.12.0-next.0", + "gatsby-core-utils": "^2.0.0-next.0", + "gatsby-image": "^3.0.0-next.0", + "gatsby-plugin-catch-links": "^3.0.0-next.0", + "gatsby-source-filesystem": "^3.0.0-next.0", "glob": "^7.1.6", "got": "^11.7.0", "graphql-query-compress": "^1.2.2", @@ -53,8 +53,8 @@ "@types/semver": "^7.3.4", "babel-plugin-import-globals": "^2.0.0", "babel-plugin-module-resolver": "4.0.0", - "babel-preset-gatsby": "0.13.0-next.0", - "babel-preset-gatsby-package": "0.13.0-next.0", + "babel-preset-gatsby": "^1.0.0-next.0", + "babel-preset-gatsby-package": "^1.0.0-next.0", "cross-env": "^5.2.1", "identity-obj-proxy": "^3.0.0", "react-test-renderer": "^16.12.0", diff --git a/packages/gatsby-telemetry/CHANGELOG.md b/packages/gatsby-telemetry/CHANGELOG.md index 978c00b68b7e1..cf24b7eeebf17 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.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-telemetry@1.11.0-next.0...gatsby-telemetry@2.0.0-next.0) (2021-02-05) + +**Note:** Version bump only for package gatsby-telemetry + # [1.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-telemetry@1.10.0-next.1...gatsby-telemetry@1.11.0-next.0) (2021-01-28) ### Features diff --git a/packages/gatsby-telemetry/package.json b/packages/gatsby-telemetry/package.json index ca2c32f284e52..3545ea31a3fd3 100644 --- a/packages/gatsby-telemetry/package.json +++ b/packages/gatsby-telemetry/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-telemetry", "description": "Gatsby Telemetry", - "version": "1.11.0-next.0", + "version": "2.0.0-next.0", "author": "Jarmo Isotalo ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -15,7 +15,7 @@ "boxen": "^4.2.0", "configstore": "^5.0.1", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^1.11.0-next.0", + "gatsby-core-utils": "^2.0.0-next.0", "git-up": "^4.0.2", "is-docker": "^2.1.1", "lodash": "^4.17.20", @@ -26,7 +26,7 @@ "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", "babel-jest": "^24.9.0", - "babel-preset-gatsby-package": "^0.13.0-next.0", + "babel-preset-gatsby-package": "^1.0.0-next.0", "cross-env": "^7.0.3", "jest": "^24.9.0", "jest-cli": "^24.9.0", diff --git a/packages/gatsby-theme/CHANGELOG.md b/packages/gatsby-theme/CHANGELOG.md index 09fcf313b3d72..d3804ba8021c9 100644 --- a/packages/gatsby-theme/CHANGELOG.md +++ b/packages/gatsby-theme/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme@0.9.0-next.0...gatsby-theme@0.10.0-next.0) (2021-02-05) + +**Note:** Version bump only for package gatsby-theme + # [0.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-theme@0.8.0-next.0...gatsby-theme@0.9.0-next.0) (2021-01-28) **Note:** Version bump only for package gatsby-theme diff --git a/packages/gatsby-theme/package.json b/packages/gatsby-theme/package.json index 0d219cf2f693e..5b02210bec8ed 100644 --- a/packages/gatsby-theme/package.json +++ b/packages/gatsby-theme/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-theme", - "version": "0.9.0-next.0", + "version": "0.10.0-next.0", "main": "index.js", "bin": { "gatsby-theme": "./cli.js" diff --git a/packages/gatsby-transformer-asciidoc/CHANGELOG.md b/packages/gatsby-transformer-asciidoc/CHANGELOG.md index d3dc04e034cc6..478fb195ea70a 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.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-asciidoc@1.11.0-next.0...gatsby-transformer-asciidoc@2.0.0-next.0) (2021-02-05) + +**Note:** Version bump only for package gatsby-transformer-asciidoc + # [1.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-asciidoc@1.10.0-next.0...gatsby-transformer-asciidoc@1.11.0-next.0) (2021-01-28) **Note:** Version bump only for package gatsby-transformer-asciidoc diff --git a/packages/gatsby-transformer-asciidoc/package.json b/packages/gatsby-transformer-asciidoc/package.json index 02cd01c6ba22a..e0e3208ca4a54 100644 --- a/packages/gatsby-transformer-asciidoc/package.json +++ b/packages/gatsby-transformer-asciidoc/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-transformer-asciidoc", "description": "Gatsby transformer plugin for Asciidocs using the Asciidoctor.js library", - "version": "1.11.0-next.0", + "version": "2.0.0-next.0", "author": "Daniel Oliver ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.13.0-next.0", + "babel-preset-gatsby-package": "^1.0.0-next.0", "cross-env": "^7.0.3", "lodash": "^4.17.20" }, diff --git a/packages/gatsby-transformer-csv/CHANGELOG.md b/packages/gatsby-transformer-csv/CHANGELOG.md index 6c2195f63d751..b64f0bdda0103 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.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-csv@2.11.0-next.0...gatsby-transformer-csv@3.0.0-next.0) (2021-02-05) + +**Note:** Version bump only for package gatsby-transformer-csv + # [2.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-csv@2.10.0-next.0...gatsby-transformer-csv@2.11.0-next.0) (2021-01-28) **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 c955109a6f017..b5f969ece826e 100644 --- a/packages/gatsby-transformer-csv/package.json +++ b/packages/gatsby-transformer-csv/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-transformer-csv", "description": "Gatsby transformer plugin for CSV files", - "version": "2.11.0-next.0", + "version": "3.0.0-next.0", "author": "Sonal Saldanha ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.13.0-next.0", + "babel-preset-gatsby-package": "^1.0.0-next.0", "cross-env": "^7.0.3", "json2csv": "^5.0.4" }, diff --git a/packages/gatsby-transformer-documentationjs/CHANGELOG.md b/packages/gatsby-transformer-documentationjs/CHANGELOG.md index 2f5362b675494..90ba4f975fb6c 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.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-documentationjs@4.11.0-next.0...gatsby-transformer-documentationjs@5.0.0-next.0) (2021-02-05) + +**Note:** Version bump only for package gatsby-transformer-documentationjs + # [4.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-documentationjs@4.10.0-next.0...gatsby-transformer-documentationjs@4.11.0-next.0) (2021-01-28) **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 24cf6c09cfcff..9f74a904a1792 100644 --- a/packages/gatsby-transformer-documentationjs/package.json +++ b/packages/gatsby-transformer-documentationjs/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-transformer-documentationjs", "description": "Gatsby transformer plugin which uses Documentation.js to extract JavaScript documentation", - "version": "4.11.0-next.0", + "version": "5.0.0-next.0", "author": "Kyle Mathews", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -14,7 +14,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.13.0-next.0", + "babel-preset-gatsby-package": "^1.0.0-next.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-documentationjs#readme", diff --git a/packages/gatsby-transformer-excel/CHANGELOG.md b/packages/gatsby-transformer-excel/CHANGELOG.md index ea76ef26ff84f..a6a612d992b38 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.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-excel@2.12.0-next.0...gatsby-transformer-excel@3.0.0-next.0) (2021-02-05) + +**Note:** Version bump only for package gatsby-transformer-excel + # [2.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-excel@2.11.0-next.0...gatsby-transformer-excel@2.12.0-next.0) (2021-01-28) **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 2a609ef12c2d0..c14d6eb278f89 100644 --- a/packages/gatsby-transformer-excel/package.json +++ b/packages/gatsby-transformer-excel/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-transformer-excel", "description": "Gatsby transformer plugin for Excel spreadsheets", - "version": "2.12.0-next.0", + "version": "3.0.0-next.0", "author": "SheetJS ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.13.0-next.0", + "babel-preset-gatsby-package": "^1.0.0-next.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-excel#readme", diff --git a/packages/gatsby-transformer-hjson/CHANGELOG.md b/packages/gatsby-transformer-hjson/CHANGELOG.md index c389287f6f7e8..9a6e75e7aea7b 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.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-hjson@2.12.0-next.0...gatsby-transformer-hjson@3.0.0-next.0) (2021-02-05) + +**Note:** Version bump only for package gatsby-transformer-hjson + # [2.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-hjson@2.11.0-next.0...gatsby-transformer-hjson@2.12.0-next.0) (2021-01-28) **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 bd5969caec8d5..2e381da6f7d20 100644 --- a/packages/gatsby-transformer-hjson/package.json +++ b/packages/gatsby-transformer-hjson/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-transformer-hjson", "description": "Gatsby transformer plugin for HJSON files", - "version": "2.12.0-next.0", + "version": "3.0.0-next.0", "author": "Remi Barraquand ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -14,7 +14,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.13.0-next.0", + "babel-preset-gatsby-package": "^1.0.0-next.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-hjson#readme", diff --git a/packages/gatsby-transformer-javascript-frontmatter/CHANGELOG.md b/packages/gatsby-transformer-javascript-frontmatter/CHANGELOG.md index 7b28e4a191b54..540f582bea25b 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.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-javascript-frontmatter@2.11.0-next.0...gatsby-transformer-javascript-frontmatter@3.0.0-next.0) (2021-02-05) + +**Note:** Version bump only for package gatsby-transformer-javascript-frontmatter + # [2.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-javascript-frontmatter@2.10.0-next.0...gatsby-transformer-javascript-frontmatter@2.11.0-next.0) (2021-01-28) **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 a66c1d15fd77e..773ea271d30a6 100644 --- a/packages/gatsby-transformer-javascript-frontmatter/package.json +++ b/packages/gatsby-transformer-javascript-frontmatter/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-transformer-javascript-frontmatter", "description": "Gatsby transformer plugin for JavaScript to extract exports.frontmatter statically.", - "version": "2.11.0-next.0", + "version": "3.0.0-next.0", "author": "Jacob Bolda ", "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-javascript-frontmatter#readme", "dependencies": { @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.13.0-next.0", + "babel-preset-gatsby-package": "^1.0.0-next.0", "cross-env": "^7.0.3" }, "keywords": [ diff --git a/packages/gatsby-transformer-javascript-static-exports/CHANGELOG.md b/packages/gatsby-transformer-javascript-static-exports/CHANGELOG.md index d1b444671e4e6..97e50194163ea 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.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-javascript-static-exports@2.12.0-next.0...gatsby-transformer-javascript-static-exports@3.0.0-next.0) (2021-02-05) + +**Note:** Version bump only for package gatsby-transformer-javascript-static-exports + # [2.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-javascript-static-exports@2.11.0-next.0...gatsby-transformer-javascript-static-exports@2.12.0-next.0) (2021-01-28) **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 b28a67c6812d4..c70573718ac99 100644 --- a/packages/gatsby-transformer-javascript-static-exports/package.json +++ b/packages/gatsby-transformer-javascript-static-exports/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-transformer-javascript-static-exports", "description": "Gatsby transformer plugin for JavaScript to extract exports.data statically.", - "version": "2.12.0-next.0", + "version": "3.0.0-next.0", "author": "Jacob Bolda ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -15,7 +15,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.13.0-next.0", + "babel-preset-gatsby-package": "^1.0.0-next.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-javascript-static-exports#readme", diff --git a/packages/gatsby-transformer-json/CHANGELOG.md b/packages/gatsby-transformer-json/CHANGELOG.md index 15e0231f76359..e7912eb137c57 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.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-json@2.12.0-next.0...gatsby-transformer-json@3.0.0-next.0) (2021-02-05) + +**Note:** Version bump only for package gatsby-transformer-json + # [2.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-json@2.11.0-next.0...gatsby-transformer-json@2.12.0-next.0) (2021-01-28) **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 e93978c028f25..9ce08136874a7 100644 --- a/packages/gatsby-transformer-json/package.json +++ b/packages/gatsby-transformer-json/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-transformer-json", "description": "Gatsby transformer plugin for JSON files", - "version": "2.12.0-next.0", + "version": "3.0.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.13.0-next.0", + "babel-preset-gatsby-package": "^1.0.0-next.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-json#readme", diff --git a/packages/gatsby-transformer-pdf/CHANGELOG.md b/packages/gatsby-transformer-pdf/CHANGELOG.md index adf26a259308f..950c8459b6abb 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.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-pdf@1.11.0-next.0...gatsby-transformer-pdf@2.0.0-next.0) (2021-02-05) + +**Note:** Version bump only for package gatsby-transformer-pdf + # [1.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-pdf@1.10.0-next.0...gatsby-transformer-pdf@1.11.0-next.0) (2021-01-28) **Note:** Version bump only for package gatsby-transformer-pdf diff --git a/packages/gatsby-transformer-pdf/package.json b/packages/gatsby-transformer-pdf/package.json index aa526f509bfd9..d844faedde3b1 100644 --- a/packages/gatsby-transformer-pdf/package.json +++ b/packages/gatsby-transformer-pdf/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-transformer-pdf", "description": "Gatsby transformer plugin for pdf files", - "version": "1.11.0-next.0", + "version": "2.0.0-next.0", "author": "Alex Munoz ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -14,7 +14,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.13.0-next.0", + "babel-preset-gatsby-package": "^1.0.0-next.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-pdf#readme", diff --git a/packages/gatsby-transformer-react-docgen/CHANGELOG.md b/packages/gatsby-transformer-react-docgen/CHANGELOG.md index 3595b10473bde..447c82a073abc 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.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-react-docgen@5.10.0-next.0...gatsby-transformer-react-docgen@6.0.0-next.0) (2021-02-05) + +**Note:** Version bump only for package gatsby-transformer-react-docgen + # [5.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-react-docgen@5.9.0-next.0...gatsby-transformer-react-docgen@5.10.0-next.0) (2021-01-28) **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 8184b7007e74d..63bd60dd8ef06 100644 --- a/packages/gatsby-transformer-react-docgen/package.json +++ b/packages/gatsby-transformer-react-docgen/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-transformer-react-docgen", "description": "Expose React component metadata and prop information as GraphQL types", - "version": "5.10.0-next.0", + "version": "6.0.0-next.0", "author": "Jason Quense ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -17,7 +17,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.13.0-next.0", + "babel-preset-gatsby-package": "^1.0.0-next.0", "cross-env": "^7.0.3", "lodash": "^4.17.20" }, diff --git a/packages/gatsby-transformer-remark/CHANGELOG.md b/packages/gatsby-transformer-remark/CHANGELOG.md index 2c7952d649820..756bfae142c83 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. +# [3.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-remark@2.17.0-next.0...gatsby-transformer-remark@3.0.0-next.0) (2021-02-05) + +**Note:** Version bump only for package gatsby-transformer-remark + # [2.17.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-remark@2.16.0-next.0...gatsby-transformer-remark@2.17.0-next.0) (2021-01-28) **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 4e303a51db146..5d13becb32f91 100644 --- a/packages/gatsby-transformer-remark/package.json +++ b/packages/gatsby-transformer-remark/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-transformer-remark", "description": "Gatsby transformer plugin for Markdown using the Remark library and ecosystem", - "version": "2.17.0-next.0", + "version": "3.0.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -9,7 +9,7 @@ "dependencies": { "@babel/runtime": "^7.12.5", "bluebird": "^3.7.2", - "gatsby-core-utils": "^1.11.0-next.0", + "gatsby-core-utils": "^2.0.0-next.0", "gray-matter": "^4.0.2", "hast-util-raw": "^4.0.0", "hast-util-to-html": "^4.0.1", @@ -32,9 +32,9 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.13.0-next.0", + "babel-preset-gatsby-package": "^1.0.0-next.0", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^0.10.0-next.0" + "gatsby-plugin-utils": "^1.0.0-next.0" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-remark#readme", "keywords": [ diff --git a/packages/gatsby-transformer-screenshot/CHANGELOG.md b/packages/gatsby-transformer-screenshot/CHANGELOG.md index 5c01b39e681b4..52b47361a11f1 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.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-screenshot@2.11.0-next.0...gatsby-transformer-screenshot@3.0.0-next.0) (2021-02-05) + +**Note:** Version bump only for package gatsby-transformer-screenshot + # [2.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-screenshot@2.10.0-next.0...gatsby-transformer-screenshot@2.11.0-next.0) (2021-01-28) **Note:** Version bump only for package gatsby-transformer-screenshot diff --git a/packages/gatsby-transformer-screenshot/package.json b/packages/gatsby-transformer-screenshot/package.json index d9176d7ac441a..1d56fd4cd9b4d 100644 --- a/packages/gatsby-transformer-screenshot/package.json +++ b/packages/gatsby-transformer-screenshot/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-transformer-screenshot", "description": "Gatsby transformer plugin that uses AWS Lambda to take screenshots of websites", - "version": "2.11.0-next.0", + "version": "3.0.0-next.0", "author": "David Beckley ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.13.0-next.0", + "babel-preset-gatsby-package": "^1.0.0-next.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-screenshot#readme", diff --git a/packages/gatsby-transformer-sharp/CHANGELOG.md b/packages/gatsby-transformer-sharp/CHANGELOG.md index 67bb23940c794..b32cd13273e19 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.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sharp@2.13.0-next.0...gatsby-transformer-sharp@3.0.0-next.0) (2021-02-05) + +**Note:** Version bump only for package gatsby-transformer-sharp + # [2.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sharp@2.12.0-next.1...gatsby-transformer-sharp@2.13.0-next.0) (2021-01-28) **Note:** Version bump only for package gatsby-transformer-sharp diff --git a/packages/gatsby-transformer-sharp/package.json b/packages/gatsby-transformer-sharp/package.json index 1b7721b27fc3f..810b158856331 100644 --- a/packages/gatsby-transformer-sharp/package.json +++ b/packages/gatsby-transformer-sharp/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-transformer-sharp", "description": "Gatsby transformer plugin for images using Sharp", - "version": "2.13.0-next.0", + "version": "3.0.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -19,7 +19,7 @@ "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", "@types/sharp": "^0.27.1", - "babel-preset-gatsby-package": "^0.13.0-next.0", + "babel-preset-gatsby-package": "^1.0.0-next.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-sharp#readme", diff --git a/packages/gatsby-transformer-sqip/CHANGELOG.md b/packages/gatsby-transformer-sqip/CHANGELOG.md index 43a74edb3e30e..476fb388b6304 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.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@2.12.0-next.1...gatsby-transformer-sqip@3.0.0-next.0) (2021-02-05) + +**Note:** Version bump only for package gatsby-transformer-sqip + # [2.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@2.12.0-next.0...gatsby-transformer-sqip@2.12.0-next.1) (2021-02-04) **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 c00a158e0b9fe..7d04d0f42e14a 100644 --- a/packages/gatsby-transformer-sqip/package.json +++ b/packages/gatsby-transformer-sqip/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-transformer-sqip", "description": "Generates geometric primitive version of images", - "version": "2.12.0-next.1", + "version": "3.0.0-next.0", "author": "Benedikt Rötsch ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -9,7 +9,7 @@ "dependencies": { "@babel/runtime": "^7.12.5", "fs-extra": "^8.1.0", - "gatsby-plugin-sharp": "^2.15.0-next.1", + "gatsby-plugin-sharp": "^3.0.0-next.0", "md5-file": "^5.0.0", "mini-svg-data-uri": "^1.2.3", "p-queue": "^6.6.2", @@ -18,7 +18,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.13.0-next.0", + "babel-preset-gatsby-package": "^1.0.0-next.0", "cross-env": "^7.0.3", "debug": "^3.2.7" }, diff --git a/packages/gatsby-transformer-toml/CHANGELOG.md b/packages/gatsby-transformer-toml/CHANGELOG.md index 2f77dce49c377..b9a2648447e5b 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.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-toml@2.12.0-next.0...gatsby-transformer-toml@3.0.0-next.0) (2021-02-05) + +**Note:** Version bump only for package gatsby-transformer-toml + # [2.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-toml@2.11.0-next.0...gatsby-transformer-toml@2.12.0-next.0) (2021-01-28) **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 26d6b7954e7c8..ba7aa0505cca6 100644 --- a/packages/gatsby-transformer-toml/package.json +++ b/packages/gatsby-transformer-toml/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-transformer-toml", "description": "Gatsby transformer plugin for toml", - "version": "2.12.0-next.0", + "version": "3.0.0-next.0", "author": "Ruben Harutyunyan ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -14,7 +14,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.13.0-next.0", + "babel-preset-gatsby-package": "^1.0.0-next.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-toml#readme", diff --git a/packages/gatsby-transformer-xml/CHANGELOG.md b/packages/gatsby-transformer-xml/CHANGELOG.md index a59cd200b58a8..cb331b5ec5048 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.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-xml@2.11.0-next.0...gatsby-transformer-xml@3.0.0-next.0) (2021-02-05) + +**Note:** Version bump only for package gatsby-transformer-xml + # [2.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-xml@2.10.0-next.0...gatsby-transformer-xml@2.11.0-next.0) (2021-01-28) **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 61e3f6331c221..0461075234109 100644 --- a/packages/gatsby-transformer-xml/package.json +++ b/packages/gatsby-transformer-xml/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-transformer-xml", "description": "Gatsby plugin for parsing XML files. It supports also attributes", - "version": "2.11.0-next.0", + "version": "3.0.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -15,7 +15,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.13.0-next.0", + "babel-preset-gatsby-package": "^1.0.0-next.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-xml#readme", diff --git a/packages/gatsby-transformer-yaml/CHANGELOG.md b/packages/gatsby-transformer-yaml/CHANGELOG.md index 0a60f625fc508..a78859ff1e03d 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.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-yaml@2.12.0-next.0...gatsby-transformer-yaml@3.0.0-next.0) (2021-02-05) + +**Note:** Version bump only for package gatsby-transformer-yaml + # [2.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-yaml@2.11.0-next.0...gatsby-transformer-yaml@2.12.0-next.0) (2021-01-28) **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 c6a28e162480c..ad21daa65fcfc 100644 --- a/packages/gatsby-transformer-yaml/package.json +++ b/packages/gatsby-transformer-yaml/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-transformer-yaml", "description": "Gatsby transformer plugin for yaml", - "version": "2.12.0-next.0", + "version": "3.0.0-next.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -15,7 +15,7 @@ "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", - "babel-preset-gatsby-package": "^0.13.0-next.0", + "babel-preset-gatsby-package": "^1.0.0-next.0", "cross-env": "^7.0.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-yaml#readme", diff --git a/packages/gatsby/CHANGELOG.md b/packages/gatsby/CHANGELOG.md index 6596a9f3948e0..1b3c806cc361b 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.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.33.0-next.1...gatsby@3.0.0-next.0) (2021-02-05) + +**Note:** Version bump only for package gatsby + # [2.33.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.33.0-next.0...gatsby@2.33.0-next.1) (2021-02-04) ### Bug Fixes diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index 1422afb6e67ab..05b0b4c6a1b61 100644 --- a/packages/gatsby/package.json +++ b/packages/gatsby/package.json @@ -1,7 +1,7 @@ { "name": "gatsby", "description": "Blazing fast modern site generator for React", - "version": "2.33.0-next.1", + "version": "3.0.0-next.0", "author": "Kyle Mathews ", "bin": { "gatsby": "./cli.js" @@ -36,8 +36,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": "^2.17.0-next.0", - "babel-preset-gatsby": "^0.13.0-next.0", + "babel-plugin-remove-graphql-queries": "^3.0.0-next.0", + "babel-preset-gatsby": "^1.0.0-next.0", "better-opn": "^2.0.0", "better-queue": "^3.8.10", "bluebird": "^3.7.2", @@ -78,16 +78,16 @@ "find-cache-dir": "^3.3.1", "fs-exists-cached": "1.0.0", "fs-extra": "^8.1.0", - "gatsby-cli": "^2.20.0-next.1", - "gatsby-core-utils": "^1.11.0-next.0", - "gatsby-graphiql-explorer": "^0.12.0-next.0", - "gatsby-legacy-polyfills": "^0.8.0-next.0", - "gatsby-link": "^2.12.0-next.1", - "gatsby-plugin-page-creator": "^2.11.0-next.0", - "gatsby-plugin-typescript": "^2.13.0-next.0", - "gatsby-plugin-utils": "^0.10.0-next.0", - "gatsby-react-router-scroll": "^3.8.0-next.0", - "gatsby-telemetry": "^1.11.0-next.0", + "gatsby-cli": "^3.0.0-next.0", + "gatsby-core-utils": "^2.0.0-next.0", + "gatsby-graphiql-explorer": "^1.0.0-next.0", + "gatsby-legacy-polyfills": "^1.0.0-next.0", + "gatsby-link": "^3.0.0-next.0", + "gatsby-plugin-page-creator": "^3.0.0-next.0", + "gatsby-plugin-typescript": "^3.0.0-next.0", + "gatsby-plugin-utils": "^1.0.0-next.0", + "gatsby-react-router-scroll": "^4.0.0-next.0", + "gatsby-telemetry": "^2.0.0-next.0", "glob": "^7.1.6", "got": "8.3.2", "graphql": "^14.6.0", @@ -180,7 +180,7 @@ "@types/tmp": "^0.2.0", "@types/webpack-dev-middleware": "^3.7.1", "@types/webpack-virtual-modules": "^0.1.0", - "babel-preset-gatsby-package": "^0.13.0-next.0", + "babel-preset-gatsby-package": "^1.0.0-next.0", "cross-env": "^7.0.3", "documentation": "^13.1.0", "enhanced-resolve": "^4.2.0",