Skip to content

Commit 3c8c674

Browse files
committed
1 parent 3b5dcda commit 3c8c674

File tree

6 files changed

+20
-5
lines changed

6 files changed

+20
-5
lines changed

packages/gatsby-plugin-image/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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.6.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.6.2) (2021-01-26)
7+
8+
### Bug Fixes
9+
10+
- **gatsby-plugin-image:** Add missing files ([#29185](https://github.com/gatsbyjs/gatsby/issues/29185)) ([#29196](https://github.com/gatsbyjs/gatsby/issues/29196)) ([4282e05](https://github.com/gatsbyjs/gatsby/commit/4282e0561a36f66ff409b4672b2ab4fd5b6afae0))
11+
- **gatsby-plugin-image:** Handle breakpoints and auto-format in plugin utils ([#29187](https://github.com/gatsbyjs/gatsby/issues/29187)) ([#29197](https://github.com/gatsbyjs/gatsby/issues/29197)) ([3b5dcda](https://github.com/gatsbyjs/gatsby/commit/3b5dcda998ad9f344e1ca7b981beec5aaab2e8e3))
12+
613
## [0.6.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.6.1) (2021-01-20)
714

815
### Bug Fixes

packages/gatsby-plugin-image/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-plugin-image",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
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

Lines changed: 4 additions & 0 deletions
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.13.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.13.2) (2021-01-26)
7+
8+
**Note:** Version bump only for package gatsby-plugin-sharp
9+
610
## [2.13.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.13.1) (2021-01-20)
711

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

packages/gatsby-plugin-sharp/package.json

Lines changed: 2 additions & 2 deletions
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.13.1",
4+
"version": "2.13.2",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -33,7 +33,7 @@
3333
"@types/sharp": "^0.26.1",
3434
"babel-preset-gatsby-package": "^0.11.0",
3535
"cross-env": "^7.0.3",
36-
"gatsby-plugin-image": "^0.6.1"
36+
"gatsby-plugin-image": "^0.6.2"
3737
},
3838
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sharp#readme",
3939
"keywords": [

packages/gatsby-transformer-sqip/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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.10.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.10.2) (2021-01-26)
7+
8+
**Note:** Version bump only for package gatsby-transformer-sqip
9+
610
## [2.10.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.10.1) (2021-01-20)
711

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

packages/gatsby-transformer-sqip/package.json

Lines changed: 2 additions & 2 deletions
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.10.1",
4+
"version": "2.10.2",
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.13.1",
12+
"gatsby-plugin-sharp": "^2.13.2",
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)