-
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]
- Loading branch information
1 parent
49059da
commit d2d32d4
Showing
18 changed files
with
57 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.1.100](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.1.100) (2020-03-18) | ||
|
||
**Note:** Version bump only for package gatsby-source-contentful | ||
|
||
## [2.1.99](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.1.99) (2020-03-18) | ||
|
||
### 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.1.99", | ||
"version": "2.1.100", | ||
"author": "Marcus Ericsson <[email protected]> (mericsson.com)", | ||
"bugs": { | ||
"url": "https://github.com/gatsbyjs/gatsby/issues" | ||
|
@@ -19,7 +19,7 @@ | |
"fs-extra": "^8.1.0", | ||
"gatsby-core-utils": "^1.0.34", | ||
"gatsby-plugin-sharp": "^2.4.13", | ||
"gatsby-source-filesystem": "^2.1.56", | ||
"gatsby-source-filesystem": "^2.1.57", | ||
"is-online": "^8.2.1", | ||
"json-stringify-safe": "^5.0.1", | ||
"lodash": "^4.17.15", | ||
|
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.30](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.3.30) (2020-03-18) | ||
|
||
**Note:** Version bump only for package gatsby-source-drupal | ||
|
||
## [3.3.29](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.3.29) (2020-03-18) | ||
|
||
### 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-drupal", | ||
"description": "Gatsby source plugin for building websites using the Drupal CMS as a data source", | ||
"version": "3.3.29", | ||
"version": "3.3.30", | ||
"author": "Kyle Mathews <[email protected]>", | ||
"bugs": { | ||
"url": "https://github.com/gatsbyjs/gatsby/issues" | ||
|
@@ -11,7 +11,7 @@ | |
"axios": "^0.19.2", | ||
"bluebird": "^3.7.2", | ||
"body-parser": "^1.19.0", | ||
"gatsby-source-filesystem": "^2.1.56", | ||
"gatsby-source-filesystem": "^2.1.57", | ||
"lodash": "^4.17.15", | ||
"tiny-async-pool": "^1.1.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,12 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [2.1.57](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.1.57) (2020-03-18) | ||
|
||
### Features | ||
|
||
- **gatsby-source-filesystem:** Unify publicURL ([#22328](https://github.com/gatsbyjs/gatsby/issues/22328)) ([756d386](https://github.com/gatsbyjs/gatsby/commit/756d386)) | ||
|
||
## [2.1.56](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.1.56) (2020-03-16) | ||
|
||
**Note:** Version bump only for package gatsby-source-filesystem | ||
|
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-filesystem", | ||
"description": "Gatsby plugin which parses files within a directory for further parsing by other plugins", | ||
"version": "2.1.56", | ||
"version": "2.1.57", | ||
"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. | ||
|
||
## [3.0.53](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.0.53) (2020-03-18) | ||
|
||
**Note:** Version bump only for package gatsby-source-shopify | ||
|
||
## [3.0.52](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.0.52) (2020-03-16) | ||
|
||
**Note:** Version bump only for package gatsby-source-shopify | ||
|
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.1.74](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.1.74) (2020-03-18) | ||
|
||
**Note:** Version bump only for package gatsby-source-wordpress | ||
|
||
## [3.1.73](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.1.73) (2020-03-18) | ||
|
||
### 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-wordpress", | ||
"description": "Gatsby source plugin for building websites using the WordPress CMS as a data source.", | ||
"version": "3.1.73", | ||
"version": "3.1.74", | ||
"author": "Sebastien Fichot <[email protected]>", | ||
"bugs": { | ||
"url": "https://github.com/gatsbyjs/gatsby/issues" | ||
|
@@ -14,7 +14,7 @@ | |
"bluebird": "^3.7.2", | ||
"deep-map": "^1.5.0", | ||
"deep-map-keys": "^1.2.0", | ||
"gatsby-source-filesystem": "^2.1.56", | ||
"gatsby-source-filesystem": "^2.1.57", | ||
"json-stringify-safe": "^5.0.1", | ||
"lodash": "^4.17.15", | ||
"minimatch": "^3.0.4", | ||
|
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.32](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.2.32) (2020-03-18) | ||
|
||
**Note:** Version bump only for package gatsby-theme-blog-core | ||
|
||
## [1.2.31](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.2.31) (2020-03-18) | ||
|
||
**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.31", | ||
"version": "1.2.32", | ||
"main": "index.js", | ||
"author": "christopherbiscardi <[email protected]> (@chrisbiscardi)", | ||
"license": "MIT", | ||
|
@@ -24,13 +24,13 @@ | |
"gatsby-remark-copy-linked-files": "^2.1.40", | ||
"gatsby-remark-images": "^3.1.50", | ||
"gatsby-remark-smartypants": "^2.1.23", | ||
"gatsby-source-filesystem": "^2.1.56", | ||
"gatsby-source-filesystem": "^2.1.57", | ||
"gatsby-transformer-sharp": "^2.3.19", | ||
"remark-slug": "^5.1.2" | ||
}, | ||
"devDependencies": { | ||
"@mdx-js/react": "^1.5.7", | ||
"gatsby": "^2.19.47", | ||
"gatsby": "^2.19.48", | ||
"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.34](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.3.34) (2020-03-18) | ||
|
||
**Note:** Version bump only for package gatsby-theme-blog | ||
|
||
## [1.3.33](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.3.33) (2020-03-18) | ||
|
||
**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.30](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.1.30) (2020-03-18) | ||
|
||
**Note:** Version bump only for package gatsby-theme-notes | ||
|
||
## [1.1.29](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.1.29) (2020-03-18) | ||
|
||
**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,10 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [2.19.48](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.19.48) (2020-03-18) | ||
|
||
**Note:** Version bump only for package gatsby | ||
|
||
## [2.19.47](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.19.47) (2020-03-18) | ||
|
||
**Note:** Version bump only for package gatsby | ||
|
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.47", | ||
"version": "2.19.48", | ||
"author": "Kyle Mathews <[email protected]>", | ||
"bin": { | ||
"gatsby": "./dist/bin/gatsby.js" | ||
|