forked from gatsbyjs/gatsby
-
Notifications
You must be signed in to change notification settings - Fork 0
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]
- Loading branch information
1 parent
6e065cc
commit 486d7e2
Showing
14 changed files
with
45 additions
and
14 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.5](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.1.5) (2020-04-29) | ||
|
||
**Note:** Version bump only for package gatsby-admin | ||
|
||
## [0.1.4](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.1.4) (2020-04-29) | ||
|
||
**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.12.5](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.12.5) (2020-04-29) | ||
|
||
**Note:** Version bump only for package gatsby-cli | ||
|
||
## [2.12.4](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.12.4) (2020-04-29) | ||
|
||
**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.12.4", | ||
"version": "2.12.5", | ||
"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.2.0", | ||
"gatsby-recipes": "^0.1.5", | ||
"gatsby-recipes": "^0.1.6", | ||
"gatsby-telemetry": "^1.3.0", | ||
"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,13 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [0.1.6](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.1.6) (2020-04-29) | ||
|
||
### Features | ||
|
||
- **gatsby-recipes:** Create default gatsby-config.js when installing a plugin if one doesn't exist ([#23602](https://github.com/gatsbyjs/gatsby/issues/23602)) ([293e171](https://github.com/gatsbyjs/gatsby/commit/293e171)) | ||
- **gatsby-recipes:** document option support for GatsbyPlugin ([#23599](https://github.com/gatsbyjs/gatsby/issues/23599)) ([c0c8875](https://github.com/gatsbyjs/gatsby/commit/c0c8875)) | ||
|
||
## [0.1.5](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.1.5) (2020-04-29) | ||
|
||
### Features | ||
|
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.1.5", | ||
"version": "0.1.6", | ||
"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.4.5](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.4.5) (2020-04-29) | ||
|
||
**Note:** Version bump only for package gatsby-theme-blog-core | ||
|
||
## [1.4.4](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.4.4) (2020-04-29) | ||
|
||
**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.4.4", | ||
"version": "1.4.5", | ||
"main": "index.js", | ||
"author": "christopherbiscardi <[email protected]> (@chrisbiscardi)", | ||
"license": "MIT", | ||
|
@@ -30,7 +30,7 @@ | |
}, | ||
"devDependencies": { | ||
"@mdx-js/react": "^1.6.0", | ||
"gatsby": "^2.21.4", | ||
"gatsby": "^2.21.5", | ||
"prettier": "2.0.5", | ||
"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.5.5](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.5.5) (2020-04-29) | ||
|
||
**Note:** Version bump only for package gatsby-theme-blog | ||
|
||
## [1.5.4](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.5.4) (2020-04-29) | ||
|
||
**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.3.5](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.3.5) (2020-04-29) | ||
|
||
**Note:** Version bump only for package gatsby-theme-notes | ||
|
||
## [1.3.4](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.3.4) (2020-04-29) | ||
|
||
**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.21.5](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.21.5) (2020-04-29) | ||
|
||
**Note:** Version bump only for package gatsby | ||
|
||
## [2.21.4](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.21.4) (2020-04-29) | ||
|
||
**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.21.4", | ||
"version": "2.21.5", | ||
"author": "Kyle Mathews <[email protected]>", | ||
"bin": { | ||
"gatsby": "./dist/bin/gatsby.js" | ||
|
@@ -71,7 +71,7 @@ | |
"flat": "^4.1.0", | ||
"fs-exists-cached": "1.0.0", | ||
"fs-extra": "^8.1.0", | ||
"gatsby-cli": "^2.12.4", | ||
"gatsby-cli": "^2.12.5", | ||
"gatsby-core-utils": "^1.2.0", | ||
"gatsby-graphiql-explorer": "^0.4.0", | ||
"gatsby-link": "^2.4.0", | ||
|