Skip to content

Commit

Permalink
chore(release): Publish
Browse files Browse the repository at this point in the history
 - gatsby-plugin-image@1.10.1
 - gatsby-plugin-sharp@3.10.1
 - gatsby-source-shopify@5.2.1
 - gatsby-transformer-sqip@3.10.1
  • Loading branch information
LekoArts committed Jul 21, 2021
1 parent a6fa7c7 commit 7b464be
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 7 deletions.
6 changes: 6 additions & 0 deletions packages/gatsby-plugin-image/CHANGELOG.md
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.10.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-image@1.10.0...gatsby-plugin-image@1.10.1) (2021-07-21)

### Bug Fixes

- **gatsby-plugin-image:** Switch react-dom import to remove createRoot warning ([#32457](https://github.com/gatsbyjs/gatsby/issues/32457)) ([#32458](https://github.com/gatsbyjs/gatsby/issues/32458)) ([a6fa7c7](https://github.com/gatsbyjs/gatsby/commit/a6fa7c71fcddec1c41fb17fba2a62c8e377bc155))

# [1.10.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-image@1.10.0-next.1...gatsby-plugin-image@1.10.0) (2021-07-20)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-image/package.json
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-image",
"version": "1.10.0",
"version": "1.10.1",
"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: 4 additions & 0 deletions packages/gatsby-plugin-sharp/CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.10.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@3.10.0...gatsby-plugin-sharp@3.10.1) (2021-07-21)

**Note:** Version bump only for package gatsby-plugin-sharp

# [3.10.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-sharp@3.10.0-next.1...gatsby-plugin-sharp@3.10.0) (2021-07-20)

**Note:** Version bump only for package gatsby-plugin-sharp
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.10.0",
"version": "3.10.1",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down Expand Up @@ -35,7 +35,7 @@
"@types/sharp": "^0.28.3",
"babel-preset-gatsby-package": "^1.10.0",
"cross-env": "^7.0.3",
"gatsby-plugin-image": "^1.10.0"
"gatsby-plugin-image": "^1.10.1"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sharp#readme",
"keywords": [
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-source-shopify/CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.2.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-shopify@5.2.0...gatsby-source-shopify@5.2.1) (2021-07-21)

**Note:** Version bump only for package gatsby-source-shopify

# [5.2.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-shopify@5.2.0-next.1...gatsby-source-shopify@5.2.0) (2021-07-20)

**Note:** Version bump only for package gatsby-source-shopify
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-source-shopify/package.json
@@ -1,6 +1,6 @@
{
"name": "gatsby-source-shopify",
"version": "5.2.0",
"version": "5.2.1",
"description": "Gatsby source plugin for building websites using Shopify as a data source.",
"scripts": {
"watch": "tsc-watch --outDir .",
Expand Down Expand Up @@ -31,7 +31,7 @@
"@types/node-fetch": "^2.5.10",
"@types/sharp": "^0.28.3",
"cross-env": "^7.0.3",
"gatsby-plugin-image": "^1.10.0",
"gatsby-plugin-image": "^1.10.1",
"msw": "^0.30.1",
"prettier": "^2.3.2",
"prettier-check": "^2.0.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-transformer-sqip/CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.10.1](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@3.10.0...gatsby-transformer-sqip@3.10.1) (2021-07-21)

**Note:** Version bump only for package gatsby-transformer-sqip

# [3.10.0](https://github.com/gatsbyjs/gatsby/compare/gatsby-transformer-sqip@3.10.0-next.1...gatsby-transformer-sqip@3.10.0) (2021-07-20)

**Note:** Version bump only for package gatsby-transformer-sqip
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.10.0",
"version": "3.10.1",
"author": "Benedikt Rötsch <roetsch.beni@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"@babel/runtime": "^7.14.6",
"fs-extra": "^8.1.0",
"gatsby-plugin-sharp": "^3.10.0",
"gatsby-plugin-sharp": "^3.10.1",
"md5-file": "^5.0.0",
"mini-svg-data-uri": "^1.3.3",
"p-queue": "^6.6.2",
Expand Down

0 comments on commit 7b464be

Please sign in to comment.