diff --git a/packages/babel-plugin-remove-graphql-queries/CHANGELOG.md b/packages/babel-plugin-remove-graphql-queries/CHANGELOG.md index c3a962706de2e..a6b9493989469 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.2](https://github.com/gatsbyjs/gatsby/compare/babel-plugin-remove-graphql-queries@3.0.0-next.1...babel-plugin-remove-graphql-queries@3.0.0-next.2) (2021-02-22) + +**Note:** Version bump only for package babel-plugin-remove-graphql-queries + # [3.0.0-next.1](https://github.com/gatsbyjs/gatsby/compare/babel-plugin-remove-graphql-queries@3.0.0-next.0...babel-plugin-remove-graphql-queries@3.0.0-next.1) (2021-02-17) ### Features diff --git a/packages/babel-plugin-remove-graphql-queries/package.json b/packages/babel-plugin-remove-graphql-queries/package.json index 2c72d1f2cde84..6a9b5f7d3739c 100644 --- a/packages/babel-plugin-remove-graphql-queries/package.json +++ b/packages/babel-plugin-remove-graphql-queries/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-remove-graphql-queries", - "version": "3.0.0-next.1", + "version": "3.0.0-next.2", "author": "Jason Quense ", "repository": { "type": "git", @@ -13,7 +13,7 @@ "@babel/core": "^7.12.3", "babel-preset-gatsby-package": "^1.0.0-next.0", "cross-env": "^7.0.3", - "gatsby-core-utils": "^2.0.0-next.0" + "gatsby-core-utils": "^2.0.0-next.1" }, "peerDependencies": { "@babel/core": "^7.0.0", diff --git a/packages/babel-preset-gatsby/CHANGELOG.md b/packages/babel-preset-gatsby/CHANGELOG.md index cd4221f6bdd9b..0ec03686a7fb8 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.3](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby@1.0.0-next.2...babel-preset-gatsby@1.0.0-next.3) (2021-02-22) + +**Note:** Version bump only for package babel-preset-gatsby + # [1.0.0-next.2](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby@1.0.0-next.1...babel-preset-gatsby@1.0.0-next.2) (2021-02-11) **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 1d40deda08db4..95b144819b981 100644 --- a/packages/babel-preset-gatsby/package.json +++ b/packages/babel-preset-gatsby/package.json @@ -1,6 +1,6 @@ { "name": "babel-preset-gatsby", - "version": "1.0.0-next.2", + "version": "1.0.0-next.3", "author": "Philipp Spiess ", "repository": { "type": "git", @@ -22,7 +22,7 @@ "babel-plugin-dynamic-import-node": "^2.3.3", "babel-plugin-macros": "^2.8.0", "babel-plugin-transform-react-remove-prop-types": "^0.4.24", - "gatsby-core-utils": "^2.0.0-next.0", + "gatsby-core-utils": "^2.0.0-next.1", "gatsby-legacy-polyfills": "^1.0.0-next.0" }, "peerDependencies": { diff --git a/packages/gatsby-admin/CHANGELOG.md b/packages/gatsby-admin/CHANGELOG.md index e3de383b47524..4126582e123cb 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.8](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.10.0-next.7...gatsby-admin@0.10.0-next.8) (2021-02-22) + +**Note:** Version bump only for package gatsby-admin + # [0.10.0-next.7](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.10.0-next.6...gatsby-admin@0.10.0-next.7) (2021-02-19) **Note:** Version bump only for package gatsby-admin diff --git a/packages/gatsby-admin/package.json b/packages/gatsby-admin/package.json index 73acbe8ae295d..61de5652dac8a 100644 --- a/packages/gatsby-admin/package.json +++ b/packages/gatsby-admin/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-admin", - "version": "0.10.0-next.7", + "version": "0.10.0-next.8", "main": "index.js", "author": "Max Stoiber", "license": "MIT", @@ -20,9 +20,9 @@ "@typescript-eslint/parser": "^2.34.0", "csstype": "^2.6.14", "formik": "^2.2.6", - "gatsby": "^3.0.0-next.7", + "gatsby": "^3.0.0-next.8", "gatsby-interface": "^0.0.244", - "gatsby-plugin-typescript": "^3.0.0-next.1", + "gatsby-plugin-typescript": "^3.0.0-next.2", "gatsby-plugin-webfonts": "^1.1.4", "gatsby-source-graphql": "^3.0.0-next.1", "lodash-es": "^4.17.20", diff --git a/packages/gatsby-cli/CHANGELOG.md b/packages/gatsby-cli/CHANGELOG.md index 82d2a0b037cef..f9985997df0ff 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.6](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@3.0.0-next.5...gatsby-cli@3.0.0-next.6) (2021-02-22) + +**Note:** Version bump only for package gatsby-cli + # [3.0.0-next.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@3.0.0-next.4...gatsby-cli@3.0.0-next.5) (2021-02-18) ### Features diff --git a/packages/gatsby-cli/package.json b/packages/gatsby-cli/package.json index d829e367a8da7..21168c0dcd768 100644 --- a/packages/gatsby-cli/package.json +++ b/packages/gatsby-cli/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-cli", "description": "Gatsby command-line interface for creating new sites and running Gatsby commands", - "version": "3.0.0-next.5", + "version": "3.0.0-next.6", "author": "Kyle Mathews ", "bin": { "gatsby": "cli.js" @@ -24,9 +24,9 @@ "execa": "^3.4.0", "fs-exists-cached": "^1.0.0", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^2.0.0-next.0", - "gatsby-recipes": "^0.11.0-next.3", - "gatsby-telemetry": "^2.0.0-next.0", + "gatsby-core-utils": "^2.0.0-next.1", + "gatsby-recipes": "^0.11.0-next.4", + "gatsby-telemetry": "^2.0.0-next.1", "hosted-git-info": "^3.0.6", "is-valid-path": "^0.1.1", "lodash": "^4.17.20", diff --git a/packages/gatsby-codemods/CHANGELOG.md b/packages/gatsby-codemods/CHANGELOG.md index c093168d43cc2..f3edc064e34f7 100644 --- a/packages/gatsby-codemods/CHANGELOG.md +++ b/packages/gatsby-codemods/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-codemods@2.0.0-next.1...gatsby-codemods@2.0.0-next.2) (2021-02-22) + +### Bug Fixes + +- **deps:** update minor and patch for gatsby-codemods ([#29513](https://github.com/gatsbyjs/gatsby/issues/29513)) ([e65d60c](https://github.com/gatsbyjs/gatsby/commit/e65d60c154b3523fbefa9a9fb7a4bc8dddef32f6)) + # [2.0.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-codemods@2.0.0-next.0...gatsby-codemods@2.0.0-next.1) (2021-02-11) **Note:** Version bump only for package gatsby-codemods diff --git a/packages/gatsby-codemods/package.json b/packages/gatsby-codemods/package.json index e8f6fe0a4f4d6..6fe27db850018 100644 --- a/packages/gatsby-codemods/package.json +++ b/packages/gatsby-codemods/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-codemods", - "version": "2.0.0-next.1", + "version": "2.0.0-next.2", "description": "A collection of codemod scripts for use with JSCodeshift that help migrate to newer versions of Gatsby.", "main": "index.js", "scripts": { diff --git a/packages/gatsby-core-utils/CHANGELOG.md b/packages/gatsby-core-utils/CHANGELOG.md index 798e2fd24d9bb..0149a04b3962f 100644 --- a/packages/gatsby-core-utils/CHANGELOG.md +++ b/packages/gatsby-core-utils/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-core-utils@2.0.0-next.0...gatsby-core-utils@2.0.0-next.1) (2021-02-22) + +### Features + +- **gatsby-core-utils:** Add file download functions ([#29531](https://github.com/gatsbyjs/gatsby/issues/29531)) ([1a9469d](https://github.com/gatsbyjs/gatsby/commit/1a9469d67a19007faebebfb8ce876970c5e0ffaf)) + # [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 diff --git a/packages/gatsby-core-utils/package.json b/packages/gatsby-core-utils/package.json index ae56fd690bd9e..db33df2eb97f7 100644 --- a/packages/gatsby-core-utils/package.json +++ b/packages/gatsby-core-utils/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-core-utils", - "version": "2.0.0-next.0", + "version": "2.0.0-next.1", "description": "A collection of gatsby utils used in different gatsby packages", "keywords": [ "gatsby", diff --git a/packages/gatsby-page-utils/CHANGELOG.md b/packages/gatsby-page-utils/CHANGELOG.md index 3c74a1633f857..06d52e9e1442c 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.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-page-utils@1.0.0-next.0...gatsby-page-utils@1.0.0-next.1) (2021-02-22) + +**Note:** Version bump only for package gatsby-page-utils + # [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 diff --git a/packages/gatsby-page-utils/package.json b/packages/gatsby-page-utils/package.json index 05e06103cd128..01f55459d6a2a 100644 --- a/packages/gatsby-page-utils/package.json +++ b/packages/gatsby-page-utils/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-page-utils", - "version": "1.0.0-next.0", + "version": "1.0.0-next.1", "description": "Gatsby library that helps creating pages", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -26,7 +26,7 @@ "bluebird": "^3.7.2", "chokidar": "^3.5.1", "fs-exists-cached": "^1.0.0", - "gatsby-core-utils": "^2.0.0-next.0", + "gatsby-core-utils": "^2.0.0-next.1", "glob": "^7.1.6", "lodash": "^4.17.20", "micromatch": "^4.0.2" diff --git a/packages/gatsby-plugin-image/CHANGELOG.md b/packages/gatsby-plugin-image/CHANGELOG.md index 2d98df7abc634..aa6e3a035340d 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.8](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-image@1.0.0-next.7...gatsby-plugin-image@1.0.0-next.8) (2021-02-22) + +**Note:** Version bump only for package gatsby-plugin-image + # [1.0.0-next.7](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-image@1.0.0-next.6...gatsby-plugin-image@1.0.0-next.7) (2021-02-19) ### Bug Fixes diff --git a/packages/gatsby-plugin-image/package.json b/packages/gatsby-plugin-image/package.json index 1c59dd6e0ab42..a35a2dc10a819 100644 --- a/packages/gatsby-plugin-image/package.json +++ b/packages/gatsby-plugin-image/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-image", - "version": "1.0.0-next.7", + "version": "1.0.0-next.8", "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,12 +75,12 @@ "@babel/parser": "^7.12.5", "@babel/traverse": "^7.12.5", "babel-jsx-utils": "^1.0.1", - "babel-plugin-remove-graphql-queries": "^3.0.0-next.1", + "babel-plugin-remove-graphql-queries": "^3.0.0-next.2", "camelcase": "^5.3.1", "chokidar": "^3.5.1", "common-tags": "^1.8.0", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^2.0.0-next.0", + "gatsby-core-utils": "^2.0.0-next.1", "objectFitPolyfill": "^2.3.0", "prop-types": "^15.7.2" }, diff --git a/packages/gatsby-plugin-manifest/CHANGELOG.md b/packages/gatsby-plugin-manifest/CHANGELOG.md index 6278891c6e3bf..4bd8136e4f6f9 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.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-manifest@3.0.0-next.0...gatsby-plugin-manifest@3.0.0-next.1) (2021-02-22) + +**Note:** Version bump only for package gatsby-plugin-manifest + # [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 diff --git a/packages/gatsby-plugin-manifest/package.json b/packages/gatsby-plugin-manifest/package.json index dbbc099207db2..850ba0df7a863 100644 --- a/packages/gatsby-plugin-manifest/package.json +++ b/packages/gatsby-plugin-manifest/package.json @@ -1,14 +1,14 @@ { "name": "gatsby-plugin-manifest", "description": "Gatsby plugin which adds a manifest.webmanifest to make sites progressive web apps", - "version": "3.0.0-next.0", + "version": "3.0.0-next.1", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" }, "dependencies": { "@babel/runtime": "^7.12.5", - "gatsby-core-utils": "^2.0.0-next.0", + "gatsby-core-utils": "^2.0.0-next.1", "gatsby-plugin-utils": "^1.0.0-next.0", "semver": "^7.3.2", "sharp": "^0.27.0" diff --git a/packages/gatsby-plugin-mdx/CHANGELOG.md b/packages/gatsby-plugin-mdx/CHANGELOG.md index 406a1f19ae11e..51aa220500ebb 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.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@2.0.0-next.1...gatsby-plugin-mdx@2.0.0-next.2) (2021-02-22) + +**Note:** Version bump only for package gatsby-plugin-mdx + # [2.0.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@2.0.0-next.0...gatsby-plugin-mdx@2.0.0-next.1) (2021-02-12) **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 e12dc1745f936..d5a0f3c30cbfd 100644 --- a/packages/gatsby-plugin-mdx/package.json +++ b/packages/gatsby-plugin-mdx/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-mdx", - "version": "2.0.0-next.1", + "version": "2.0.0-next.2", "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": "^2.0.0-next.0", + "gatsby-core-utils": "^2.0.0-next.1", "gray-matter": "^4.0.2", "json5": "^2.1.3", "loader-utils": "^1.4.0", diff --git a/packages/gatsby-plugin-offline/CHANGELOG.md b/packages/gatsby-plugin-offline/CHANGELOG.md index f5cd7b1cbab5a..a52d4cdc62dcc 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.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-offline@4.0.0-next.1...gatsby-plugin-offline@4.0.0-next.2) (2021-02-22) + +**Note:** Version bump only for package gatsby-plugin-offline + # [4.0.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-offline@4.0.0-next.0...gatsby-plugin-offline@4.0.0-next.1) (2021-02-11) ### Bug Fixes diff --git a/packages/gatsby-plugin-offline/package.json b/packages/gatsby-plugin-offline/package.json index 39bc733d20084..61d2159dc8cb2 100644 --- a/packages/gatsby-plugin-offline/package.json +++ b/packages/gatsby-plugin-offline/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-offline", "description": "Gatsby plugin which sets up a site to be able to run offline", - "version": "4.0.0-next.1", + "version": "4.0.0-next.2", "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": "^2.0.0-next.0", + "gatsby-core-utils": "^2.0.0-next.1", "glob": "^7.1.6", "idb-keyval": "^3.2.0", "lodash": "^4.17.20", diff --git a/packages/gatsby-plugin-page-creator/CHANGELOG.md b/packages/gatsby-plugin-page-creator/CHANGELOG.md index e79e5994e7979..e1dde1357c441 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.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-page-creator@3.0.0-next.0...gatsby-plugin-page-creator@3.0.0-next.1) (2021-02-22) + +**Note:** Version bump only for package gatsby-plugin-page-creator + # [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 diff --git a/packages/gatsby-plugin-page-creator/package.json b/packages/gatsby-plugin-page-creator/package.json index 65c5d2cc5e63d..76d0090f89d31 100644 --- a/packages/gatsby-plugin-page-creator/package.json +++ b/packages/gatsby-plugin-page-creator/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-page-creator", - "version": "3.0.0-next.0", + "version": "3.0.0-next.1", "description": "Gatsby plugin that automatically creates pages from React components in specified directories", "main": "index.js", "scripts": { @@ -28,8 +28,8 @@ "@sindresorhus/slugify": "^1.1.0", "chokidar": "^3.5.1", "fs-exists-cached": "^1.0.0", - "gatsby-page-utils": "^1.0.0-next.0", - "gatsby-telemetry": "^2.0.0-next.0", + "gatsby-page-utils": "^1.0.0-next.1", + "gatsby-telemetry": "^2.0.0-next.1", "globby": "^11.0.2", "lodash": "^4.17.20" }, diff --git a/packages/gatsby-plugin-preload-fonts/CHANGELOG.md b/packages/gatsby-plugin-preload-fonts/CHANGELOG.md index e15be5e715aa6..7ac64f544c095 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.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preload-fonts@2.0.0-next.0...gatsby-plugin-preload-fonts@2.0.0-next.1) (2021-02-22) + +**Note:** Version bump only for package gatsby-plugin-preload-fonts + # [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 diff --git a/packages/gatsby-plugin-preload-fonts/package.json b/packages/gatsby-plugin-preload-fonts/package.json index 68f12623141d3..dd30ddd070e4e 100644 --- a/packages/gatsby-plugin-preload-fonts/package.json +++ b/packages/gatsby-plugin-preload-fonts/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-preload-fonts", "description": "Gatsby plugin for preloading fonts per page", - "version": "2.0.0-next.0", + "version": "2.0.0-next.1", "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": "^2.0.0-next.0", + "gatsby-core-utils": "^2.0.0-next.1", "graphql-request": "^1.8.2", "progress": "^2.0.3", "puppeteer": "^3.3.0" diff --git a/packages/gatsby-plugin-sass/CHANGELOG.md b/packages/gatsby-plugin-sass/CHANGELOG.md index 486bdf4d8681c..655d036ad7a15 100644 --- a/packages/gatsby-plugin-sass/CHANGELOG.md +++ b/packages/gatsby-plugin-sass/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sass@4.0.0-next.1...gatsby-plugin-sass@4.0.0-next.2) (2021-02-22) + +### Bug Fixes + +- **deps:** update minor and patch for gatsby-plugin-sass ([#29182](https://github.com/gatsbyjs/gatsby/issues/29182)) ([1038069](https://github.com/gatsbyjs/gatsby/commit/10380695cf7016c019d9bee443948ad394a32e66)) + # [4.0.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sass@4.0.0-next.0...gatsby-plugin-sass@4.0.0-next.1) (2021-02-19) ### Bug Fixes diff --git a/packages/gatsby-plugin-sass/package.json b/packages/gatsby-plugin-sass/package.json index d078c66f18307..b8d0151436c6a 100644 --- a/packages/gatsby-plugin-sass/package.json +++ b/packages/gatsby-plugin-sass/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-sass", "description": "Gatsby plugin to handle SCSS/Sass files", - "version": "4.0.0-next.1", + "version": "4.0.0-next.2", "author": "Daniel Farrell ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-plugin-sharp/CHANGELOG.md b/packages/gatsby-plugin-sharp/CHANGELOG.md index 33741c909595a..6e66977f0fb5b 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.8](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@3.0.0-next.7...gatsby-plugin-sharp@3.0.0-next.8) (2021-02-22) + +**Note:** Version bump only for package gatsby-plugin-sharp + # [3.0.0-next.7](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@3.0.0-next.6...gatsby-plugin-sharp@3.0.0-next.7) (2021-02-19) **Note:** Version bump only for package gatsby-plugin-sharp diff --git a/packages/gatsby-plugin-sharp/package.json b/packages/gatsby-plugin-sharp/package.json index c81c7a50af1c4..5f701bdb268fc 100644 --- a/packages/gatsby-plugin-sharp/package.json +++ b/packages/gatsby-plugin-sharp/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-sharp", "description": "Wrapper of the Sharp image manipulation library for Gatsby plugins", - "version": "3.0.0-next.7", + "version": "3.0.0-next.8", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,8 +12,8 @@ "bluebird": "^3.7.2", "filenamify": "^4.2.0", "fs-extra": "^9.1.0", - "gatsby-core-utils": "^2.0.0-next.0", - "gatsby-telemetry": "^2.0.0-next.0", + "gatsby-core-utils": "^2.0.0-next.1", + "gatsby-telemetry": "^2.0.0-next.1", "got": "^10.7.0", "imagemin": "^7.0.1", "imagemin-mozjpeg": "^9.0.0", @@ -34,7 +34,7 @@ "@types/sharp": "^0.27.1", "babel-preset-gatsby-package": "^1.0.0-next.0", "cross-env": "^7.0.3", - "gatsby-plugin-image": "^1.0.0-next.7", + "gatsby-plugin-image": "^1.0.0-next.8", "gatsby-plugin-utils": "^1.0.0-next.0" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sharp#readme", diff --git a/packages/gatsby-plugin-typescript/CHANGELOG.md b/packages/gatsby-plugin-typescript/CHANGELOG.md index 981d2be14af5d..7590563889077 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.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typescript@3.0.0-next.1...gatsby-plugin-typescript@3.0.0-next.2) (2021-02-22) + +**Note:** Version bump only for package gatsby-plugin-typescript + # [3.0.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-typescript@3.0.0-next.0...gatsby-plugin-typescript@3.0.0-next.1) (2021-02-17) **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 d3cc46342989c..aa2b850231790 100644 --- a/packages/gatsby-plugin-typescript/package.json +++ b/packages/gatsby-plugin-typescript/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-typescript", "description": "Adds TypeScript support to Gatsby", - "version": "3.0.0-next.1", + "version": "3.0.0-next.2", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -16,7 +16,7 @@ "@babel/plugin-proposal-optional-chaining": "^7.12.1", "@babel/preset-typescript": "^7.12.1", "@babel/runtime": "^7.12.5", - "babel-plugin-remove-graphql-queries": "^3.0.0-next.1" + "babel-plugin-remove-graphql-queries": "^3.0.0-next.2" }, "devDependencies": { "@babel/cli": "^7.12.1", diff --git a/packages/gatsby-recipes/CHANGELOG.md b/packages/gatsby-recipes/CHANGELOG.md index 0f0d3dc9552d0..532ed509c849f 100644 --- a/packages/gatsby-recipes/CHANGELOG.md +++ b/packages/gatsby-recipes/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.11.0-next.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-recipes@0.11.0-next.3...gatsby-recipes@0.11.0-next.4) (2021-02-22) + +### Bug Fixes + +- **gatsby-recipes:** change 'Typescript' to 'TypeScript' ([#29587](https://github.com/gatsbyjs/gatsby/issues/29587)) ([d7c4459](https://github.com/gatsbyjs/gatsby/commit/d7c4459cf1d26944ac1804d21f17ef161b32e267)) + # [0.11.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-recipes@0.11.0-next.2...gatsby-recipes@0.11.0-next.3) (2021-02-17) **Note:** Version bump only for package gatsby-recipes diff --git a/packages/gatsby-recipes/package.json b/packages/gatsby-recipes/package.json index e63d9fa560bc4..dd9fee7865cbd 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.11.0-next.3", + "version": "0.11.0-next.4", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -30,8 +30,8 @@ "express": "^4.17.1", "express-graphql": "^0.9.0", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^2.0.0-next.0", - "gatsby-telemetry": "^2.0.0-next.0", + "gatsby-core-utils": "^2.0.0-next.1", + "gatsby-telemetry": "^2.0.0-next.1", "glob": "^7.1.6", "graphql": "^15.4.0", "graphql-compose": "~7.25.0", diff --git a/packages/gatsby-remark-images/CHANGELOG.md b/packages/gatsby-remark-images/CHANGELOG.md index 1e57dcdc0158b..7f3044b64d2aa 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.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images@4.0.0-next.0...gatsby-remark-images@4.0.0-next.1) (2021-02-22) + +**Note:** Version bump only for package gatsby-remark-images + # [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 diff --git a/packages/gatsby-remark-images/package.json b/packages/gatsby-remark-images/package.json index 287e702723d90..3d005c5b04dcd 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": "4.0.0-next.0", + "version": "4.0.0-next.1", "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": "^2.0.0-next.0", + "gatsby-core-utils": "^2.0.0-next.1", "is-relative-url": "^3.0.0", "lodash": "^4.17.20", "mdast-util-definitions": "^1.2.5", diff --git a/packages/gatsby-source-contentful/CHANGELOG.md b/packages/gatsby-source-contentful/CHANGELOG.md index d50d8bfadc121..089fd820f317f 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.9](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@5.0.0-next.8...gatsby-source-contentful@5.0.0-next.9) (2021-02-22) + +**Note:** Version bump only for package gatsby-source-contentful + # [5.0.0-next.8](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@5.0.0-next.7...gatsby-source-contentful@5.0.0-next.8) (2021-02-19) **Note:** Version bump only for package gatsby-source-contentful diff --git a/packages/gatsby-source-contentful/package.json b/packages/gatsby-source-contentful/package.json index 23fc19d57f33c..f69cc8fb5c98d 100644 --- a/packages/gatsby-source-contentful/package.json +++ b/packages/gatsby-source-contentful/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-source-contentful", "description": "Gatsby source plugin for building websites using the Contentful CMS as a data source", - "version": "5.0.0-next.8", + "version": "5.0.0-next.9", "author": "Marcus Ericsson (mericsson.com)", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -16,10 +16,10 @@ "common-tags": "^1.8.0", "contentful": "^7.15.2", "fs-extra": "^9.1.0", - "gatsby-core-utils": "^2.0.0-next.0", - "gatsby-plugin-image": "^1.0.0-next.7", + "gatsby-core-utils": "^2.0.0-next.1", + "gatsby-plugin-image": "^1.0.0-next.8", "gatsby-plugin-utils": "^1.0.0-next.0", - "gatsby-source-filesystem": "^3.0.0-next.2", + "gatsby-source-filesystem": "^3.0.0-next.3", "is-online": "^8.5.1", "json-stringify-safe": "^5.0.1", "lodash": "^4.17.20", diff --git a/packages/gatsby-source-drupal/CHANGELOG.md b/packages/gatsby-source-drupal/CHANGELOG.md index a445b035dc3fb..beeb72d34c013 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.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-drupal@4.0.0-next.2...gatsby-source-drupal@4.0.0-next.3) (2021-02-22) + +**Note:** Version bump only for package gatsby-source-drupal + # [4.0.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-drupal@4.0.0-next.1...gatsby-source-drupal@4.0.0-next.2) (2021-02-15) **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 b4161010bf00f..0b6a1111cdcff 100644 --- a/packages/gatsby-source-drupal/package.json +++ b/packages/gatsby-source-drupal/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-source-drupal", "description": "Gatsby source plugin for building websites using the Drupal CMS as a data source", - "version": "4.0.0-next.2", + "version": "4.0.0-next.3", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -11,7 +11,7 @@ "axios": "^0.21.1", "bluebird": "^3.7.2", "body-parser": "^1.19.0", - "gatsby-source-filesystem": "^3.0.0-next.2", + "gatsby-source-filesystem": "^3.0.0-next.3", "lodash": "^4.17.20", "tiny-async-pool": "^1.1.0" }, diff --git a/packages/gatsby-source-filesystem/CHANGELOG.md b/packages/gatsby-source-filesystem/CHANGELOG.md index 25ff38ff7c4b6..5488dd5522b8a 100644 --- a/packages/gatsby-source-filesystem/CHANGELOG.md +++ b/packages/gatsby-source-filesystem/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.0.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-filesystem@3.0.0-next.2...gatsby-source-filesystem@3.0.0-next.3) (2021-02-22) + +### Features + +- **gatsby-core-utils:** Add file download functions ([#29531](https://github.com/gatsbyjs/gatsby/issues/29531)) ([1a9469d](https://github.com/gatsbyjs/gatsby/commit/1a9469d67a19007faebebfb8ce876970c5e0ffaf)) + # [3.0.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-filesystem@3.0.0-next.1...gatsby-source-filesystem@3.0.0-next.2) (2021-02-15) **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 7c8b8224c3e85..5687ea8e52925 100644 --- a/packages/gatsby-source-filesystem/package.json +++ b/packages/gatsby-source-filesystem/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-source-filesystem", "description": "Gatsby source plugin for building websites from local data. Markdown, JSON, images, YAML, CSV, and dozens of other data types supported.", - "version": "3.0.0-next.2", + "version": "3.0.0-next.3", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,7 +12,7 @@ "chokidar": "^3.4.3", "file-type": "^16.0.0", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^2.0.0-next.0", + "gatsby-core-utils": "^2.0.0-next.1", "got": "^9.6.0", "md5-file": "^5.0.0", "mime": "^2.4.6", diff --git a/packages/gatsby-source-npm-package-search/CHANGELOG.md b/packages/gatsby-source-npm-package-search/CHANGELOG.md index e9d2b7a463e54..a0942c37ec228 100644 --- a/packages/gatsby-source-npm-package-search/CHANGELOG.md +++ b/packages/gatsby-source-npm-package-search/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.0.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-npm-package-search@3.0.0-next.1...gatsby-source-npm-package-search@3.0.0-next.2) (2021-02-22) + +### Bug Fixes + +- **npm-package-search:** declare mimeType so markdown trasformer children are added ([#29615](https://github.com/gatsbyjs/gatsby/issues/29615)) ([cbcd996](https://github.com/gatsbyjs/gatsby/commit/cbcd9962de044a746e5336dfe2db58d202950e73)) + # [3.0.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-npm-package-search@3.0.0-next.0...gatsby-source-npm-package-search@3.0.0-next.1) (2021-02-11) ### Features diff --git a/packages/gatsby-source-npm-package-search/package.json b/packages/gatsby-source-npm-package-search/package.json index a422169ca7639..306d0b5cbf12c 100644 --- a/packages/gatsby-source-npm-package-search/package.json +++ b/packages/gatsby-source-npm-package-search/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-source-npm-package-search", "description": "Search NPM packages and pull NPM & GitHub metadata from Algolia's NPM index", - "version": "3.0.0-next.1", + "version": "3.0.0-next.2", "author": "james.a.stack@gmail.com", "repository": { "type": "git", diff --git a/packages/gatsby-source-shopify/CHANGELOG.md b/packages/gatsby-source-shopify/CHANGELOG.md index 4a2472ff66e2d..de6c017467ff9 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.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-shopify@4.0.0-next.3...gatsby-source-shopify@4.0.0-next.4) (2021-02-22) + +**Note:** Version bump only for package gatsby-source-shopify + # [4.0.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-shopify@4.0.0-next.2...gatsby-source-shopify@4.0.0-next.3) (2021-02-18) ### Bug Fixes diff --git a/packages/gatsby-source-shopify/package.json b/packages/gatsby-source-shopify/package.json index 2958e69bd153b..bcaf24527e6c2 100644 --- a/packages/gatsby-source-shopify/package.json +++ b/packages/gatsby-source-shopify/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-source-shopify", - "version": "4.0.0-next.3", + "version": "4.0.0-next.4", "description": "Gatsby source plugin for building websites using Shopify as a data source.", "scripts": { "build": "babel src --out-dir . --ignore \"**/__tests__\"", @@ -36,7 +36,7 @@ "babel-preset-gatsby-package": "^1.0.0-next.0", "chalk": "^4.1.0", "gatsby-node-helpers": "^0.3.0", - "gatsby-source-filesystem": "^3.0.0-next.2", + "gatsby-source-filesystem": "^3.0.0-next.3", "graphql-request": "^1.8.2", "lodash": "^4.17.20", "p-iteration": "^1.1.8", diff --git a/packages/gatsby-source-wordpress/CHANGELOG.md b/packages/gatsby-source-wordpress/CHANGELOG.md index 510352b5530f7..abf714483481b 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.8](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@5.0.0-next.7...gatsby-source-wordpress@5.0.0-next.8) (2021-02-22) + +**Note:** Version bump only for package gatsby-source-wordpress + # [5.0.0-next.7](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@5.0.0-next.6...gatsby-source-wordpress@5.0.0-next.7) (2021-02-19) **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 1200039b347b4..01259ef097cbb 100644 --- a/packages/gatsby-source-wordpress/package.json +++ b/packages/gatsby-source-wordpress/package.json @@ -2,7 +2,7 @@ "name": "gatsby-source-wordpress", "description": "Source data from WordPress in an efficient and scalable way.", "author": "Tyler Barnes ", - "version": "5.0.0-next.7", + "version": "5.0.0-next.8", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" }, @@ -28,10 +28,10 @@ "file-type": "^15.0.1", "filesize": "^6.1.0", "fs-extra": "^9.0.1", - "gatsby-core-utils": "^2.0.0-next.0", + "gatsby-core-utils": "^2.0.0-next.1", "gatsby-image": "^3.0.0-next.0", "gatsby-plugin-catch-links": "^3.0.0-next.0", - "gatsby-source-filesystem": "^3.0.0-next.2", + "gatsby-source-filesystem": "^3.0.0-next.3", "glob": "^7.1.6", "got": "^11.7.0", "graphql-query-compress": "^1.2.2", @@ -53,7 +53,7 @@ "@types/semver": "^7.3.4", "babel-plugin-import-globals": "^2.0.0", "babel-plugin-module-resolver": "4.0.0", - "babel-preset-gatsby": "^1.0.0-next.2", + "babel-preset-gatsby": "^1.0.0-next.3", "babel-preset-gatsby-package": "^1.0.0-next.0", "cross-env": "^5.2.1", "identity-obj-proxy": "^3.0.0", diff --git a/packages/gatsby-telemetry/CHANGELOG.md b/packages/gatsby-telemetry/CHANGELOG.md index cf24b7eeebf17..472ed8280b074 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.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-telemetry@2.0.0-next.0...gatsby-telemetry@2.0.0-next.1) (2021-02-22) + +**Note:** Version bump only for package gatsby-telemetry + # [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 diff --git a/packages/gatsby-telemetry/package.json b/packages/gatsby-telemetry/package.json index 3545ea31a3fd3..5849cae6b3cf8 100644 --- a/packages/gatsby-telemetry/package.json +++ b/packages/gatsby-telemetry/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-telemetry", "description": "Gatsby Telemetry", - "version": "2.0.0-next.0", + "version": "2.0.0-next.1", "author": "Jarmo Isotalo ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -15,7 +15,7 @@ "boxen": "^4.2.0", "configstore": "^5.0.1", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^2.0.0-next.0", + "gatsby-core-utils": "^2.0.0-next.1", "git-up": "^4.0.2", "is-docker": "^2.1.1", "lodash": "^4.17.20", diff --git a/packages/gatsby-transformer-hjson/CHANGELOG.md b/packages/gatsby-transformer-hjson/CHANGELOG.md index 9a6e75e7aea7b..bd2cd1e48a3d1 100644 --- a/packages/gatsby-transformer-hjson/CHANGELOG.md +++ b/packages/gatsby-transformer-hjson/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.0.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-hjson@3.0.0-next.0...gatsby-transformer-hjson@3.0.0-next.1) (2021-02-22) + +### Bug Fixes + +- **deps:** update minor and patch for gatsby-transformer-hjson ([#28231](https://github.com/gatsbyjs/gatsby/issues/28231)) ([dbb5faf](https://github.com/gatsbyjs/gatsby/commit/dbb5fafbfe2d098b9200b675a9dc9f00d449d73b)) + # [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 diff --git a/packages/gatsby-transformer-hjson/package.json b/packages/gatsby-transformer-hjson/package.json index 95ea609566a62..6d6f2d781a6cc 100644 --- a/packages/gatsby-transformer-hjson/package.json +++ b/packages/gatsby-transformer-hjson/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-transformer-hjson", "description": "Gatsby transformer plugin for HJSON files", - "version": "3.0.0-next.0", + "version": "3.0.0-next.1", "author": "Remi Barraquand ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-transformer-remark/CHANGELOG.md b/packages/gatsby-transformer-remark/CHANGELOG.md index 45af4a50c8a30..ae931ad99fdb2 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.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-remark@3.0.0-next.1...gatsby-transformer-remark@3.0.0-next.2) (2021-02-22) + +**Note:** Version bump only for package gatsby-transformer-remark + # [3.0.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-remark@3.0.0-next.0...gatsby-transformer-remark@3.0.0-next.1) (2021-02-19) **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 963c8a9347424..eec7544624245 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": "3.0.0-next.1", + "version": "3.0.0-next.2", "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": "^2.0.0-next.0", + "gatsby-core-utils": "^2.0.0-next.1", "gray-matter": "^4.0.2", "hast-util-raw": "^4.0.0", "hast-util-to-html": "^4.0.1", diff --git a/packages/gatsby-transformer-screenshot/CHANGELOG.md b/packages/gatsby-transformer-screenshot/CHANGELOG.md index 94442e81da0c9..9992cccc16bce 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.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-screenshot@3.0.0-next.1...gatsby-transformer-screenshot@3.0.0-next.2) (2021-02-22) + +**Note:** Version bump only for package gatsby-transformer-screenshot + # [3.0.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-screenshot@3.0.0-next.0...gatsby-transformer-screenshot@3.0.0-next.1) (2021-02-11) ### Features diff --git a/packages/gatsby-transformer-screenshot/package.json b/packages/gatsby-transformer-screenshot/package.json index 56b0d3b74a62b..ddc86619f0bfe 100644 --- a/packages/gatsby-transformer-screenshot/package.json +++ b/packages/gatsby-transformer-screenshot/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-transformer-screenshot", "description": "Gatsby transformer plugin that uses AWS Lambda to take screenshots of websites", - "version": "3.0.0-next.1", + "version": "3.0.0-next.2", "author": "David Beckley ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-transformer-sqip/CHANGELOG.md b/packages/gatsby-transformer-sqip/CHANGELOG.md index 2a2515a79c54c..8ed1d65a5a36e 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.8](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@3.0.0-next.7...gatsby-transformer-sqip@3.0.0-next.8) (2021-02-22) + +**Note:** Version bump only for package gatsby-transformer-sqip + # [3.0.0-next.7](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@3.0.0-next.6...gatsby-transformer-sqip@3.0.0-next.7) (2021-02-19) **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 5179a968c27d8..65b3adcf802db 100644 --- a/packages/gatsby-transformer-sqip/package.json +++ b/packages/gatsby-transformer-sqip/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-transformer-sqip", "description": "Generates geometric primitive version of images", - "version": "3.0.0-next.7", + "version": "3.0.0-next.8", "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": "^3.0.0-next.7", + "gatsby-plugin-sharp": "^3.0.0-next.8", "md5-file": "^5.0.0", "mini-svg-data-uri": "^1.2.3", "p-queue": "^6.6.2", diff --git a/packages/gatsby/CHANGELOG.md b/packages/gatsby/CHANGELOG.md index 6055efbedc905..04c1d30ab37b2 100644 --- a/packages/gatsby/CHANGELOG.md +++ b/packages/gatsby/CHANGELOG.md @@ -3,6 +3,16 @@ 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.8](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.0.0-next.7...gatsby@3.0.0-next.8) (2021-02-22) + +### Bug Fixes + +- **gatsby:** cleanup fullySpecified resolving ([#29576](https://github.com/gatsbyjs/gatsby/issues/29576)) ([1343d38](https://github.com/gatsbyjs/gatsby/commit/1343d38a6f22e8919eacbfdcb718fbdc409a03dc)) + +### Features + +- **gatsby-core-utils:** Add file download functions ([#29531](https://github.com/gatsbyjs/gatsby/issues/29531)) ([1a9469d](https://github.com/gatsbyjs/gatsby/commit/1a9469d67a19007faebebfb8ce876970c5e0ffaf)) + # [3.0.0-next.7](https://github.com/gatsbyjs/gatsby/compare/gatsby@3.0.0-next.6...gatsby@3.0.0-next.7) (2021-02-19) ### Bug Fixes diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index 6feb9fc41250d..259de3f09e8ee 100644 --- a/packages/gatsby/package.json +++ b/packages/gatsby/package.json @@ -1,7 +1,7 @@ { "name": "gatsby", "description": "Blazing fast modern site generator for React", - "version": "3.0.0-next.7", + "version": "3.0.0-next.8", "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": "^3.0.0-next.1", - "babel-preset-gatsby": "^1.0.0-next.2", + "babel-plugin-remove-graphql-queries": "^3.0.0-next.2", + "babel-preset-gatsby": "^1.0.0-next.3", "better-opn": "^2.0.0", "better-queue": "^3.8.10", "bluebird": "^3.7.2", @@ -79,16 +79,16 @@ "find-cache-dir": "^3.3.1", "fs-exists-cached": "1.0.0", "fs-extra": "^8.1.0", - "gatsby-cli": "^3.0.0-next.5", - "gatsby-core-utils": "^2.0.0-next.0", + "gatsby-cli": "^3.0.0-next.6", + "gatsby-core-utils": "^2.0.0-next.1", "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.1", + "gatsby-plugin-page-creator": "^3.0.0-next.1", + "gatsby-plugin-typescript": "^3.0.0-next.2", "gatsby-plugin-utils": "^1.0.0-next.0", "gatsby-react-router-scroll": "^4.0.0-next.1", - "gatsby-telemetry": "^2.0.0-next.0", + "gatsby-telemetry": "^2.0.0-next.1", "glob": "^7.1.6", "got": "8.3.2", "graphql": "^15.4.0",