Skip to content

File tree

92 files changed

+361
-77
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

92 files changed

+361
-77
lines changed

packages/gatsby-cli/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.8.6](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.8.6) (2019-10-28)
7+
8+
### Bug Fixes
9+
10+
- **gatsby-cli:** handle git commit failures ([#18839](https://github.com/gatsbyjs/gatsby/issues/18839)) ([8762cb3](https://github.com/gatsbyjs/gatsby/commit/8762cb3))
11+
- update minor updates in packages ([#18875](https://github.com/gatsbyjs/gatsby/issues/18875)) ([b692879](https://github.com/gatsbyjs/gatsby/commit/b692879))
12+
13+
### Features
14+
15+
- **gatsby-cli:** Add command-line argument for logger ([#18818](https://github.com/gatsbyjs/gatsby/issues/18818)) ([5cb95b5](https://github.com/gatsbyjs/gatsby/commit/5cb95b5))
16+
617
## [2.8.5](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.8.5) (2019-10-23)
718

819
### Features

packages/gatsby-cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-cli",
33
"description": "Gatsby command-line interface for creating new sites and running Gatsby commands",
4-
"version": "2.8.5",
4+
"version": "2.8.6",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby": "lib/index.js"
@@ -26,7 +26,7 @@
2626
"execa": "^2.1.0",
2727
"fs-exists-cached": "^1.0.0",
2828
"fs-extra": "^8.1.0",
29-
"gatsby-telemetry": "^1.1.33",
29+
"gatsby-telemetry": "^1.1.34",
3030
"hosted-git-info": "^3.0.2",
3131
"is-valid-path": "^0.1.1",
3232
"lodash": "^4.17.15",

packages/gatsby-core-utils/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.16](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.0.16) (2019-10-28)
7+
8+
**Note:** Version bump only for package gatsby-core-utils
9+
610
## [1.0.15](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.0.15) (2019-10-14)
711

812
**Note:** Version bump only for package gatsby-core-utils

packages/gatsby-core-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-core-utils",
3-
"version": "1.0.15",
3+
"version": "1.0.16",
44
"description": "A collection of gatsby utils used in different gatsby packages",
55
"keywords": [
66
"gatsby",

packages/gatsby-dev-cli/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.5.36](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.5.36) (2019-10-28)
7+
8+
### Bug Fixes
9+
10+
- **gatsby-dev-cli:** Default to no dependencies before running diff ([#19085](https://github.com/gatsbyjs/gatsby/issues/19085)) ([3267141](https://github.com/gatsbyjs/gatsby/commit/3267141))
11+
- update minor updates in packages ([#18875](https://github.com/gatsbyjs/gatsby/issues/18875)) ([b692879](https://github.com/gatsbyjs/gatsby/commit/b692879))
12+
- update minor updates in packages ([#19080](https://github.com/gatsbyjs/gatsby/issues/19080)) ([95e908e](https://github.com/gatsbyjs/gatsby/commit/95e908e))
13+
614
## [2.5.35](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.5.35) (2019-10-14)
715

816
**Note:** Version bump only for package gatsby-dev-cli

packages/gatsby-dev-cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-dev-cli",
33
"description": "CLI helpers for contributors working on Gatsby",
4-
"version": "2.5.35",
4+
"version": "2.5.36",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby-dev": "./dist/index.js"

packages/gatsby-graphiql-explorer/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.2.26](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.2.26) (2019-10-28)
7+
8+
### Bug Fixes
9+
10+
- update minor updates in packages ([#18875](https://github.com/gatsbyjs/gatsby/issues/18875)) ([b692879](https://github.com/gatsbyjs/gatsby/commit/b692879))
11+
612
## [0.2.25](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.2.25) (2019-10-14)
713

814
**Note:** Version bump only for package gatsby-graphiql-explorer

packages/gatsby-graphiql-explorer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-graphiql-explorer",
3-
"version": "0.2.25",
3+
"version": "0.2.26",
44
"description": "GraphiQL IDE with custom features for Gatsby users",
55
"main": "index.js",
66
"scripts": {

packages/gatsby-image/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.2.30](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.2.30) (2019-10-28)
7+
8+
**Note:** Version bump only for package gatsby-image
9+
610
## [2.2.29](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.2.29) (2019-10-14)
711

812
**Note:** Version bump only for package gatsby-image

packages/gatsby-image/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-image",
33
"description": "Lazy-loading React image component with optional support for the blur-up effect.",
4-
"version": "2.2.29",
4+
"version": "2.2.30",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-page-utils/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.0.28](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.0.28) (2019-10-28)
7+
8+
### Bug Fixes
9+
10+
- update minor updates in packages ([#18875](https://github.com/gatsbyjs/gatsby/issues/18875)) ([b692879](https://github.com/gatsbyjs/gatsby/commit/b692879))
11+
- update minor updates in packages ([#19080](https://github.com/gatsbyjs/gatsby/issues/19080)) ([95e908e](https://github.com/gatsbyjs/gatsby/commit/95e908e))
12+
613
## [0.0.27](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.0.27) (2019-10-14)
714

815
**Note:** Version bump only for package gatsby-page-utils

packages/gatsby-page-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-page-utils",
3-
"version": "0.0.27",
3+
"version": "0.0.28",
44
"description": "Gatsby library that helps creating pages",
55
"main": "dist/index.js",
66
"scripts": {

packages/gatsby-plugin-emotion/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.1.13](https://github.com/gatsbyjs/gatsby/compare/[email protected]@4.1.13) (2019-10-28)
7+
8+
### Bug Fixes
9+
10+
- update minor updates in packages ([#18875](https://github.com/gatsbyjs/gatsby/issues/18875)) ([b692879](https://github.com/gatsbyjs/gatsby/commit/b692879))
11+
612
## [4.1.12](https://github.com/gatsbyjs/gatsby/compare/[email protected]@4.1.12) (2019-10-14)
713

814
**Note:** Version bump only for package gatsby-plugin-emotion

packages/gatsby-plugin-emotion/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-emotion",
33
"description": "Gatsby plugin to add support for Emotion",
4-
"version": "4.1.12",
4+
"version": "4.1.13",
55
"author": "Tegan Churchill <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-plugin-guess-js/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.1.22](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.1.22) (2019-10-28)
7+
8+
### Bug Fixes
9+
10+
- update minor updates in packages ([#18875](https://github.com/gatsbyjs/gatsby/issues/18875)) ([b692879](https://github.com/gatsbyjs/gatsby/commit/b692879))
11+
612
## [1.1.21](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.1.21) (2019-10-14)
713

814
**Note:** Version bump only for package gatsby-plugin-guess-js

packages/gatsby-plugin-guess-js/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-plugin-guess-js",
3-
"version": "1.1.21",
3+
"version": "1.1.22",
44
"description": "Gatsby plugin providing drop-in integration with Guess.js to enabling using machine learning and analytics data to power prefetching",
55
"main": "index.js",
66
"scripts": {

packages/gatsby-plugin-manifest/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.2.24](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.2.24) (2019-10-28)
7+
8+
**Note:** Version bump only for package gatsby-plugin-manifest
9+
610
## [2.2.23](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.2.23) (2019-10-14)
711

812
**Note:** Version bump only for package gatsby-plugin-manifest

packages/gatsby-plugin-manifest/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "gatsby-plugin-manifest",
33
"description": "Gatsby plugin which adds a manifest.webmanifest to make sites progressive web apps",
4-
"version": "2.2.23",
4+
"version": "2.2.24",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
88
},
99
"dependencies": {
1010
"@babel/runtime": "^7.6.3",
11-
"gatsby-core-utils": "^1.0.15",
11+
"gatsby-core-utils": "^1.0.16",
1212
"semver": "^5.7.1",
1313
"sharp": "^0.23.1"
1414
},

packages/gatsby-plugin-mdx/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.54](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.0.54) (2019-10-28)
7+
8+
### Bug Fixes
9+
10+
- **gatsby-plugin-mdx:** don't use jsx ([#18982](https://github.com/gatsbyjs/gatsby/issues/18982)) ([fdeb679](https://github.com/gatsbyjs/gatsby/commit/fdeb679))
11+
- update minor updates in packages ([#18875](https://github.com/gatsbyjs/gatsby/issues/18875)) ([b692879](https://github.com/gatsbyjs/gatsby/commit/b692879))
12+
613
## [1.0.53](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.0.53) (2019-10-22)
714

815
### Bug Fixes

packages/gatsby-plugin-mdx/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-plugin-mdx",
3-
"version": "1.0.53",
3+
"version": "1.0.54",
44
"description": "MDX integration for Gatsby",
55
"main": "index.js",
66
"license": "MIT",

packages/gatsby-plugin-netlify-cms/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.1.26](https://github.com/gatsbyjs/gatsby/compare/[email protected]@4.1.26) (2019-10-28)
7+
8+
### Bug Fixes
9+
10+
- update minor updates in packages ([#18875](https://github.com/gatsbyjs/gatsby/issues/18875)) ([b692879](https://github.com/gatsbyjs/gatsby/commit/b692879))
11+
612
## [4.1.25](https://github.com/gatsbyjs/gatsby/compare/[email protected]@4.1.25) (2019-10-14)
713

814
**Note:** Version bump only for package gatsby-plugin-netlify-cms

packages/gatsby-plugin-netlify-cms/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-netlify-cms",
33
"description": "A Gatsby plugin which generates the Netlify CMS single page app",
4-
"version": "4.1.25",
4+
"version": "4.1.26",
55
"author": "Shawn Erquhart <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-plugin-netlify/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.1.23](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.1.23) (2019-10-28)
7+
8+
### Bug Fixes
9+
10+
- **gatsby-plugin-netlify:** don't add `/undefined` in generated `_headers` file ([#18925](https://github.com/gatsbyjs/gatsby/issues/18925)) ([d83a5a2](https://github.com/gatsbyjs/gatsby/commit/d83a5a2))
11+
612
## [2.1.22](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.1.22) (2019-10-16)
713

814
### Bug Fixes

packages/gatsby-plugin-netlify/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-netlify",
33
"description": "A Gatsby plugin which generates a _headers file for netlify",
4-
"version": "2.1.22",
4+
"version": "2.1.23",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-plugin-offline/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.0.17](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.0.17) (2019-10-28)
7+
8+
### Bug Fixes
9+
10+
- update minor updates in packages ([#18875](https://github.com/gatsbyjs/gatsby/issues/18875)) ([b692879](https://github.com/gatsbyjs/gatsby/commit/b692879))
11+
612
## [3.0.16](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.0.16) (2019-10-14)
713

814
**Note:** Version bump only for package gatsby-plugin-offline

packages/gatsby-plugin-offline/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-offline",
33
"description": "Gatsby plugin which sets up a site to be able to run offline",
4-
"version": "3.0.16",
4+
"version": "3.0.17",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-plugin-page-creator/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.1.28](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.1.28) (2019-10-28)
7+
8+
### Bug Fixes
9+
10+
- update minor updates in packages ([#18875](https://github.com/gatsbyjs/gatsby/issues/18875)) ([b692879](https://github.com/gatsbyjs/gatsby/commit/b692879))
11+
612
## [2.1.27](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.1.27) (2019-10-14)
713

814
**Note:** Version bump only for package gatsby-plugin-page-creator

packages/gatsby-plugin-page-creator/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-plugin-page-creator",
3-
"version": "2.1.27",
3+
"version": "2.1.28",
44
"description": "Gatsby plugin that automatically creates pages from React components in specified directories",
55
"main": "index.js",
66
"scripts": {
@@ -27,7 +27,7 @@
2727
"@babel/runtime": "^7.6.3",
2828
"bluebird": "^3.7.1",
2929
"fs-exists-cached": "^1.0.0",
30-
"gatsby-page-utils": "^0.0.27",
30+
"gatsby-page-utils": "^0.0.28",
3131
"glob": "^7.1.5",
3232
"lodash": "^4.17.15",
3333
"micromatch": "^3.1.10"

packages/gatsby-plugin-preload-fonts/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.15](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.0.15) (2019-10-28)
7+
8+
### Bug Fixes
9+
10+
- update minor updates in packages ([#18875](https://github.com/gatsbyjs/gatsby/issues/18875)) ([b692879](https://github.com/gatsbyjs/gatsby/commit/b692879))
11+
612
## [1.0.14](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.0.14) (2019-10-14)
713

814
**Note:** Version bump only for package gatsby-plugin-preload-fonts

packages/gatsby-plugin-preload-fonts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-preload-fonts",
33
"description": "Gatsby plugin for preloading fonts per page",
4-
"version": "1.0.14",
4+
"version": "1.0.15",
55
"author": "Aaron Ross <[email protected]>",
66
"main": "index.js",
77
"bin": {

packages/gatsby-plugin-sharp/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.2.33](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.2.33) (2019-10-28)
7+
8+
### Bug Fixes
9+
10+
- update minor updates in packages ([#18875](https://github.com/gatsbyjs/gatsby/issues/18875)) ([b692879](https://github.com/gatsbyjs/gatsby/commit/b692879))
11+
612
## [2.2.32](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.2.32) (2019-10-16)
713

814
**Note:** Version bump only for package gatsby-plugin-sharp

packages/gatsby-plugin-sharp/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-sharp",
33
"description": "Wrapper of the Sharp image manipulation library for Gatsby plugins",
4-
"version": "2.2.32",
4+
"version": "2.2.33",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -11,7 +11,7 @@
1111
"async": "^2.6.3",
1212
"bluebird": "^3.7.1",
1313
"fs-extra": "^8.1.0",
14-
"gatsby-core-utils": "^1.0.15",
14+
"gatsby-core-utils": "^1.0.16",
1515
"got": "^8.3.2",
1616
"imagemin": "^6.1.0",
1717
"imagemin-mozjpeg": "^8.0.0",

packages/gatsby-plugin-styletron/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.1.17](https://github.com/gatsbyjs/gatsby/compare/[email protected]@4.1.17) (2019-10-28)
7+
8+
### Bug Fixes
9+
10+
- update minor updates in packages ([#18875](https://github.com/gatsbyjs/gatsby/issues/18875)) ([b692879](https://github.com/gatsbyjs/gatsby/commit/b692879))
11+
612
## [4.1.16](https://github.com/gatsbyjs/gatsby/compare/[email protected]@4.1.16) (2019-10-14)
713

814
**Note:** Version bump only for package gatsby-plugin-styletron

0 commit comments

Comments
 (0)