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.
- Loading branch information
Showing
10 changed files
with
34 additions
and
8 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.5.6](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-cli/compare/[email protected]@2.5.6) (2019-04-09) | ||
|
||
**Note:** Version bump only for package gatsby-cli | ||
|
||
## [2.5.5](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-cli/compare/[email protected]@2.5.5) (2019-04-04) | ||
|
||
**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.5.5", | ||
"version": "2.5.6", | ||
"author": "Kyle Mathews <[email protected]>", | ||
"bin": { | ||
"gatsby": "lib/index.js" | ||
|
@@ -20,7 +20,7 @@ | |
"execa": "^0.8.0", | ||
"fs-exists-cached": "^1.0.0", | ||
"fs-extra": "^4.0.1", | ||
"gatsby-telemetry": "^1.0.5", | ||
"gatsby-telemetry": "^1.0.6", | ||
"hosted-git-info": "^2.6.0", | ||
"lodash": "^4.17.10", | ||
"meant": "^1.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,12 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [2.0.28](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-manifest/compare/[email protected]@2.0.28) (2019-04-09) | ||
|
||
### Bug Fixes | ||
|
||
- **gatsby-plugin-manifest:** allow multiple icon paths ([#13059](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-manifest/issues/13059)) ([5dcde0d](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-manifest/commit/5dcde0d)), closes [#13055](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-manifest/issues/13055) | ||
|
||
## [2.0.27](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-manifest/compare/[email protected]@2.0.27) (2019-04-08) | ||
|
||
**Note:** Version bump only for package gatsby-plugin-manifest | ||
|
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-manifest", | ||
"description": "Gatsby plugin which adds a manifest.webmanifest to make sites progressive web apps", | ||
"version": "2.0.27", | ||
"version": "2.0.28", | ||
"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. | ||
|
||
## [2.2.12](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-typography/compare/[email protected]@2.2.12) (2019-04-09) | ||
|
||
**Note:** Version bump only for package gatsby-plugin-typography | ||
|
||
## [2.2.11](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-typography/compare/[email protected]@2.2.11) (2019-04-08) | ||
|
||
**Note:** Version bump only for package gatsby-plugin-typography | ||
|
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-typography", | ||
"description": "Gatsby plugin to setup server rendering of Typography.js' CSS", | ||
"version": "2.2.11", | ||
"version": "2.2.12", | ||
"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. | ||
|
||
## [1.0.6](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-telemetry/compare/[email protected]@1.0.6) (2019-04-09) | ||
|
||
### Features | ||
|
||
- **gatsby-telemetry:** Include a boolean flag to telemetry data whether gatsby is running in docker or not. ([#13246](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-telemetry/issues/13246)) ([f07147a](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-telemetry/commit/f07147a)), closes [1#discussion-57-comment-1](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-telemetry/issues/discussion-57-comment-1) | ||
|
||
## [1.0.5](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-telemetry/compare/[email protected]@1.0.5) (2019-04-04) | ||
|
||
**Note:** Version bump only for package gatsby-telemetry | ||
|
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-telemetry", | ||
"description": "Gatsby Telemetry", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"author": "Jarmo Isotalo <[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.3.16](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.3.16) (2019-04-09) | ||
|
||
### Features | ||
|
||
- **gatsby:** Add normalization for pathPrefix, siteUrl, etc ([#12139](https://github.com/gatsbyjs/gatsby/issues/12139)) ([1e74779](https://github.com/gatsbyjs/gatsby/commit/1e74779)), closes [#11871](https://github.com/gatsbyjs/gatsby/issues/11871) [#11871](https://github.com/gatsbyjs/gatsby/issues/11871) | ||
|
||
## [2.3.15](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.3.15) (2019-04-08) | ||
|
||
### 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.3.15", | ||
"version": "2.3.16", | ||
"author": "Kyle Mathews <[email protected]>", | ||
"bin": { | ||
"gatsby": "./dist/bin/gatsby.js" | ||
|
@@ -65,11 +65,11 @@ | |
"flat": "^4.0.0", | ||
"fs-exists-cached": "1.0.0", | ||
"fs-extra": "^5.0.0", | ||
"gatsby-cli": "^2.5.5", | ||
"gatsby-cli": "^2.5.6", | ||
"gatsby-link": "^2.0.16", | ||
"gatsby-plugin-page-creator": "^2.0.12", | ||
"gatsby-react-router-scroll": "^2.0.7", | ||
"gatsby-telemetry": "^1.0.5", | ||
"gatsby-telemetry": "^1.0.6", | ||
"glob": "^7.1.1", | ||
"graphql": "^14.1.1", | ||
"graphql-compose": "^6.0.3", | ||
|