Skip to content

Commit 8fc123c

Browse files
committed
1 parent b7477f4 commit 8fc123c

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": "3.3.1",
3+
"version": "3.3.2",
44
"scripts": {
55
"build": "npm-run-all --npm-path npm -s clean -p build:*",
66
"postbuild": "prepend-directive --files=dist/gatsby-image.browser.js,dist/gatsby-image.browser.modern.js --directive=\"use client\"",

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": "5.3.1",
4+
"version": "5.3.2",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -26,7 +26,7 @@
2626
"@types/sharp": "^0.31.0",
2727
"babel-preset-gatsby-package": "^3.3.0",
2828
"cross-env": "^7.0.3",
29-
"gatsby-plugin-image": "^3.3.1"
29+
"gatsby-plugin-image": "^3.3.2"
3030
},
3131
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sharp#readme",
3232
"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": "8.3.1",
3+
"version": "8.3.2",
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.31.0",
3838
"cross-env": "^7.0.3",
39-
"gatsby-plugin-image": "^3.3.1",
39+
"gatsby-plugin-image": "^3.3.2",
4040
"msw": "^0.38.2",
4141
"prettier": "^2.7.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": "7.3.1",
5+
"version": "7.3.2",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
88
},
@@ -56,7 +56,7 @@
5656
"babel-preset-gatsby": "^3.3.1",
5757
"babel-preset-gatsby-package": "^3.3.0",
5858
"cross-env": "^7.0.3",
59-
"gatsby-plugin-image": "^3.3.1",
59+
"gatsby-plugin-image": "^3.3.2",
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

+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": "5.3.1",
4+
"version": "5.3.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": "^4.3.1",
13-
"gatsby-plugin-sharp": "^5.3.1",
13+
"gatsby-plugin-sharp": "^5.3.2",
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)