diff --git a/packages/babel-plugin-remove-graphql-queries/package.json b/packages/babel-plugin-remove-graphql-queries/package.json index a032c66cc5171..34312d39b3ae6 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": "4.12.0-next.1", + "version": "4.12.0-next.2", "author": "Jason Quense ", "repository": { "type": "git", @@ -10,7 +10,7 @@ "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/babel-plugin-remove-graphql-queries#readme", "dependencies": { "@babel/runtime": "^7.15.4", - "gatsby-core-utils": "^3.12.0-next.1" + "gatsby-core-utils": "^3.12.0-next.2" }, "devDependencies": { "@babel/cli": "^7.15.4", diff --git a/packages/babel-preset-gatsby/package.json b/packages/babel-preset-gatsby/package.json index 15530c5c8b086..26a367f906f36 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.12.0-next.1", + "version": "2.12.0-next.2", "author": "Philipp Spiess ", "repository": { "type": "git", @@ -22,7 +22,7 @@ "babel-plugin-dynamic-import-node": "^2.3.3", "babel-plugin-macros": "^2.8.0", "babel-plugin-transform-react-remove-prop-types": "^0.4.24", - "gatsby-core-utils": "^3.12.0-next.1", + "gatsby-core-utils": "^3.12.0-next.2", "gatsby-legacy-polyfills": "^2.12.0-next.0" }, "peerDependencies": { diff --git a/packages/create-gatsby/package.json b/packages/create-gatsby/package.json index 2bc9c6a9699b4..512bd2fd4a09d 100644 --- a/packages/create-gatsby/package.json +++ b/packages/create-gatsby/package.json @@ -1,6 +1,6 @@ { "name": "create-gatsby", - "version": "2.12.0-next.1", + "version": "2.12.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.6.0-next.1", + "gatsby-plugin-utils": "^3.6.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 99aa6c105eb7c..8fa2794782b4a 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.12.0-next.1", + "version": "4.12.0-next.2", "author": "Kyle Mathews ", "bin": { "gatsby": "cli.js" @@ -26,13 +26,13 @@ "common-tags": "^1.8.2", "configstore": "^5.0.1", "convert-hrtime": "^3.0.0", - "create-gatsby": "^2.12.0-next.1", + "create-gatsby": "^2.12.0-next.2", "envinfo": "^7.8.1", "execa": "^5.1.1", "fs-exists-cached": "^1.0.0", "fs-extra": "^10.0.0", - "gatsby-core-utils": "^3.12.0-next.1", - "gatsby-telemetry": "^3.12.0-next.1", + "gatsby-core-utils": "^3.12.0-next.2", + "gatsby-telemetry": "^3.12.0-next.2", "hosted-git-info": "^3.0.8", "is-valid-path": "^0.1.1", "joi": "^17.4.2", diff --git a/packages/gatsby-core-utils/package.json b/packages/gatsby-core-utils/package.json index 0ea33739dc02a..770f6d3e11e0b 100644 --- a/packages/gatsby-core-utils/package.json +++ b/packages/gatsby-core-utils/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-core-utils", - "version": "3.12.0-next.1", + "version": "3.12.0-next.2", "description": "A collection of gatsby utils used in different gatsby packages", "keywords": [ "gatsby", diff --git a/packages/gatsby-dev-cli/package.json b/packages/gatsby-dev-cli/package.json index 8bcd0f968af64..0fdf1992bd9b2 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.12.0-next.0", + "version": "4.12.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 021d717757a3d..9988f67d37feb 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.12.0-next.1", + "version": "4.12.0-next.2", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -9,7 +9,7 @@ "dependencies": { "@babel/runtime": "^7.15.4", "@types/reach__router": "^1.3.10", - "gatsby-page-utils": "^2.12.0-next.1", + "gatsby-page-utils": "^2.12.0-next.2", "prop-types": "^15.7.2" }, "devDependencies": { diff --git a/packages/gatsby-page-utils/package.json b/packages/gatsby-page-utils/package.json index f8c261db2f51e..dda9ae25bdfe5 100644 --- a/packages/gatsby-page-utils/package.json +++ b/packages/gatsby-page-utils/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-page-utils", - "version": "2.12.0-next.1", + "version": "2.12.0-next.2", "description": "Gatsby library that helps creating pages", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -30,7 +30,7 @@ "bluebird": "^3.7.2", "chokidar": "^3.5.2", "fs-exists-cached": "^1.0.0", - "gatsby-core-utils": "^3.12.0-next.1", + "gatsby-core-utils": "^3.12.0-next.2", "glob": "^7.2.0", "lodash": "^4.17.21", "micromatch": "^4.0.5" diff --git a/packages/gatsby-plugin-benchmark-reporting/package.json b/packages/gatsby-plugin-benchmark-reporting/package.json index e995a0a0cce56..5b57b15657ccf 100644 --- a/packages/gatsby-plugin-benchmark-reporting/package.json +++ b/packages/gatsby-plugin-benchmark-reporting/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-benchmark-reporting", "description": "Gatsby Benchmark Reporting", - "version": "2.12.0-next.1", + "version": "2.12.0-next.2", "author": "Peter van der Zee ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -21,7 +21,7 @@ "dependencies": { "@babel/runtime": "^7.15.4", "fast-glob": "^3.2.11", - "gatsby-core-utils": "^3.12.0-next.1", + "gatsby-core-utils": "^3.12.0-next.2", "node-fetch": "^2.6.7" }, "peerDependencies": { diff --git a/packages/gatsby-plugin-cxs/package.json b/packages/gatsby-plugin-cxs/package.json index 711c0c87cfcd3..f638e13f77885 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.12.0-next.1", + "version": "4.12.0-next.2", "author": "Chen-Tai Hou ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -15,7 +15,7 @@ "babel-preset-gatsby-package": "^2.12.0-next.0", "cross-env": "^7.0.3", "cxs": "^6.2.0", - "gatsby-plugin-utils": "^3.6.0-next.1" + "gatsby-plugin-utils": "^3.6.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 7f52d372fcd51..b09cd5213834b 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.12.0-next.1", + "version": "4.12.0-next.2", "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.6.0-next.1", + "gatsby-plugin-utils": "^3.6.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 5cb14195c34bc..299bf5ca7d232 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.12.0-next.1", + "version": "3.12.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.12.0-next.0", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^3.6.0-next.1" + "gatsby-plugin-utils": "^3.6.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 12f135aa2e643..3803422a4c6aa 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.12.0-next.1", + "version": "4.12.0-next.2", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -10,8 +10,8 @@ "@babel/runtime": "^7.15.4", "date-fns": "^2.28.0", "fs-extra": "^10.0.0", - "gatsby-core-utils": "^3.12.0-next.1", - "gatsby-telemetry": "^3.12.0-next.1", + "gatsby-core-utils": "^3.12.0-next.2", + "gatsby-telemetry": "^3.12.0-next.2", "js-cookie": "^3.0.1", "kebab-hash": "^0.1.2", "lodash": "^4.17.21", diff --git a/packages/gatsby-plugin-google-gtag/package.json b/packages/gatsby-plugin-google-gtag/package.json index 50d048ca1b37d..807ddb9fb1136 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.12.0-next.0", + "version": "4.12.0-next.1", "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 82c6de1456b31..86230a6ddf363 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.12.0-next.1", + "version": "4.12.0-next.2", "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.12.0-next.0", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^3.6.0-next.1" + "gatsby-plugin-utils": "^3.6.0-next.2" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-google-tagmanager#readme", "keywords": [ diff --git a/packages/gatsby-plugin-image/package.json b/packages/gatsby-plugin-image/package.json index 7f1bab118908c..fc1c47282cf99 100644 --- a/packages/gatsby-plugin-image/package.json +++ b/packages/gatsby-plugin-image/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-image", - "version": "2.12.0-next.1", + "version": "2.12.0-next.2", "scripts": { "build": "npm-run-all -s clean -p build:*", "build:gatsby-node": "tsc --jsx react --downlevelIteration true --skipLibCheck true --esModuleInterop true --outDir dist/ src/gatsby-node.ts src/babel-plugin-parse-static-images.ts src/resolver-utils.ts src/types.d.ts -d --declarationDir dist/src", @@ -78,12 +78,12 @@ "@babel/runtime": "^7.15.4", "@babel/traverse": "^7.15.4", "babel-jsx-utils": "^1.1.0", - "babel-plugin-remove-graphql-queries": "^4.12.0-next.1", + "babel-plugin-remove-graphql-queries": "^4.12.0-next.2", "camelcase": "^5.3.1", "chokidar": "^3.5.2", "common-tags": "^1.8.2", "fs-extra": "^10.0.0", - "gatsby-core-utils": "^3.12.0-next.1", + "gatsby-core-utils": "^3.12.0-next.2", "objectFitPolyfill": "^2.3.5", "prop-types": "^15.8.1" }, diff --git a/packages/gatsby-plugin-manifest/package.json b/packages/gatsby-plugin-manifest/package.json index d708afab0c50a..1fb90237eb4de 100644 --- a/packages/gatsby-plugin-manifest/package.json +++ b/packages/gatsby-plugin-manifest/package.json @@ -1,15 +1,15 @@ { "name": "gatsby-plugin-manifest", "description": "Gatsby plugin which adds a manifest.webmanifest to make sites progressive web apps", - "version": "4.12.0-next.1", + "version": "4.12.0-next.2", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" }, "dependencies": { "@babel/runtime": "^7.15.4", - "gatsby-core-utils": "^3.12.0-next.1", - "gatsby-plugin-utils": "^3.6.0-next.1", + "gatsby-core-utils": "^3.12.0-next.2", + "gatsby-plugin-utils": "^3.6.0-next.2", "semver": "^7.3.5", "sharp": "^0.30.3" }, diff --git a/packages/gatsby-plugin-mdx/package.json b/packages/gatsby-plugin-mdx/package.json index a0751c2d6ac03..3b0d703c1714e 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.12.0-next.1", + "version": "3.12.0-next.2", "description": "MDX integration for Gatsby", "main": "index.js", "license": "MIT", @@ -37,7 +37,7 @@ "escape-string-regexp": "^1.0.5", "eval": "^0.1.4", "fs-extra": "^10.0.0", - "gatsby-core-utils": "^3.12.0-next.1", + "gatsby-core-utils": "^3.12.0-next.2", "gray-matter": "^4.0.2", "json5": "^2.1.3", "loader-utils": "^1.4.0", @@ -63,7 +63,7 @@ "devDependencies": { "@mdx-js/mdx": "^1.6.16", "@mdx-js/react": "^1.6.16", - "gatsby-plugin-utils": "^3.6.0-next.1", + "gatsby-plugin-utils": "^3.6.0-next.2", "js-combinatorics": "^1.4.5", "react-test-renderer": "^16.13.1" }, diff --git a/packages/gatsby-plugin-offline/package.json b/packages/gatsby-plugin-offline/package.json index 5969a9570cc2d..bd3018d9982a2 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.12.0-next.1", + "version": "5.12.0-next.2", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -9,7 +9,7 @@ "dependencies": { "@babel/runtime": "^7.15.4", "cheerio": "^1.0.0-rc.10", - "gatsby-core-utils": "^3.12.0-next.1", + "gatsby-core-utils": "^3.12.0-next.2", "glob": "^7.2.0", "idb-keyval": "^3.2.0", "lodash": "^4.17.21", @@ -21,7 +21,7 @@ "babel-preset-gatsby-package": "^2.12.0-next.0", "cpy-cli": "^3.1.1", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^3.6.0-next.1", + "gatsby-plugin-utils": "^3.6.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 f654f237c209a..50feddb88b415 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.12.0-next.1", + "version": "4.12.0-next.2", "description": "Gatsby plugin that automatically creates pages from React components in specified directories", "main": "index.js", "scripts": { @@ -29,10 +29,10 @@ "@sindresorhus/slugify": "^1.1.2", "chokidar": "^3.5.2", "fs-exists-cached": "^1.0.0", - "gatsby-core-utils": "^3.12.0-next.1", - "gatsby-page-utils": "^2.12.0-next.1", - "gatsby-plugin-utils": "^3.6.0-next.1", - "gatsby-telemetry": "^3.12.0-next.1", + "gatsby-core-utils": "^3.12.0-next.2", + "gatsby-page-utils": "^2.12.0-next.2", + "gatsby-plugin-utils": "^3.6.0-next.2", + "gatsby-telemetry": "^3.12.0-next.2", "globby": "^11.1.0", "lodash": "^4.17.21" }, diff --git a/packages/gatsby-plugin-preact/package.json b/packages/gatsby-plugin-preact/package.json index a9e34de79ca02..10ea7692f1203 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.12.0-next.0", + "version": "6.12.0-next.1", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-plugin-preload-fonts/package.json b/packages/gatsby-plugin-preload-fonts/package.json index 585aa7602eea7..7b26be796909f 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": "3.12.0-next.1", + "version": "3.12.0-next.2", "author": "Aaron Ross ", "main": "index.js", "bin": { @@ -15,7 +15,7 @@ "chalk": "^4.1.2", "date-fns": "^2.28.0", "fs-extra": "^10.0.0", - "gatsby-core-utils": "^3.12.0-next.1", + "gatsby-core-utils": "^3.12.0-next.2", "graphql-request": "^1.8.2", "progress": "^2.0.3", "puppeteer": "^3.3.0" diff --git a/packages/gatsby-plugin-sass/package.json b/packages/gatsby-plugin-sass/package.json index 46da5828ccbcb..220d267777999 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.12.0-next.1", + "version": "5.12.0-next.2", "author": "Daniel Farrell ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -17,7 +17,7 @@ "autoprefixer": "^10.4.4", "babel-preset-gatsby-package": "^2.12.0-next.0", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^3.6.0-next.1" + "gatsby-plugin-utils": "^3.6.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 08a02b82810c4..f326305350f43 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.12.0-next.1", + "version": "4.12.0-next.2", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,9 +13,9 @@ "debug": "^4.3.4", "filenamify": "^4.3.0", "fs-extra": "^10.0.0", - "gatsby-core-utils": "^3.12.0-next.1", - "gatsby-plugin-utils": "^3.6.0-next.1", - "gatsby-telemetry": "^3.12.0-next.1", + "gatsby-core-utils": "^3.12.0-next.2", + "gatsby-plugin-utils": "^3.6.0-next.2", + "gatsby-telemetry": "^3.12.0-next.2", "got": "^11.8.3", "lodash": "^4.17.21", "mini-svg-data-uri": "^1.4.4", @@ -33,7 +33,7 @@ "@types/sharp": "^0.30.0", "babel-preset-gatsby-package": "^2.12.0-next.0", "cross-env": "^7.0.3", - "gatsby-plugin-image": "^2.12.0-next.1" + "gatsby-plugin-image": "^2.12.0-next.2" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sharp#readme", "keywords": [ diff --git a/packages/gatsby-plugin-sitemap/package.json b/packages/gatsby-plugin-sitemap/package.json index 009de49b088f9..eaf6d37aca901 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.12.0-next.1", + "version": "5.12.0-next.2", "contributors": [ "Alex Moon ", "Nicholas Young " @@ -20,7 +20,7 @@ "@babel/core": "^7.15.5", "babel-preset-gatsby-package": "^2.12.0-next.0", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^3.6.0-next.1" + "gatsby-plugin-utils": "^3.6.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 dd87a560fb21e..9375d968063ba 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.12.0-next.1", + "version": "4.12.0-next.2", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -14,7 +14,7 @@ "@babel/core": "^7.15.5", "babel-preset-gatsby-package": "^2.12.0-next.0", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^3.6.0-next.1" + "gatsby-plugin-utils": "^3.6.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 f74a302e70b62..e05209bc49599 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.12.0-next.1", + "version": "4.12.0-next.2", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -16,7 +16,7 @@ "@babel/plugin-proposal-optional-chaining": "^7.14.5", "@babel/preset-typescript": "^7.15.0", "@babel/runtime": "^7.15.4", - "babel-plugin-remove-graphql-queries": "^4.12.0-next.1" + "babel-plugin-remove-graphql-queries": "^4.12.0-next.2" }, "devDependencies": { "@babel/cli": "^7.15.4", diff --git a/packages/gatsby-plugin-utils/package.json b/packages/gatsby-plugin-utils/package.json index f3ea5576a1c58..3ce8ac7931f86 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.6.0-next.1", + "version": "3.6.0-next.2", "description": "Gatsby utils that help creating plugins", "main": "dist/index.js", "exports": { @@ -48,8 +48,8 @@ "dependencies": { "@babel/runtime": "^7.15.4", "fs-extra": "^10.0.0", - "gatsby-core-utils": "^3.12.0-next.1", - "gatsby-sharp": "^0.6.0-next.0", + "gatsby-core-utils": "^3.12.0-next.2", + "gatsby-sharp": "^0.6.0-next.1", "graphql-compose": "^9.0.7", "import-from": "^4.0.0", "joi": "^17.4.2", diff --git a/packages/gatsby-react-router-scroll/package.json b/packages/gatsby-react-router-scroll/package.json index c5a2a298c40a9..1edeb9ee19470 100644 --- a/packages/gatsby-react-router-scroll/package.json +++ b/packages/gatsby-react-router-scroll/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-react-router-scroll", "description": "React Router scroll management forked from https://github.com/ytase/react-router-scroll for Gatsby", - "version": "5.12.0-next.0", + "version": "5.12.0-next.1", "author": "Jimmy Jia", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-remark-autolink-headers/package.json b/packages/gatsby-remark-autolink-headers/package.json index fe4121f5ab4e6..b47e3424e2b01 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.12.0-next.1", + "version": "5.12.0-next.2", "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.12.0-next.0", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^3.6.0-next.1" + "gatsby-plugin-utils": "^3.6.0-next.2" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-autolink-headers#readme", "keywords": [ diff --git a/packages/gatsby-remark-code-repls/package.json b/packages/gatsby-remark-code-repls/package.json index 71a7d881c2351..ce00d483be0b0 100644 --- a/packages/gatsby-remark-code-repls/package.json +++ b/packages/gatsby-remark-code-repls/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-remark-code-repls", "description": "Gatsby plugin to auto-generate links to popular REPLs like Babel and Codepen", - "version": "6.12.0-next.0", + "version": "6.12.0-next.1", "author": "Brian Vaughn ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-remark-copy-linked-files/package.json b/packages/gatsby-remark-copy-linked-files/package.json index a0fb27509e51a..e5a6800c49216 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.12.0-next.0", + "version": "5.12.0-next.1", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-remark-images-contentful/package.json b/packages/gatsby-remark-images-contentful/package.json index 6c4296ff6868e..c9d24074cb5dd 100644 --- a/packages/gatsby-remark-images-contentful/package.json +++ b/packages/gatsby-remark-images-contentful/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-remark-images-contentful", - "version": "5.12.0-next.0", + "version": "5.12.0-next.1", "description": "Process Images in Contentful markdown so they can use the images API.", "main": "index.js", "scripts": { diff --git a/packages/gatsby-remark-images/package.json b/packages/gatsby-remark-images/package.json index 5265ec189feae..a6be257796268 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.12.0-next.1", + "version": "6.12.0-next.2", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -10,7 +10,7 @@ "@babel/runtime": "^7.15.4", "chalk": "^4.1.2", "cheerio": "^1.0.0-rc.10", - "gatsby-core-utils": "^3.12.0-next.1", + "gatsby-core-utils": "^3.12.0-next.2", "is-relative-url": "^3.0.0", "lodash": "^4.17.21", "mdast-util-definitions": "^4.0.0", @@ -24,7 +24,7 @@ "@babel/core": "^7.15.5", "babel-preset-gatsby-package": "^2.12.0-next.0", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^3.6.0-next.1", + "gatsby-plugin-utils": "^3.6.0-next.2", "hast-util-to-html": "^7.1.3", "mdast-util-to-hast": "^10.2.0" }, diff --git a/packages/gatsby-sharp/package.json b/packages/gatsby-sharp/package.json index b2792ebb41631..6514c5d0f3747 100644 --- a/packages/gatsby-sharp/package.json +++ b/packages/gatsby-sharp/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-sharp", - "version": "0.6.0-next.0", + "version": "0.6.0-next.1", "sideEffects": false, "keywords": [ "gatsby", diff --git a/packages/gatsby-source-contentful/package.json b/packages/gatsby-source-contentful/package.json index 998d588bb4c18..7da71b813f83f 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.10.0-next.2", + "version": "7.10.0-next.3", "author": "Marcus Ericsson (mericsson.com)", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -17,9 +17,9 @@ "common-tags": "^1.8.2", "contentful": "^8.5.8", "fs-extra": "^10.0.0", - "gatsby-core-utils": "^3.12.0-next.1", - "gatsby-plugin-utils": "^3.6.0-next.1", - "gatsby-source-filesystem": "^4.12.0-next.1", + "gatsby-core-utils": "^3.12.0-next.2", + "gatsby-plugin-utils": "^3.6.0-next.2", + "gatsby-source-filesystem": "^4.12.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 ec836bd226b2f..77d3d5b91e9bb 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.12.0-next.1", + "version": "5.12.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.2", "fastq": "^1.13.0", - "gatsby-source-filesystem": "^4.12.0-next.1", + "gatsby-source-filesystem": "^4.12.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 2feb85c5c9a7c..8fe9ab9b500e1 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.12.0-next.1", + "version": "4.12.0-next.2", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -11,7 +11,7 @@ "chokidar": "^3.5.2", "file-type": "^16.5.3", "fs-extra": "^10.0.0", - "gatsby-core-utils": "^3.12.0-next.1", + "gatsby-core-utils": "^3.12.0-next.2", "got": "^9.6.0", "md5-file": "^5.0.0", "mime": "^2.5.2", diff --git a/packages/gatsby-source-graphql/package.json b/packages/gatsby-source-graphql/package.json index 6254847bbb41b..81d2bf8bbbfde 100644 --- a/packages/gatsby-source-graphql/package.json +++ b/packages/gatsby-source-graphql/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-source-graphql", "description": "Gatsby plugin which adds a third-party GraphQL API to Gatsby GraphQL", - "version": "4.12.0-next.1", + "version": "4.12.0-next.2", "author": "Mikhail Novikov ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "@graphql-tools/utils": "^8.6.5", "@graphql-tools/wrap": "^8.3.3", "dataloader": "^2.0.0", - "gatsby-core-utils": "^3.12.0-next.1", + "gatsby-core-utils": "^3.12.0-next.2", "invariant": "^2.2.4", "node-fetch": "^2.6.7" }, diff --git a/packages/gatsby-source-shopify/package.json b/packages/gatsby-source-shopify/package.json index 1fbdd34cf4ebf..d39f2e17795d6 100644 --- a/packages/gatsby-source-shopify/package.json +++ b/packages/gatsby-source-shopify/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-source-shopify", - "version": "7.1.0-next.1", + "version": "7.1.0-next.2", "description": "Gatsby source plugin for building websites using Shopify as a data source.", "scripts": { "watch": "tsc-watch --outDir .", @@ -24,9 +24,9 @@ "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-shopify#readme", "dependencies": { "@babel/runtime": "^7.15.4", - "gatsby-core-utils": "^3.12.0-next.1", - "gatsby-plugin-utils": "^3.6.0-next.1", - "gatsby-source-filesystem": "^4.12.0-next.1", + "gatsby-core-utils": "^3.12.0-next.2", + "gatsby-plugin-utils": "^3.6.0-next.2", + "gatsby-source-filesystem": "^4.12.0-next.2", "node-fetch": "^2.6.7", "sharp": "^0.30.3", "shift-left": "^0.1.5" @@ -36,7 +36,7 @@ "@types/node-fetch": "^2.5.12", "@types/sharp": "^0.30.0", "cross-env": "^7.0.3", - "gatsby-plugin-image": "^2.12.0-next.1", + "gatsby-plugin-image": "^2.12.0-next.2", "msw": "^0.35.0", "tsc-watch": "^4.5.0", "typescript": "^4.5.5" diff --git a/packages/gatsby-source-wordpress/package.json b/packages/gatsby-source-wordpress/package.json index ccb916a931719..8d02288f5a5bc 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.12.0-next.1", + "version": "6.12.0-next.2", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" }, @@ -28,10 +28,10 @@ "file-type": "^15.0.1", "filesize": "^6.4.0", "fs-extra": "^10.0.0", - "gatsby-core-utils": "^3.12.0-next.1", + "gatsby-core-utils": "^3.12.0-next.2", "gatsby-plugin-catch-links": "^4.12.0-next.0", - "gatsby-plugin-utils": "^3.6.0-next.1", - "gatsby-source-filesystem": "^4.12.0-next.1", + "gatsby-plugin-utils": "^3.6.0-next.2", + "gatsby-source-filesystem": "^4.12.0-next.2", "glob": "^7.2.0", "got": "^11.8.3", "lodash": "^4.17.21", @@ -54,10 +54,10 @@ "@types/semver": "^7.3.9", "babel-plugin-import-globals": "^2.0.0", "babel-plugin-module-resolver": "4.1.0", - "babel-preset-gatsby": "^2.12.0-next.1", + "babel-preset-gatsby": "^2.12.0-next.2", "babel-preset-gatsby-package": "^2.12.0-next.0", "cross-env": "^7.0.3", - "gatsby-plugin-image": "^2.12.0-next.1", + "gatsby-plugin-image": "^2.12.0-next.2", "identity-obj-proxy": "^3.0.0", "react-test-renderer": "^16.14.0", "rimraf": "^3.0.2", diff --git a/packages/gatsby-telemetry/package.json b/packages/gatsby-telemetry/package.json index 9965857253736..b02ae6b1bb703 100644 --- a/packages/gatsby-telemetry/package.json +++ b/packages/gatsby-telemetry/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-telemetry", "description": "Gatsby Telemetry", - "version": "3.12.0-next.1", + "version": "3.12.0-next.2", "author": "Jarmo Isotalo ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -15,7 +15,7 @@ "boxen": "^4.2.0", "configstore": "^5.0.1", "fs-extra": "^10.0.0", - "gatsby-core-utils": "^3.12.0-next.1", + "gatsby-core-utils": "^3.12.0-next.2", "git-up": "^4.0.5", "is-docker": "^2.2.1", "lodash": "^4.17.21", diff --git a/packages/gatsby-transformer-remark/package.json b/packages/gatsby-transformer-remark/package.json index c018dc81c8f50..aa30ed797e3f8 100644 --- a/packages/gatsby-transformer-remark/package.json +++ b/packages/gatsby-transformer-remark/package.json @@ -1,14 +1,14 @@ { "name": "gatsby-transformer-remark", "description": "Gatsby transformer plugin for Markdown using the Remark library and ecosystem", - "version": "5.12.0-next.1", + "version": "5.12.0-next.2", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" }, "dependencies": { "@babel/runtime": "^7.15.4", - "gatsby-core-utils": "^3.12.0-next.1", + "gatsby-core-utils": "^3.12.0-next.2", "gray-matter": "^4.0.3", "hast-util-raw": "^6.0.2", "hast-util-to-html": "^7.1.3", @@ -35,7 +35,7 @@ "@babel/core": "^7.15.5", "babel-preset-gatsby-package": "^2.12.0-next.0", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^3.6.0-next.1" + "gatsby-plugin-utils": "^3.6.0-next.2" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-remark#readme", "keywords": [ diff --git a/packages/gatsby-transformer-sharp/package.json b/packages/gatsby-transformer-sharp/package.json index a08c7e68272d7..b77a9d98bba4b 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.12.0-next.0", + "version": "4.12.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 de86a58aea32f..2022abf09ad77 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.12.0-next.1", + "version": "4.12.0-next.2", "author": "Benedikt Rötsch ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -9,8 +9,8 @@ "dependencies": { "@babel/runtime": "^7.15.4", "fs-extra": "^10.0.0", - "gatsby-core-utils": "^3.12.0-next.1", - "gatsby-plugin-sharp": "^4.12.0-next.1", + "gatsby-core-utils": "^3.12.0-next.2", + "gatsby-plugin-sharp": "^4.12.0-next.2", "md5-file": "^5.0.0", "mini-svg-data-uri": "^1.4.4", "p-queue": "^6.6.2", diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index 5f4660bdcde61..4221bbd60bd16 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.12.0-next.1", + "version": "4.12.0-next.2", "author": "Kyle Mathews ", "bin": { "gatsby": "./cli.js" @@ -35,8 +35,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": "^4.12.0-next.1", - "babel-preset-gatsby": "^2.12.0-next.1", + "babel-plugin-remove-graphql-queries": "^4.12.0-next.2", + "babel-preset-gatsby": "^2.12.0-next.2", "better-opn": "^2.1.1", "bluebird": "^3.7.2", "body-parser": "^1.19.0", @@ -78,18 +78,18 @@ "find-cache-dir": "^3.3.2", "fs-exists-cached": "1.0.0", "fs-extra": "^10.0.0", - "gatsby-cli": "^4.12.0-next.1", - "gatsby-core-utils": "^3.12.0-next.1", + "gatsby-cli": "^4.12.0-next.2", + "gatsby-core-utils": "^3.12.0-next.2", "gatsby-graphiql-explorer": "^2.12.0-next.0", "gatsby-legacy-polyfills": "^2.12.0-next.0", - "gatsby-link": "^4.12.0-next.1", - "gatsby-page-utils": "^2.12.0-next.1", + "gatsby-link": "^4.12.0-next.2", + "gatsby-page-utils": "^2.12.0-next.2", "gatsby-parcel-config": "^0.3.0-next.0", - "gatsby-plugin-page-creator": "^4.12.0-next.1", - "gatsby-plugin-typescript": "^4.12.0-next.1", - "gatsby-plugin-utils": "^3.6.0-next.1", - "gatsby-react-router-scroll": "^5.12.0-next.0", - "gatsby-telemetry": "^3.12.0-next.1", + "gatsby-plugin-page-creator": "^4.12.0-next.2", + "gatsby-plugin-typescript": "^4.12.0-next.2", + "gatsby-plugin-utils": "^3.6.0-next.2", + "gatsby-react-router-scroll": "^5.12.0-next.1", + "gatsby-telemetry": "^3.12.0-next.2", "gatsby-worker": "^1.12.0-next.0", "glob": "^7.2.0", "globby": "^11.1.0", @@ -193,7 +193,7 @@ "zipkin-transport-http": "^0.22.0" }, "optionalDependencies": { - "gatsby-sharp": "^0.6.0-next.0" + "gatsby-sharp": "^0.6.0-next.1" }, "engines": { "node": ">=14.15.0"