-
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] - [email protected] - [email protected] - [email protected]
- Loading branch information
Showing
20 changed files
with
70 additions
and
19 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,10 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [2.2.42](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.2.42) (2020-03-02) | ||
|
||
**Note:** Version bump only for package gatsby-image | ||
|
||
## [2.2.41](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.2.41) (2020-02-13) | ||
|
||
**Note:** Version bump only for package gatsby-image | ||
|
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.2.41", | ||
"version": "2.2.42", | ||
"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. | ||
|
||
## [4.1.23](https://github.com/gatsbyjs/gatsby/compare/[email protected]@4.1.23) (2020-03-02) | ||
|
||
**Note:** Version bump only for package gatsby-plugin-emotion | ||
|
||
## [4.1.22](https://github.com/gatsbyjs/gatsby/compare/[email protected]@4.1.22) (2020-02-01) | ||
|
||
**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.1.22", | ||
"version": "4.1.23", | ||
"author": "Tegan Churchill <[email protected]>", | ||
"bugs": { | ||
"url": "https://github.com/gatsbyjs/gatsby/issues" | ||
|
@@ -26,9 +26,9 @@ | |
"license": "MIT", | ||
"main": "index.js", | ||
"peerDependencies": { | ||
"@babel/core": "^7.0.0", | ||
"@emotion/core": "^10.0.5", | ||
"gatsby": "^2.0.0", | ||
"@babel/core": "^7.0.0" | ||
"gatsby": "^2.0.0" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
|
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.28](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.0.28) (2020-03-02) | ||
|
||
### Bug Fixes | ||
|
||
- prettier for gatsby-plugin-preload-fonts ([69d2632](https://github.com/gatsbyjs/gatsby/commit/69d2632)) | ||
|
||
## [1.0.27](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.0.27) (2020-02-01) | ||
|
||
**Note:** Version bump only for package gatsby-plugin-preload-fonts | ||
|
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-preload-fonts", | ||
"description": "Gatsby plugin for preloading fonts per page", | ||
"version": "1.0.27", | ||
"version": "1.0.28", | ||
"author": "Aaron Ross <[email protected]>", | ||
"main": "index.js", | ||
"bin": { | ||
|
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.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.0.0) (2020-03-02) | ||
|
||
### Features | ||
|
||
- **gatsby-plugin-subfont:** Make async, add configurable opti… ([#21768](https://github.com/gatsbyjs/gatsby/issues/21768)) ([06034f2](https://github.com/gatsbyjs/gatsby/commit/06034f2)) | ||
|
||
## [1.1.21](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.1.21) (2020-02-01) | ||
|
||
**Note:** Version bump only for package gatsby-plugin-subfont | ||
|
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.2.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.2.0) (2020-03-02) | ||
|
||
### Features | ||
|
||
- **gatsby-plugin-typescript:** Supports linting ([#18721](https://github.com/gatsbyjs/gatsby/issues/18721)) ([d28a0bd](https://github.com/gatsbyjs/gatsby/commit/d28a0bd)) | ||
|
||
## [2.1.27](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.1.27) (2020-02-01) | ||
|
||
**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.1.27", | ||
"version": "2.2.0", | ||
"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.1.32](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images-contentful@[email protected]) (2020-03-02) | ||
|
||
### Bug Fixes | ||
|
||
- **gatsby-remark-images-contentful:** make clear error when lo… ([#21756](https://github.com/gatsbyjs/gatsby/issues/21756)) ([99e39a0](https://github.com/gatsbyjs/gatsby/commit/99e39a0)) | ||
|
||
## [2.1.31](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images-contentful@[email protected]) (2020-02-01) | ||
|
||
**Note:** Version bump only for package gatsby-remark-images-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
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.7](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.2.7) (2020-03-02) | ||
|
||
**Note:** Version bump only for package gatsby-theme-blog-core | ||
|
||
## [1.2.6](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.2.6) (2020-02-28) | ||
|
||
**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.2.6", | ||
"version": "1.2.7", | ||
"main": "index.js", | ||
"author": "christopherbiscardi <[email protected]> (@chrisbiscardi)", | ||
"license": "MIT", | ||
|
@@ -30,7 +30,7 @@ | |
}, | ||
"devDependencies": { | ||
"@mdx-js/react": "^1.5.1", | ||
"gatsby": "^2.19.23", | ||
"gatsby": "^2.19.24", | ||
"prettier": "^1.19.1", | ||
"react": "^16.12.0", | ||
"react-dom": "^16.12.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. | ||
|
||
## [1.3.8](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.3.8) (2020-03-02) | ||
|
||
**Note:** Version bump only for package gatsby-theme-blog | ||
|
||
## [1.3.7](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.3.7) (2020-02-28) | ||
|
||
**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.1.5](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.1.5) (2020-03-02) | ||
|
||
**Note:** Version bump only for package gatsby-theme-notes | ||
|
||
## [1.1.4](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.1.4) (2020-02-28) | ||
|
||
**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
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,13 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [2.19.24](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.19.24) (2020-03-02) | ||
|
||
### Bug Fixes | ||
|
||
- **gatsby:** Improve error message when EnsureResources fails to ensure a resource ([#21429](https://github.com/gatsbyjs/gatsby/issues/21429)) ([7527993](https://github.com/gatsbyjs/gatsby/commit/7527993)) | ||
- **gatsby:** Switching from devcert-san to devcert to fix HTTP… ([#16726](https://github.com/gatsbyjs/gatsby/issues/16726)) ([22ead19](https://github.com/gatsbyjs/gatsby/commit/22ead19)), closes [#16212](https://github.com/gatsbyjs/gatsby/issues/16212) | ||
|
||
## [2.19.23](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.19.23) (2020-02-28) | ||
|
||
### 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", | ||
"description": "Blazing fast modern site generator for React", | ||
"version": "2.19.23", | ||
"version": "2.19.24", | ||
"author": "Kyle Mathews <[email protected]>", | ||
"bin": { | ||
"gatsby": "./dist/bin/gatsby.js" | ||
|