Skip to content

Commit e3971f9

Browse files
committed
1 parent f2283ee commit e3971f9

File tree

6 files changed

+19
-5
lines changed

6 files changed

+19
-5
lines changed

packages/gatsby-plugin-sharp/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+
## [2.0.33](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sharp/compare/[email protected]@2.0.33) (2019-04-09)
7+
8+
### Bug Fixes
9+
10+
- **gatsby-plugin-sharp:** don't write to same temporary time multiple times at a same time ([#12927](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sharp/issues/12927)) ([5e254e2](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sharp/commit/5e254e2)), closes [#8301](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sharp/issues/8301)
11+
612
## [2.0.32](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sharp/compare/[email protected]@2.0.32) (2019-03-27)
713

814
### Bug Fixes

packages/gatsby-plugin-sharp/package.json

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

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+
## [2.0.47](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-contentful/compare/[email protected]@2.0.47) (2019-04-09)
7+
8+
**Note:** Version bump only for package gatsby-source-contentful
9+
610
## [2.0.46](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-contentful/compare/[email protected]@2.0.46) (2019-04-08)
711

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

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": "2.0.46",
4+
"version": "2.0.47",
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.32",
17+
"gatsby-plugin-sharp": "^2.0.33",
1818
"gatsby-source-filesystem": "^2.0.29",
1919
"is-online": "^7.0.0",
2020
"json-stringify-safe": "^5.0.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.0.29](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.0.29) (2019-04-09)
7+
8+
**Note:** Version bump only for package gatsby-transformer-sqip
9+
610
## [2.0.28](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.0.28) (2019-03-27)
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,7 +1,7 @@
11
{
22
"name": "gatsby-transformer-sqip",
33
"description": "Generates geometric primitive version of images",
4-
"version": "2.0.28",
4+
"version": "2.0.29",
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.32",
13+
"gatsby-plugin-sharp": "^2.0.33",
1414
"mini-svg-data-uri": "^1.0.0",
1515
"p-queue": "^2.3.0",
1616
"sqip": "^0.3.3"

0 commit comments

Comments
 (0)