-
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] - [email protected]
- Loading branch information
Showing
22 changed files
with
71 additions
and
21 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. | ||
|
||
## [0.1.173](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.1.173) (2020-10-22) | ||
|
||
**Note:** Version bump only for package gatsby-admin | ||
|
||
## [0.1.172](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.1.172) (2020-10-21) | ||
|
||
**Note:** Version bump only for package gatsby-admin | ||
|
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. | ||
|
||
## [2.5.19](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.5.19) (2020-10-22) | ||
|
||
**Note:** Version bump only for package gatsby-plugin-feed | ||
|
||
## [2.5.18](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.5.18) (2020-10-21) | ||
|
||
**Note:** Version bump only for package gatsby-plugin-feed | ||
|
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-feed", | ||
"description": "Creates an RSS feed for your Gatsby site.", | ||
"version": "2.5.18", | ||
"version": "2.5.19", | ||
"author": "Nicholas Young <[email protected]>", | ||
"bugs": { | ||
"url": "https://github.com/gatsbyjs/gatsby/issues" | ||
|
@@ -11,7 +11,7 @@ | |
"@hapi/joi": "^15.1.1", | ||
"common-tags": "^1.8.0", | ||
"fs-extra": "^8.1.0", | ||
"gatsby-plugin-utils": "^0.2.38", | ||
"gatsby-plugin-utils": "^0.2.39", | ||
"lodash.merge": "^4.6.2", | ||
"rss": "^1.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.2.51](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.2.51) (2020-10-22) | ||
|
||
**Note:** Version bump only for package gatsby-plugin-mdx | ||
|
||
## [1.2.50](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.2.50) (2020-10-21) | ||
|
||
### 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
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.3.24](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.3.24) (2020-10-22) | ||
|
||
**Note:** Version bump only for package gatsby-plugin-netlify | ||
|
||
## [2.3.23](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.3.23) (2020-10-21) | ||
|
||
### 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-netlify", | ||
"description": "A Gatsby plugin which generates a _headers file for netlify", | ||
"version": "2.3.23", | ||
"version": "2.3.24", | ||
"author": "Kyle Mathews <[email protected]>", | ||
"bugs": { | ||
"url": "https://github.com/gatsbyjs/gatsby/issues" | ||
|
@@ -24,7 +24,7 @@ | |
"@babel/core": "^7.11.6", | ||
"babel-preset-gatsby-package": "^0.5.3", | ||
"cross-env": "^7.0.2", | ||
"gatsby-plugin-utils": "^0.2.38" | ||
"gatsby-plugin-utils": "^0.2.39" | ||
}, | ||
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-netlify#readme", | ||
"keywords": [ | ||
|
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. | ||
|
||
## [3.2.37](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.2.37) (2020-10-22) | ||
|
||
**Note:** Version bump only for package gatsby-plugin-offline | ||
|
||
## [3.2.36](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.2.36) (2020-10-21) | ||
|
||
### 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-offline", | ||
"description": "Gatsby plugin which sets up a site to be able to run offline", | ||
"version": "3.2.36", | ||
"version": "3.2.37", | ||
"author": "Kyle Mathews <[email protected]>", | ||
"bugs": { | ||
"url": "https://github.com/gatsbyjs/gatsby/issues" | ||
|
@@ -21,7 +21,7 @@ | |
"babel-preset-gatsby-package": "^0.5.3", | ||
"cpx": "^1.5.0", | ||
"cross-env": "^7.0.2", | ||
"gatsby-plugin-utils": "^0.2.38", | ||
"gatsby-plugin-utils": "^0.2.39", | ||
"rewire": "^4.0.1" | ||
}, | ||
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-offline#readme", | ||
|
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.3.21](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.3.21) (2020-10-22) | ||
|
||
**Note:** Version bump only for package gatsby-plugin-sass | ||
|
||
## [2.3.20](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.3.20) (2020-10-21) | ||
|
||
### 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-sass", | ||
"description": "Gatsby plugin to handle scss/sass files", | ||
"version": "2.3.20", | ||
"version": "2.3.21", | ||
"author": "Daniel Farrell <[email protected]>", | ||
"bugs": { | ||
"url": "https://github.com/gatsbyjs/gatsby/issues" | ||
|
@@ -15,7 +15,7 @@ | |
"@babel/core": "^7.11.6", | ||
"babel-preset-gatsby-package": "^0.5.3", | ||
"cross-env": "^7.0.2", | ||
"gatsby-plugin-utils": "^0.2.38" | ||
"gatsby-plugin-utils": "^0.2.39" | ||
}, | ||
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sass#readme", | ||
"keywords": [ | ||
|
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. | ||
|
||
## [0.2.39](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.2.39) (2020-10-22) | ||
|
||
### Bug Fixes | ||
|
||
- **gatsby-plugin-utils:** skip libcheck during typegen ([#27588](https://github.com/gatsbyjs/gatsby/issues/27588)) ([0fdd3e9](https://github.com/gatsbyjs/gatsby/commit/0fdd3e969c18c6fda7e5c62fc5a352fce1877974)) | ||
|
||
## [0.2.38](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.2.38) (2020-10-21) | ||
|
||
### 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
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. | ||
|
||
## [3.3.39](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.3.39) (2020-10-22) | ||
|
||
**Note:** Version bump only for package gatsby-remark-images | ||
|
||
## [3.3.38](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.3.38) (2020-10-21) | ||
|
||
### 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-remark-images", | ||
"description": "Processes images in markdown so they can be used in the production build.", | ||
"version": "3.3.38", | ||
"version": "3.3.39", | ||
"author": "Kyle Mathews <[email protected]>", | ||
"bugs": { | ||
"url": "https://github.com/gatsbyjs/gatsby/issues" | ||
|
@@ -24,7 +24,7 @@ | |
"@babel/core": "^7.11.6", | ||
"babel-preset-gatsby-package": "^0.5.3", | ||
"cross-env": "^7.0.2", | ||
"gatsby-plugin-utils": "^0.2.38", | ||
"gatsby-plugin-utils": "^0.2.39", | ||
"hast-util-to-html": "^6.1.0", | ||
"mdast-util-to-hast": "^6.0.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,12 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [3.0.3](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.0.3) (2020-10-22) | ||
|
||
### Bug Fixes | ||
|
||
- **gatsby-source-contentful:** set default for contentful asset workers ([#27586](https://github.com/gatsbyjs/gatsby/issues/27586)) ([d372db8](https://github.com/gatsbyjs/gatsby/commit/d372db810bbfc8a695b6220f0fe586149ec02def)) | ||
|
||
## [3.0.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.0.2) (2020-10-21) | ||
|
||
### 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": "3.0.2", | ||
"version": "3.0.3", | ||
"author": "Marcus Ericsson <[email protected]> (mericsson.com)", | ||
"bugs": { | ||
"url": "https://github.com/gatsbyjs/gatsby/issues" | ||
|
@@ -17,7 +17,7 @@ | |
"contentful": "^7.14.7", | ||
"fs-extra": "^9.0.1", | ||
"gatsby-core-utils": "^1.3.23", | ||
"gatsby-plugin-utils": "^0.2.38", | ||
"gatsby-plugin-utils": "^0.2.39", | ||
"gatsby-source-filesystem": "^2.3.35", | ||
"is-online": "^8.5.0", | ||
"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. | ||
|
||
## [2.8.46](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.8.46) (2020-10-22) | ||
|
||
**Note:** Version bump only for package gatsby-transformer-remark | ||
|
||
## [2.8.45](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.8.45) (2020-10-21) | ||
|
||
### 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-remark", | ||
"description": "Gatsby transformer plugin for Markdown using the Remark library and ecosystem", | ||
"version": "2.8.45", | ||
"version": "2.8.46", | ||
"author": "Kyle Mathews <[email protected]>", | ||
"bugs": { | ||
"url": "https://github.com/gatsbyjs/gatsby/issues" | ||
|
@@ -34,7 +34,7 @@ | |
"@babel/core": "^7.11.6", | ||
"babel-preset-gatsby-package": "^0.5.3", | ||
"cross-env": "^7.0.2", | ||
"gatsby-plugin-utils": "^0.2.38" | ||
"gatsby-plugin-utils": "^0.2.39" | ||
}, | ||
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-transformer-remark#readme", | ||
"keywords": [ | ||
|
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.24.85](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.24.85) (2020-10-22) | ||
|
||
### Bug Fixes | ||
|
||
- **gatsby:** trigger location effects in navigation ([#27594](https://github.com/gatsbyjs/gatsby/issues/27594)) ([642eeb1](https://github.com/gatsbyjs/gatsby/commit/642eeb10a56a0618f2f0c608a035293cd3d5269f)) | ||
|
||
## [2.24.84](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.24.84) (2020-10-21) | ||
|
||
### 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.24.84", | ||
"version": "2.24.85", | ||
"author": "Kyle Mathews <[email protected]>", | ||
"bin": { | ||
"gatsby": "./cli.js" | ||
|
@@ -83,7 +83,7 @@ | |
"gatsby-link": "^2.4.16", | ||
"gatsby-plugin-page-creator": "^2.3.33", | ||
"gatsby-plugin-typescript": "^2.4.24", | ||
"gatsby-plugin-utils": "^0.2.38", | ||
"gatsby-plugin-utils": "^0.2.39", | ||
"gatsby-react-router-scroll": "^3.0.15", | ||
"gatsby-telemetry": "^1.3.38", | ||
"glob": "^7.1.6", | ||
|