Skip to content

File tree

14 files changed

+29
-29
lines changed

14 files changed

+29
-29
lines changed

packages/create-gatsby/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-gatsby",
3-
"version": "2.22.0-next.0",
3+
"version": "2.22.0-next.1",
44
"main": "lib/index.js",
55
"bin": "cli.js",
66
"license": "MIT",

packages/gatsby-cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-cli",
33
"description": "Gatsby command-line interface for creating new sites and running Gatsby commands",
4-
"version": "4.22.0-next.0",
4+
"version": "4.22.0-next.1",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby": "cli.js"
@@ -26,13 +26,13 @@
2626
"clipboardy": "^2.3.0",
2727
"common-tags": "^1.8.2",
2828
"convert-hrtime": "^3.0.0",
29-
"create-gatsby": "^2.22.0-next.0",
29+
"create-gatsby": "^2.22.0-next.1",
3030
"envinfo": "^7.8.1",
3131
"execa": "^5.1.1",
3232
"fs-exists-cached": "^1.0.0",
3333
"fs-extra": "^10.1.0",
3434
"gatsby-core-utils": "^3.22.0-next.0",
35-
"gatsby-telemetry": "^3.22.0-next.0",
35+
"gatsby-telemetry": "^3.22.0-next.1",
3636
"hosted-git-info": "^3.0.8",
3737
"is-valid-path": "^0.1.1",
3838
"joi": "^17.4.2",

packages/gatsby-plugin-gatsby-cloud/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-gatsby-cloud",
33
"description": "A Gatsby plugin which optimizes working with Gatsby Cloud",
4-
"version": "4.22.0-next.0",
4+
"version": "4.22.0-next.1",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -10,7 +10,7 @@
1010
"@babel/runtime": "^7.15.4",
1111
"fs-extra": "^10.1.0",
1212
"gatsby-core-utils": "^3.22.0-next.0",
13-
"gatsby-telemetry": "^3.22.0-next.0",
13+
"gatsby-telemetry": "^3.22.0-next.1",
1414
"kebab-hash": "^0.1.2",
1515
"lodash": "^4.17.21",
1616
"webpack-assets-manifest": "^5.1.0"

packages/gatsby-plugin-image/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-plugin-image",
3-
"version": "2.22.0-next.0",
3+
"version": "2.22.0-next.1",
44
"scripts": {
55
"build": "npm-run-all --npm-path npm -s clean -p build:*",
66
"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",

packages/gatsby-plugin-page-creator/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-plugin-page-creator",
3-
"version": "4.22.0-next.0",
3+
"version": "4.22.0-next.1",
44
"description": "Gatsby plugin that automatically creates pages from React components in specified directories",
55
"main": "index.js",
66
"scripts": {
@@ -33,7 +33,7 @@
3333
"gatsby-core-utils": "^3.22.0-next.0",
3434
"gatsby-page-utils": "^2.22.0-next.0",
3535
"gatsby-plugin-utils": "^3.16.0-next.0",
36-
"gatsby-telemetry": "^3.22.0-next.0",
36+
"gatsby-telemetry": "^3.22.0-next.1",
3737
"globby": "^11.1.0",
3838
"lodash": "^4.17.21"
3939
},

packages/gatsby-plugin-sharp/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-sharp",
33
"description": "Wrapper of the Sharp image manipulation library for Gatsby plugins",
4-
"version": "4.22.0-next.0",
4+
"version": "4.22.0-next.1",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -29,7 +29,7 @@
2929
"@types/sharp": "^0.30.5",
3030
"babel-preset-gatsby-package": "^2.22.0-next.0",
3131
"cross-env": "^7.0.3",
32-
"gatsby-plugin-image": "^2.22.0-next.0"
32+
"gatsby-plugin-image": "^2.22.0-next.1"
3333
},
3434
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sharp#readme",
3535
"keywords": [

packages/gatsby-source-contentful/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-source-contentful",
33
"description": "Gatsby source plugin for building websites using the Contentful CMS as a data source",
4-
"version": "7.20.0-next.0",
4+
"version": "7.20.0-next.1",
55
"author": "Marcus Ericsson <[email protected]> (mericsson.com)",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -18,7 +18,7 @@
1818
"fs-extra": "^10.1.0",
1919
"gatsby-core-utils": "^3.22.0-next.0",
2020
"gatsby-plugin-utils": "^3.16.0-next.0",
21-
"gatsby-source-filesystem": "^4.22.0-next.0",
21+
"gatsby-source-filesystem": "^4.22.0-next.1",
2222
"is-online": "^9.0.1",
2323
"json-stringify-safe": "^5.0.1",
2424
"lodash": "^4.17.21",

packages/gatsby-source-drupal/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-source-drupal",
33
"description": "Gatsby source plugin for building websites using the Drupal CMS as a data source",
4-
"version": "5.23.0-next.0",
4+
"version": "5.23.0-next.1",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -14,7 +14,7 @@
1414
"body-parser": "^1.20.0",
1515
"fastq": "^1.13.0",
1616
"gatsby-plugin-utils": "^3.16.0-next.0",
17-
"gatsby-source-filesystem": "^4.22.0-next.0",
17+
"gatsby-source-filesystem": "^4.22.0-next.1",
1818
"got": "^11.8.5",
1919
"http2-wrapper": "^2.1.11",
2020
"lodash": "^4.17.21",

packages/gatsby-source-filesystem/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-source-filesystem",
33
"description": "Gatsby source plugin for building websites from local data. Markdown, JSON, images, YAML, CSV, and dozens of other data types supported.",
4-
"version": "4.22.0-next.0",
4+
"version": "4.22.0-next.1",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-source-shopify/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-source-shopify",
3-
"version": "7.11.0-next.0",
3+
"version": "7.11.0-next.1",
44
"description": "Gatsby source plugin for building websites using Shopify as a data source.",
55
"scripts": {
66
"watch": "tsc-watch --outDir .",
@@ -26,7 +26,7 @@
2626
"@babel/runtime": "^7.15.4",
2727
"gatsby-core-utils": "^3.22.0-next.0",
2828
"gatsby-plugin-utils": "^3.16.0-next.0",
29-
"gatsby-source-filesystem": "^4.22.0-next.0",
29+
"gatsby-source-filesystem": "^4.22.0-next.1",
3030
"node-fetch": "^2.6.7",
3131
"sharp": "^0.30.7",
3232
"shift-left": "^0.1.5"
@@ -36,7 +36,7 @@
3636
"@types/node-fetch": "^2.5.12",
3737
"@types/sharp": "^0.30.5",
3838
"cross-env": "^7.0.3",
39-
"gatsby-plugin-image": "^2.22.0-next.0",
39+
"gatsby-plugin-image": "^2.22.0-next.1",
4040
"msw": "^0.38.2",
4141
"prettier": "^2.7.1",
4242
"prettier-check": "^2.0.0",

packages/gatsby-source-wordpress/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "gatsby-source-wordpress",
33
"description": "Source data from WordPress in an efficient and scalable way.",
44
"author": "Tyler Barnes <[email protected]>",
5-
"version": "6.22.0-next.0",
5+
"version": "6.22.0-next.1",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
88
},
@@ -30,7 +30,7 @@
3030
"gatsby-core-utils": "^3.22.0-next.0",
3131
"gatsby-plugin-catch-links": "^4.22.0-next.0",
3232
"gatsby-plugin-utils": "^3.16.0-next.0",
33-
"gatsby-source-filesystem": "^4.22.0-next.0",
33+
"gatsby-source-filesystem": "^4.22.0-next.1",
3434
"glob": "^7.2.3",
3535
"got": "^11.8.5",
3636
"lodash": "^4.17.21",
@@ -56,7 +56,7 @@
5656
"babel-preset-gatsby": "^2.22.0-next.0",
5757
"babel-preset-gatsby-package": "^2.22.0-next.0",
5858
"cross-env": "^7.0.3",
59-
"gatsby-plugin-image": "^2.22.0-next.0",
59+
"gatsby-plugin-image": "^2.22.0-next.1",
6060
"identity-obj-proxy": "^3.0.0",
6161
"react-test-renderer": "^16.14.0",
6262
"rimraf": "^3.0.2",

packages/gatsby-telemetry/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-telemetry",
33
"description": "Gatsby Telemetry",
4-
"version": "3.22.0-next.0",
4+
"version": "3.22.0-next.1",
55
"author": "Jarmo Isotalo <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-transformer-sqip/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-transformer-sqip",
33
"description": "Generates geometric primitive version of images",
4-
"version": "4.22.0-next.0",
4+
"version": "4.22.0-next.1",
55
"author": "Benedikt Rötsch <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -10,7 +10,7 @@
1010
"@babel/runtime": "^7.15.4",
1111
"fs-extra": "^10.1.0",
1212
"gatsby-core-utils": "^3.22.0-next.0",
13-
"gatsby-plugin-sharp": "^4.22.0-next.0",
13+
"gatsby-plugin-sharp": "^4.22.0-next.1",
1414
"md5-file": "^5.0.0",
1515
"mini-svg-data-uri": "^1.4.4",
1616
"p-queue": "^6.6.2",

packages/gatsby/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby",
33
"description": "Blazing fast modern site generator for React",
4-
"version": "4.22.0-next.1",
4+
"version": "4.22.0-next.2",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby": "./cli.js"
@@ -88,19 +88,19 @@
8888
"find-cache-dir": "^3.3.2",
8989
"fs-exists-cached": "1.0.0",
9090
"fs-extra": "^10.1.0",
91-
"gatsby-cli": "^4.22.0-next.0",
91+
"gatsby-cli": "^4.22.0-next.1",
9292
"gatsby-core-utils": "^3.22.0-next.0",
9393
"gatsby-graphiql-explorer": "^2.22.0-next.0",
9494
"gatsby-legacy-polyfills": "^2.22.0-next.0",
9595
"gatsby-link": "^4.22.0-next.0",
9696
"gatsby-page-utils": "^2.22.0-next.0",
9797
"gatsby-parcel-config": "0.13.0-next.0",
98-
"gatsby-plugin-page-creator": "^4.22.0-next.0",
98+
"gatsby-plugin-page-creator": "^4.22.0-next.1",
9999
"gatsby-plugin-typescript": "^4.22.0-next.0",
100100
"gatsby-plugin-utils": "^3.16.0-next.0",
101101
"gatsby-react-router-scroll": "^5.22.0-next.0",
102102
"gatsby-script": "^1.7.0-next.0",
103-
"gatsby-telemetry": "^3.22.0-next.0",
103+
"gatsby-telemetry": "^3.22.0-next.1",
104104
"gatsby-worker": "^1.22.0-next.0",
105105
"glob": "^7.2.3",
106106
"globby": "^11.1.0",

0 commit comments

Comments
 (0)