From 762a52447679a17155a73246e0824ffe2d7f30e0 Mon Sep 17 00:00:00 2001 From: Sidhartha Chatterjee Date: Thu, 17 Dec 2020 20:19:26 +0530 Subject: [PATCH] chore(release): Publish next - create-gatsby@0.3.0-next.4 - gatsby-admin@0.6.0-next.5 - gatsby-cli@2.17.0-next.4 - gatsby-plugin-cxs@2.8.0-next.1 - gatsby-plugin-feed@2.11.0-next.1 - gatsby-plugin-glamor@2.8.0-next.1 - gatsby-plugin-google-tagmanager@2.9.0-next.1 - gatsby-plugin-image@0.5.0-next.3 - gatsby-plugin-manifest@2.10.0-next.1 - gatsby-plugin-mdx@1.8.0-next.1 - gatsby-plugin-netlify@2.9.0-next.1 - gatsby-plugin-offline@3.8.0-next.1 - gatsby-plugin-preact@4.5.0-next.1 - gatsby-plugin-sass@3.0.0-next.1 - gatsby-plugin-sharp@2.12.0-next.3 - gatsby-plugin-twitter@2.8.0-next.1 - gatsby-plugin-utils@0.7.0-next.1 - gatsby-remark-autolink-headers@2.9.0-next.1 - gatsby-remark-images@3.9.0-next.1 - gatsby-source-contentful@4.4.0-next.2 - gatsby-source-npm-package-search@2.8.0-next.2 - gatsby-transformer-remark@2.14.0-next.1 - gatsby-transformer-sqip@2.9.0-next.3 - gatsby@2.30.0-next.5 --- packages/create-gatsby/CHANGELOG.md | 4 ++++ packages/create-gatsby/package.json | 4 ++-- packages/gatsby-admin/CHANGELOG.md | 4 ++++ packages/gatsby-admin/package.json | 4 ++-- packages/gatsby-cli/CHANGELOG.md | 4 ++++ packages/gatsby-cli/package.json | 4 ++-- packages/gatsby-plugin-cxs/CHANGELOG.md | 4 ++++ packages/gatsby-plugin-cxs/package.json | 4 ++-- packages/gatsby-plugin-feed/CHANGELOG.md | 4 ++++ packages/gatsby-plugin-feed/package.json | 4 ++-- packages/gatsby-plugin-glamor/CHANGELOG.md | 4 ++++ packages/gatsby-plugin-glamor/package.json | 4 ++-- packages/gatsby-plugin-google-tagmanager/CHANGELOG.md | 4 ++++ packages/gatsby-plugin-google-tagmanager/package.json | 4 ++-- packages/gatsby-plugin-image/CHANGELOG.md | 4 ++++ packages/gatsby-plugin-image/package.json | 2 +- packages/gatsby-plugin-manifest/CHANGELOG.md | 4 ++++ packages/gatsby-plugin-manifest/package.json | 4 ++-- packages/gatsby-plugin-mdx/CHANGELOG.md | 4 ++++ packages/gatsby-plugin-mdx/package.json | 4 ++-- packages/gatsby-plugin-netlify/CHANGELOG.md | 4 ++++ packages/gatsby-plugin-netlify/package.json | 4 ++-- packages/gatsby-plugin-offline/CHANGELOG.md | 4 ++++ packages/gatsby-plugin-offline/package.json | 4 ++-- packages/gatsby-plugin-preact/CHANGELOG.md | 4 ++++ packages/gatsby-plugin-preact/package.json | 2 +- packages/gatsby-plugin-sass/CHANGELOG.md | 4 ++++ packages/gatsby-plugin-sass/package.json | 4 ++-- packages/gatsby-plugin-sharp/CHANGELOG.md | 4 ++++ packages/gatsby-plugin-sharp/package.json | 4 ++-- packages/gatsby-plugin-twitter/CHANGELOG.md | 4 ++++ packages/gatsby-plugin-twitter/package.json | 4 ++-- packages/gatsby-plugin-utils/CHANGELOG.md | 4 ++++ packages/gatsby-plugin-utils/package.json | 2 +- packages/gatsby-remark-autolink-headers/CHANGELOG.md | 4 ++++ packages/gatsby-remark-autolink-headers/package.json | 4 ++-- packages/gatsby-remark-images/CHANGELOG.md | 4 ++++ packages/gatsby-remark-images/package.json | 4 ++-- packages/gatsby-source-contentful/CHANGELOG.md | 4 ++++ packages/gatsby-source-contentful/package.json | 4 ++-- packages/gatsby-source-npm-package-search/CHANGELOG.md | 4 ++++ packages/gatsby-source-npm-package-search/package.json | 2 +- packages/gatsby-transformer-remark/CHANGELOG.md | 4 ++++ packages/gatsby-transformer-remark/package.json | 4 ++-- packages/gatsby-transformer-sqip/CHANGELOG.md | 4 ++++ packages/gatsby-transformer-sqip/package.json | 4 ++-- packages/gatsby/CHANGELOG.md | 4 ++++ packages/gatsby/package.json | 6 +++--- 48 files changed, 141 insertions(+), 45 deletions(-) diff --git a/packages/create-gatsby/CHANGELOG.md b/packages/create-gatsby/CHANGELOG.md index 29e369518ffd1..debf543ed1f88 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. +# [0.3.0-next.4](https://github.com/gatsbyjs/gatsby/compare/create-gatsby@0.3.0-next.3...create-gatsby@0.3.0-next.4) (2020-12-17) + +**Note:** Version bump only for package create-gatsby + # [0.3.0-next.3](https://github.com/gatsbyjs/gatsby/compare/create-gatsby@0.3.0-next.2...create-gatsby@0.3.0-next.3) (2020-12-17) ### Bug Fixes diff --git a/packages/create-gatsby/package.json b/packages/create-gatsby/package.json index 7ba47ff493746..9de48b4a53acf 100644 --- a/packages/create-gatsby/package.json +++ b/packages/create-gatsby/package.json @@ -1,6 +1,6 @@ { "name": "create-gatsby", - "version": "0.3.0-next.3", + "version": "0.3.0-next.4", "main": "lib/index.js", "bin": "cli.js", "license": "MIT", @@ -27,7 +27,7 @@ "eslint": "^7.15.0", "execa": "^4.1.0", "fs-extra": "^9.0.1", - "gatsby-plugin-utils": "^0.7.0-next.0", + "gatsby-plugin-utils": "^0.7.0-next.1", "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 801402f22baf4..ff1d79c12b6ad 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.6.0-next.5](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.6.0-next.4...gatsby-admin@0.6.0-next.5) (2020-12-17) + +**Note:** Version bump only for package gatsby-admin + # [0.6.0-next.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-admin@0.6.0-next.3...gatsby-admin@0.6.0-next.4) (2020-12-17) **Note:** Version bump only for package gatsby-admin diff --git a/packages/gatsby-admin/package.json b/packages/gatsby-admin/package.json index 7c997dc0a8613..a00ea96d76198 100644 --- a/packages/gatsby-admin/package.json +++ b/packages/gatsby-admin/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-admin", - "version": "0.6.0-next.4", + "version": "0.6.0-next.5", "main": "index.js", "author": "Max Stoiber", "license": "MIT", @@ -20,7 +20,7 @@ "@typescript-eslint/parser": "^2.34.0", "csstype": "^2.6.13", "formik": "^2.2.5", - "gatsby": "^2.30.0-next.4", + "gatsby": "^2.30.0-next.5", "gatsby-interface": "^0.0.225", "gatsby-plugin-typescript": "^2.10.0-next.0", "gatsby-plugin-webfonts": "^1.1.3", diff --git a/packages/gatsby-cli/CHANGELOG.md b/packages/gatsby-cli/CHANGELOG.md index edd5016e81bf0..1c877abe47a2b 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. +# [2.17.0-next.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.17.0-next.3...gatsby-cli@2.17.0-next.4) (2020-12-17) + +**Note:** Version bump only for package gatsby-cli + # [2.17.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-cli@2.17.0-next.2...gatsby-cli@2.17.0-next.3) (2020-12-17) **Note:** Version bump only for package gatsby-cli diff --git a/packages/gatsby-cli/package.json b/packages/gatsby-cli/package.json index bf62339711082..c8963219fa6f6 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.17.0-next.3", + "version": "2.17.0-next.4", "author": "Kyle Mathews ", "bin": { "gatsby": "cli.js" @@ -19,7 +19,7 @@ "common-tags": "^1.8.0", "configstore": "^5.0.1", "convert-hrtime": "^3.0.0", - "create-gatsby": "^0.3.0-next.3", + "create-gatsby": "^0.3.0-next.4", "envinfo": "^7.7.3", "execa": "^3.4.0", "fs-exists-cached": "^1.0.0", diff --git a/packages/gatsby-plugin-cxs/CHANGELOG.md b/packages/gatsby-plugin-cxs/CHANGELOG.md index 1820a09026e4b..c1c991d04d915 100644 --- a/packages/gatsby-plugin-cxs/CHANGELOG.md +++ b/packages/gatsby-plugin-cxs/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-cxs@2.8.0-next.0...gatsby-plugin-cxs@2.8.0-next.1) (2020-12-17) + +**Note:** Version bump only for package gatsby-plugin-cxs + # [2.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-cxs@2.7.0-next.0...gatsby-plugin-cxs@2.8.0-next.0) (2020-12-10) **Note:** Version bump only for package gatsby-plugin-cxs diff --git a/packages/gatsby-plugin-cxs/package.json b/packages/gatsby-plugin-cxs/package.json index 831c0b168d320..71247ce3e5a9c 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.8.0-next.0", + "version": "2.8.0-next.1", "author": "Chen-Tai Hou ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -15,7 +15,7 @@ "babel-preset-gatsby-package": "^0.10.0-next.0", "cross-env": "^7.0.3", "cxs": "^6.2.0", - "gatsby-plugin-utils": "^0.7.0-next.0" + "gatsby-plugin-utils": "^0.7.0-next.1" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-cxs#readme", "keywords": [ diff --git a/packages/gatsby-plugin-feed/CHANGELOG.md b/packages/gatsby-plugin-feed/CHANGELOG.md index e2935ed9ca4a4..1444e5f5729ba 100644 --- a/packages/gatsby-plugin-feed/CHANGELOG.md +++ b/packages/gatsby-plugin-feed/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.11.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-feed@2.11.0-next.0...gatsby-plugin-feed@2.11.0-next.1) (2020-12-17) + +**Note:** Version bump only for package gatsby-plugin-feed + # [2.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-feed@2.10.0-next.0...gatsby-plugin-feed@2.11.0-next.0) (2020-12-10) **Note:** Version bump only for package gatsby-plugin-feed diff --git a/packages/gatsby-plugin-feed/package.json b/packages/gatsby-plugin-feed/package.json index c6ced63b769f2..f45049db50aad 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.11.0-next.0", + "version": "2.11.0-next.1", "author": "Nicholas Young ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -11,7 +11,7 @@ "@hapi/joi": "^15.1.1", "common-tags": "^1.8.0", "fs-extra": "^8.1.0", - "gatsby-plugin-utils": "^0.7.0-next.0", + "gatsby-plugin-utils": "^0.7.0-next.1", "lodash.merge": "^4.6.2", "rss": "^1.2.2" }, diff --git a/packages/gatsby-plugin-glamor/CHANGELOG.md b/packages/gatsby-plugin-glamor/CHANGELOG.md index 9c41f2f2f5913..16ca7b87fb41e 100644 --- a/packages/gatsby-plugin-glamor/CHANGELOG.md +++ b/packages/gatsby-plugin-glamor/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-glamor@2.8.0-next.0...gatsby-plugin-glamor@2.8.0-next.1) (2020-12-17) + +**Note:** Version bump only for package gatsby-plugin-glamor + # [2.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-glamor@2.7.0-next.0...gatsby-plugin-glamor@2.8.0-next.0) (2020-12-10) **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 c4b780fca55a2..c2e4a6fd1aecc 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.8.0-next.0", + "version": "2.8.0-next.1", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -14,7 +14,7 @@ "@babel/core": "^7.12.3", "babel-preset-gatsby-package": "^0.10.0-next.0", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^0.7.0-next.0" + "gatsby-plugin-utils": "^0.7.0-next.1" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-glamor#readme", "keywords": [ diff --git a/packages/gatsby-plugin-google-tagmanager/CHANGELOG.md b/packages/gatsby-plugin-google-tagmanager/CHANGELOG.md index 01c64bc58a287..00f19fa4e184f 100644 --- a/packages/gatsby-plugin-google-tagmanager/CHANGELOG.md +++ b/packages/gatsby-plugin-google-tagmanager/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.9.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@2.9.0-next.0...gatsby-plugin-google-tagmanager@2.9.0-next.1) (2020-12-17) + +**Note:** Version bump only for package gatsby-plugin-google-tagmanager + # [2.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-google-tagmanager@2.8.0-next.0...gatsby-plugin-google-tagmanager@2.9.0-next.0) (2020-12-10) **Note:** Version bump only for package gatsby-plugin-google-tagmanager diff --git a/packages/gatsby-plugin-google-tagmanager/package.json b/packages/gatsby-plugin-google-tagmanager/package.json index ccc8d8f6358cb..07775271377c1 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.9.0-next.0", + "version": "2.9.0-next.1", "author": "Thijs Koerselman ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -14,7 +14,7 @@ "@babel/core": "^7.12.3", "babel-preset-gatsby-package": "^0.10.0-next.0", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^0.7.0-next.0" + "gatsby-plugin-utils": "^0.7.0-next.1" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-google-tagmanager#readme", "keywords": [ diff --git a/packages/gatsby-plugin-image/CHANGELOG.md b/packages/gatsby-plugin-image/CHANGELOG.md index 0a6793de54365..290bd860b9957 100644 --- a/packages/gatsby-plugin-image/CHANGELOG.md +++ b/packages/gatsby-plugin-image/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.5.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-image@0.5.0-next.2...gatsby-plugin-image@0.5.0-next.3) (2020-12-17) + +**Note:** Version bump only for package gatsby-plugin-image + # [0.5.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-image@0.5.0-next.1...gatsby-plugin-image@0.5.0-next.2) (2020-12-17) ### Features diff --git a/packages/gatsby-plugin-image/package.json b/packages/gatsby-plugin-image/package.json index 855ad7bd9926c..3181d097a0bc2 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.5.0-next.2", + "version": "0.5.0-next.3", "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", diff --git a/packages/gatsby-plugin-manifest/CHANGELOG.md b/packages/gatsby-plugin-manifest/CHANGELOG.md index a4b46c339fc3e..653a9d8cc6015 100644 --- a/packages/gatsby-plugin-manifest/CHANGELOG.md +++ b/packages/gatsby-plugin-manifest/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-manifest@2.10.0-next.0...gatsby-plugin-manifest@2.10.0-next.1) (2020-12-17) + +**Note:** Version bump only for package gatsby-plugin-manifest + # [2.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-manifest@2.9.0-next.2...gatsby-plugin-manifest@2.10.0-next.0) (2020-12-10) **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 8a195c63603aa..b4f61c265faef 100644 --- a/packages/gatsby-plugin-manifest/package.json +++ b/packages/gatsby-plugin-manifest/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-manifest", "description": "Gatsby plugin which adds a manifest.webmanifest to make sites progressive web apps", - "version": "2.10.0-next.0", + "version": "2.10.0-next.1", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -9,7 +9,7 @@ "dependencies": { "@babel/runtime": "^7.12.5", "gatsby-core-utils": "^1.8.0-next.0", - "gatsby-plugin-utils": "^0.7.0-next.0", + "gatsby-plugin-utils": "^0.7.0-next.1", "semver": "^7.3.2", "sharp": "^0.26.3" }, diff --git a/packages/gatsby-plugin-mdx/CHANGELOG.md b/packages/gatsby-plugin-mdx/CHANGELOG.md index f23ef331ca8c8..339fc52d625d5 100644 --- a/packages/gatsby-plugin-mdx/CHANGELOG.md +++ b/packages/gatsby-plugin-mdx/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@1.8.0-next.0...gatsby-plugin-mdx@1.8.0-next.1) (2020-12-17) + +**Note:** Version bump only for package gatsby-plugin-mdx + # [1.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@1.7.0-next.0...gatsby-plugin-mdx@1.8.0-next.0) (2020-12-10) **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 aa64f688615e7..25201ce86f553 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.8.0-next.0", + "version": "1.8.0-next.1", "description": "MDX integration for Gatsby", "main": "index.js", "license": "MIT", @@ -58,7 +58,7 @@ "devDependencies": { "@mdx-js/mdx": "^1.6.16", "@mdx-js/react": "^1.6.16", - "gatsby-plugin-utils": "^0.7.0-next.0", + "gatsby-plugin-utils": "^0.7.0-next.1", "jest": "^24.9.0", "js-combinatorics": "^1.4.5", "react-test-renderer": "^16.13.1" diff --git a/packages/gatsby-plugin-netlify/CHANGELOG.md b/packages/gatsby-plugin-netlify/CHANGELOG.md index 2db7d70fffb40..b0441dda59f9a 100644 --- a/packages/gatsby-plugin-netlify/CHANGELOG.md +++ b/packages/gatsby-plugin-netlify/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.9.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify@2.9.0-next.0...gatsby-plugin-netlify@2.9.0-next.1) (2020-12-17) + +**Note:** Version bump only for package gatsby-plugin-netlify + # [2.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-netlify@2.8.0-next.0...gatsby-plugin-netlify@2.9.0-next.0) (2020-12-10) **Note:** Version bump only for package gatsby-plugin-netlify diff --git a/packages/gatsby-plugin-netlify/package.json b/packages/gatsby-plugin-netlify/package.json index 98c12d9d92b75..b34e5c2067d76 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.9.0-next.0", + "version": "2.9.0-next.1", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -24,7 +24,7 @@ "@babel/core": "^7.12.3", "babel-preset-gatsby-package": "^0.10.0-next.0", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^0.7.0-next.0" + "gatsby-plugin-utils": "^0.7.0-next.1" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-netlify#readme", "keywords": [ diff --git a/packages/gatsby-plugin-offline/CHANGELOG.md b/packages/gatsby-plugin-offline/CHANGELOG.md index fc15344f7b24d..2d26894e1eb18 100644 --- a/packages/gatsby-plugin-offline/CHANGELOG.md +++ b/packages/gatsby-plugin-offline/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-offline@3.8.0-next.0...gatsby-plugin-offline@3.8.0-next.1) (2020-12-17) + +**Note:** Version bump only for package gatsby-plugin-offline + # [3.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-offline@3.7.0-next.0...gatsby-plugin-offline@3.8.0-next.0) (2020-12-10) **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 28d31a4a6437d..d624ef22e6cb4 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.8.0-next.0", + "version": "3.8.0-next.1", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -21,7 +21,7 @@ "babel-preset-gatsby-package": "^0.10.0-next.0", "cpx": "^1.5.0", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^0.7.0-next.0", + "gatsby-plugin-utils": "^0.7.0-next.1", "rewire": "^4.0.1" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-offline#readme", diff --git a/packages/gatsby-plugin-preact/CHANGELOG.md b/packages/gatsby-plugin-preact/CHANGELOG.md index bcb12d90ab7b8..9f8255d19d98c 100644 --- a/packages/gatsby-plugin-preact/CHANGELOG.md +++ b/packages/gatsby-plugin-preact/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.5.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preact@4.5.0-next.0...gatsby-plugin-preact@4.5.0-next.1) (2020-12-17) + +**Note:** Version bump only for package gatsby-plugin-preact + # [4.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-preact@4.4.0-next.0...gatsby-plugin-preact@4.5.0-next.0) (2020-12-10) **Note:** Version bump only for package gatsby-plugin-preact diff --git a/packages/gatsby-plugin-preact/package.json b/packages/gatsby-plugin-preact/package.json index e7b7e67395362..147867005d831 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.5.0-next.0", + "version": "4.5.0-next.1", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-plugin-sass/CHANGELOG.md b/packages/gatsby-plugin-sass/CHANGELOG.md index 9be68decbc6f6..a094ebc20796c 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. +# [3.0.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sass@3.0.0-next.0...gatsby-plugin-sass@3.0.0-next.1) (2020-12-17) + +**Note:** Version bump only for package gatsby-plugin-sass + # [3.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sass@2.9.0-next.0...gatsby-plugin-sass@3.0.0-next.0) (2020-12-16) **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 f97757b5574d2..304b28731f431 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.0.0-next.0", + "version": "3.0.0-next.1", "author": "Daniel Farrell ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -15,7 +15,7 @@ "@babel/core": "^7.12.3", "babel-preset-gatsby-package": "^0.10.0-next.0", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^0.7.0-next.0" + "gatsby-plugin-utils": "^0.7.0-next.1" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sass#readme", "keywords": [ diff --git a/packages/gatsby-plugin-sharp/CHANGELOG.md b/packages/gatsby-plugin-sharp/CHANGELOG.md index a5ece49ba89c9..a20a086b0af7a 100644 --- a/packages/gatsby-plugin-sharp/CHANGELOG.md +++ b/packages/gatsby-plugin-sharp/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.12.0-next.2...gatsby-plugin-sharp@2.12.0-next.3) (2020-12-17) + +**Note:** Version bump only for package gatsby-plugin-sharp + # [2.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@2.12.0-next.1...gatsby-plugin-sharp@2.12.0-next.2) (2020-12-17) ### Features diff --git a/packages/gatsby-plugin-sharp/package.json b/packages/gatsby-plugin-sharp/package.json index fdcf3e09eab48..4a906043d706c 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.12.0-next.2", + "version": "2.12.0-next.3", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -33,7 +33,7 @@ "@types/sharp": "^0.26.1", "babel-preset-gatsby-package": "^0.10.0-next.0", "cross-env": "^7.0.3", - "gatsby-plugin-image": "^0.5.0-next.2" + "gatsby-plugin-image": "^0.5.0-next.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sharp#readme", "keywords": [ diff --git a/packages/gatsby-plugin-twitter/CHANGELOG.md b/packages/gatsby-plugin-twitter/CHANGELOG.md index 8ea1b29ca73a4..8995b9ca161ae 100644 --- a/packages/gatsby-plugin-twitter/CHANGELOG.md +++ b/packages/gatsby-plugin-twitter/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-twitter@2.8.0-next.0...gatsby-plugin-twitter@2.8.0-next.1) (2020-12-17) + +**Note:** Version bump only for package gatsby-plugin-twitter + # [2.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-twitter@2.7.0-next.0...gatsby-plugin-twitter@2.8.0-next.0) (2020-12-10) **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 5bed63e5087ce..1211833191a82 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.8.0-next.0", + "version": "2.8.0-next.1", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -14,7 +14,7 @@ "@babel/core": "^7.12.3", "babel-preset-gatsby-package": "^0.10.0-next.0", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^0.7.0-next.0" + "gatsby-plugin-utils": "^0.7.0-next.1" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-twitter#readme", "keywords": [ diff --git a/packages/gatsby-plugin-utils/CHANGELOG.md b/packages/gatsby-plugin-utils/CHANGELOG.md index b1c6c467bf00d..4a72d85fcbc0f 100644 --- a/packages/gatsby-plugin-utils/CHANGELOG.md +++ b/packages/gatsby-plugin-utils/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-utils@0.7.0-next.0...gatsby-plugin-utils@0.7.0-next.1) (2020-12-17) + +**Note:** Version bump only for package gatsby-plugin-utils + # [0.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-utils@0.6.0-next.0...gatsby-plugin-utils@0.7.0-next.0) (2020-12-10) **Note:** Version bump only for package gatsby-plugin-utils diff --git a/packages/gatsby-plugin-utils/package.json b/packages/gatsby-plugin-utils/package.json index 1eac140d5b8e2..2a06c4d4eb74b 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.7.0-next.0", + "version": "0.7.0-next.1", "description": "Gatsby utils that help creating plugins", "main": "dist/index.js", "scripts": { diff --git a/packages/gatsby-remark-autolink-headers/CHANGELOG.md b/packages/gatsby-remark-autolink-headers/CHANGELOG.md index 35f97289119f9..71dfc7fbdb400 100644 --- a/packages/gatsby-remark-autolink-headers/CHANGELOG.md +++ b/packages/gatsby-remark-autolink-headers/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.9.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-autolink-headers@2.9.0-next.0...gatsby-remark-autolink-headers@2.9.0-next.1) (2020-12-17) + +**Note:** Version bump only for package gatsby-remark-autolink-headers + # [2.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-autolink-headers@2.8.0-next.0...gatsby-remark-autolink-headers@2.9.0-next.0) (2020-12-10) **Note:** Version bump only for package gatsby-remark-autolink-headers diff --git a/packages/gatsby-remark-autolink-headers/package.json b/packages/gatsby-remark-autolink-headers/package.json index 0df4ed352ea25..e157129ebd92e 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.9.0-next.0", + "version": "2.9.0-next.1", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -18,7 +18,7 @@ "@babel/core": "^7.12.3", "babel-preset-gatsby-package": "^0.10.0-next.0", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^0.7.0-next.0" + "gatsby-plugin-utils": "^0.7.0-next.1" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-autolink-headers#readme", "keywords": [ diff --git a/packages/gatsby-remark-images/CHANGELOG.md b/packages/gatsby-remark-images/CHANGELOG.md index 962e66de31c2f..cb94b5fce461e 100644 --- a/packages/gatsby-remark-images/CHANGELOG.md +++ b/packages/gatsby-remark-images/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.9.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images@3.9.0-next.0...gatsby-remark-images@3.9.0-next.1) (2020-12-17) + +**Note:** Version bump only for package gatsby-remark-images + # [3.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images@3.8.0-next.0...gatsby-remark-images@3.9.0-next.0) (2020-12-10) ### Bug Fixes diff --git a/packages/gatsby-remark-images/package.json b/packages/gatsby-remark-images/package.json index 9ed9824ed0ae0..313f2be1f3273 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.9.0-next.0", + "version": "3.9.0-next.1", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -24,7 +24,7 @@ "@babel/core": "^7.12.3", "babel-preset-gatsby-package": "^0.10.0-next.0", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^0.7.0-next.0", + "gatsby-plugin-utils": "^0.7.0-next.1", "hast-util-to-html": "^6.1.0", "mdast-util-to-hast": "^6.0.2" }, diff --git a/packages/gatsby-source-contentful/CHANGELOG.md b/packages/gatsby-source-contentful/CHANGELOG.md index da1dadc71386c..95383e99f6978 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. +# [4.4.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@4.4.0-next.1...gatsby-source-contentful@4.4.0-next.2) (2020-12-17) + +**Note:** Version bump only for package gatsby-source-contentful + # [4.4.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@4.4.0-next.0...gatsby-source-contentful@4.4.0-next.1) (2020-12-15) ### Performance Improvements diff --git a/packages/gatsby-source-contentful/package.json b/packages/gatsby-source-contentful/package.json index 83bcd0aade3b9..c8ff9c288538a 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.4.0-next.1", + "version": "4.4.0-next.2", "author": "Marcus Ericsson (mericsson.com)", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -18,7 +18,7 @@ "contentful": "^7.14.12", "fs-extra": "^9.0.1", "gatsby-core-utils": "^1.8.0-next.0", - "gatsby-plugin-utils": "^0.7.0-next.0", + "gatsby-plugin-utils": "^0.7.0-next.1", "gatsby-source-filesystem": "^2.9.0-next.0", "is-online": "^8.5.1", "json-stringify-safe": "^5.0.1", diff --git a/packages/gatsby-source-npm-package-search/CHANGELOG.md b/packages/gatsby-source-npm-package-search/CHANGELOG.md index 38b3c84534e6c..6fac3de6c65c5 100644 --- a/packages/gatsby-source-npm-package-search/CHANGELOG.md +++ b/packages/gatsby-source-npm-package-search/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.8.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-npm-package-search@2.8.0-next.1...gatsby-source-npm-package-search@2.8.0-next.2) (2020-12-17) + +**Note:** Version bump only for package gatsby-source-npm-package-search + # [2.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-npm-package-search@2.8.0-next.0...gatsby-source-npm-package-search@2.8.0-next.1) (2020-12-17) **Note:** Version bump only for package gatsby-source-npm-package-search diff --git a/packages/gatsby-source-npm-package-search/package.json b/packages/gatsby-source-npm-package-search/package.json index ca6b7e50a5359..905d653a84411 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.8.0-next.1", + "version": "2.8.0-next.2", "author": "james.a.stack@gmail.com", "repository": { "type": "git", diff --git a/packages/gatsby-transformer-remark/CHANGELOG.md b/packages/gatsby-transformer-remark/CHANGELOG.md index 4851175f9281f..434fa7a709521 100644 --- a/packages/gatsby-transformer-remark/CHANGELOG.md +++ b/packages/gatsby-transformer-remark/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.14.0-next.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-remark@2.14.0-next.0...gatsby-transformer-remark@2.14.0-next.1) (2020-12-17) + +**Note:** Version bump only for package gatsby-transformer-remark + # [2.14.0-next.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-remark@2.13.0-next.1...gatsby-transformer-remark@2.14.0-next.0) (2020-12-10) **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 d84c241c346f1..e15689fea6916 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.14.0-next.0", + "version": "2.14.0-next.1", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -34,7 +34,7 @@ "@babel/core": "^7.12.3", "babel-preset-gatsby-package": "^0.10.0-next.0", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^0.7.0-next.0" + "gatsby-plugin-utils": "^0.7.0-next.1" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-remark#readme", "keywords": [ diff --git a/packages/gatsby-transformer-sqip/CHANGELOG.md b/packages/gatsby-transformer-sqip/CHANGELOG.md index d4c2eae10cf8a..da620df99baf7 100644 --- a/packages/gatsby-transformer-sqip/CHANGELOG.md +++ b/packages/gatsby-transformer-sqip/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.9.0-next.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@2.9.0-next.2...gatsby-transformer-sqip@2.9.0-next.3) (2020-12-17) + +**Note:** Version bump only for package gatsby-transformer-sqip + # [2.9.0-next.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@2.9.0-next.1...gatsby-transformer-sqip@2.9.0-next.2) (2020-12-17) **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 2a89a49bb9964..35105b9f0983d 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.9.0-next.2", + "version": "2.9.0-next.3", "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.12.0-next.2", + "gatsby-plugin-sharp": "^2.12.0-next.3", "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 96a779ad47048..0983f02b97d46 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. +# [2.30.0-next.5](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.30.0-next.4...gatsby@2.30.0-next.5) (2020-12-17) + +**Note:** Version bump only for package gatsby + # [2.30.0-next.4](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.30.0-next.3...gatsby@2.30.0-next.4) (2020-12-17) ### Bug Fixes diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index af9569f67fbf1..14f40885216c5 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.30.0-next.4", + "version": "2.30.0-next.5", "author": "Kyle Mathews ", "bin": { "gatsby": "./cli.js" @@ -77,14 +77,14 @@ "find-cache-dir": "^3.3.1", "fs-exists-cached": "1.0.0", "fs-extra": "^8.1.0", - "gatsby-cli": "^2.17.0-next.3", + "gatsby-cli": "^2.17.0-next.4", "gatsby-core-utils": "^1.8.0-next.0", "gatsby-graphiql-explorer": "^0.9.0-next.0", "gatsby-legacy-polyfills": "^0.5.0-next.0", "gatsby-link": "^2.9.0-next.0", "gatsby-plugin-page-creator": "^2.8.0-next.1", "gatsby-plugin-typescript": "^2.10.0-next.0", - "gatsby-plugin-utils": "^0.7.0-next.0", + "gatsby-plugin-utils": "^0.7.0-next.1", "gatsby-react-router-scroll": "^3.5.0-next.0", "gatsby-telemetry": "^1.8.0-next.0", "glob": "^7.1.6",