From a9fd6bef3b2b9150de31e1632bfd383ec331743a Mon Sep 17 00:00:00 2001 From: Ward Peeters Date: Mon, 21 Mar 2022 16:24:29 +0100 Subject: [PATCH] chore(release): Publish next - babel-preset-gatsby@2.11.0-next.2 - create-gatsby@2.11.0-next.2 - gatsby-cli@4.11.0-next.2 - gatsby-codemods@3.11.0-next.1 - gatsby-design-tokens@4.11.0-next.1 - gatsby-dev-cli@4.11.0-next.1 - gatsby-link@4.11.0-next.3 - gatsby-plugin-catch-links@4.11.0-next.1 - gatsby-plugin-cxs@4.11.0-next.3 - gatsby-plugin-feed@4.11.0-next.3 - gatsby-plugin-flow@3.11.0-next.2 - gatsby-plugin-gatsby-cloud@4.11.0-next.2 - gatsby-plugin-google-analytics@4.11.0-next.2 - gatsby-plugin-google-gtag@4.11.0-next.2 - gatsby-plugin-google-tagmanager@4.11.0-next.3 - gatsby-plugin-layout@3.11.0-next.1 - gatsby-plugin-manifest@4.11.0-next.2 - gatsby-plugin-mdx@3.11.0-next.3 - gatsby-plugin-netlify-cms@6.11.0-next.2 - gatsby-plugin-offline@5.11.0-next.3 - gatsby-plugin-page-creator@4.11.0-next.2 - gatsby-plugin-preact@6.11.0-next.1 - gatsby-plugin-react-css-modules@4.11.0-next.1 - gatsby-plugin-sass@5.11.0-next.2 - gatsby-plugin-sharp@4.11.0-next.3 - gatsby-plugin-sitemap@5.11.0-next.3 - gatsby-plugin-twitter@4.11.0-next.2 - gatsby-plugin-typescript@4.11.0-next.2 - gatsby-plugin-typography@4.11.0-next.2 - gatsby-plugin-utils@3.5.0-next.2 - gatsby-remark-autolink-headers@5.11.0-next.3 - gatsby-remark-copy-linked-files@5.11.0-next.1 - gatsby-remark-custom-blocks@4.11.0-next.1 - gatsby-remark-embed-snippet@7.11.0-next.1 - gatsby-remark-images@6.11.0-next.2 - gatsby-remark-katex@6.11.0-next.1 - gatsby-remark-prismjs@6.11.0-next.1 - gatsby-source-contentful@7.9.0-next.2 - gatsby-source-drupal@5.11.0-next.2 - gatsby-source-filesystem@4.11.0-next.2 - gatsby-source-lever@4.11.0-next.1 - gatsby-source-shopify@6.11.0-next.3 - gatsby-source-wordpress@6.11.0-next.3 - gatsby-transformer-documentationjs@6.11.0-next.1 - gatsby-transformer-remark@5.11.0-next.2 - gatsby-transformer-screenshot@4.11.0-next.1 - gatsby-transformer-sharp@4.11.0-next.1 - gatsby-transformer-sqip@4.11.0-next.3 - gatsby@4.11.0-next.3 --- packages/babel-preset-gatsby/package.json | 2 +- packages/create-gatsby/package.json | 4 ++-- packages/gatsby-cli/package.json | 4 ++-- packages/gatsby-codemods/package.json | 2 +- packages/gatsby-design-tokens/package.json | 2 +- packages/gatsby-dev-cli/package.json | 2 +- packages/gatsby-link/package.json | 2 +- packages/gatsby-plugin-catch-links/package.json | 2 +- packages/gatsby-plugin-cxs/package.json | 4 ++-- packages/gatsby-plugin-feed/package.json | 4 ++-- packages/gatsby-plugin-flow/package.json | 4 ++-- packages/gatsby-plugin-gatsby-cloud/package.json | 2 +- .../gatsby-plugin-google-analytics/package.json | 2 +- packages/gatsby-plugin-google-gtag/package.json | 2 +- .../gatsby-plugin-google-tagmanager/package.json | 4 ++-- packages/gatsby-plugin-layout/package.json | 2 +- packages/gatsby-plugin-manifest/package.json | 4 ++-- packages/gatsby-plugin-mdx/package.json | 4 ++-- packages/gatsby-plugin-netlify-cms/package.json | 2 +- packages/gatsby-plugin-offline/package.json | 4 ++-- packages/gatsby-plugin-page-creator/package.json | 4 ++-- packages/gatsby-plugin-preact/package.json | 2 +- .../gatsby-plugin-react-css-modules/package.json | 2 +- packages/gatsby-plugin-sass/package.json | 4 ++-- packages/gatsby-plugin-sharp/package.json | 4 ++-- packages/gatsby-plugin-sitemap/package.json | 4 ++-- packages/gatsby-plugin-twitter/package.json | 4 ++-- packages/gatsby-plugin-typescript/package.json | 2 +- packages/gatsby-plugin-typography/package.json | 2 +- packages/gatsby-plugin-utils/package.json | 2 +- .../gatsby-remark-autolink-headers/package.json | 4 ++-- .../gatsby-remark-copy-linked-files/package.json | 2 +- packages/gatsby-remark-custom-blocks/package.json | 2 +- packages/gatsby-remark-embed-snippet/package.json | 2 +- packages/gatsby-remark-images/package.json | 4 ++-- packages/gatsby-remark-katex/package.json | 2 +- packages/gatsby-remark-prismjs/package.json | 2 +- packages/gatsby-source-contentful/package.json | 6 +++--- packages/gatsby-source-drupal/package.json | 4 ++-- packages/gatsby-source-filesystem/package.json | 2 +- packages/gatsby-source-lever/package.json | 2 +- packages/gatsby-source-shopify/package.json | 6 +++--- packages/gatsby-source-wordpress/package.json | 10 +++++----- .../package.json | 2 +- packages/gatsby-transformer-remark/package.json | 4 ++-- .../gatsby-transformer-screenshot/package.json | 2 +- packages/gatsby-transformer-sharp/package.json | 2 +- packages/gatsby-transformer-sqip/package.json | 4 ++-- packages/gatsby/package.json | 14 +++++++------- 49 files changed, 82 insertions(+), 82 deletions(-) diff --git a/packages/babel-preset-gatsby/package.json b/packages/babel-preset-gatsby/package.json index 3f8c5f335deb0..ff2ff6c4074ea 100644 --- a/packages/babel-preset-gatsby/package.json +++ b/packages/babel-preset-gatsby/package.json @@ -1,6 +1,6 @@ { "name": "babel-preset-gatsby", - "version": "2.11.0-next.1", + "version": "2.11.0-next.2", "author": "Philipp Spiess ", "repository": { "type": "git", diff --git a/packages/create-gatsby/package.json b/packages/create-gatsby/package.json index f3909a8ced191..a8e468ff40d24 100644 --- a/packages/create-gatsby/package.json +++ b/packages/create-gatsby/package.json @@ -1,6 +1,6 @@ { "name": "create-gatsby", - "version": "2.11.0-next.1", + "version": "2.11.0-next.2", "main": "lib/index.js", "bin": "cli.js", "license": "MIT", @@ -28,7 +28,7 @@ "eslint": "^7.32.0", "execa": "^5.1.1", "fs-extra": "^10.0.0", - "gatsby-plugin-utils": "^3.5.0-next.1", + "gatsby-plugin-utils": "^3.5.0-next.2", "joi": "^17.4.2", "microbundle": "^0.14.2", "node-fetch": "^2.6.6", diff --git a/packages/gatsby-cli/package.json b/packages/gatsby-cli/package.json index 11b7d3df59451..358f1b7b17bdc 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": "4.11.0-next.1", + "version": "4.11.0-next.2", "author": "Kyle Mathews ", "bin": { "gatsby": "cli.js" @@ -26,7 +26,7 @@ "common-tags": "^1.8.2", "configstore": "^5.0.1", "convert-hrtime": "^3.0.0", - "create-gatsby": "^2.11.0-next.1", + "create-gatsby": "^2.11.0-next.2", "envinfo": "^7.8.1", "execa": "^5.1.1", "fs-exists-cached": "^1.0.0", diff --git a/packages/gatsby-codemods/package.json b/packages/gatsby-codemods/package.json index ccef4c7d0e167..b92704ed1665a 100644 --- a/packages/gatsby-codemods/package.json +++ b/packages/gatsby-codemods/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-codemods", - "version": "3.11.0-next.0", + "version": "3.11.0-next.1", "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-design-tokens/package.json b/packages/gatsby-design-tokens/package.json index 171fca1458169..2978b2a927c33 100644 --- a/packages/gatsby-design-tokens/package.json +++ b/packages/gatsby-design-tokens/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-design-tokens", - "version": "4.11.0-next.0", + "version": "4.11.0-next.1", "description": "Gatsby Design Tokens", "main": "dist/index.js", "module": "dist/index.esm.js", diff --git a/packages/gatsby-dev-cli/package.json b/packages/gatsby-dev-cli/package.json index 5619cf823a737..44b6235290bae 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": "4.11.0-next.0", + "version": "4.11.0-next.1", "author": "Kyle Mathews ", "bin": { "gatsby-dev": "./dist/index.js" diff --git a/packages/gatsby-link/package.json b/packages/gatsby-link/package.json index 405b0beb19f97..1058c28ecbc7d 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": "4.11.0-next.2", + "version": "4.11.0-next.3", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-plugin-catch-links/package.json b/packages/gatsby-plugin-catch-links/package.json index b5e738a04ff67..f2e1fcd70b470 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": "4.11.0-next.0", + "version": "4.11.0-next.1", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-plugin-cxs/package.json b/packages/gatsby-plugin-cxs/package.json index daf18e77cebca..6c90837cff252 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": "4.11.0-next.2", + "version": "4.11.0-next.3", "author": "Chen-Tai Hou ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -15,7 +15,7 @@ "babel-preset-gatsby-package": "^2.11.0-next.0", "cross-env": "^7.0.3", "cxs": "^6.2.0", - "gatsby-plugin-utils": "^3.5.0-next.1" + "gatsby-plugin-utils": "^3.5.0-next.2" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-cxs#readme", "keywords": [ diff --git a/packages/gatsby-plugin-feed/package.json b/packages/gatsby-plugin-feed/package.json index 35625fbec82fc..1a5237b269057 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": "4.11.0-next.2", + "version": "4.11.0-next.3", "author": "Nicholas Young ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -11,7 +11,7 @@ "@hapi/joi": "^15.1.1", "common-tags": "^1.8.2", "fs-extra": "^10.0.0", - "gatsby-plugin-utils": "^3.5.0-next.1", + "gatsby-plugin-utils": "^3.5.0-next.2", "lodash.merge": "^4.6.2", "rss": "^1.2.2" }, diff --git a/packages/gatsby-plugin-flow/package.json b/packages/gatsby-plugin-flow/package.json index 43e132353e841..59c596aebf900 100644 --- a/packages/gatsby-plugin-flow/package.json +++ b/packages/gatsby-plugin-flow/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-flow", - "version": "3.11.0-next.1", + "version": "3.11.0-next.2", "description": "Provides drop-in support for Flow by adding @babel/preset-flow.", "main": "index.js", "scripts": { @@ -32,7 +32,7 @@ "@babel/core": "^7.15.5", "babel-preset-gatsby-package": "^2.11.0-next.0", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^3.5.0-next.1" + "gatsby-plugin-utils": "^3.5.0-next.2" }, "peerDependencies": { "gatsby": "^4.0.0-next" diff --git a/packages/gatsby-plugin-gatsby-cloud/package.json b/packages/gatsby-plugin-gatsby-cloud/package.json index 1811774e16411..7dce79b84ad93 100644 --- a/packages/gatsby-plugin-gatsby-cloud/package.json +++ b/packages/gatsby-plugin-gatsby-cloud/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-gatsby-cloud", "description": "A Gatsby plugin which optimizes working with Gatsby Cloud", - "version": "4.11.0-next.1", + "version": "4.11.0-next.2", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-plugin-google-analytics/package.json b/packages/gatsby-plugin-google-analytics/package.json index bd1a9707b52ac..761bfd6f05c1f 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": "4.11.0-next.1", + "version": "4.11.0-next.2", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-plugin-google-gtag/package.json b/packages/gatsby-plugin-google-gtag/package.json index 31e398e3e3d74..84d0a117378d4 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": "4.11.0-next.1", + "version": "4.11.0-next.2", "author": "Tyler Buchea ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-plugin-google-tagmanager/package.json b/packages/gatsby-plugin-google-tagmanager/package.json index 8037741caafe1..15d60a4fcd2fd 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": "4.11.0-next.2", + "version": "4.11.0-next.3", "author": "Thijs Koerselman ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -15,7 +15,7 @@ "@babel/core": "^7.15.5", "babel-preset-gatsby-package": "^2.11.0-next.0", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^3.5.0-next.1" + "gatsby-plugin-utils": "^3.5.0-next.2" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-google-tagmanager#readme", "keywords": [ diff --git a/packages/gatsby-plugin-layout/package.json b/packages/gatsby-plugin-layout/package.json index fd7e8a45ff475..4e046d2b0b1ad 100644 --- a/packages/gatsby-plugin-layout/package.json +++ b/packages/gatsby-plugin-layout/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-layout", - "version": "3.11.0-next.0", + "version": "3.11.0-next.1", "description": "Reimplements the behavior of layout components in gatsby@1, which was removed in version 2.", "main": "index.js", "scripts": { diff --git a/packages/gatsby-plugin-manifest/package.json b/packages/gatsby-plugin-manifest/package.json index e67f9f60f048a..2909382ee8e24 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": "4.11.0-next.1", + "version": "4.11.0-next.2", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -9,7 +9,7 @@ "dependencies": { "@babel/runtime": "^7.15.4", "gatsby-core-utils": "^3.11.0-next.1", - "gatsby-plugin-utils": "^3.5.0-next.1", + "gatsby-plugin-utils": "^3.5.0-next.2", "semver": "^7.3.5", "sharp": "^0.30.1" }, diff --git a/packages/gatsby-plugin-mdx/package.json b/packages/gatsby-plugin-mdx/package.json index 74c743b293689..922862f78d66b 100644 --- a/packages/gatsby-plugin-mdx/package.json +++ b/packages/gatsby-plugin-mdx/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-mdx", - "version": "3.11.0-next.2", + "version": "3.11.0-next.3", "description": "MDX integration for Gatsby", "main": "index.js", "license": "MIT", @@ -63,7 +63,7 @@ "devDependencies": { "@mdx-js/mdx": "^1.6.16", "@mdx-js/react": "^1.6.16", - "gatsby-plugin-utils": "^3.5.0-next.1", + "gatsby-plugin-utils": "^3.5.0-next.2", "js-combinatorics": "^1.4.5", "react-test-renderer": "^16.13.1" }, diff --git a/packages/gatsby-plugin-netlify-cms/package.json b/packages/gatsby-plugin-netlify-cms/package.json index 0ae9d785b29df..f71e66210ab42 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": "6.11.0-next.1", + "version": "6.11.0-next.2", "author": "Shawn Erquhart ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-plugin-offline/package.json b/packages/gatsby-plugin-offline/package.json index d5843729508df..ddd6dfecb89f1 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": "5.11.0-next.2", + "version": "5.11.0-next.3", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -21,7 +21,7 @@ "babel-preset-gatsby-package": "^2.11.0-next.0", "cpy-cli": "^3.1.1", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^3.5.0-next.1", + "gatsby-plugin-utils": "^3.5.0-next.2", "rewire": "^6.0.0" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-offline#readme", diff --git a/packages/gatsby-plugin-page-creator/package.json b/packages/gatsby-plugin-page-creator/package.json index ef4fa9dff4df9..1e59596c46ad9 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": "4.11.0-next.1", + "version": "4.11.0-next.2", "description": "Gatsby plugin that automatically creates pages from React components in specified directories", "main": "index.js", "scripts": { @@ -31,7 +31,7 @@ "fs-exists-cached": "^1.0.0", "gatsby-core-utils": "^3.11.0-next.1", "gatsby-page-utils": "^2.11.0-next.1", - "gatsby-plugin-utils": "^3.5.0-next.1", + "gatsby-plugin-utils": "^3.5.0-next.2", "gatsby-telemetry": "^3.11.0-next.1", "globby": "^11.0.4", "lodash": "^4.17.21" diff --git a/packages/gatsby-plugin-preact/package.json b/packages/gatsby-plugin-preact/package.json index 4bcdb203c1f88..77165a768d2ed 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": "6.11.0-next.0", + "version": "6.11.0-next.1", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-plugin-react-css-modules/package.json b/packages/gatsby-plugin-react-css-modules/package.json index e6c9f6d206285..90a2d00dfea99 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": "4.11.0-next.0", + "version": "4.11.0-next.1", "author": "Ming Aldrich-Gan ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-plugin-sass/package.json b/packages/gatsby-plugin-sass/package.json index 337f4e0ade4cf..e03e4e77a8ebb 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": "5.11.0-next.1", + "version": "5.11.0-next.2", "author": "Daniel Farrell ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -17,7 +17,7 @@ "autoprefixer": "^10.4.2", "babel-preset-gatsby-package": "^2.11.0-next.0", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^3.5.0-next.1" + "gatsby-plugin-utils": "^3.5.0-next.2" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sass#readme", "keywords": [ diff --git a/packages/gatsby-plugin-sharp/package.json b/packages/gatsby-plugin-sharp/package.json index ac0e452124d79..54fbfe4d42b41 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": "4.11.0-next.2", + "version": "4.11.0-next.3", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -14,7 +14,7 @@ "filenamify": "^4.3.0", "fs-extra": "^10.0.0", "gatsby-core-utils": "^3.11.0-next.1", - "gatsby-plugin-utils": "^3.5.0-next.1", + "gatsby-plugin-utils": "^3.5.0-next.2", "gatsby-telemetry": "^3.11.0-next.1", "got": "^11.8.3", "lodash": "^4.17.21", diff --git a/packages/gatsby-plugin-sitemap/package.json b/packages/gatsby-plugin-sitemap/package.json index 7953286d7b83f..bd4402f0161dc 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": "5.11.0-next.2", + "version": "5.11.0-next.3", "contributors": [ "Alex Moon ", "Nicholas Young " @@ -20,7 +20,7 @@ "@babel/core": "^7.15.5", "babel-preset-gatsby-package": "^2.11.0-next.0", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^3.5.0-next.1" + "gatsby-plugin-utils": "^3.5.0-next.2" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sitemap#readme", "keywords": [ diff --git a/packages/gatsby-plugin-twitter/package.json b/packages/gatsby-plugin-twitter/package.json index 3f58c2755d259..40297808a8bad 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": "4.11.0-next.1", + "version": "4.11.0-next.2", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -14,7 +14,7 @@ "@babel/core": "^7.15.5", "babel-preset-gatsby-package": "^2.11.0-next.0", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^3.5.0-next.1" + "gatsby-plugin-utils": "^3.5.0-next.2" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-twitter#readme", "keywords": [ diff --git a/packages/gatsby-plugin-typescript/package.json b/packages/gatsby-plugin-typescript/package.json index e9633630468e2..e65f1f11ff4a8 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": "4.11.0-next.1", + "version": "4.11.0-next.2", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-plugin-typography/package.json b/packages/gatsby-plugin-typography/package.json index f10b6aad4e995..ee07a738af63b 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": "4.11.0-next.1", + "version": "4.11.0-next.2", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-plugin-utils/package.json b/packages/gatsby-plugin-utils/package.json index 455b3ab758b9a..ab6c97b51c224 100644 --- a/packages/gatsby-plugin-utils/package.json +++ b/packages/gatsby-plugin-utils/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-utils", - "version": "3.5.0-next.1", + "version": "3.5.0-next.2", "description": "Gatsby utils that help creating plugins", "main": "dist/index.js", "exports": { diff --git a/packages/gatsby-remark-autolink-headers/package.json b/packages/gatsby-remark-autolink-headers/package.json index c42eaed419c76..04aa67aab3ada 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": "5.11.0-next.2", + "version": "5.11.0-next.3", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -18,7 +18,7 @@ "@babel/core": "^7.15.5", "babel-preset-gatsby-package": "^2.11.0-next.0", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^3.5.0-next.1" + "gatsby-plugin-utils": "^3.5.0-next.2" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-autolink-headers#readme", "keywords": [ diff --git a/packages/gatsby-remark-copy-linked-files/package.json b/packages/gatsby-remark-copy-linked-files/package.json index 8b48519f6c145..cf8d7364ec0ca 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": "5.11.0-next.0", + "version": "5.11.0-next.1", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-remark-custom-blocks/package.json b/packages/gatsby-remark-custom-blocks/package.json index bbb57b193878a..252225b41e6b1 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": "4.11.0-next.0", + "version": "4.11.0-next.1", "author": "Mohammad Asad Mohammad ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-remark-embed-snippet/package.json b/packages/gatsby-remark-embed-snippet/package.json index 759493d7758d8..69669e486f552 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": "7.11.0-next.0", + "version": "7.11.0-next.1", "author": "Brian Vaughn ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-remark-images/package.json b/packages/gatsby-remark-images/package.json index b7473ce536926..ff4844210fdb6 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": "6.11.0-next.1", + "version": "6.11.0-next.2", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -24,7 +24,7 @@ "@babel/core": "^7.15.5", "babel-preset-gatsby-package": "^2.11.0-next.0", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^3.5.0-next.1", + "gatsby-plugin-utils": "^3.5.0-next.2", "hast-util-to-html": "^7.1.3", "mdast-util-to-hast": "^10.2.0" }, diff --git a/packages/gatsby-remark-katex/package.json b/packages/gatsby-remark-katex/package.json index a2da2c5e39ca0..50d7b1db79819 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": "6.11.0-next.0", + "version": "6.11.0-next.1", "author": "Jeffrey Xiao ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-remark-prismjs/package.json b/packages/gatsby-remark-prismjs/package.json index 88ca1f1e23413..bd48bc54f319c 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": "6.11.0-next.0", + "version": "6.11.0-next.1", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-source-contentful/package.json b/packages/gatsby-source-contentful/package.json index 6253103d753bf..c51d201dc34f8 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": "7.9.0-next.1", + "version": "7.9.0-next.2", "author": "Marcus Ericsson (mericsson.com)", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -18,8 +18,8 @@ "contentful": "^8.5.8", "fs-extra": "^10.0.0", "gatsby-core-utils": "^3.11.0-next.1", - "gatsby-plugin-utils": "^3.5.0-next.1", - "gatsby-source-filesystem": "^4.11.0-next.1", + "gatsby-plugin-utils": "^3.5.0-next.2", + "gatsby-source-filesystem": "^4.11.0-next.2", "is-online": "^8.5.1", "json-stringify-safe": "^5.0.1", "lodash": "^4.17.21", diff --git a/packages/gatsby-source-drupal/package.json b/packages/gatsby-source-drupal/package.json index 2caee01658856..ce85c14edc3fd 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": "5.11.0-next.1", + "version": "5.11.0-next.2", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "bluebird": "^3.7.2", "body-parser": "^1.19.1", "fastq": "^1.13.0", - "gatsby-source-filesystem": "^4.11.0-next.1", + "gatsby-source-filesystem": "^4.11.0-next.2", "got": "^11.8.3", "http2-wrapper": "^2.1.10", "lodash": "^4.17.21", diff --git a/packages/gatsby-source-filesystem/package.json b/packages/gatsby-source-filesystem/package.json index 2950c8611ef89..f7b1ba3efe64c 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": "4.11.0-next.1", + "version": "4.11.0-next.2", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-source-lever/package.json b/packages/gatsby-source-lever/package.json index a7d4309b85545..1331e239cc790 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": "4.11.0-next.0", + "version": "4.11.0-next.1", "author": "Sebastien Fichot ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-source-shopify/package.json b/packages/gatsby-source-shopify/package.json index 9cfa481caec0f..1f763544d6d49 100644 --- a/packages/gatsby-source-shopify/package.json +++ b/packages/gatsby-source-shopify/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-source-shopify", - "version": "6.11.0-next.2", + "version": "6.11.0-next.3", "description": "Gatsby source plugin for building websites using Shopify as a data source.", "scripts": { "watch": "tsc-watch --outDir .", @@ -21,8 +21,8 @@ "dependencies": { "@babel/runtime": "^7.15.4", "gatsby-core-utils": "^3.11.0-next.1", - "gatsby-plugin-utils": "^3.5.0-next.1", - "gatsby-source-filesystem": "^4.11.0-next.1", + "gatsby-plugin-utils": "^3.5.0-next.2", + "gatsby-source-filesystem": "^4.11.0-next.2", "node-fetch": "^2.6.7", "sharp": "^0.30.1", "shift-left": "^0.1.5" diff --git a/packages/gatsby-source-wordpress/package.json b/packages/gatsby-source-wordpress/package.json index f2d8cb2900455..ecd294c57e19e 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": "6.11.0-next.2", + "version": "6.11.0-next.3", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" }, @@ -29,9 +29,9 @@ "filesize": "^6.4.0", "fs-extra": "^10.0.0", "gatsby-core-utils": "^3.11.0-next.1", - "gatsby-plugin-catch-links": "^4.11.0-next.0", - "gatsby-plugin-utils": "^3.5.0-next.1", - "gatsby-source-filesystem": "^4.11.0-next.1", + "gatsby-plugin-catch-links": "^4.11.0-next.1", + "gatsby-plugin-utils": "^3.5.0-next.2", + "gatsby-source-filesystem": "^4.11.0-next.2", "glob": "^7.2.0", "got": "^11.8.3", "lodash": "^4.17.21", @@ -54,7 +54,7 @@ "@types/semver": "^7.3.9", "babel-plugin-import-globals": "^2.0.0", "babel-plugin-module-resolver": "4.1.0", - "babel-preset-gatsby": "^2.11.0-next.1", + "babel-preset-gatsby": "^2.11.0-next.2", "babel-preset-gatsby-package": "^2.11.0-next.0", "cross-env": "^7.0.3", "gatsby-plugin-image": "^2.11.0-next.2", diff --git a/packages/gatsby-transformer-documentationjs/package.json b/packages/gatsby-transformer-documentationjs/package.json index b8ca44085c021..015b7ce688830 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": "6.11.0-next.0", + "version": "6.11.0-next.1", "author": "Kyle Mathews", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-transformer-remark/package.json b/packages/gatsby-transformer-remark/package.json index b7356ea0e4028..d4390ffbc63dd 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": "5.11.0-next.1", + "version": "5.11.0-next.2", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -35,7 +35,7 @@ "@babel/core": "^7.15.5", "babel-preset-gatsby-package": "^2.11.0-next.0", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^3.5.0-next.1" + "gatsby-plugin-utils": "^3.5.0-next.2" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-remark#readme", "keywords": [ diff --git a/packages/gatsby-transformer-screenshot/package.json b/packages/gatsby-transformer-screenshot/package.json index 3db2f061307ed..20d2cad63b934 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": "4.11.0-next.0", + "version": "4.11.0-next.1", "author": "Cassandra Beckley ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-transformer-sharp/package.json b/packages/gatsby-transformer-sharp/package.json index a665dbca28f14..b95bd53390fdd 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": "4.11.0-next.0", + "version": "4.11.0-next.1", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-transformer-sqip/package.json b/packages/gatsby-transformer-sqip/package.json index 6a9d66bf8ffa6..9daf3b98bc41b 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": "4.11.0-next.2", + "version": "4.11.0-next.3", "author": "Benedikt Rötsch ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -9,7 +9,7 @@ "dependencies": { "@babel/runtime": "^7.15.4", "fs-extra": "^10.0.0", - "gatsby-plugin-sharp": "^4.11.0-next.2", + "gatsby-plugin-sharp": "^4.11.0-next.3", "md5-file": "^5.0.0", "mini-svg-data-uri": "^1.4.3", "p-queue": "^6.6.2", diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index 39bf46b0fb3b2..9490b181482e0 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": "4.11.0-next.2", + "version": "4.11.0-next.3", "author": "Kyle Mathews ", "bin": { "gatsby": "./cli.js" @@ -36,7 +36,7 @@ "babel-plugin-dynamic-import-node": "^2.3.3", "babel-plugin-lodash": "^3.3.4", "babel-plugin-remove-graphql-queries": "^4.11.0-next.1", - "babel-preset-gatsby": "^2.11.0-next.1", + "babel-preset-gatsby": "^2.11.0-next.2", "better-opn": "^2.1.1", "bluebird": "^3.7.2", "body-parser": "^1.19.0", @@ -79,16 +79,16 @@ "find-cache-dir": "^3.3.2", "fs-exists-cached": "1.0.0", "fs-extra": "^10.0.0", - "gatsby-cli": "^4.11.0-next.1", + "gatsby-cli": "^4.11.0-next.2", "gatsby-core-utils": "^3.11.0-next.1", "gatsby-graphiql-explorer": "^2.11.0-next.0", "gatsby-legacy-polyfills": "^2.11.0-next.0", - "gatsby-link": "^4.11.0-next.2", + "gatsby-link": "^4.11.0-next.3", "gatsby-page-utils": "^2.11.0-next.1", "gatsby-parcel-config": "^0.2.0-next.0", - "gatsby-plugin-page-creator": "^4.11.0-next.1", - "gatsby-plugin-typescript": "^4.11.0-next.1", - "gatsby-plugin-utils": "^3.5.0-next.1", + "gatsby-plugin-page-creator": "^4.11.0-next.2", + "gatsby-plugin-typescript": "^4.11.0-next.2", + "gatsby-plugin-utils": "^3.5.0-next.2", "gatsby-react-router-scroll": "^5.11.0-next.1", "gatsby-telemetry": "^3.11.0-next.1", "gatsby-worker": "^1.11.0-next.0",