Skip to content

Commit 656b006

Browse files
committed
1 parent 54f6a85 commit 656b006

File tree

6 files changed

+25
-5
lines changed

6 files changed

+25
-5
lines changed

packages/gatsby-plugin-sharp/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
<a name="2.0.13"></a>
7+
8+
## [2.0.13](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sharp/compare/[email protected]@2.0.13) (2018-11-21)
9+
10+
### Bug Fixes
11+
12+
- **gatsby-plugin-sharp:** use actions provided, don't assume Gatsby module location. ([#9986](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sharp/issues/9986)) ([54f6a85](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sharp/commit/54f6a85)), closes [#9984](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sharp/issues/9984)
13+
614
<a name="2.0.12"></a>
715

816
## [2.0.12](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sharp/compare/[email protected]@2.0.12) (2018-11-06)

packages/gatsby-plugin-sharp/package.json

Lines changed: 1 addition & 1 deletion
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.0.12",
4+
"version": "2.0.13",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-source-contentful/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
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+
<a name="2.0.15"></a>
7+
8+
## [2.0.15](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-contentful/compare/[email protected]@2.0.15) (2018-11-21)
9+
10+
**Note:** Version bump only for package gatsby-source-contentful
11+
612
<a name="2.0.14"></a>
713

814
## [2.0.14](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-contentful/compare/[email protected]@2.0.14) (2018-11-12)

packages/gatsby-source-contentful/package.json

Lines changed: 2 additions & 2 deletions
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": "2.0.14",
4+
"version": "2.0.15",
55
"author": "Marcus Ericsson <[email protected]> (mericsson.com)",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -14,7 +14,7 @@
1414
"contentful": "^6.1.0",
1515
"deep-map": "^1.5.0",
1616
"fs-extra": "^4.0.2",
17-
"gatsby-plugin-sharp": "^2.0.12",
17+
"gatsby-plugin-sharp": "^2.0.13",
1818
"is-online": "^7.0.0",
1919
"json-stringify-safe": "^5.0.1",
2020
"lodash": "^4.17.10",

packages/gatsby-transformer-sqip/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
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+
<a name="2.0.8"></a>
7+
8+
## [2.0.8](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.0.8) (2018-11-21)
9+
10+
**Note:** Version bump only for package gatsby-transformer-sqip
11+
612
<a name="2.0.7"></a>
713

814
## [2.0.7](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.0.7) (2018-11-06)

packages/gatsby-transformer-sqip/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-transformer-sqip",
33
"description": "Generates geometric primitive version of images",
4-
"version": "2.0.7",
4+
"version": "2.0.8",
55
"author": "Benedikt Rötsch <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -10,7 +10,7 @@
1010
"@babel/runtime": "^7.0.0",
1111
"axios": "^0.18.0",
1212
"fs-extra": "^4.0.2",
13-
"gatsby-plugin-sharp": "^2.0.12",
13+
"gatsby-plugin-sharp": "^2.0.13",
1414
"mini-svg-data-uri": "^1.0.0",
1515
"p-queue": "^2.3.0",
1616
"sqip": "^0.3.0"

0 commit comments

Comments
 (0)