Skip to content

Commit 12c91db

Browse files
committed
1 parent 5f44208 commit 12c91db

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

packages/gatsby-plugin-sharp/package.json

Lines changed: 1 addition & 1 deletion
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.8.0",
4+
"version": "5.8.1",
55
"author": "Kyle Mathews <[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": "5.8.0",
4+
"version": "5.8.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.20.13",
1111
"fs-extra": "^11.1.0",
1212
"gatsby-core-utils": "^4.8.0",
13-
"gatsby-plugin-sharp": "^5.8.0",
13+
"gatsby-plugin-sharp": "^5.8.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: 1 addition & 1 deletion
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": "5.8.0",
4+
"version": "5.8.1",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby": "./cli.js"

0 commit comments

Comments
 (0)