-
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] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected]
- Loading branch information
Showing
52 changed files
with
177 additions
and
65 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.2.32](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.2.32) (2020-03-09) | ||
|
||
**Note:** Version bump only for package babel-preset-gatsby | ||
|
||
## [0.2.31](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.2.31) (2020-03-06) | ||
|
||
**Note:** Version bump only for package babel-preset-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,6 +1,6 @@ | ||
{ | ||
"name": "babel-preset-gatsby", | ||
"version": "0.2.31", | ||
"version": "0.2.32", | ||
"author": "Philipp Spiess <[email protected]>", | ||
"repository": { | ||
"type": "git", | ||
|
@@ -21,7 +21,7 @@ | |
"babel-plugin-dynamic-import-node": "^2.3.0", | ||
"babel-plugin-macros": "^2.8.0", | ||
"babel-plugin-transform-react-remove-prop-types": "^0.4.24", | ||
"gatsby-core-utils": "^1.0.30" | ||
"gatsby-core-utils": "^1.0.31" | ||
}, | ||
"peerDependencies": { | ||
"@babel/core": "^7.0.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.10.3](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.10.3) (2020-03-09) | ||
|
||
### Performance Improvements | ||
|
||
- **gatsby-cli:** avoid unnecesary rerenders for static messages in CLI ([#21955](https://github.com/gatsbyjs/gatsby/issues/21955)) ([5aff49d](https://github.com/gatsbyjs/gatsby/commit/5aff49d)) | ||
|
||
## [2.10.2](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.10.2) (2020-03-06) | ||
|
||
**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.10.2", | ||
"version": "2.10.3", | ||
"author": "Kyle Mathews <[email protected]>", | ||
"bin": { | ||
"gatsby": "lib/index.js" | ||
|
@@ -25,8 +25,8 @@ | |
"execa": "^3.4.0", | ||
"fs-exists-cached": "^1.0.0", | ||
"fs-extra": "^8.1.0", | ||
"gatsby-core-utils": "^1.0.30", | ||
"gatsby-telemetry": "^1.1.51", | ||
"gatsby-core-utils": "^1.0.31", | ||
"gatsby-telemetry": "^1.1.52", | ||
"hosted-git-info": "^3.0.2", | ||
"is-valid-path": "^0.1.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. | ||
|
||
## [1.0.31](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.0.31) (2020-03-09) | ||
|
||
**Note:** Version bump only for package gatsby-core-utils | ||
|
||
## [1.0.30](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.0.30) (2020-03-06) | ||
|
||
### 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
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.42](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.0.42) (2020-03-09) | ||
|
||
**Note:** Version bump only for package gatsby-page-utils | ||
|
||
## [0.0.41](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.0.41) (2020-03-06) | ||
|
||
**Note:** Version bump only for package gatsby-page-utils | ||
|
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. | ||
|
||
## [0.0.12](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-benchmark-reporting@[email protected]) (2020-03-09) | ||
|
||
### Features | ||
|
||
- **gatsby-plugin-benchmark-reporting:** allow passing a secret to benchmark reporting endpoint ([#22108](https://github.com/gatsbyjs/gatsby/issues/22108)) ([5bd889e](https://github.com/gatsbyjs/gatsby/commit/5bd889e)) | ||
|
||
## [0.0.11](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-benchmark-reporting@[email protected]) (2020-03-07) | ||
|
||
**Note:** Version bump only for package gatsby-plugin-benchmark-reporting | ||
|
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.2.45](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.2.45) (2020-03-09) | ||
|
||
**Note:** Version bump only for package gatsby-plugin-manifest | ||
|
||
## [2.2.44](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.2.44) (2020-03-06) | ||
|
||
**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,14 +1,14 @@ | ||
{ | ||
"name": "gatsby-plugin-manifest", | ||
"description": "Gatsby plugin which adds a manifest.webmanifest to make sites progressive web apps", | ||
"version": "2.2.44", | ||
"version": "2.2.45", | ||
"author": "Kyle Mathews <[email protected]>", | ||
"bugs": { | ||
"url": "https://github.com/gatsbyjs/gatsby/issues" | ||
}, | ||
"dependencies": { | ||
"@babel/runtime": "^7.7.6", | ||
"gatsby-core-utils": "^1.0.30", | ||
"gatsby-core-utils": "^1.0.31", | ||
"semver": "^5.7.1", | ||
"sharp": "^0.23.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.0.78](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.0.78) (2020-03-09) | ||
|
||
**Note:** Version bump only for package gatsby-plugin-mdx | ||
|
||
## [1.0.77](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.0.77) (2020-03-06) | ||
|
||
**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. | ||
|
||
## [3.0.38](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.0.38) (2020-03-09) | ||
|
||
**Note:** Version bump only for package gatsby-plugin-offline | ||
|
||
## [3.0.37](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.0.37) (2020-03-06) | ||
|
||
**Note:** Version bump only for package gatsby-plugin-offline | ||
|
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,15 +1,15 @@ | ||
{ | ||
"name": "gatsby-plugin-offline", | ||
"description": "Gatsby plugin which sets up a site to be able to run offline", | ||
"version": "3.0.37", | ||
"version": "3.0.38", | ||
"author": "Kyle Mathews <[email protected]>", | ||
"bugs": { | ||
"url": "https://github.com/gatsbyjs/gatsby/issues" | ||
}, | ||
"dependencies": { | ||
"@babel/runtime": "^7.7.6", | ||
"cheerio": "^1.0.0-rc.3", | ||
"gatsby-core-utils": "^1.0.30", | ||
"gatsby-core-utils": "^1.0.31", | ||
"glob": "^7.1.6", | ||
"idb-keyval": "^3.2.0", | ||
"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. | ||
|
||
## [2.1.43](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.1.43) (2020-03-09) | ||
|
||
**Note:** Version bump only for package gatsby-plugin-page-creator | ||
|
||
## [2.1.42](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.1.42) (2020-03-06) | ||
|
||
**Note:** Version bump only for package gatsby-plugin-page-creator | ||
|
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.0.32](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.0.32) (2020-03-09) | ||
|
||
**Note:** Version bump only for package gatsby-plugin-preload-fonts | ||
|
||
## [1.0.31](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.0.31) (2020-03-06) | ||
|
||
**Note:** Version bump only for package gatsby-plugin-preload-fonts | ||
|
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-preload-fonts", | ||
"description": "Gatsby plugin for preloading fonts per page", | ||
"version": "1.0.31", | ||
"version": "1.0.32", | ||
"author": "Aaron Ross <[email protected]>", | ||
"main": "index.js", | ||
"bin": { | ||
|
@@ -14,7 +14,7 @@ | |
"chalk": "^2.4.2", | ||
"date-fns": "^2.8.1", | ||
"fs-extra": "^8.1.0", | ||
"gatsby-core-utils": "^1.0.30", | ||
"gatsby-core-utils": "^1.0.31", | ||
"graphql-request": "^1.8.2", | ||
"progress": "^2.0.3", | ||
"puppeteer": "^1.20.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. | ||
|
||
## [2.4.8](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.4.8) (2020-03-09) | ||
|
||
**Note:** Version bump only for package gatsby-plugin-sharp | ||
|
||
## [2.4.7](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.4.7) (2020-03-06) | ||
|
||
**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.4.7", | ||
"version": "2.4.8", | ||
"author": "Kyle Mathews <[email protected]>", | ||
"bugs": { | ||
"url": "https://github.com/gatsbyjs/gatsby/issues" | ||
|
@@ -11,7 +11,7 @@ | |
"async": "^2.6.3", | ||
"bluebird": "^3.7.2", | ||
"fs-extra": "^8.1.0", | ||
"gatsby-core-utils": "^1.0.30", | ||
"gatsby-core-utils": "^1.0.31", | ||
"got": "^8.3.2", | ||
"imagemin": "^6.1.0", | ||
"imagemin-mozjpeg": "^8.0.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.3.24](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.3.24) (2020-03-09) | ||
|
||
### Bug Fixes | ||
|
||
- **gatsby-plugin-typography:** make yarn 2 compatible ([#21978](https://github.com/gatsbyjs/gatsby/issues/21978)) ([b28c27a](https://github.com/gatsbyjs/gatsby/commit/b28c27a)) | ||
|
||
## [2.3.23](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.3.23) (2020-03-06) | ||
|
||
**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.3.23", | ||
"version": "2.3.24", | ||
"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.1.39](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-copy-linked-files@[email protected]) (2020-03-09) | ||
|
||
### Features | ||
|
||
- **gatsby-remark-copy-linked-files:** Add support for poster attribute in video elements ([#22032](https://github.com/gatsbyjs/gatsby/issues/22032)) ([70fd0eb](https://github.com/gatsbyjs/gatsby/commit/70fd0eb)) | ||
|
||
## [2.1.38](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-copy-linked-files@[email protected]) (2020-03-06) | ||
|
||
**Note:** Version bump only for package gatsby-remark-copy-linked-files | ||
|
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-copy-linked-files", | ||
"description": "Find files which are linked to from markdown and copy them to the public directory", | ||
"version": "2.1.38", | ||
"version": "2.1.39", | ||
"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.1.47](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.1.47) (2020-03-09) | ||
|
||
**Note:** Version bump only for package gatsby-remark-images | ||
|
||
## [3.1.46](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.1.46) (2020-03-06) | ||
|
||
**Note:** Version bump only for package gatsby-remark-images | ||
|
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.1.46", | ||
"version": "3.1.47", | ||
"author": "Kyle Mathews <[email protected]>", | ||
"bugs": { | ||
"url": "https://github.com/gatsbyjs/gatsby/issues" | ||
|
@@ -10,7 +10,7 @@ | |
"@babel/runtime": "^7.7.6", | ||
"chalk": "^2.4.2", | ||
"cheerio": "^1.0.0-rc.3", | ||
"gatsby-core-utils": "^1.0.30", | ||
"gatsby-core-utils": "^1.0.31", | ||
"is-relative-url": "^3.0.0", | ||
"lodash": "^4.17.15", | ||
"mdast-util-definitions": "^1.2.5", | ||
|
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.92](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.1.92) (2020-03-09) | ||
|
||
**Note:** Version bump only for package gatsby-source-contentful | ||
|
||
## [2.1.91](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.1.91) (2020-03-06) | ||
|
||
**Note:** Version bump only for package gatsby-source-contentful | ||
|
Oops, something went wrong.