diff --git a/packages/babel-plugin-remove-graphql-queries/package.json b/packages/babel-plugin-remove-graphql-queries/package.json index d93aa07d9bdb3..b00fc2eb0cf9a 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": "5.4.0-next.0", + "version": "5.4.0-next.1", "author": "Jason Quense ", "repository": { "type": "git", @@ -11,7 +11,7 @@ "dependencies": { "@babel/runtime": "^7.15.4", "@babel/types": "^7.15.4", - "gatsby-core-utils": "^4.4.0-next.0" + "gatsby-core-utils": "^4.4.0-next.1" }, "devDependencies": { "@babel/cli": "^7.15.4", diff --git a/packages/babel-preset-gatsby/package.json b/packages/babel-preset-gatsby/package.json index 51cef634d9370..7aa0f08357d2b 100644 --- a/packages/babel-preset-gatsby/package.json +++ b/packages/babel-preset-gatsby/package.json @@ -1,6 +1,6 @@ { "name": "babel-preset-gatsby", - "version": "3.4.0-next.0", + "version": "3.4.0-next.1", "author": "Philipp Spiess ", "repository": { "type": "git", @@ -22,7 +22,7 @@ "babel-plugin-dynamic-import-node": "^2.3.3", "babel-plugin-macros": "^3.1.0", "babel-plugin-transform-react-remove-prop-types": "^0.4.24", - "gatsby-core-utils": "^4.4.0-next.0", + "gatsby-core-utils": "^4.4.0-next.1", "gatsby-legacy-polyfills": "^3.4.0-next.0" }, "peerDependencies": { diff --git a/packages/create-gatsby/package.json b/packages/create-gatsby/package.json index b78627aa3c889..1bf831f68d844 100644 --- a/packages/create-gatsby/package.json +++ b/packages/create-gatsby/package.json @@ -1,6 +1,6 @@ { "name": "create-gatsby", - "version": "3.4.0-next.0", + "version": "3.4.0-next.1", "main": "lib/index.js", "bin": "cli.js", "license": "MIT", @@ -26,7 +26,7 @@ "enquirer": "^2.3.6", "execa": "^5.1.1", "fs-extra": "^10.1.0", - "gatsby-plugin-utils": "^4.4.0-next.0", + "gatsby-plugin-utils": "^4.4.0-next.1", "joi": "^17.4.2", "microbundle": "^0.15.0", "node-fetch": "^2.6.6", diff --git a/packages/gatsby-cli/package.json b/packages/gatsby-cli/package.json index de028c163cfe5..d46548435610d 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": "5.4.0-next.0", + "version": "5.4.0-next.1", "author": "Kyle Mathews ", "bin": { "gatsby": "cli.js" @@ -26,13 +26,13 @@ "clipboardy": "^2.3.0", "common-tags": "^1.8.2", "convert-hrtime": "^3.0.0", - "create-gatsby": "^3.4.0-next.0", + "create-gatsby": "^3.4.0-next.1", "envinfo": "^7.8.1", "execa": "^5.1.1", "fs-exists-cached": "^1.0.0", "fs-extra": "^10.1.0", - "gatsby-core-utils": "^4.4.0-next.0", - "gatsby-telemetry": "^4.4.0-next.0", + "gatsby-core-utils": "^4.4.0-next.1", + "gatsby-telemetry": "^4.4.0-next.1", "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 34cb4cc55f58b..91613763361dc 100644 --- a/packages/gatsby-core-utils/package.json +++ b/packages/gatsby-core-utils/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-core-utils", - "version": "4.4.0-next.0", + "version": "4.4.0-next.1", "description": "A collection of gatsby utils used in different gatsby packages", "keywords": [ "gatsby", diff --git a/packages/gatsby-link/package.json b/packages/gatsby-link/package.json index 9242c7e690961..57c59b80a21af 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": "5.4.0-next.0", + "version": "5.4.0-next.1", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -23,7 +23,7 @@ }, "dependencies": { "@types/reach__router": "^1.3.10", - "gatsby-page-utils": "^3.4.0-next.0", + "gatsby-page-utils": "^3.4.0-next.1", "prop-types": "^15.8.1" }, "devDependencies": { diff --git a/packages/gatsby-page-utils/package.json b/packages/gatsby-page-utils/package.json index 954cb8872d08d..2d3ed962211a3 100644 --- a/packages/gatsby-page-utils/package.json +++ b/packages/gatsby-page-utils/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-page-utils", - "version": "3.4.0-next.0", + "version": "3.4.0-next.1", "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.3", "fs-exists-cached": "^1.0.0", - "gatsby-core-utils": "^4.4.0-next.0", + "gatsby-core-utils": "^4.4.0-next.1", "glob": "^7.2.3", "lodash": "^4.17.21", "micromatch": "^4.0.5" diff --git a/packages/gatsby-parcel-config/package.json b/packages/gatsby-parcel-config/package.json index 17a0d3be0be4e..c6f9d90d90c08 100644 --- a/packages/gatsby-parcel-config/package.json +++ b/packages/gatsby-parcel-config/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-parcel-config", "main": "lib/index.json", - "version": "1.4.0-next.0", + "version": "1.4.0-next.1", "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-parcel-config#readme", "description": "A minimal Parcel config for use in Gatsby", "repository": { @@ -14,7 +14,7 @@ "parcel": "2.x" }, "dependencies": { - "@gatsbyjs/parcel-namer-relative-to-cwd": "2.4.0-next.0", + "@gatsbyjs/parcel-namer-relative-to-cwd": "2.4.0-next.1", "@parcel/bundler-default": "2.8.1", "@parcel/compressor-raw": "2.8.1", "@parcel/namer-default": "2.8.1", diff --git a/packages/gatsby-parcel-namer-relative-to-cwd/package.json b/packages/gatsby-parcel-namer-relative-to-cwd/package.json index 0ebac393c3c18..dcf8f41bbd3c7 100644 --- a/packages/gatsby-parcel-namer-relative-to-cwd/package.json +++ b/packages/gatsby-parcel-namer-relative-to-cwd/package.json @@ -1,7 +1,7 @@ { "name": "@gatsbyjs/parcel-namer-relative-to-cwd", "main": "lib/index.js", - "version": "2.4.0-next.0", + "version": "2.4.0-next.1", "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-parcel-namer-relative-to-cwd#readme", "description": "Parcel namer that preserve directory structure to stabilize output and keep the hierarchy.", "author": "Michal Piechowiak ", @@ -19,7 +19,7 @@ "@babel/runtime": "^7.18.0", "@parcel/namer-default": "2.8.1", "@parcel/plugin": "2.8.1", - "gatsby-core-utils": "^4.4.0-next.0" + "gatsby-core-utils": "^4.4.0-next.1" }, "devDependencies": { "@babel/cli": "^7.17.10", diff --git a/packages/gatsby-plugin-benchmark-reporting/package.json b/packages/gatsby-plugin-benchmark-reporting/package.json index ae3e60a4e038c..beef0b3c93f2f 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": "3.4.0-next.0", + "version": "3.4.0-next.1", "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": "^4.4.0-next.0", + "gatsby-core-utils": "^4.4.0-next.1", "node-fetch": "^2.6.7" }, "peerDependencies": { diff --git a/packages/gatsby-plugin-cxs/package.json b/packages/gatsby-plugin-cxs/package.json index 511bdb95abc27..2450e3e9d4966 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": "5.4.0-next.0", + "version": "5.4.0-next.1", "author": "Chen-Tai Hou ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -15,7 +15,7 @@ "babel-preset-gatsby-package": "^3.4.0-next.0", "cross-env": "^7.0.3", "cxs": "^6.2.0", - "gatsby-plugin-utils": "^4.4.0-next.0" + "gatsby-plugin-utils": "^4.4.0-next.1" }, "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 e3883df1f5b7e..89d77f916dfc7 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": "5.4.0-next.0", + "version": "5.4.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.2", "fs-extra": "^10.1.0", - "gatsby-plugin-utils": "^4.4.0-next.0", + "gatsby-plugin-utils": "^4.4.0-next.1", "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 a01ac7d3d3878..12ebed16809ce 100644 --- a/packages/gatsby-plugin-flow/package.json +++ b/packages/gatsby-plugin-flow/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-flow", - "version": "4.4.0-next.0", + "version": "4.4.0-next.1", "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": "^3.4.0-next.0", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^4.4.0-next.0" + "gatsby-plugin-utils": "^4.4.0-next.1" }, "peerDependencies": { "gatsby": "^5.0.0-next" diff --git a/packages/gatsby-plugin-gatsby-cloud/package.json b/packages/gatsby-plugin-gatsby-cloud/package.json index bf676c832ebbb..a232fff120362 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": "5.4.0-next.0", + "version": "5.4.0-next.1", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -9,8 +9,8 @@ "dependencies": { "@babel/runtime": "^7.15.4", "fs-extra": "^10.1.0", - "gatsby-core-utils": "^4.4.0-next.0", - "gatsby-telemetry": "^4.4.0-next.0", + "gatsby-core-utils": "^4.4.0-next.1", + "gatsby-telemetry": "^4.4.0-next.1", "kebab-hash": "^0.1.2", "lodash": "^4.17.21", "webpack-assets-manifest": "^5.1.0" diff --git a/packages/gatsby-plugin-google-tagmanager/package.json b/packages/gatsby-plugin-google-tagmanager/package.json index 93e9c7b8326a5..937706938b245 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": "5.4.0-next.0", + "version": "5.4.0-next.1", "author": "Thijs Koerselman ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -15,7 +15,7 @@ "@babel/core": "^7.15.5", "babel-preset-gatsby-package": "^3.4.0-next.0", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^4.4.0-next.0" + "gatsby-plugin-utils": "^4.4.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/package.json b/packages/gatsby-plugin-image/package.json index 936004b367ff0..b04acc900b78c 100644 --- a/packages/gatsby-plugin-image/package.json +++ b/packages/gatsby-plugin-image/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-image", - "version": "3.4.0-next.0", + "version": "3.4.0-next.1", "scripts": { "build": "npm-run-all --npm-path npm -s clean -p build:*", "postbuild": "prepend-directive --files=dist/gatsby-image.browser.js,dist/gatsby-image.browser.modern.js --directive=\"use client\"", @@ -87,13 +87,13 @@ "@babel/runtime": "^7.15.4", "@babel/traverse": "^7.15.4", "babel-jsx-utils": "^1.1.0", - "babel-plugin-remove-graphql-queries": "^5.4.0-next.0", + "babel-plugin-remove-graphql-queries": "^5.4.0-next.1", "camelcase": "^5.3.1", "chokidar": "^3.5.3", "common-tags": "^1.8.2", "fs-extra": "^10.1.0", - "gatsby-core-utils": "^4.4.0-next.0", - "gatsby-plugin-utils": "^4.4.0-next.0", + "gatsby-core-utils": "^4.4.0-next.1", + "gatsby-plugin-utils": "^4.4.0-next.1", "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 b7f63c6b9b17e..235cf5c18efe1 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": "5.4.0-next.0", + "version": "5.4.0-next.1", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" }, "dependencies": { "@babel/runtime": "^7.15.4", - "gatsby-core-utils": "^4.4.0-next.0", - "gatsby-plugin-utils": "^4.4.0-next.0", + "gatsby-core-utils": "^4.4.0-next.1", + "gatsby-plugin-utils": "^4.4.0-next.1", "semver": "^7.3.8", "sharp": "^0.31.2" }, diff --git a/packages/gatsby-plugin-mdx/package.json b/packages/gatsby-plugin-mdx/package.json index ce371fe627882..afd00924d2f45 100644 --- a/packages/gatsby-plugin-mdx/package.json +++ b/packages/gatsby-plugin-mdx/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-mdx", - "version": "5.4.0-next.0", + "version": "5.4.0-next.1", "description": "MDX integration for Gatsby", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -34,8 +34,8 @@ "deepmerge": "^4.2.2", "estree-util-build-jsx": "^2.2.0", "fs-extra": "^10.1.0", - "gatsby-core-utils": "^4.4.0-next.0", - "gatsby-plugin-utils": "^4.4.0-next.0", + "gatsby-core-utils": "^4.4.0-next.1", + "gatsby-plugin-utils": "^4.4.0-next.1", "gray-matter": "^4.0.3", "mdast-util-mdx": "^2.0.0", "mdast-util-to-hast": "^10.2.0", diff --git a/packages/gatsby-plugin-offline/package.json b/packages/gatsby-plugin-offline/package.json index 461a1477e3326..2f6c34a128f23 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": "6.4.0-next.0", + "version": "6.4.0-next.1", "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": "^4.4.0-next.0", + "gatsby-core-utils": "^4.4.0-next.1", "glob": "^7.2.3", "idb-keyval": "^3.2.0", "lodash": "^4.17.21", @@ -21,7 +21,7 @@ "babel-preset-gatsby-package": "^3.4.0-next.0", "cpy-cli": "^3.1.1", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^4.4.0-next.0", + "gatsby-plugin-utils": "^4.4.0-next.1", "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 cc77edf42f5e0..02c9b233aa6d5 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": "5.4.0-next.0", + "version": "5.4.0-next.1", "description": "Gatsby plugin that automatically creates pages from React components in specified directories", "main": "index.js", "scripts": { @@ -30,10 +30,10 @@ "chokidar": "^3.5.3", "fs-exists-cached": "^1.0.0", "fs-extra": "^10.1.0", - "gatsby-core-utils": "^4.4.0-next.0", - "gatsby-page-utils": "^3.4.0-next.0", - "gatsby-plugin-utils": "^4.4.0-next.0", - "gatsby-telemetry": "^4.4.0-next.0", + "gatsby-core-utils": "^4.4.0-next.1", + "gatsby-page-utils": "^3.4.0-next.1", + "gatsby-plugin-utils": "^4.4.0-next.1", + "gatsby-telemetry": "^4.4.0-next.1", "globby": "^11.1.0", "lodash": "^4.17.21" }, diff --git a/packages/gatsby-plugin-preload-fonts/package.json b/packages/gatsby-plugin-preload-fonts/package.json index 4e91b06d713d9..8a2dfbbb8e39b 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": "4.4.0-next.0", + "version": "4.4.0-next.1", "author": "Aaron Ross ", "main": "index.js", "bin": { @@ -15,7 +15,7 @@ "chalk": "^4.1.2", "date-fns": "^2.28.0", "fs-extra": "^10.1.0", - "gatsby-core-utils": "^4.4.0-next.0", + "gatsby-core-utils": "^4.4.0-next.1", "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 993b256c3cbd1..94daf30d6e9e5 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": "6.4.0-next.0", + "version": "6.4.0-next.1", "author": "Daniel Farrell ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -17,7 +17,7 @@ "autoprefixer": "^10.4.13", "babel-preset-gatsby-package": "^3.4.0-next.0", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^4.4.0-next.0" + "gatsby-plugin-utils": "^4.4.0-next.1" }, "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 618771c3f5f83..e3791cedfc583 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": "5.4.0-next.0", + "version": "5.4.0-next.1", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,8 +13,8 @@ "debug": "^4.3.4", "filenamify": "^4.3.0", "fs-extra": "^10.1.0", - "gatsby-core-utils": "^4.4.0-next.0", - "gatsby-plugin-utils": "^4.4.0-next.0", + "gatsby-core-utils": "^4.4.0-next.1", + "gatsby-plugin-utils": "^4.4.0-next.1", "lodash": "^4.17.21", "probe-image-size": "^7.2.3", "semver": "^7.3.8", @@ -26,7 +26,7 @@ "@types/sharp": "^0.31.0", "babel-preset-gatsby-package": "^3.4.0-next.0", "cross-env": "^7.0.3", - "gatsby-plugin-image": "^3.4.0-next.0" + "gatsby-plugin-image": "^3.4.0-next.1" }, "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 54418f11b0dec..6d4fb90da43a9 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": "6.4.0-next.0", + "version": "6.4.0-next.1", "contributors": [ "Alex Moon ", "Nicholas Young " @@ -20,7 +20,7 @@ "@babel/core": "^7.15.5", "babel-preset-gatsby-package": "^3.4.0-next.0", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^4.4.0-next.0" + "gatsby-plugin-utils": "^4.4.0-next.1" }, "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 68a7dafbc45fb..55952c52711da 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": "5.4.0-next.0", + "version": "5.4.0-next.1", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -14,7 +14,7 @@ "@babel/core": "^7.15.5", "babel-preset-gatsby-package": "^3.4.0-next.0", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^4.4.0-next.0" + "gatsby-plugin-utils": "^4.4.0-next.1" }, "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 b7f4f2e9e52c6..1711a745528e3 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": "5.4.0-next.0", + "version": "5.4.0-next.1", "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": "^5.4.0-next.0" + "babel-plugin-remove-graphql-queries": "^5.4.0-next.1" }, "devDependencies": { "@babel/cli": "^7.15.4", diff --git a/packages/gatsby-plugin-utils/package.json b/packages/gatsby-plugin-utils/package.json index dcd834df4d793..d6d8551310092 100644 --- a/packages/gatsby-plugin-utils/package.json +++ b/packages/gatsby-plugin-utils/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-utils", - "version": "4.4.0-next.0", + "version": "4.4.0-next.1", "description": "Gatsby utils that help creating plugins", "main": "dist/index.js", "exports": { @@ -49,7 +49,7 @@ "@babel/runtime": "^7.15.4", "fastq": "^1.13.0", "fs-extra": "^10.1.0", - "gatsby-core-utils": "^4.4.0-next.0", + "gatsby-core-utils": "^4.4.0-next.1", "gatsby-sharp": "^1.4.0-next.0", "graphql-compose": "^9.0.10", "import-from": "^4.0.0", diff --git a/packages/gatsby-remark-autolink-headers/package.json b/packages/gatsby-remark-autolink-headers/package.json index 7967242128ffe..6ebb3a2f7fc5c 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": "6.4.0-next.0", + "version": "6.4.0-next.1", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -18,7 +18,7 @@ "@babel/core": "^7.15.5", "babel-preset-gatsby-package": "^3.4.0-next.0", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^4.4.0-next.0" + "gatsby-plugin-utils": "^4.4.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/package.json b/packages/gatsby-remark-images/package.json index 93c3fa8985d4d..d82248c835558 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": "7.4.0-next.0", + "version": "7.4.0-next.1", "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": "^4.4.0-next.0", + "gatsby-core-utils": "^4.4.0-next.1", "is-relative-url": "^3.0.0", "lodash": "^4.17.21", "mdast-util-definitions": "^4.0.0", @@ -23,7 +23,7 @@ "@babel/core": "^7.15.5", "babel-preset-gatsby-package": "^3.4.0-next.0", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^4.4.0-next.0", + "gatsby-plugin-utils": "^4.4.0-next.1", "hast-util-to-html": "^7.1.3", "mdast-util-to-hast": "^10.2.0" }, diff --git a/packages/gatsby-remark-prismjs/package.json b/packages/gatsby-remark-prismjs/package.json index cb46d851669da..acd801b59fc9f 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": "7.4.0-next.0", + "version": "7.4.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 05bff264edded..ad8bfec4c8ddf 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": "8.4.0-next.0", + "version": "8.4.0-next.1", "author": "Marcus Ericsson (mericsson.com)", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -16,9 +16,9 @@ "common-tags": "^1.8.2", "contentful": "^9.2.13", "fs-extra": "^10.1.0", - "gatsby-core-utils": "^4.4.0-next.0", - "gatsby-plugin-utils": "^4.4.0-next.0", - "gatsby-source-filesystem": "^5.4.0-next.0", + "gatsby-core-utils": "^4.4.0-next.1", + "gatsby-plugin-utils": "^4.4.0-next.1", + "gatsby-source-filesystem": "^5.4.0-next.1", "is-online": "^9.0.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 86449d274696d..23fafb4ff2079 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": "6.4.0-next.0", + "version": "6.4.0-next.1", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,8 +13,8 @@ "bluebird": "^3.7.2", "body-parser": "^1.20.1", "fastq": "^1.13.0", - "gatsby-plugin-utils": "^4.4.0-next.0", - "gatsby-source-filesystem": "^5.4.0-next.0", + "gatsby-plugin-utils": "^4.4.0-next.1", + "gatsby-source-filesystem": "^5.4.0-next.1", "got": "^11.8.5", "http2-wrapper": "^2.1.11", "lodash": "^4.17.21", diff --git a/packages/gatsby-source-filesystem/package.json b/packages/gatsby-source-filesystem/package.json index 663516dcdcc11..ff28ca1ff6f5c 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": "5.4.0-next.0", + "version": "5.4.0-next.1", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -11,7 +11,7 @@ "chokidar": "^3.5.3", "file-type": "^16.5.4", "fs-extra": "^10.1.0", - "gatsby-core-utils": "^4.4.0-next.0", + "gatsby-core-utils": "^4.4.0-next.1", "md5-file": "^5.0.0", "mime": "^2.6.0", "pretty-bytes": "^5.6.0", diff --git a/packages/gatsby-source-graphql/package.json b/packages/gatsby-source-graphql/package.json index 4452edd2cc890..706ef0138a1b8 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": "5.4.0-next.0", + "version": "5.4.0-next.1", "author": "Mikhail Novikov ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -13,7 +13,7 @@ "@graphql-tools/utils": "^8.6.9", "@graphql-tools/wrap": "^8.3.3", "dataloader": "^2.0.0", - "gatsby-core-utils": "^4.4.0-next.0", + "gatsby-core-utils": "^4.4.0-next.1", "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 445147e74763a..e83795949a179 100644 --- a/packages/gatsby-source-shopify/package.json +++ b/packages/gatsby-source-shopify/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-source-shopify", - "version": "8.4.0-next.0", + "version": "8.4.0-next.1", "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": "^4.4.0-next.0", - "gatsby-plugin-utils": "^4.4.0-next.0", - "gatsby-source-filesystem": "^5.4.0-next.0", + "gatsby-core-utils": "^4.4.0-next.1", + "gatsby-plugin-utils": "^4.4.0-next.1", + "gatsby-source-filesystem": "^5.4.0-next.1", "node-fetch": "^2.6.7", "sharp": "^0.31.2", "shift-left": "^0.1.5" @@ -36,7 +36,7 @@ "@types/node-fetch": "^2.5.12", "@types/sharp": "^0.31.0", "cross-env": "^7.0.3", - "gatsby-plugin-image": "^3.4.0-next.0", + "gatsby-plugin-image": "^3.4.0-next.1", "msw": "^0.38.2", "prettier": "^2.7.1", "prettier-check": "^2.0.0", diff --git a/packages/gatsby-source-wordpress/package.json b/packages/gatsby-source-wordpress/package.json index 55bdf3e94fb37..d430b3c8abdac 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": "7.4.0-next.0", + "version": "7.4.0-next.1", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" }, @@ -27,10 +27,10 @@ "file-type": "^15.0.1", "filesize": "^6.4.0", "fs-extra": "^10.1.0", - "gatsby-core-utils": "^4.4.0-next.0", + "gatsby-core-utils": "^4.4.0-next.1", "gatsby-plugin-catch-links": "^5.4.0-next.0", - "gatsby-plugin-utils": "^4.4.0-next.0", - "gatsby-source-filesystem": "^5.4.0-next.0", + "gatsby-plugin-utils": "^4.4.0-next.1", + "gatsby-source-filesystem": "^5.4.0-next.1", "glob": "^7.2.3", "got": "^11.8.5", "lodash": "^4.17.21", @@ -53,10 +53,10 @@ "@types/semver": "^7.3.13", "babel-plugin-import-globals": "^2.0.0", "babel-plugin-module-resolver": "4.1.0", - "babel-preset-gatsby": "^3.4.0-next.0", + "babel-preset-gatsby": "^3.4.0-next.1", "babel-preset-gatsby-package": "^3.4.0-next.0", "cross-env": "^7.0.3", - "gatsby-plugin-image": "^3.4.0-next.0", + "gatsby-plugin-image": "^3.4.0-next.1", "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 4362adfaccdd6..5550bc80172d5 100644 --- a/packages/gatsby-telemetry/package.json +++ b/packages/gatsby-telemetry/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-telemetry", "description": "Gatsby Telemetry", - "version": "4.4.0-next.0", + "version": "4.4.0-next.1", "author": "Jarmo Isotalo ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -14,7 +14,7 @@ "boxen": "^4.2.0", "configstore": "^5.0.1", "fs-extra": "^10.1.0", - "gatsby-core-utils": "^4.4.0-next.0", + "gatsby-core-utils": "^4.4.0-next.1", "git-up": "^7.0.0", "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 7fc9398472bd6..2c6c120036d34 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": "6.4.0-next.0", + "version": "6.4.0-next.1", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" }, "dependencies": { "@babel/runtime": "^7.15.4", - "gatsby-core-utils": "^4.4.0-next.0", + "gatsby-core-utils": "^4.4.0-next.1", "gray-matter": "^4.0.3", "hast-util-raw": "^6.1.0", "hast-util-to-html": "^7.1.3", @@ -35,7 +35,7 @@ "@babel/core": "^7.15.5", "babel-preset-gatsby-package": "^3.4.0-next.0", "cross-env": "^7.0.3", - "gatsby-plugin-utils": "^4.4.0-next.0" + "gatsby-plugin-utils": "^4.4.0-next.1" }, "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 78ed22e1d5706..1105033a558f0 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": "5.4.0-next.0", + "version": "5.4.0-next.1", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -11,7 +11,7 @@ "bluebird": "^3.7.2", "common-tags": "^1.8.2", "fs-extra": "^10.1.0", - "gatsby-plugin-utils": "^4.4.0-next.0", + "gatsby-plugin-utils": "^4.4.0-next.1", "probe-image-size": "^7.2.3", "semver": "^7.3.8", "sharp": "^0.31.2" diff --git a/packages/gatsby-transformer-sqip/package.json b/packages/gatsby-transformer-sqip/package.json index ac548b488f031..f225f3871eb28 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": "5.4.0-next.0", + "version": "5.4.0-next.1", "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.1.0", - "gatsby-core-utils": "^4.4.0-next.0", - "gatsby-plugin-sharp": "^5.4.0-next.0", + "gatsby-core-utils": "^4.4.0-next.1", + "gatsby-plugin-sharp": "^5.4.0-next.1", "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 dc8ca84ed184d..2645d1475d141 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": "5.4.0-next.0", + "version": "5.4.0-next.1", "author": "Kyle Mathews ", "bin": { "gatsby": "./cli.js" @@ -48,8 +48,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": "^5.4.0-next.0", - "babel-preset-gatsby": "^3.4.0-next.0", + "babel-plugin-remove-graphql-queries": "^5.4.0-next.1", + "babel-preset-gatsby": "^3.4.0-next.1", "better-opn": "^2.1.1", "bluebird": "^3.7.2", "browserslist": "^4.17.5", @@ -90,19 +90,19 @@ "find-cache-dir": "^3.3.2", "fs-exists-cached": "1.0.0", "fs-extra": "^10.1.0", - "gatsby-cli": "^5.4.0-next.0", - "gatsby-core-utils": "^4.4.0-next.0", + "gatsby-cli": "^5.4.0-next.1", + "gatsby-core-utils": "^4.4.0-next.1", "gatsby-graphiql-explorer": "^3.4.0-next.0", "gatsby-legacy-polyfills": "^3.4.0-next.0", - "gatsby-link": "^5.4.0-next.0", - "gatsby-page-utils": "^3.4.0-next.0", - "gatsby-parcel-config": "1.4.0-next.0", - "gatsby-plugin-page-creator": "^5.4.0-next.0", - "gatsby-plugin-typescript": "^5.4.0-next.0", - "gatsby-plugin-utils": "^4.4.0-next.0", + "gatsby-link": "^5.4.0-next.1", + "gatsby-page-utils": "^3.4.0-next.1", + "gatsby-parcel-config": "1.4.0-next.1", + "gatsby-plugin-page-creator": "^5.4.0-next.1", + "gatsby-plugin-typescript": "^5.4.0-next.1", + "gatsby-plugin-utils": "^4.4.0-next.1", "gatsby-react-router-scroll": "^6.4.0-next.0", "gatsby-script": "^2.4.0-next.0", - "gatsby-telemetry": "^4.4.0-next.0", + "gatsby-telemetry": "^4.4.0-next.1", "gatsby-worker": "^2.4.0-next.0", "glob": "^7.2.3", "globby": "^11.1.0",