Skip to content

Commit c01806e

Browse files
committed
1 parent a05201e commit c01806e

File tree

8 files changed

+16
-16
lines changed

8 files changed

+16
-16
lines changed

packages/gatsby-cli/package.json

Lines changed: 1 addition & 1 deletion
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.2",
4+
"version": "4.22.0-next.3",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby": "cli.js"

packages/gatsby-plugin-preact/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-preact",
33
"description": "A Gatsby plugin which replaces React with Preact",
4-
"version": "6.22.0-next.0",
4+
"version": "6.22.0-next.1",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -46,4 +46,4 @@
4646
"engines": {
4747
"node": ">=14.15.0"
4848
}
49-
}
49+
}

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.2",
4+
"version": "7.20.0-next.3",
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.1",
21-
"gatsby-source-filesystem": "^4.22.0-next.1",
21+
"gatsby-source-filesystem": "^4.22.0-next.2",
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.2",
4+
"version": "5.23.0-next.3",
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.1",
17-
"gatsby-source-filesystem": "^4.22.0-next.1",
17+
"gatsby-source-filesystem": "^4.22.0-next.2",
1818
"got": "^11.8.5",
1919
"http2-wrapper": "^2.1.11",
2020
"lodash": "^4.17.21",

packages/gatsby-source-filesystem/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-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.1",
4+
"version": "4.22.0-next.2",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -47,4 +47,4 @@
4747
"engines": {
4848
"node": ">=14.15.0"
4949
}
50-
}
50+
}

packages/gatsby-source-shopify/package.json

Lines changed: 2 additions & 2 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.2",
3+
"version": "7.11.0-next.3",
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.1",
29-
"gatsby-source-filesystem": "^4.22.0-next.1",
29+
"gatsby-source-filesystem": "^4.22.0-next.2",
3030
"node-fetch": "^2.6.7",
3131
"sharp": "^0.30.7",
3232
"shift-left": "^0.1.5"

packages/gatsby-source-wordpress/package.json

Lines changed: 2 additions & 2 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.2",
5+
"version": "6.22.0-next.3",
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.1",
33-
"gatsby-source-filesystem": "^4.22.0-next.1",
33+
"gatsby-source-filesystem": "^4.22.0-next.2",
3434
"glob": "^7.2.3",
3535
"got": "^11.8.5",
3636
"lodash": "^4.17.21",

packages/gatsby/package.json

Lines changed: 3 additions & 3 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.4",
4+
"version": "4.22.0-next.5",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby": "./cli.js"
@@ -89,7 +89,7 @@
8989
"find-cache-dir": "^3.3.2",
9090
"fs-exists-cached": "1.0.0",
9191
"fs-extra": "^10.1.0",
92-
"gatsby-cli": "^4.22.0-next.2",
92+
"gatsby-cli": "^4.22.0-next.3",
9393
"gatsby-core-utils": "^3.22.0-next.0",
9494
"gatsby-graphiql-explorer": "^2.22.0-next.0",
9595
"gatsby-legacy-polyfills": "^2.22.0-next.0",
@@ -273,4 +273,4 @@
273273
"yargs": {
274274
"boolean-negation": false
275275
}
276-
}
276+
}

0 commit comments

Comments
 (0)