Skip to content

Commit 7b464be

Browse files
committed
1 parent a6fa7c7 commit 7b464be

File tree

8 files changed

+25
-7
lines changed

8 files changed

+25
-7
lines changed

packages/gatsby-plugin-image/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.10.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.10.1) (2021-07-21)
7+
8+
### Bug Fixes
9+
10+
- **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))
11+
612
# [1.10.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.10.0) (2021-07-20)
713

814
### Bug Fixes

packages/gatsby-plugin-image/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-plugin-image",
3-
"version": "1.10.0",
3+
"version": "1.10.1",
44
"scripts": {
55
"build": "npm-run-all -s clean -p build:*",
66
"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",

packages/gatsby-plugin-sharp/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.10.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.10.1) (2021-07-21)
7+
8+
**Note:** Version bump only for package gatsby-plugin-sharp
9+
610
# [3.10.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.10.0) (2021-07-20)
711

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

packages/gatsby-plugin-sharp/package.json

+2-2
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": "3.10.0",
4+
"version": "3.10.1",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -35,7 +35,7 @@
3535
"@types/sharp": "^0.28.3",
3636
"babel-preset-gatsby-package": "^1.10.0",
3737
"cross-env": "^7.0.3",
38-
"gatsby-plugin-image": "^1.10.0"
38+
"gatsby-plugin-image": "^1.10.1"
3939
},
4040
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sharp#readme",
4141
"keywords": [

packages/gatsby-source-shopify/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.2.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@5.2.1) (2021-07-21)
7+
8+
**Note:** Version bump only for package gatsby-source-shopify
9+
610
# [5.2.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@5.2.0) (2021-07-20)
711

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

packages/gatsby-source-shopify/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-source-shopify",
3-
"version": "5.2.0",
3+
"version": "5.2.1",
44
"description": "Gatsby source plugin for building websites using Shopify as a data source.",
55
"scripts": {
66
"watch": "tsc-watch --outDir .",
@@ -31,7 +31,7 @@
3131
"@types/node-fetch": "^2.5.10",
3232
"@types/sharp": "^0.28.3",
3333
"cross-env": "^7.0.3",
34-
"gatsby-plugin-image": "^1.10.0",
34+
"gatsby-plugin-image": "^1.10.1",
3535
"msw": "^0.30.1",
3636
"prettier": "^2.3.2",
3737
"prettier-check": "^2.0.0",

packages/gatsby-transformer-sqip/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.10.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.10.1) (2021-07-21)
7+
8+
**Note:** Version bump only for package gatsby-transformer-sqip
9+
610
# [3.10.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.10.0) (2021-07-20)
711

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

packages/gatsby-transformer-sqip/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "gatsby-transformer-sqip",
33
"description": "Generates geometric primitive version of images",
4-
"version": "3.10.0",
4+
"version": "3.10.1",
55
"author": "Benedikt Rötsch <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
88
},
99
"dependencies": {
1010
"@babel/runtime": "^7.14.6",
1111
"fs-extra": "^8.1.0",
12-
"gatsby-plugin-sharp": "^3.10.0",
12+
"gatsby-plugin-sharp": "^3.10.1",
1313
"md5-file": "^5.0.0",
1414
"mini-svg-data-uri": "^1.3.3",
1515
"p-queue": "^6.6.2",

0 commit comments

Comments
 (0)