-
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.
- Loading branch information
Showing
10 changed files
with
33 additions
and
9 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.3.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.3.2) (2020-04-07) | ||
|
||
### Bug Fixes | ||
|
||
- **gatsby-image:** apply IE polyfill styles to placeholder images too ([#22863](https://github.com/gatsbyjs/gatsby/issues/22863)) ([80c453e](https://github.com/gatsbyjs/gatsby/commit/80c453e)) | ||
|
||
## [2.3.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.3.1) (2020-03-23) | ||
|
||
### 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-image", | ||
"description": "Lazy-loading React image component with optional support for the blur-up effect.", | ||
"version": "2.3.1", | ||
"version": "2.3.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,12 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [1.1.6](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.1.6) (2020-04-07) | ||
|
||
### Bug Fixes | ||
|
||
- **gatsby-plugin-mdx:** pass on proper `modules` option value to babel ([#22903](https://github.com/gatsbyjs/gatsby/issues/22903)) ([cd120ae](https://github.com/gatsbyjs/gatsby/commit/cd120ae)) | ||
|
||
## [1.1.5](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.1.5) (2020-04-07) | ||
|
||
**Note:** Version bump only for package gatsby-plugin-mdx | ||
|
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,10 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [1.3.15](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.3.15) (2020-04-07) | ||
|
||
**Note:** Version bump only for package gatsby-theme-blog-core | ||
|
||
## [1.3.14](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.3.14) (2020-04-07) | ||
|
||
**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.14", | ||
"version": "1.3.15", | ||
"main": "index.js", | ||
"author": "christopherbiscardi <[email protected]> (@chrisbiscardi)", | ||
"license": "MIT", | ||
|
@@ -19,7 +19,7 @@ | |
"dependencies": { | ||
"@mdx-js/mdx": "^1.5.7", | ||
"gatsby-core-utils": "^1.1.1", | ||
"gatsby-plugin-mdx": "^1.1.5", | ||
"gatsby-plugin-mdx": "^1.1.6", | ||
"gatsby-plugin-sharp": "^2.5.4", | ||
"gatsby-remark-copy-linked-files": "^2.2.1", | ||
"gatsby-remark-images": "^3.2.2", | ||
|
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.15](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.4.15) (2020-04-07) | ||
|
||
**Note:** Version bump only for package gatsby-theme-blog | ||
|
||
## [1.4.14](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.4.14) (2020-04-07) | ||
|
||
**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,10 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [1.2.14](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.2.14) (2020-04-07) | ||
|
||
**Note:** Version bump only for package gatsby-theme-notes | ||
|
||
## [1.2.13](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.2.13) (2020-04-07) | ||
|
||
**Note:** Version bump only for package gatsby-theme-notes | ||
|
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