Skip to content

Commit

Permalink
chore(release): Publish next
Browse files Browse the repository at this point in the history
 - 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
  • Loading branch information
tyhopp committed Aug 15, 2022
1 parent 48b4011 commit 3b6b975
Show file tree
Hide file tree
Showing 14 changed files with 29 additions and 29 deletions.
2 changes: 1 addition & 1 deletion packages/create-gatsby/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-cli/package.json
Original file line number Diff line number Diff line change
@@ -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 <mathews.kyle@gmail.com>",
"bin": {
"gatsby": "cli.js"
Expand All @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-gatsby-cloud/package.json
Original file line number Diff line number Diff line change
@@ -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 <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-image/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-page-creator/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -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"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-sharp/package.json
Original file line number Diff line number Diff line change
@@ -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 <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down Expand Up @@ -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": [
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-source-contentful/package.json
Original file line number Diff line number Diff line change
@@ -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@gmail.com> (mericsson.com)",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand All @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-source-drupal/package.json
Original file line number Diff line number Diff line change
@@ -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 <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-source-filesystem/package.json
Original file line number Diff line number Diff line change
@@ -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 <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-source-shopify/package.json
Original file line number Diff line number Diff line change
@@ -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 .",
Expand All @@ -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"
Expand All @@ -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",
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-source-wordpress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "gatsby-source-wordpress",
"description": "Source data from WordPress in an efficient and scalable way.",
"author": "Tyler Barnes <tylerdbarnes@gmail.com>",
"version": "6.22.0-next.0",
"version": "6.22.0-next.1",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
Expand Down Expand Up @@ -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",
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-telemetry/package.json
Original file line number Diff line number Diff line change
@@ -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 <jarmo@isotalo.fi>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-transformer-sqip/package.json
Original file line number Diff line number Diff line change
@@ -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 <roetsch.beni@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand All @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions packages/gatsby/package.json
Original file line number Diff line number Diff line change
@@ -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 <mathews.kyle@gmail.com>",
"bin": {
"gatsby": "./cli.js"
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 3b6b975

Please sign in to comment.