Skip to content

Commit fa06f1c

Browse files
committed
chore(release): Publish next
- gatsby-link@4.20.0-next.1 - gatsby-parcel-config@0.11.0-next.1 - gatsby-plugin-image@2.20.0-next.1 - gatsby-plugin-sharp@4.20.0-next.1 - gatsby-source-shopify@7.9.0-next.1 - gatsby-source-wordpress@6.20.0-next.1 - gatsby-transformer-sqip@4.20.0-next.1 - gatsby@4.20.0-next.3
1 parent b83c402 commit fa06f1c

File tree

8 files changed

+14
-14
lines changed

8 files changed

+14
-14
lines changed

packages/gatsby-link/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-link",
33
"description": "An enhanced Link component for Gatsby sites with support for resource prefetching",
4-
"version": "4.20.0-next.0",
4+
"version": "4.20.0-next.1",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-parcel-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-parcel-config",
33
"main": "lib/index.json",
4-
"version": "0.11.0-next.0",
4+
"version": "0.11.0-next.1",
55
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-parcel-config#readme",
66
"description": "A minimal Parcel config for use in Gatsby",
77
"repository": {

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.20.0-next.0",
3+
"version": "2.20.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-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.20.0-next.0",
4+
"version": "4.20.0-next.1",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
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.20.0-next.0",
3434
"cross-env": "^7.0.3",
35-
"gatsby-plugin-image": "^2.20.0-next.0"
35+
"gatsby-plugin-image": "^2.20.0-next.1"
3636
},
3737
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sharp#readme",
3838
"keywords": [

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.9.0-next.0",
3+
"version": "7.9.0-next.1",
44
"description": "Gatsby source plugin for building websites using Shopify as a data source.",
55
"scripts": {
66
"watch": "tsc-watch --outDir .",
@@ -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.20.0-next.0",
39+
"gatsby-plugin-image": "^2.20.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: 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 <tylerdbarnes@gmail.com>",
5-
"version": "6.20.0-next.0",
5+
"version": "6.20.0-next.1",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
88
},
@@ -56,7 +56,7 @@
5656
"babel-preset-gatsby": "^2.20.0-next.0",
5757
"babel-preset-gatsby-package": "^2.20.0-next.0",
5858
"cross-env": "^7.0.3",
59-
"gatsby-plugin-image": "^2.20.0-next.0",
59+
"gatsby-plugin-image": "^2.20.0-next.1",
6060
"identity-obj-proxy": "^3.0.0",
6161
"react-test-renderer": "^16.14.0",
6262
"rimraf": "^3.0.2",

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.20.0-next.0",
4+
"version": "4.20.0-next.1",
55
"author": "Benedikt Rötsch <roetsch.beni@gmail.com>",
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.20.0-next.0",
13-
"gatsby-plugin-sharp": "^4.20.0-next.0",
13+
"gatsby-plugin-sharp": "^4.20.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: 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.20.0-next.2",
4+
"version": "4.20.0-next.3",
55
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
66
"bin": {
77
"gatsby": "./cli.js"
@@ -91,9 +91,9 @@
9191
"gatsby-core-utils": "^3.20.0-next.0",
9292
"gatsby-graphiql-explorer": "^2.20.0-next.0",
9393
"gatsby-legacy-polyfills": "^2.20.0-next.0",
94-
"gatsby-link": "^4.20.0-next.0",
94+
"gatsby-link": "^4.20.0-next.1",
9595
"gatsby-page-utils": "^2.20.0-next.0",
96-
"gatsby-parcel-config": "0.11.0-next.0",
96+
"gatsby-parcel-config": "0.11.0-next.1",
9797
"gatsby-plugin-page-creator": "^4.20.0-next.0",
9898
"gatsby-plugin-typescript": "^4.20.0-next.0",
9999
"gatsby-plugin-utils": "^3.14.0-next.0",

0 commit comments

Comments
 (0)