Skip to content

Commit

Permalink
chore(release): Publish
Browse files Browse the repository at this point in the history
 - gatsby-plugin-sharp@5.8.1
 - gatsby-transformer-sqip@5.8.1
 - gatsby@5.8.1
  • Loading branch information
pieh committed Mar 29, 2023
1 parent 5f44208 commit 12c91db
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-sharp/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-sharp",
"description": "Wrapper of the Sharp image manipulation library for Gatsby plugins",
"version": "5.8.0",
"version": "5.8.1",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-transformer-sqip/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-transformer-sqip",
"description": "Generates geometric primitive version of images",
"version": "5.8.0",
"version": "5.8.1",
"author": "Benedikt Rötsch <roetsch.beni@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand All @@ -10,7 +10,7 @@
"@babel/runtime": "^7.20.13",
"fs-extra": "^11.1.0",
"gatsby-core-utils": "^4.8.0",
"gatsby-plugin-sharp": "^5.8.0",
"gatsby-plugin-sharp": "^5.8.1",
"md5-file": "^5.0.0",
"mini-svg-data-uri": "^1.4.4",
"p-queue": "^6.6.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby",
"description": "Blazing fast modern site generator for React",
"version": "5.8.0",
"version": "5.8.1",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bin": {
"gatsby": "./cli.js"
Expand Down

0 comments on commit 12c91db

Please sign in to comment.