From 3b6b97524fee835831a16ef1346de20ab3e42d8e Mon Sep 17 00:00:00 2001 From: tyhopp Date: Mon, 15 Aug 2022 10:52:06 +0800 Subject: [PATCH] chore(release): Publish next - create-gatsby@2.22.0-next.1 - gatsby-cli@4.22.0-next.1 - gatsby-plugin-gatsby-cloud@4.22.0-next.1 - gatsby-plugin-image@2.22.0-next.1 - gatsby-plugin-page-creator@4.22.0-next.1 - gatsby-plugin-sharp@4.22.0-next.1 - gatsby-source-contentful@7.20.0-next.1 - gatsby-source-drupal@5.23.0-next.1 - gatsby-source-filesystem@4.22.0-next.1 - gatsby-source-shopify@7.11.0-next.1 - gatsby-source-wordpress@6.22.0-next.1 - gatsby-telemetry@3.22.0-next.1 - gatsby-transformer-sqip@4.22.0-next.1 - gatsby@4.22.0-next.2 --- packages/create-gatsby/package.json | 2 +- packages/gatsby-cli/package.json | 6 +++--- packages/gatsby-plugin-gatsby-cloud/package.json | 4 ++-- packages/gatsby-plugin-image/package.json | 2 +- packages/gatsby-plugin-page-creator/package.json | 4 ++-- packages/gatsby-plugin-sharp/package.json | 4 ++-- packages/gatsby-source-contentful/package.json | 4 ++-- packages/gatsby-source-drupal/package.json | 4 ++-- packages/gatsby-source-filesystem/package.json | 2 +- packages/gatsby-source-shopify/package.json | 6 +++--- packages/gatsby-source-wordpress/package.json | 6 +++--- packages/gatsby-telemetry/package.json | 2 +- packages/gatsby-transformer-sqip/package.json | 4 ++-- packages/gatsby/package.json | 8 ++++---- 14 files changed, 29 insertions(+), 29 deletions(-) diff --git a/packages/create-gatsby/package.json b/packages/create-gatsby/package.json index b17bf6eecb38c..f7c0011308062 100644 --- a/packages/create-gatsby/package.json +++ b/packages/create-gatsby/package.json @@ -1,6 +1,6 @@ { "name": "create-gatsby", - "version": "2.22.0-next.0", + "version": "2.22.0-next.1", "main": "lib/index.js", "bin": "cli.js", "license": "MIT", diff --git a/packages/gatsby-cli/package.json b/packages/gatsby-cli/package.json index 30479da69798d..8cc56a0aa3ad7 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.22.0-next.0", + "version": "4.22.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": "^2.22.0-next.0", + "create-gatsby": "^2.22.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": "^3.22.0-next.0", - "gatsby-telemetry": "^3.22.0-next.0", + "gatsby-telemetry": "^3.22.0-next.1", "hosted-git-info": "^3.0.8", "is-valid-path": "^0.1.1", "joi": "^17.4.2", diff --git a/packages/gatsby-plugin-gatsby-cloud/package.json b/packages/gatsby-plugin-gatsby-cloud/package.json index a39ca1ead5555..341cde4bed5fe 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.22.0-next.0", + "version": "4.22.0-next.1", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -10,7 +10,7 @@ "@babel/runtime": "^7.15.4", "fs-extra": "^10.1.0", "gatsby-core-utils": "^3.22.0-next.0", - "gatsby-telemetry": "^3.22.0-next.0", + "gatsby-telemetry": "^3.22.0-next.1", "kebab-hash": "^0.1.2", "lodash": "^4.17.21", "webpack-assets-manifest": "^5.1.0" diff --git a/packages/gatsby-plugin-image/package.json b/packages/gatsby-plugin-image/package.json index 940d2af1550f4..1fcd0ec24024a 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.22.0-next.0", + "version": "2.22.0-next.1", "scripts": { "build": "npm-run-all --npm-path npm -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", diff --git a/packages/gatsby-plugin-page-creator/package.json b/packages/gatsby-plugin-page-creator/package.json index 3d041f9aad8a2..fb58568b674f9 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.22.0-next.0", + "version": "4.22.0-next.1", "description": "Gatsby plugin that automatically creates pages from React components in specified directories", "main": "index.js", "scripts": { @@ -33,7 +33,7 @@ "gatsby-core-utils": "^3.22.0-next.0", "gatsby-page-utils": "^2.22.0-next.0", "gatsby-plugin-utils": "^3.16.0-next.0", - "gatsby-telemetry": "^3.22.0-next.0", + "gatsby-telemetry": "^3.22.0-next.1", "globby": "^11.1.0", "lodash": "^4.17.21" }, diff --git a/packages/gatsby-plugin-sharp/package.json b/packages/gatsby-plugin-sharp/package.json index 57570a11beeaf..f8885d48001ee 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.22.0-next.0", + "version": "4.22.0-next.1", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -29,7 +29,7 @@ "@types/sharp": "^0.30.5", "babel-preset-gatsby-package": "^2.22.0-next.0", "cross-env": "^7.0.3", - "gatsby-plugin-image": "^2.22.0-next.0" + "gatsby-plugin-image": "^2.22.0-next.1" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sharp#readme", "keywords": [ diff --git a/packages/gatsby-source-contentful/package.json b/packages/gatsby-source-contentful/package.json index 7098ebfc17ef3..ab1d3ace548c0 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.20.0-next.0", + "version": "7.20.0-next.1", "author": "Marcus Ericsson (mericsson.com)", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -18,7 +18,7 @@ "fs-extra": "^10.1.0", "gatsby-core-utils": "^3.22.0-next.0", "gatsby-plugin-utils": "^3.16.0-next.0", - "gatsby-source-filesystem": "^4.22.0-next.0", + "gatsby-source-filesystem": "^4.22.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 bce8dd6c7252b..ef1525e74fda8 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.23.0-next.0", + "version": "5.23.0-next.1", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -14,7 +14,7 @@ "body-parser": "^1.20.0", "fastq": "^1.13.0", "gatsby-plugin-utils": "^3.16.0-next.0", - "gatsby-source-filesystem": "^4.22.0-next.0", + "gatsby-source-filesystem": "^4.22.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 a49a5872e0f39..9c405fb707d9c 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.22.0-next.0", + "version": "4.22.0-next.1", "author": "Kyle Mathews ", "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 a8492577b11f8..3d2745c9488d2 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.11.0-next.0", + "version": "7.11.0-next.1", "description": "Gatsby source plugin for building websites using Shopify as a data source.", "scripts": { "watch": "tsc-watch --outDir .", @@ -26,7 +26,7 @@ "@babel/runtime": "^7.15.4", "gatsby-core-utils": "^3.22.0-next.0", "gatsby-plugin-utils": "^3.16.0-next.0", - "gatsby-source-filesystem": "^4.22.0-next.0", + "gatsby-source-filesystem": "^4.22.0-next.1", "node-fetch": "^2.6.7", "sharp": "^0.30.7", "shift-left": "^0.1.5" @@ -36,7 +36,7 @@ "@types/node-fetch": "^2.5.12", "@types/sharp": "^0.30.5", "cross-env": "^7.0.3", - "gatsby-plugin-image": "^2.22.0-next.0", + "gatsby-plugin-image": "^2.22.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 16dff4990e67c..63d0971029caf 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.22.0-next.0", + "version": "6.22.0-next.1", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" }, @@ -30,7 +30,7 @@ "gatsby-core-utils": "^3.22.0-next.0", "gatsby-plugin-catch-links": "^4.22.0-next.0", "gatsby-plugin-utils": "^3.16.0-next.0", - "gatsby-source-filesystem": "^4.22.0-next.0", + "gatsby-source-filesystem": "^4.22.0-next.1", "glob": "^7.2.3", "got": "^11.8.5", "lodash": "^4.17.21", @@ -56,7 +56,7 @@ "babel-preset-gatsby": "^2.22.0-next.0", "babel-preset-gatsby-package": "^2.22.0-next.0", "cross-env": "^7.0.3", - "gatsby-plugin-image": "^2.22.0-next.0", + "gatsby-plugin-image": "^2.22.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 4e2b243657e4b..de1e98e5ba168 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.22.0-next.0", + "version": "3.22.0-next.1", "author": "Jarmo Isotalo ", "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 8d02e78cf26f2..2ecc7ea7be9b3 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.22.0-next.0", + "version": "4.22.0-next.1", "author": "Benedikt Rötsch ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -10,7 +10,7 @@ "@babel/runtime": "^7.15.4", "fs-extra": "^10.1.0", "gatsby-core-utils": "^3.22.0-next.0", - "gatsby-plugin-sharp": "^4.22.0-next.0", + "gatsby-plugin-sharp": "^4.22.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 b6ae9cd15dc90..2220ae6b2424a 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.22.0-next.1", + "version": "4.22.0-next.2", "author": "Kyle Mathews ", "bin": { "gatsby": "./cli.js" @@ -88,19 +88,19 @@ "find-cache-dir": "^3.3.2", "fs-exists-cached": "1.0.0", "fs-extra": "^10.1.0", - "gatsby-cli": "^4.22.0-next.0", + "gatsby-cli": "^4.22.0-next.1", "gatsby-core-utils": "^3.22.0-next.0", "gatsby-graphiql-explorer": "^2.22.0-next.0", "gatsby-legacy-polyfills": "^2.22.0-next.0", "gatsby-link": "^4.22.0-next.0", "gatsby-page-utils": "^2.22.0-next.0", "gatsby-parcel-config": "0.13.0-next.0", - "gatsby-plugin-page-creator": "^4.22.0-next.0", + "gatsby-plugin-page-creator": "^4.22.0-next.1", "gatsby-plugin-typescript": "^4.22.0-next.0", "gatsby-plugin-utils": "^3.16.0-next.0", "gatsby-react-router-scroll": "^5.22.0-next.0", "gatsby-script": "^1.7.0-next.0", - "gatsby-telemetry": "^3.22.0-next.0", + "gatsby-telemetry": "^3.22.0-next.1", "gatsby-worker": "^1.22.0-next.0", "glob": "^7.2.3", "globby": "^11.1.0",