From ba182c6367c636d58b2180dd024526708e5a5fe8 Mon Sep 17 00:00:00 2001 From: LekoArts Date: Wed, 1 Jun 2022 13:54:05 +0200 Subject: [PATCH] chore(release): Publish next - gatsby-cli@4.16.0-next.2 - gatsby-plugin-image@2.16.0-next.2 - gatsby-plugin-sharp@4.16.0-next.2 - gatsby-source-contentful@7.14.0-next.2 - gatsby-source-drupal@5.17.0-next.2 - gatsby-source-filesystem@4.16.0-next.1 - gatsby-source-shopify@7.5.0-next.2 - gatsby-source-wordpress@6.16.0-next.2 - gatsby-transformer-screenshot@4.16.0-next.1 - gatsby-transformer-sqip@4.16.0-next.2 - gatsby@4.16.0-next.2 --- packages/gatsby-cli/package.json | 2 +- packages/gatsby-plugin-image/package.json | 2 +- 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-transformer-screenshot/package.json | 2 +- packages/gatsby-transformer-sqip/package.json | 4 ++-- packages/gatsby/package.json | 4 ++-- 11 files changed, 20 insertions(+), 20 deletions(-) diff --git a/packages/gatsby-cli/package.json b/packages/gatsby-cli/package.json index 65505bf4c462c..37e2f10928f0d 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.16.0-next.1", + "version": "4.16.0-next.2", "author": "Kyle Mathews ", "bin": { "gatsby": "cli.js" diff --git a/packages/gatsby-plugin-image/package.json b/packages/gatsby-plugin-image/package.json index 8851aafaccab2..40f2197e2c2c6 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.16.0-next.1", + "version": "2.16.0-next.2", "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-sharp/package.json b/packages/gatsby-plugin-sharp/package.json index 3f98517a062fd..51812efac651a 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.16.0-next.1", + "version": "4.16.0-next.2", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -32,7 +32,7 @@ "@types/sharp": "^0.30.0", "babel-preset-gatsby-package": "^2.16.0-next.0", "cross-env": "^7.0.3", - "gatsby-plugin-image": "^2.16.0-next.1" + "gatsby-plugin-image": "^2.16.0-next.2" }, "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 34043b1423688..097bca1a14a7d 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.14.0-next.1", + "version": "7.14.0-next.2", "author": "Marcus Ericsson (mericsson.com)", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -19,7 +19,7 @@ "fs-extra": "^10.1.0", "gatsby-core-utils": "^3.16.0-next.0", "gatsby-plugin-utils": "^3.10.0-next.1", - "gatsby-source-filesystem": "^4.16.0-next.0", + "gatsby-source-filesystem": "^4.16.0-next.1", "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 49251fc0e0e0c..b56732b0cfea4 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.17.0-next.1", + "version": "5.17.0-next.2", "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.10.0-next.1", - "gatsby-source-filesystem": "^4.16.0-next.0", + "gatsby-source-filesystem": "^4.16.0-next.1", "got": "^11.8.3", "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 9860437673cde..f8c5b70b3fd7d 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.16.0-next.0", + "version": "4.16.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 49c283857a73f..09ce4b6110c85 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.5.0-next.1", + "version": "7.5.0-next.2", "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.16.0-next.0", "gatsby-plugin-utils": "^3.10.0-next.1", - "gatsby-source-filesystem": "^4.16.0-next.0", + "gatsby-source-filesystem": "^4.16.0-next.1", "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.16.0-next.1", + "gatsby-plugin-image": "^2.16.0-next.2", "msw": "^0.38.2", "prettier": "^2.5.1", "prettier-check": "^2.0.0", diff --git a/packages/gatsby-source-wordpress/package.json b/packages/gatsby-source-wordpress/package.json index 31b0f93b7734c..f04214af992a7 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.16.0-next.1", + "version": "6.16.0-next.2", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" }, @@ -31,7 +31,7 @@ "gatsby-core-utils": "^3.16.0-next.0", "gatsby-plugin-catch-links": "^4.16.0-next.0", "gatsby-plugin-utils": "^3.10.0-next.1", - "gatsby-source-filesystem": "^4.16.0-next.0", + "gatsby-source-filesystem": "^4.16.0-next.1", "glob": "^7.2.3", "got": "^11.8.3", "lodash": "^4.17.21", @@ -57,7 +57,7 @@ "babel-preset-gatsby": "^2.16.0-next.0", "babel-preset-gatsby-package": "^2.16.0-next.0", "cross-env": "^7.0.3", - "gatsby-plugin-image": "^2.16.0-next.1", + "gatsby-plugin-image": "^2.16.0-next.2", "identity-obj-proxy": "^3.0.0", "react-test-renderer": "^16.14.0", "rimraf": "^3.0.2", diff --git a/packages/gatsby-transformer-screenshot/package.json b/packages/gatsby-transformer-screenshot/package.json index f596041c226a5..df6cdb77b54d4 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.16.0-next.0", + "version": "4.16.0-next.1", "author": "Cassandra Beckley ", "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 e6bd5678c8c1d..08960a4eb4893 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.16.0-next.1", + "version": "4.16.0-next.2", "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.16.0-next.0", - "gatsby-plugin-sharp": "^4.16.0-next.1", + "gatsby-plugin-sharp": "^4.16.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 40b4f7b539d07..9c4da89e0a5f8 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.16.0-next.1", + "version": "4.16.0-next.2", "author": "Kyle Mathews ", "bin": { "gatsby": "./cli.js" @@ -87,7 +87,7 @@ "find-cache-dir": "^3.3.2", "fs-exists-cached": "1.0.0", "fs-extra": "^10.1.0", - "gatsby-cli": "^4.16.0-next.1", + "gatsby-cli": "^4.16.0-next.2", "gatsby-core-utils": "^3.16.0-next.0", "gatsby-graphiql-explorer": "^2.16.0-next.0", "gatsby-legacy-polyfills": "^2.16.0-next.0",