Skip to content

Commit 1bbde7f

Browse files
committed
1 parent 4ef8ce1 commit 1bbde7f

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+
## [0.7.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.7.1) (2021-02-05)
7+
8+
### Bug Fixes
9+
10+
- **gatsby-plugin-image:** Fix blur up on navigate issue ([#29333](https://github.com/gatsbyjs/gatsby/issues/29333)) ([#29354](https://github.com/gatsbyjs/gatsby/issues/29354)) ([4ef8ce1](https://github.com/gatsbyjs/gatsby/commit/4ef8ce12bb38e3ee4bee07f78ff0d4ac13a6bdea))
11+
612
# [0.7.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.7.0) (2021-02-02)
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": "0.7.0",
3+
"version": "0.7.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+
## [2.14.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.14.1) (2021-02-05)
7+
8+
**Note:** Version bump only for package gatsby-plugin-sharp
9+
610
# [2.14.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.14.0) (2021-02-02)
711

812
### Bug Fixes

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": "2.14.0",
4+
"version": "2.14.1",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -34,7 +34,7 @@
3434
"@types/sharp": "^0.27.1",
3535
"babel-preset-gatsby-package": "^0.12.0",
3636
"cross-env": "^7.0.3",
37-
"gatsby-plugin-image": "^0.7.0",
37+
"gatsby-plugin-image": "^0.7.1",
3838
"gatsby-plugin-utils": "^0.9.0"
3939
},
4040
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sharp#readme",

packages/gatsby-source-contentful/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+
## [4.6.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@4.6.1) (2021-02-05)
7+
8+
**Note:** Version bump only for package gatsby-source-contentful
9+
610
# [4.6.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@4.6.0) (2021-02-02)
711

812
### Bug Fixes

packages/gatsby-source-contentful/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-source-contentful",
33
"description": "Gatsby source plugin for building websites using the Contentful CMS as a data source",
4-
"version": "4.6.0",
4+
"version": "4.6.1",
55
"author": "Marcus Ericsson <[email protected]> (mericsson.com)",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -16,7 +16,7 @@
1616
"contentful": "^7.15.2",
1717
"fs-extra": "^9.1.0",
1818
"gatsby-core-utils": "^1.10.0",
19-
"gatsby-plugin-image": "^0.7.0",
19+
"gatsby-plugin-image": "^0.7.1",
2020
"gatsby-plugin-utils": "^0.9.0",
2121
"gatsby-source-filesystem": "^2.11.0",
2222
"is-online": "^8.5.1",

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+
## [2.11.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.11.1) (2021-02-05)
7+
8+
**Note:** Version bump only for package gatsby-transformer-sqip
9+
610
# [2.11.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.11.0) (2021-02-02)
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": "2.11.0",
4+
"version": "2.11.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.12.5",
1111
"fs-extra": "^8.1.0",
12-
"gatsby-plugin-sharp": "^2.14.0",
12+
"gatsby-plugin-sharp": "^2.14.1",
1313
"md5-file": "^5.0.0",
1414
"mini-svg-data-uri": "^1.2.3",
1515
"p-queue": "^6.6.2",

0 commit comments

Comments
 (0)