Skip to content

File tree

11 files changed

+20
-20
lines changed

11 files changed

+20
-20
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.16.0-next.1",
4+
"version": "4.16.0-next.2",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby": "cli.js"

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.16.0-next.1",
3+
"version": "2.16.0-next.2",
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-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.16.0-next.1",
4+
"version": "4.16.0-next.2",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -32,7 +32,7 @@
3232
"@types/sharp": "^0.30.0",
3333
"babel-preset-gatsby-package": "^2.16.0-next.0",
3434
"cross-env": "^7.0.3",
35-
"gatsby-plugin-image": "^2.16.0-next.1"
35+
"gatsby-plugin-image": "^2.16.0-next.2"
3636
},
3737
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sharp#readme",
3838
"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.14.0-next.1",
4+
"version": "7.14.0-next.2",
55
"author": "Marcus Ericsson <[email protected]> (mericsson.com)",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -19,7 +19,7 @@
1919
"fs-extra": "^10.1.0",
2020
"gatsby-core-utils": "^3.16.0-next.0",
2121
"gatsby-plugin-utils": "^3.10.0-next.1",
22-
"gatsby-source-filesystem": "^4.16.0-next.0",
22+
"gatsby-source-filesystem": "^4.16.0-next.1",
2323
"is-online": "^8.5.1",
2424
"json-stringify-safe": "^5.0.1",
2525
"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.17.0-next.1",
4+
"version": "5.17.0-next.2",
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.10.0-next.1",
17-
"gatsby-source-filesystem": "^4.16.0-next.0",
17+
"gatsby-source-filesystem": "^4.16.0-next.1",
1818
"got": "^11.8.3",
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.16.0-next.0",
4+
"version": "4.16.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.5.0-next.1",
3+
"version": "7.5.0-next.2",
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.16.0-next.0",
2828
"gatsby-plugin-utils": "^3.10.0-next.1",
29-
"gatsby-source-filesystem": "^4.16.0-next.0",
29+
"gatsby-source-filesystem": "^4.16.0-next.1",
3030
"node-fetch": "^2.6.7",
3131
"sharp": "^0.30.3",
3232
"shift-left": "^0.1.5"
@@ -36,7 +36,7 @@
3636
"@types/node-fetch": "^2.5.12",
3737
"@types/sharp": "^0.30.0",
3838
"cross-env": "^7.0.3",
39-
"gatsby-plugin-image": "^2.16.0-next.1",
39+
"gatsby-plugin-image": "^2.16.0-next.2",
4040
"msw": "^0.38.2",
4141
"prettier": "^2.5.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.16.0-next.1",
5+
"version": "6.16.0-next.2",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
88
},
@@ -31,7 +31,7 @@
3131
"gatsby-core-utils": "^3.16.0-next.0",
3232
"gatsby-plugin-catch-links": "^4.16.0-next.0",
3333
"gatsby-plugin-utils": "^3.10.0-next.1",
34-
"gatsby-source-filesystem": "^4.16.0-next.0",
34+
"gatsby-source-filesystem": "^4.16.0-next.1",
3535
"glob": "^7.2.3",
3636
"got": "^11.8.3",
3737
"lodash": "^4.17.21",
@@ -57,7 +57,7 @@
5757
"babel-preset-gatsby": "^2.16.0-next.0",
5858
"babel-preset-gatsby-package": "^2.16.0-next.0",
5959
"cross-env": "^7.0.3",
60-
"gatsby-plugin-image": "^2.16.0-next.1",
60+
"gatsby-plugin-image": "^2.16.0-next.2",
6161
"identity-obj-proxy": "^3.0.0",
6262
"react-test-renderer": "^16.14.0",
6363
"rimraf": "^3.0.2",

packages/gatsby-transformer-screenshot/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-transformer-screenshot",
33
"description": "Gatsby transformer plugin that uses AWS Lambda to take screenshots of websites",
4-
"version": "4.16.0-next.0",
4+
"version": "4.16.0-next.1",
55
"author": "Cassandra Beckley <[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.16.0-next.1",
4+
"version": "4.16.0-next.2",
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.16.0-next.0",
13-
"gatsby-plugin-sharp": "^4.16.0-next.1",
13+
"gatsby-plugin-sharp": "^4.16.0-next.2",
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: 2 additions & 2 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.16.0-next.1",
4+
"version": "4.16.0-next.2",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby": "./cli.js"
@@ -87,7 +87,7 @@
8787
"find-cache-dir": "^3.3.2",
8888
"fs-exists-cached": "1.0.0",
8989
"fs-extra": "^10.1.0",
90-
"gatsby-cli": "^4.16.0-next.1",
90+
"gatsby-cli": "^4.16.0-next.2",
9191
"gatsby-core-utils": "^3.16.0-next.0",
9292
"gatsby-graphiql-explorer": "^2.16.0-next.0",
9393
"gatsby-legacy-polyfills": "^2.16.0-next.0",

0 commit comments

Comments
 (0)