forked from gatsbyjs/gatsby
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected]
- Loading branch information
Showing
18 changed files
with
59 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,12 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [2.1.1](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-image/compare/[email protected]@2.1.1) (2019-05-24) | ||
|
||
### Features | ||
|
||
- **gatsby-image:** export TS interfaces of gatsby-image object types ([#14284](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-image/issues/14284)) ([b3e306c](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-image/commit/b3e306c)) | ||
|
||
# [2.1.0](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-image/compare/[email protected]@2.1.0) (2019-05-16) | ||
|
||
### Features | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "gatsby-image", | ||
"description": "Lazy-loading React image component with optional support for the blur-up effect.", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"author": "Kyle Mathews <[email protected]>", | ||
"bugs": { | ||
"url": "https://github.com/gatsbyjs/gatsby/issues" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,12 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [4.0.7](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-emotion/compare/[email protected]@4.0.7) (2019-05-24) | ||
|
||
### Bug Fixes | ||
|
||
- **PnP:** use `require.resolve` on `setBabelPreset` ([#14288](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-emotion/issues/14288)) ([5e54afe](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-emotion/commit/5e54afe)) | ||
|
||
## [4.0.6](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-emotion/compare/[email protected]@4.0.6) (2019-03-11) | ||
|
||
**Note:** Version bump only for package gatsby-plugin-emotion | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "gatsby-plugin-emotion", | ||
"description": "Gatsby plugin to add support for Emotion", | ||
"version": "4.0.6", | ||
"version": "4.0.7", | ||
"author": "Tegan Churchill <[email protected]>", | ||
"bugs": { | ||
"url": "https://github.com/gatsbyjs/gatsby/issues" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,12 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [2.1.0](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-facebook-analytics/compare/gatsby-plugin-facebook-analytics@[email protected]) (2019-05-24) | ||
|
||
### Features | ||
|
||
- **gatsby-plugin-facebook-analytics:** Add version, cookie and xfbml config options ([#14311](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-facebook-analytics/issues/14311)) ([a42e08f](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-facebook-analytics/commit/a42e08f)) | ||
|
||
## [2.0.5](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-facebook-analytics/compare/gatsby-plugin-facebook-analytics@[email protected]) (2019-04-23) | ||
|
||
**Note:** Version bump only for package gatsby-plugin-facebook-analytics | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "gatsby-plugin-facebook-analytics", | ||
"description": "Gatsby plugin to add facebook analytics onto a site", | ||
"version": "2.0.5", | ||
"version": "2.1.0", | ||
"author": "Yeison Daza <[email protected]>", | ||
"bugs": { | ||
"url": "https://github.com/gatsbyjs/gatsby/issues" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,12 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [1.0.6](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-flow/compare/[email protected]@1.0.6) (2019-05-24) | ||
|
||
### Bug Fixes | ||
|
||
- **PnP:** use `require.resolve` on `setBabelPreset` ([#14288](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-flow/issues/14288)) ([5e54afe](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-flow/commit/5e54afe)) | ||
|
||
## [1.0.5](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-flow/compare/[email protected]@1.0.5) (2019-04-23) | ||
|
||
**Note:** Version bump only for package gatsby-plugin-flow | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,12 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [2.0.10](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-glamor/compare/[email protected]@2.0.10) (2019-05-24) | ||
|
||
### Bug Fixes | ||
|
||
- **PnP:** use `require.resolve` on `setBabelPreset` ([#14288](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-glamor/issues/14288)) ([5e54afe](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-glamor/commit/5e54afe)) | ||
|
||
## [2.0.9](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-glamor/compare/[email protected]@2.0.9) (2019-03-11) | ||
|
||
**Note:** Version bump only for package gatsby-plugin-glamor | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "gatsby-plugin-glamor", | ||
"description": "Gatsby plugin to add support for Glamor", | ||
"version": "2.0.9", | ||
"version": "2.0.10", | ||
"author": "Kyle Mathews <[email protected]>", | ||
"bugs": { | ||
"url": "https://github.com/gatsbyjs/gatsby/issues" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,10 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [2.1.1](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sharp/compare/[email protected]@2.1.1) (2019-05-24) | ||
|
||
**Note:** Version bump only for package gatsby-plugin-sharp | ||
|
||
# [2.1.0](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sharp/compare/[email protected]@2.1.0) (2019-05-23) | ||
|
||
### Features | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "gatsby-plugin-sharp", | ||
"description": "Wrapper of the Sharp image manipulation library for Gatsby plugins", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"author": "Kyle Mathews <[email protected]>", | ||
"bugs": { | ||
"url": "https://github.com/gatsbyjs/gatsby/issues" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,12 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [2.0.15](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-typescript/compare/[email protected]@2.0.15) (2019-05-24) | ||
|
||
### Bug Fixes | ||
|
||
- **PnP:** use `require.resolve` on `setBabelPreset` ([#14288](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-typescript/issues/14288)) ([5e54afe](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-typescript/commit/5e54afe)) | ||
|
||
## [2.0.14](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-typescript/compare/[email protected]@2.0.14) (2019-05-16) | ||
|
||
**Note:** Version bump only for package gatsby-plugin-typescript | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "gatsby-plugin-typescript", | ||
"description": "Adds TypeScript support to Gatsby", | ||
"version": "2.0.14", | ||
"version": "2.0.15", | ||
"author": "Kyle Mathews <[email protected]>", | ||
"bugs": { | ||
"url": "https://github.com/gatsbyjs/gatsby/issues" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,10 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [2.0.63](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-contentful/compare/[email protected]@2.0.63) (2019-05-24) | ||
|
||
**Note:** Version bump only for package gatsby-source-contentful | ||
|
||
## [2.0.62](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-contentful/compare/[email protected]@2.0.62) (2019-05-23) | ||
|
||
**Note:** Version bump only for package gatsby-source-contentful | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "gatsby-source-contentful", | ||
"description": "Gatsby source plugin for building websites using the Contentful CMS as a data source", | ||
"version": "2.0.62", | ||
"version": "2.0.63", | ||
"author": "Marcus Ericsson <[email protected]> (mericsson.com)", | ||
"bugs": { | ||
"url": "https://github.com/gatsbyjs/gatsby/issues" | ||
|
@@ -15,7 +15,7 @@ | |
"contentful": "^6.1.0", | ||
"deep-map": "^1.5.0", | ||
"fs-extra": "^4.0.2", | ||
"gatsby-plugin-sharp": "^2.1.0", | ||
"gatsby-plugin-sharp": "^2.1.1", | ||
"gatsby-source-filesystem": "^2.0.37", | ||
"is-online": "^7.0.0", | ||
"joi": "^14.0.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,10 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [2.0.37](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-sqip/compare/[email protected]@2.0.37) (2019-05-24) | ||
|
||
**Note:** Version bump only for package gatsby-transformer-sqip | ||
|
||
## [2.0.36](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-sqip/compare/[email protected]@2.0.36) (2019-05-23) | ||
|
||
**Note:** Version bump only for package gatsby-transformer-sqip | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "gatsby-transformer-sqip", | ||
"description": "Generates geometric primitive version of images", | ||
"version": "2.0.36", | ||
"version": "2.0.37", | ||
"author": "Benedikt Rötsch <[email protected]>", | ||
"bugs": { | ||
"url": "https://github.com/gatsbyjs/gatsby/issues" | ||
|
@@ -10,7 +10,7 @@ | |
"@babel/runtime": "^7.0.0", | ||
"axios": "^0.18.0", | ||
"fs-extra": "^4.0.2", | ||
"gatsby-plugin-sharp": "^2.1.0", | ||
"gatsby-plugin-sharp": "^2.1.1", | ||
"mini-svg-data-uri": "^1.0.0", | ||
"p-queue": "^2.3.0", | ||
"sqip": "^0.3.3" | ||
|