-
Notifications
You must be signed in to change notification settings - Fork 10.3k
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]
- Loading branch information
Showing
14 changed files
with
47 additions
and
13 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.5.4](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.5.4) (2020-04-04) | ||
|
||
### Bug Fixes | ||
|
||
- **dependencies:** bump potrace version ([#22803](https://github.com/gatsbyjs/gatsby/issues/22803)) ([7a8f016](https://github.com/gatsbyjs/gatsby/commit/7a8f016)) | ||
|
||
## [2.5.3](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.5.3) (2020-03-24) | ||
|
||
### Bug Fixes | ||
|
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.5.3", | ||
"version": "2.5.4", | ||
"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. | ||
|
||
## [3.2.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.2.2) (2020-04-04) | ||
|
||
### Bug Fixes | ||
|
||
- **dependencies:** bump potrace version ([#22803](https://github.com/gatsbyjs/gatsby/issues/22803)) ([7a8f016](https://github.com/gatsbyjs/gatsby/commit/7a8f016)) | ||
|
||
## [3.2.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.2.1) (2020-03-23) | ||
|
||
**Note:** Version bump only for package gatsby-remark-images | ||
|
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-remark-images", | ||
"description": "Processes images in markdown so they can be used in the production build.", | ||
"version": "3.2.1", | ||
"version": "3.2.2", | ||
"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.2.7](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.2.7) (2020-04-04) | ||
|
||
**Note:** Version bump only for package gatsby-source-contentful | ||
|
||
## [2.2.6](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.2.6) (2020-04-03) | ||
|
||
### Bug Fixes | ||
|
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.2.6", | ||
"version": "2.2.7", | ||
"author": "Marcus Ericsson <[email protected]> (mericsson.com)", | ||
"bugs": { | ||
"url": "https://github.com/gatsbyjs/gatsby/issues" | ||
|
@@ -18,7 +18,7 @@ | |
"deep-map": "^1.5.0", | ||
"fs-extra": "^8.1.0", | ||
"gatsby-core-utils": "^1.1.1", | ||
"gatsby-plugin-sharp": "^2.5.3", | ||
"gatsby-plugin-sharp": "^2.5.4", | ||
"gatsby-source-filesystem": "^2.2.2", | ||
"is-online": "^8.2.1", | ||
"json-stringify-safe": "^5.0.1", | ||
|
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. | ||
|
||
## [1.3.13](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.3.13) (2020-04-04) | ||
|
||
**Note:** Version bump only for package gatsby-theme-blog-core | ||
|
||
## [1.3.12](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.3.12) (2020-04-03) | ||
|
||
**Note:** Version bump only for package gatsby-theme-blog-core | ||
|
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,6 +1,6 @@ | ||
{ | ||
"name": "gatsby-theme-blog-core", | ||
"version": "1.3.12", | ||
"version": "1.3.13", | ||
"main": "index.js", | ||
"author": "christopherbiscardi <[email protected]> (@chrisbiscardi)", | ||
"license": "MIT", | ||
|
@@ -20,12 +20,12 @@ | |
"@mdx-js/mdx": "^1.5.7", | ||
"gatsby-core-utils": "^1.1.1", | ||
"gatsby-plugin-mdx": "^1.1.4", | ||
"gatsby-plugin-sharp": "^2.5.3", | ||
"gatsby-plugin-sharp": "^2.5.4", | ||
"gatsby-remark-copy-linked-files": "^2.2.1", | ||
"gatsby-remark-images": "^3.2.1", | ||
"gatsby-remark-images": "^3.2.2", | ||
"gatsby-remark-smartypants": "^2.2.1", | ||
"gatsby-source-filesystem": "^2.2.2", | ||
"gatsby-transformer-sharp": "^2.4.3", | ||
"gatsby-transformer-sharp": "^2.4.4", | ||
"remark-slug": "^5.1.2" | ||
}, | ||
"devDependencies": { | ||
|
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. | ||
|
||
## [1.4.13](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.4.13) (2020-04-04) | ||
|
||
**Note:** Version bump only for package gatsby-theme-blog | ||
|
||
## [1.4.12](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.4.12) (2020-04-03) | ||
|
||
**Note:** Version bump only for package gatsby-theme-blog | ||
|
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.4.4](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.4.4) (2020-04-04) | ||
|
||
### Bug Fixes | ||
|
||
- **dependencies:** bump potrace version ([#22803](https://github.com/gatsbyjs/gatsby/issues/22803)) ([7a8f016](https://github.com/gatsbyjs/gatsby/commit/7a8f016)) | ||
|
||
## [2.4.3](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.4.3) (2020-03-27) | ||
|
||
### Bug Fixes | ||
|
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-sharp", | ||
"description": "Gatsby transformer plugin for images using Sharp", | ||
"version": "2.4.3", | ||
"version": "2.4.4", | ||
"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.2.4](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.2.4) (2020-04-04) | ||
|
||
**Note:** Version bump only for package gatsby-transformer-sqip | ||
|
||
## [2.2.3](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.2.3) (2020-03-24) | ||
|
||
**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.2.3", | ||
"version": "2.2.4", | ||
"author": "Benedikt Rötsch <[email protected]>", | ||
"bugs": { | ||
"url": "https://github.com/gatsbyjs/gatsby/issues" | ||
|
@@ -10,7 +10,7 @@ | |
"@babel/runtime": "^7.8.7", | ||
"bluebird": "^3.7.2", | ||
"fs-extra": "^8.1.0", | ||
"gatsby-plugin-sharp": "^2.5.3", | ||
"gatsby-plugin-sharp": "^2.5.4", | ||
"md5-file": "^4.0.0", | ||
"mini-svg-data-uri": "^1.1.3", | ||
"p-queue": "^2.4.2", | ||
|