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] - [email protected] - [email protected] - [email protected]
- Loading branch information
Showing
20 changed files
with
77 additions
and
15 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.3](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-cli/compare/[email protected]@2.5.3) (2019-03-27) | ||
|
||
**Note:** Version bump only for package gatsby-cli | ||
|
||
## [2.5.2](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-cli/compare/[email protected]@2.5.2) (2019-03-26) | ||
|
||
**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.2", | ||
"version": "2.5.3", | ||
"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.2", | ||
"gatsby-telemetry": "^1.0.3", | ||
"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,10 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [1.0.14](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.0.14) (2019-03-27) | ||
|
||
**Note:** Version bump only for package gatsby-plugin-layout | ||
|
||
## [1.0.13](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.0.13) (2019-03-11) | ||
|
||
**Note:** Version bump only for package gatsby-plugin-layout | ||
|
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,16 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [2.0.25](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-manifest/compare/[email protected]@2.0.25) (2019-03-27) | ||
|
||
### Bug Fixes | ||
|
||
- **gatsby-plugin-manifest:** Fix incorrect favicons size bug ([#12081](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-manifest/issues/12081)) ([366980b](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-manifest/commit/366980b)), closes [#12051](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-manifest/issues/12051) [#12051](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-manifest/issues/12051) | ||
|
||
### Features | ||
|
||
- **gatsby-plugin-manifest:** add icon_options as an option to support the purpose property ([#12794](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-manifest/issues/12794)) ([127f232](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-manifest/commit/127f232)), closes [#12793](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-manifest/issues/12793) | ||
|
||
## [2.0.24](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-manifest/compare/[email protected]@2.0.24) (2019-03-12) | ||
|
||
### 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-plugin-manifest", | ||
"description": "Gatsby plugin which adds a manifest.webmanifest to make sites progressive web apps", | ||
"version": "2.0.24", | ||
"version": "2.0.25", | ||
"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. | ||
|
||
## [2.0.32](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sharp/compare/[email protected]@2.0.32) (2019-03-27) | ||
|
||
### Bug Fixes | ||
|
||
- **gatsby-plugin-sharp:** strip non related args when hashing resizing args ([#12129](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sharp/issues/12129)) ([da0b622](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sharp/commit/da0b622)) | ||
|
||
## [2.0.31](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sharp/compare/[email protected]@2.0.31) (2019-03-25) | ||
|
||
**Note:** Version bump only for package gatsby-plugin-sharp | ||
|
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-sharp", | ||
"description": "Wrapper of the Sharp image manipulation library for Gatsby plugins", | ||
"version": "2.0.31", | ||
"version": "2.0.32", | ||
"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. | ||
|
||
## [2.0.8](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-code-repls/compare/[email protected]@2.0.8) (2019-03-27) | ||
|
||
### Bug Fixes | ||
|
||
- **gatsby-remark-code-repls:** handle scoped packages in dependencies ([#12347](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-code-repls/issues/12347)) ([bc7d472](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-code-repls/commit/bc7d472)), closes [#12327](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-code-repls/issues/12327) | ||
|
||
## [2.0.7](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-code-repls/compare/[email protected]@2.0.7) (2019-03-13) | ||
|
||
**Note:** Version bump only for package gatsby-remark-code-repls | ||
|
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-code-repls", | ||
"description": "Gatsby plugin to auto-generate links to popular REPLs like Babel and Codepen", | ||
"version": "2.0.7", | ||
"version": "2.0.8", | ||
"author": "Brian Vaughn <[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.0.45](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-contentful/compare/[email protected]@2.0.45) (2019-03-27) | ||
|
||
**Note:** Version bump only for package gatsby-source-contentful | ||
|
||
## [2.0.44](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-contentful/compare/[email protected]@2.0.44) (2019-03-25) | ||
|
||
**Note:** Version bump only for package gatsby-source-contentful | ||
|
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.0.44", | ||
"version": "2.0.45", | ||
"author": "Marcus Ericsson <[email protected]> (mericsson.com)", | ||
"bugs": { | ||
"url": "https://github.com/gatsbyjs/gatsby/issues" | ||
|
@@ -14,7 +14,7 @@ | |
"contentful": "^6.1.0", | ||
"deep-map": "^1.5.0", | ||
"fs-extra": "^4.0.2", | ||
"gatsby-plugin-sharp": "^2.0.31", | ||
"gatsby-plugin-sharp": "^2.0.32", | ||
"gatsby-source-filesystem": "^2.0.28", | ||
"is-online": "^7.0.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,12 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [3.0.50](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-wordpress/compare/[email protected]@3.0.50) (2019-03-27) | ||
|
||
### Bug Fixes | ||
|
||
- **gatsby-source-wordpress:** adjust how endpoint urls are constructed to fix fetching for wordpress.com hosted sites and proxied urls ([#10624](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-wordpress/issues/10624)) ([85b8749](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-wordpress/commit/85b8749)), closes [#10427](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-wordpress/issues/10427) [#10427](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-wordpress/issues/10427) | ||
|
||
## [3.0.49](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-wordpress/compare/[email protected]@3.0.49) (2019-03-22) | ||
|
||
**Note:** Version bump only for package gatsby-source-wordpress | ||
|
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.0.49", | ||
"version": "3.0.50", | ||
"author": "Sebastien Fichot <[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.3](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-telemetry/compare/[email protected]@1.0.3) (2019-03-27) | ||
|
||
### Bug Fixes | ||
|
||
- **gatsby-telemetry:** Ensure quickly running commands exit freely ([#12888](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-telemetry/issues/12888)) ([e30d264](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-telemetry/commit/e30d264)) | ||
|
||
## [1.0.2](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-telemetry/compare/[email protected]@1.0.2) (2019-03-26) | ||
|
||
### 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-telemetry", | ||
"description": "Gatsby Telemetry", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"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,10 @@ | |
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/compare/[email protected]@2.0.28) (2019-03-27) | ||
|
||
**Note:** Version bump only for package gatsby-transformer-sqip | ||
|
||
## [2.0.27](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.0.27) (2019-03-25) | ||
|
||
**Note:** Version bump only for package gatsby-transformer-sqip | ||
|
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-sqip", | ||
"description": "Generates geometric primitive version of images", | ||
"version": "2.0.27", | ||
"version": "2.0.28", | ||
"author": "Benedikt Rötsch <[email protected]>", | ||
"bugs": { | ||
"url": "https://github.com/gatsbyjs/gatsby/issues" | ||
|
@@ -10,7 +10,7 @@ | |
"@babel/runtime": "^7.0.0", | ||
"axios": "^0.18.0", | ||
"fs-extra": "^4.0.2", | ||
"gatsby-plugin-sharp": "^2.0.31", | ||
"gatsby-plugin-sharp": "^2.0.32", | ||
"mini-svg-data-uri": "^1.0.0", | ||
"p-queue": "^2.3.0", | ||
"sqip": "^0.3.3" | ||
|
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,18 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [2.3.3](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.3.3) (2019-03-27) | ||
|
||
### Bug Fixes | ||
|
||
- **gatsby:** Handle already deleted nodes in deleteNode action ([#12866](https://github.com/gatsbyjs/gatsby/issues/12866)) ([1548841](https://github.com/gatsbyjs/gatsby/commit/1548841)) | ||
- **gatsby-telemetry:** Ensure quickly running commands exit freely ([#12888](https://github.com/gatsbyjs/gatsby/issues/12888)) ([e30d264](https://github.com/gatsbyjs/gatsby/commit/e30d264)) | ||
- **themes:** Handle shared parent theme with component shadowing ([#12883](https://github.com/gatsbyjs/gatsby/issues/12883)) ([7a82dc2](https://github.com/gatsbyjs/gatsby/commit/7a82dc2)) | ||
|
||
### Features | ||
|
||
- **themes:** copy static folders in themes ([#12746](https://github.com/gatsbyjs/gatsby/issues/12746)) ([edd6cb1](https://github.com/gatsbyjs/gatsby/commit/edd6cb1)) | ||
|
||
## [2.3.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.3.2) (2019-03-26) | ||
|
||
**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.3.2", | ||
"version": "2.3.3", | ||
"author": "Kyle Mathews <[email protected]>", | ||
"bin": { | ||
"gatsby": "./dist/bin/gatsby.js" | ||
|
@@ -64,11 +64,11 @@ | |
"flat": "^4.0.0", | ||
"fs-exists-cached": "1.0.0", | ||
"fs-extra": "^5.0.0", | ||
"gatsby-cli": "^2.5.2", | ||
"gatsby-cli": "^2.5.3", | ||
"gatsby-link": "^2.0.16", | ||
"gatsby-plugin-page-creator": "^2.0.12", | ||
"gatsby-react-router-scroll": "^2.0.6", | ||
"gatsby-telemetry": "^1.0.2", | ||
"gatsby-telemetry": "^1.0.3", | ||
"glob": "^7.1.1", | ||
"graphql": "^14.1.1", | ||
"graphql-compose": "^6.0.3", | ||
|