Skip to content

File tree

114 files changed

+299
-71
lines changed

Some content is hidden

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

114 files changed

+299
-71
lines changed

packages/gatsby-cli/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.7.36](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.7.36) (2019-08-22)
7+
8+
**Note:** Version bump only for package gatsby-cli
9+
610
## [2.7.35](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.7.35) (2019-08-21)
711

812
### Bug Fixes

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.7.35",
4+
"version": "2.7.36",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby": "lib/index.js"
@@ -26,7 +26,7 @@
2626
"execa": "^0.11.0",
2727
"fs-exists-cached": "^1.0.0",
2828
"fs-extra": "^4.0.3",
29-
"gatsby-telemetry": "^1.1.16",
29+
"gatsby-telemetry": "^1.1.17",
3030
"hosted-git-info": "^2.8.4",
3131
"is-valid-path": "^0.1.1",
3232
"lodash": "^4.17.15",

packages/gatsby-dev-cli/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.5.11](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.5.11) (2019-08-22)
7+
8+
**Note:** Version bump only for package gatsby-dev-cli
9+
610
## [2.5.10](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.5.10) (2019-08-21)
711

812
### Bug Fixes

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.10",
4+
"version": "2.5.11",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby-dev": "./dist/index.js"

packages/gatsby-graphiql-explorer/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+
## [0.2.6](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.2.6) (2019-08-22)
7+
8+
**Note:** Version bump only for package gatsby-graphiql-explorer
9+
610
## [0.2.5](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.2.5) (2019-08-21)
711

812
### Bug Fixes

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.5",
3+
"version": "0.2.6",
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.11](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.2.11) (2019-08-22)
7+
8+
**Note:** Version bump only for package gatsby-image
9+
610
## [2.2.10](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.2.10) (2019-08-20)
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.10",
4+
"version": "2.2.11",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-link/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.7](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.2.7) (2019-08-22)
7+
8+
**Note:** Version bump only for package gatsby-link
9+
610
## [2.2.6](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.2.6) (2019-08-20)
711

812
### Bug Fixes

packages/gatsby-link/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-link",
33
"description": "An enhanced Link component for Gatsby sites with support for resource prefetching",
4-
"version": "2.2.6",
4+
"version": "2.2.7",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-page-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+
## [0.0.9](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.0.9) (2019-08-22)
7+
8+
**Note:** Version bump only for package gatsby-page-utils
9+
610
## [0.0.8](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.0.8) (2019-08-21)
711

812
### Bug Fixes

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.8",
3+
"version": "0.0.9",
44
"description": "Gatsby library that helps creating pages",
55
"main": "dist/index.js",
66
"scripts": {

packages/gatsby-plugin-guess-js/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.1.7](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.1.7) (2019-08-22)
7+
8+
**Note:** Version bump only for package gatsby-plugin-guess-js
9+
610
## [1.1.6](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.1.6) (2019-08-20)
711

812
**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.6",
3+
"version": "1.1.7",
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-lodash/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+
## [3.1.4](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.1.4) (2019-08-22)
7+
8+
**Note:** Version bump only for package gatsby-plugin-lodash
9+
610
## [3.1.3](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.1.3) (2019-08-20)
711

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

packages/gatsby-plugin-lodash/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-lodash",
33
"description": "Easy modular Lodash builds. Adds the Lodash webpack & Babel plugins to your Gatsby build",
4-
"version": "3.1.3",
4+
"version": "3.1.4",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

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.8](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.2.8) (2019-08-22)
7+
8+
**Note:** Version bump only for package gatsby-plugin-manifest
9+
610
## [2.2.7](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.2.7) (2019-08-21)
711

812
### Bug Fixes

packages/gatsby-plugin-manifest/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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.7",
4+
"version": "2.2.8",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-plugin-mdx/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.27](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.0.27) (2019-08-22)
7+
8+
**Note:** Version bump only for package gatsby-plugin-mdx
9+
610
## [1.0.26](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.0.26) (2019-08-21)
711

812
### 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.26",
3+
"version": "1.0.27",
44
"description": "MDX integration for Gatsby",
55
"main": "index.js",
66
"license": "MIT",

packages/gatsby-plugin-netlify-cms/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+
## [4.1.9](https://github.com/gatsbyjs/gatsby/compare/[email protected]@4.1.9) (2019-08-22)
7+
8+
**Note:** Version bump only for package gatsby-plugin-netlify-cms
9+
610
## [4.1.8](https://github.com/gatsbyjs/gatsby/compare/[email protected]@4.1.8) (2019-08-20)
711

812
**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.8",
4+
"version": "4.1.9",
55
"author": "Shawn Erquhart <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-plugin-netlify/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.1.8](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.1.8) (2019-08-22)
7+
8+
**Note:** Version bump only for package gatsby-plugin-netlify
9+
610
## [2.1.7](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.1.7) (2019-08-21)
711

812
### 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.7",
4+
"version": "2.1.8",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-plugin-offline/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.9](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.2.9) (2019-08-22)
7+
8+
**Note:** Version bump only for package gatsby-plugin-offline
9+
610
## [2.2.8](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.2.8) (2019-08-21)
711

812
### Bug Fixes

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": "2.2.8",
4+
"version": "2.2.9",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-plugin-page-creator/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.1.9](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.1.9) (2019-08-22)
7+
8+
**Note:** Version bump only for package gatsby-plugin-page-creator
9+
610
## [2.1.8](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.1.8) (2019-08-21)
711

812
### Bug Fixes

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.8",
3+
"version": "2.1.9",
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.0.0",
2828
"bluebird": "^3.5.5",
2929
"fs-exists-cached": "^1.0.0",
30-
"gatsby-page-utils": "^0.0.8",
30+
"gatsby-page-utils": "^0.0.9",
3131
"glob": "^7.1.4",
3232
"lodash": "^4.17.15",
3333
"micromatch": "^3.1.10"

packages/gatsby-plugin-sass/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.1.11](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.1.11) (2019-08-22)
7+
8+
**Note:** Version bump only for package gatsby-plugin-sass
9+
610
## [2.1.10](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.1.10) (2019-08-20)
711

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

packages/gatsby-plugin-sass/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-sass",
33
"description": "Gatsby plugin to handle scss/sass files",
4-
"version": "2.1.10",
4+
"version": "2.1.11",
55
"author": "Daniel Farrell <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-plugin-sharp/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.15](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.2.15) (2019-08-22)
7+
8+
**Note:** Version bump only for package gatsby-plugin-sharp
9+
610
## [2.2.14](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.2.14) (2019-08-21)
711

812
### Bug Fixes

packages/gatsby-plugin-sharp/package.json

+1-1
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.14",
4+
"version": "2.2.15",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-plugin-sitemap/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.8](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.2.8) (2019-08-22)
7+
8+
**Note:** Version bump only for package gatsby-plugin-sitemap
9+
610
## [2.2.7](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.2.7) (2019-08-20)
711

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

packages/gatsby-plugin-sitemap/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-sitemap",
33
"description": "Gatsby plugin that automatically creates a sitemap for your site",
4-
"version": "2.2.7",
4+
"version": "2.2.8",
55
"author": "Nicholas Young &lt;[email protected]&gt;",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-plugin-styletron/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+
## [4.1.4](https://github.com/gatsbyjs/gatsby/compare/[email protected]@4.1.4) (2019-08-22)
7+
8+
**Note:** Version bump only for package gatsby-plugin-styletron
9+
610
## [4.1.3](https://github.com/gatsbyjs/gatsby/compare/[email protected]@4.1.3) (2019-08-20)
711

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

packages/gatsby-plugin-styletron/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-styletron",
33
"description": "A Gatsby plugin for styletron with built-in server-side rendering support",
4-
"version": "4.1.3",
4+
"version": "4.1.4",
55
"author": "Nadiia Dmytrenko <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-plugin-stylus/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.1.4](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.1.4) (2019-08-22)
7+
8+
**Note:** Version bump only for package gatsby-plugin-stylus
9+
610
## [2.1.3](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.1.3) (2019-08-20)
711

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

packages/gatsby-plugin-stylus/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-stylus",
33
"description": "Gatsby support for Stylus",
4-
"version": "2.1.3",
4+
"version": "2.1.4",
55
"author": "Ian Sinnott <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

0 commit comments

Comments
 (0)