Skip to content

Commit 4d48f5b

Browse files
committed
1 parent 5566d44 commit 4d48f5b

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

packages/gatsby-plugin-image/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-plugin-image",
3-
"version": "2.14.0",
3+
"version": "2.14.1",
44
"scripts": {
55
"build": "npm-run-all -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

+2-2
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.14.0",
4+
"version": "4.14.1",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -33,7 +33,7 @@
3333
"@types/sharp": "^0.30.0",
3434
"babel-preset-gatsby-package": "^2.14.0",
3535
"cross-env": "^7.0.3",
36-
"gatsby-plugin-image": "^2.14.0"
36+
"gatsby-plugin-image": "^2.14.1"
3737
},
3838
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sharp#readme",
3939
"keywords": [

packages/gatsby-source-shopify/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-source-shopify",
3-
"version": "7.3.0",
3+
"version": "7.3.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.14.0",
39+
"gatsby-plugin-image": "^2.14.1",
4040
"msw": "^0.38.2",
4141
"prettier": "^2.5.1",
4242
"prettier-check": "^2.0.0",

packages/gatsby-source-wordpress/package.json

+2-2
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.14.0",
5+
"version": "6.14.1",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
88
},
@@ -57,7 +57,7 @@
5757
"babel-preset-gatsby": "^2.14.0",
5858
"babel-preset-gatsby-package": "^2.14.0",
5959
"cross-env": "^7.0.3",
60-
"gatsby-plugin-image": "^2.14.0",
60+
"gatsby-plugin-image": "^2.14.1",
6161
"identity-obj-proxy": "^3.0.0",
6262
"react-test-renderer": "^16.14.0",
6363
"rimraf": "^3.0.2",

packages/gatsby-transformer-sqip/package.json

+2-2
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.14.0",
4+
"version": "4.14.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.14.0",
13-
"gatsby-plugin-sharp": "^4.14.0",
13+
"gatsby-plugin-sharp": "^4.14.1",
1414
"md5-file": "^5.0.0",
1515
"mini-svg-data-uri": "^1.4.4",
1616
"p-queue": "^6.6.2",

0 commit comments

Comments
 (0)