Skip to content

Commit

Permalink
Show file tree
Hide file tree
Showing 114 changed files with 299 additions and 71 deletions.
4 changes: 4 additions & 0 deletions packages/gatsby-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.7.36](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.7.36) (2019-08-22)

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

## [2.7.35](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.7.35) (2019-08-21)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-cli/package.json
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.7.35",
"version": "2.7.36",
"author": "Kyle Mathews <[email protected]>",
"bin": {
"gatsby": "lib/index.js"
Expand All @@ -26,7 +26,7 @@
"execa": "^0.11.0",
"fs-exists-cached": "^1.0.0",
"fs-extra": "^4.0.3",
"gatsby-telemetry": "^1.1.16",
"gatsby-telemetry": "^1.1.17",
"hosted-git-info": "^2.8.4",
"is-valid-path": "^0.1.1",
"lodash": "^4.17.15",
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-dev-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.11](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.5.11) (2019-08-22)

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

## [2.5.10](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.5.10) (2019-08-21)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-dev-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-dev-cli",
"description": "CLI helpers for contributors working on Gatsby",
"version": "2.5.10",
"version": "2.5.11",
"author": "Kyle Mathews <[email protected]>",
"bin": {
"gatsby-dev": "./dist/index.js"
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-graphiql-explorer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.6](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.2.6) (2019-08-22)

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

## [0.2.5](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.2.5) (2019-08-21)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-graphiql-explorer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-graphiql-explorer",
"version": "0.2.5",
"version": "0.2.6",
"description": "GraphiQL IDE with custom features for Gatsby users",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-image/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.11](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.2.11) (2019-08-22)

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

## [2.2.10](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.2.10) (2019-08-20)

**Note:** Version bump only for package gatsby-image
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-image/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-image",
"description": "Lazy-loading React image component with optional support for the blur-up effect.",
"version": "2.2.10",
"version": "2.2.11",
"author": "Kyle Mathews <[email protected]>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-link/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.7](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.2.7) (2019-08-22)

**Note:** Version bump only for package gatsby-link

## [2.2.6](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.2.6) (2019-08-20)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-link/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-link",
"description": "An enhanced Link component for Gatsby sites with support for resource prefetching",
"version": "2.2.6",
"version": "2.2.7",
"author": "Kyle Mathews <[email protected]>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-page-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.9](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.0.9) (2019-08-22)

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

## [0.0.8](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.0.8) (2019-08-21)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-page-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-page-utils",
"version": "0.0.8",
"version": "0.0.9",
"description": "Gatsby library that helps creating pages",
"main": "dist/index.js",
"scripts": {
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-plugin-guess-js/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.7](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.1.7) (2019-08-22)

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

## [1.1.6](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.1.6) (2019-08-20)

**Note:** Version bump only for package gatsby-plugin-guess-js
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-guess-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-guess-js",
"version": "1.1.6",
"version": "1.1.7",
"description": "Gatsby plugin providing drop-in integration with Guess.js to enabling using machine learning and analytics data to power prefetching",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-plugin-lodash/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.4](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.1.4) (2019-08-22)

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

## [3.1.3](https://github.com/gatsbyjs/gatsby/compare/[email protected]@3.1.3) (2019-08-20)

**Note:** Version bump only for package gatsby-plugin-lodash
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-lodash/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-lodash",
"description": "Easy modular Lodash builds. Adds the Lodash webpack & Babel plugins to your Gatsby build",
"version": "3.1.3",
"version": "3.1.4",
"author": "Kyle Mathews <[email protected]>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-plugin-manifest/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.8](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.2.8) (2019-08-22)

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

## [2.2.7](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.2.7) (2019-08-21)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-manifest/package.json
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.2.7",
"version": "2.2.8",
"author": "Kyle Mathews <[email protected]>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-plugin-mdx/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.27](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.0.27) (2019-08-22)

**Note:** Version bump only for package gatsby-plugin-mdx

## [1.0.26](https://github.com/gatsbyjs/gatsby/compare/[email protected]@1.0.26) (2019-08-21)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-mdx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-mdx",
"version": "1.0.26",
"version": "1.0.27",
"description": "MDX integration for Gatsby",
"main": "index.js",
"license": "MIT",
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-plugin-netlify-cms/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [4.1.9](https://github.com/gatsbyjs/gatsby/compare/[email protected]@4.1.9) (2019-08-22)

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

## [4.1.8](https://github.com/gatsbyjs/gatsby/compare/[email protected]@4.1.8) (2019-08-20)

**Note:** Version bump only for package gatsby-plugin-netlify-cms
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-netlify-cms/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-netlify-cms",
"description": "A Gatsby plugin which generates the Netlify CMS single page app",
"version": "4.1.8",
"version": "4.1.9",
"author": "Shawn Erquhart <[email protected]>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-plugin-netlify/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.8](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.1.8) (2019-08-22)

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

## [2.1.7](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.1.7) (2019-08-21)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-netlify/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-netlify",
"description": "A Gatsby plugin which generates a _headers file for netlify",
"version": "2.1.7",
"version": "2.1.8",
"author": "Kyle Mathews <[email protected]>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-plugin-offline/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.9](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.2.9) (2019-08-22)

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

## [2.2.8](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.2.8) (2019-08-21)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-offline/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-offline",
"description": "Gatsby plugin which sets up a site to be able to run offline",
"version": "2.2.8",
"version": "2.2.9",
"author": "Kyle Mathews <[email protected]>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-plugin-page-creator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.9](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.1.9) (2019-08-22)

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

## [2.1.8](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.1.8) (2019-08-21)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-page-creator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-page-creator",
"version": "2.1.8",
"version": "2.1.9",
"description": "Gatsby plugin that automatically creates pages from React components in specified directories",
"main": "index.js",
"scripts": {
Expand All @@ -27,7 +27,7 @@
"@babel/runtime": "^7.0.0",
"bluebird": "^3.5.5",
"fs-exists-cached": "^1.0.0",
"gatsby-page-utils": "^0.0.8",
"gatsby-page-utils": "^0.0.9",
"glob": "^7.1.4",
"lodash": "^4.17.15",
"micromatch": "^3.1.10"
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-plugin-sass/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.11](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.1.11) (2019-08-22)

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

## [2.1.10](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.1.10) (2019-08-20)

**Note:** Version bump only for package gatsby-plugin-sass
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-sass/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-sass",
"description": "Gatsby plugin to handle scss/sass files",
"version": "2.1.10",
"version": "2.1.11",
"author": "Daniel Farrell <[email protected]>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-plugin-sharp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.15](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.2.15) (2019-08-22)

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

## [2.2.14](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.2.14) (2019-08-21)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-sharp/package.json
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.2.14",
"version": "2.2.15",
"author": "Kyle Mathews <[email protected]>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-plugin-sitemap/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.8](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.2.8) (2019-08-22)

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

## [2.2.7](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.2.7) (2019-08-20)

**Note:** Version bump only for package gatsby-plugin-sitemap
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-sitemap/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-sitemap",
"description": "Gatsby plugin that automatically creates a sitemap for your site",
"version": "2.2.7",
"version": "2.2.8",
"author": "Nicholas Young &lt;[email protected]&gt;",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-plugin-styletron/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [4.1.4](https://github.com/gatsbyjs/gatsby/compare/[email protected]@4.1.4) (2019-08-22)

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

## [4.1.3](https://github.com/gatsbyjs/gatsby/compare/[email protected]@4.1.3) (2019-08-20)

**Note:** Version bump only for package gatsby-plugin-styletron
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-styletron/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-styletron",
"description": "A Gatsby plugin for styletron with built-in server-side rendering support",
"version": "4.1.3",
"version": "4.1.4",
"author": "Nadiia Dmytrenko <[email protected]>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-plugin-stylus/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.4](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.1.4) (2019-08-22)

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

## [2.1.3](https://github.com/gatsbyjs/gatsby/compare/[email protected]@2.1.3) (2019-08-20)

**Note:** Version bump only for package gatsby-plugin-stylus
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-stylus/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-stylus",
"description": "Gatsby support for Stylus",
"version": "2.1.3",
"version": "2.1.4",
"author": "Ian Sinnott <[email protected]>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
Loading

0 comments on commit 3d4663a

Please sign in to comment.