Skip to content

Commit

Permalink
chore(release): Publish
Browse files Browse the repository at this point in the history
 - gatsby-plugin-image@1.14.2
 - gatsby-plugin-sharp@3.14.3
 - gatsby-source-shopify@5.6.2
 - gatsby-source-wordpress@5.14.2
 - gatsby-transformer-sqip@3.14.3
  • Loading branch information
vladar committed Nov 2, 2021
1 parent 35b48f8 commit 476a591
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-image/package.json
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-image",
"version": "1.14.1",
"version": "1.14.2",
"scripts": {
"build": "npm-run-all -s clean -p build:*",
"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",
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-sharp/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-sharp",
"description": "Wrapper of the Sharp image manipulation library for Gatsby plugins",
"version": "3.14.2",
"version": "3.14.3",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down Expand Up @@ -32,7 +32,7 @@
"@types/sharp": "^0.28.5",
"babel-preset-gatsby-package": "^1.14.0",
"cross-env": "^7.0.3",
"gatsby-plugin-image": "^1.14.1"
"gatsby-plugin-image": "^1.14.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
@@ -1,6 +1,6 @@
{
"name": "gatsby-source-shopify",
"version": "5.6.1",
"version": "5.6.2",
"description": "Gatsby source plugin for building websites using Shopify as a data source.",
"scripts": {
"watch": "tsc-watch --outDir .",
Expand Down Expand Up @@ -33,7 +33,7 @@
"@types/node-fetch": "^2.5.12",
"@types/sharp": "^0.28.5",
"cross-env": "^7.0.3",
"gatsby-plugin-image": "^1.14.1",
"gatsby-plugin-image": "^1.14.2",
"msw": "^0.35.0",
"prettier": "^2.3.2",
"prettier-check": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-source-wordpress/package.json
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": "5.14.1",
"version": "5.14.2",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-transformer-sqip/package.json
@@ -1,15 +1,15 @@
{
"name": "gatsby-transformer-sqip",
"description": "Generates geometric primitive version of images",
"version": "3.14.2",
"version": "3.14.3",
"author": "Benedikt Rötsch <roetsch.beni@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"@babel/runtime": "^7.15.4",
"fs-extra": "^10.0.0",
"gatsby-plugin-sharp": "^3.14.2",
"gatsby-plugin-sharp": "^3.14.3",
"md5-file": "^5.0.0",
"mini-svg-data-uri": "^1.3.3",
"p-queue": "^6.6.2",
Expand Down

0 comments on commit 476a591

Please sign in to comment.