Skip to content

Commit

Permalink
chore(release): Publish
Browse files Browse the repository at this point in the history
 - gatsby-plugin-image@3.3.2
 - gatsby-plugin-sharp@5.3.2
 - gatsby-source-shopify@8.3.2
 - gatsby-source-wordpress@7.3.2
 - gatsby-transformer-sqip@5.3.2
  • Loading branch information
marvinjude committed Dec 14, 2022
1 parent b7477f4 commit 8fc123c
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-image/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-image",
"version": "3.3.1",
"version": "3.3.2",
"scripts": {
"build": "npm-run-all --npm-path npm -s clean -p build:*",
"postbuild": "prepend-directive --files=dist/gatsby-image.browser.js,dist/gatsby-image.browser.modern.js --directive=\"use client\"",
Expand Down
4 changes: 2 additions & 2 deletions 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.3.1",
"version": "5.3.2",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand All @@ -26,7 +26,7 @@
"@types/sharp": "^0.31.0",
"babel-preset-gatsby-package": "^3.3.0",
"cross-env": "^7.0.3",
"gatsby-plugin-image": "^3.3.1"
"gatsby-plugin-image": "^3.3.2"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sharp#readme",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-source-shopify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-source-shopify",
"version": "8.3.1",
"version": "8.3.2",
"description": "Gatsby source plugin for building websites using Shopify as a data source.",
"scripts": {
"watch": "tsc-watch --outDir .",
Expand Down Expand Up @@ -36,7 +36,7 @@
"@types/node-fetch": "^2.5.12",
"@types/sharp": "^0.31.0",
"cross-env": "^7.0.3",
"gatsby-plugin-image": "^3.3.1",
"gatsby-plugin-image": "^3.3.2",
"msw": "^0.38.2",
"prettier": "^2.7.1",
"prettier-check": "^2.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-source-wordpress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "gatsby-source-wordpress",
"description": "Source data from WordPress in an efficient and scalable way.",
"author": "Tyler Barnes <tylerdbarnes@gmail.com>",
"version": "7.3.1",
"version": "7.3.2",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
Expand Down Expand Up @@ -56,7 +56,7 @@
"babel-preset-gatsby": "^3.3.1",
"babel-preset-gatsby-package": "^3.3.0",
"cross-env": "^7.0.3",
"gatsby-plugin-image": "^3.3.1",
"gatsby-plugin-image": "^3.3.2",
"identity-obj-proxy": "^3.0.0",
"react-test-renderer": "^16.14.0",
"rimraf": "^3.0.2",
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.3.1",
"version": "5.3.2",
"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.15.4",
"fs-extra": "^10.1.0",
"gatsby-core-utils": "^4.3.1",
"gatsby-plugin-sharp": "^5.3.1",
"gatsby-plugin-sharp": "^5.3.2",
"md5-file": "^5.0.0",
"mini-svg-data-uri": "^1.4.4",
"p-queue": "^6.6.2",
Expand Down

0 comments on commit 8fc123c

Please sign in to comment.