-
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
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.3.4](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.3.4) (2020-04-22) | ||
|
||
**Note:** Version bump only for package babel-preset-gatsby | ||
|
||
## [0.3.3](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.3.3) (2020-04-17) | ||
|
||
### 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,6 +1,6 @@ | ||
{ | ||
"name": "babel-preset-gatsby", | ||
"version": "0.3.3", | ||
"version": "0.3.4", | ||
"author": "Philipp Spiess <[email protected]>", | ||
"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,10 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [2.11.15](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.11.15) (2020-04-22) | ||
|
||
**Note:** Version bump only for package gatsby-cli | ||
|
||
## [2.11.14](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.11.14) (2020-04-21) | ||
|
||
**Note:** Version bump only for package gatsby-cli | ||
|
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-cli", | ||
"description": "Gatsby command-line interface for creating new sites and running Gatsby commands", | ||
"version": "2.11.14", | ||
"version": "2.11.15", | ||
"author": "Kyle Mathews <[email protected]>", | ||
"bin": { | ||
"gatsby": "lib/index.js" | ||
|
@@ -26,7 +26,7 @@ | |
"fs-exists-cached": "^1.0.0", | ||
"fs-extra": "^8.1.0", | ||
"gatsby-core-utils": "^1.1.3", | ||
"gatsby-recipes": "^0.0.11", | ||
"gatsby-recipes": "^0.0.12", | ||
"gatsby-telemetry": "^1.2.5", | ||
"hosted-git-info": "^3.0.4", | ||
"is-valid-path": "^0.1.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,12 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [1.1.10](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.1.10) (2020-04-22) | ||
|
||
### Features | ||
|
||
- **gatsby-remark-images:** support markdownCaptions in mdx + fix for remark ([#21188](https://github.com/gatsbyjs/gatsby/issues/21188)) ([82c05aa](https://github.com/gatsbyjs/gatsby/commit/82c05aa)) | ||
|
||
## [1.1.9](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.1.9) (2020-04-17) | ||
|
||
**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. | ||
|
||
## [0.0.12](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.0.12) (2020-04-22) | ||
|
||
**Note:** Version bump only for package gatsby-recipes | ||
|
||
## [0.0.11](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.0.11) (2020-04-21) | ||
|
||
**Note:** Version bump only for package gatsby-recipes | ||
|
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-recipes", | ||
"description": "Core functionality for Gatsby Recipes", | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"author": "Kyle Mathews <[email protected]>", | ||
"bugs": { | ||
"url": "https://github.com/gatsbyjs/gatsby/issues" | ||
|
@@ -21,7 +21,7 @@ | |
"babel-plugin-add-module-exports": "^0.3.3", | ||
"babel-plugin-dynamic-import-node": "^2.3.0", | ||
"babel-plugin-remove-graphql-queries": "^2.8.3", | ||
"babel-preset-gatsby": "^0.3.3", | ||
"babel-preset-gatsby": "^0.3.4", | ||
"cors": "^2.8.5", | ||
"detect-port": "^1.3.0", | ||
"event-source-polyfill": "^1.0.12", | ||
|
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.5](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.2.5) (2020-04-22) | ||
|
||
### Features | ||
|
||
- **gatsby-remark-images:** support markdownCaptions in mdx + fix for remark ([#21188](https://github.com/gatsbyjs/gatsby/issues/21188)) ([82c05aa](https://github.com/gatsbyjs/gatsby/commit/82c05aa)) | ||
|
||
## [3.2.4](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.2.4) (2020-04-17) | ||
|
||
### 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.2.4", | ||
"version": "3.2.5", | ||
"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. | ||
|
||
## [1.3.30](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.3.30) (2020-04-22) | ||
|
||
**Note:** Version bump only for package gatsby-theme-blog-core | ||
|
||
## [1.3.29](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.3.29) (2020-04-21) | ||
|
||
**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.29", | ||
"version": "1.3.30", | ||
"main": "index.js", | ||
"author": "christopherbiscardi <[email protected]> (@chrisbiscardi)", | ||
"license": "MIT", | ||
|
@@ -19,18 +19,18 @@ | |
"dependencies": { | ||
"@mdx-js/mdx": "^1.5.7", | ||
"gatsby-core-utils": "^1.1.3", | ||
"gatsby-plugin-mdx": "^1.1.9", | ||
"gatsby-plugin-mdx": "^1.1.10", | ||
"gatsby-plugin-sharp": "^2.5.6", | ||
"gatsby-remark-copy-linked-files": "^2.2.3", | ||
"gatsby-remark-images": "^3.2.4", | ||
"gatsby-remark-images": "^3.2.5", | ||
"gatsby-remark-smartypants": "^2.2.3", | ||
"gatsby-source-filesystem": "^2.2.4", | ||
"gatsby-transformer-sharp": "^2.4.6", | ||
"remark-slug": "^5.1.2" | ||
}, | ||
"devDependencies": { | ||
"@mdx-js/react": "^1.5.7", | ||
"gatsby": "^2.20.28", | ||
"gatsby": "^2.20.29", | ||
"prettier": "2.0.4", | ||
"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.4.30](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.4.30) (2020-04-22) | ||
|
||
**Note:** Version bump only for package gatsby-theme-blog | ||
|
||
## [1.4.29](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.4.29) (2020-04-21) | ||
|
||
**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.29](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.2.29) (2020-04-22) | ||
|
||
**Note:** Version bump only for package gatsby-theme-notes | ||
|
||
## [1.2.28](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.2.28) (2020-04-21) | ||
|
||
**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,12 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [2.7.4](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.7.4) (2020-04-22) | ||
|
||
### Features | ||
|
||
- **gatsby-remark-images:** support markdownCaptions in mdx + fix for remark ([#21188](https://github.com/gatsbyjs/gatsby/issues/21188)) ([82c05aa](https://github.com/gatsbyjs/gatsby/commit/82c05aa)) | ||
|
||
## [2.7.3](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.7.3) (2020-04-17) | ||
|
||
### 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.7.3", | ||
"version": "2.7.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,13 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [2.20.29](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.20.29) (2020-04-22) | ||
|
||
### Bug Fixes | ||
|
||
- **gatsby:** fix Uncaught TypeError in navigation.js ([#23196](https://github.com/gatsbyjs/gatsby/issues/23196)) ([da535a8](https://github.com/gatsbyjs/gatsby/commit/da535a8)), closes [#21263](https://github.com/gatsbyjs/gatsby/issues/21263) | ||
- **gatsby:** Improve error message when calling useStaticQuery without graphql ([#23189](https://github.com/gatsbyjs/gatsby/issues/23189)) ([6a079fb](https://github.com/gatsbyjs/gatsby/commit/6a079fb)) | ||
|
||
## [2.20.28](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.20.28) (2020-04-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.20.28", | ||
"version": "2.20.29", | ||
"author": "Kyle Mathews <[email protected]>", | ||
"bin": { | ||
"gatsby": "./dist/bin/gatsby.js" | ||
|
@@ -32,7 +32,7 @@ | |
"babel-plugin-add-module-exports": "^0.3.3", | ||
"babel-plugin-dynamic-import-node": "^2.3.0", | ||
"babel-plugin-remove-graphql-queries": "^2.8.3", | ||
"babel-preset-gatsby": "^0.3.3", | ||
"babel-preset-gatsby": "^0.3.4", | ||
"better-opn": "1.0.0", | ||
"better-queue": "^3.8.10", | ||
"bluebird": "^3.7.2", | ||
|
@@ -71,7 +71,7 @@ | |
"flat": "^4.1.0", | ||
"fs-exists-cached": "1.0.0", | ||
"fs-extra": "^8.1.0", | ||
"gatsby-cli": "^2.11.14", | ||
"gatsby-cli": "^2.11.15", | ||
"gatsby-core-utils": "^1.1.3", | ||
"gatsby-graphiql-explorer": "^0.3.3", | ||
"gatsby-link": "^2.3.4", | ||
|