From 2259cfe724c2f66c00cbd09488bc2beb82275e96 Mon Sep 17 00:00:00 2001 From: Dustin Schau Date: Wed, 5 Jun 2019 14:45:20 -0500 Subject: [PATCH] chore(release): Publish - gatsby-cli@2.6.5 - gatsby@2.8.5 --- packages/gatsby-cli/CHANGELOG.md | 6 ++++++ packages/gatsby-cli/package.json | 2 +- packages/gatsby/CHANGELOG.md | 4 ++++ packages/gatsby/package.json | 4 ++-- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/packages/gatsby-cli/CHANGELOG.md b/packages/gatsby-cli/CHANGELOG.md index 71bde795446d7..eddeace9a2735 100644 --- a/packages/gatsby-cli/CHANGELOG.md +++ b/packages/gatsby-cli/CHANGELOG.md @@ -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.6.5](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-cli/compare/gatsby-cli@2.6.4...gatsby-cli@2.6.5) (2019-06-05) + +### Features + +- **gatsby-cli:** Add a plugin authoring help in gatsby-cli ([#13450](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-cli/issues/13450)) ([41c0166](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-cli/commit/41c0166)) + ## [2.6.4](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-cli/compare/gatsby-cli@2.6.3...gatsby-cli@2.6.4) (2019-05-31) **Note:** Version bump only for package gatsby-cli diff --git a/packages/gatsby-cli/package.json b/packages/gatsby-cli/package.json index d14dca51cc4ef..35a125b2c6d65 100644 --- a/packages/gatsby-cli/package.json +++ b/packages/gatsby-cli/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-cli", "description": "Gatsby command-line interface for creating new sites and running Gatsby commands", - "version": "2.6.4", + "version": "2.6.5", "author": "Kyle Mathews ", "bin": { "gatsby": "lib/index.js" diff --git a/packages/gatsby/CHANGELOG.md b/packages/gatsby/CHANGELOG.md index 81846f7c27d0f..8fa7d2b85a022 100644 --- a/packages/gatsby/CHANGELOG.md +++ b/packages/gatsby/CHANGELOG.md @@ -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.8.5](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.8.4...gatsby@2.8.5) (2019-06-05) + +**Note:** Version bump only for package gatsby + ## [2.8.4](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.8.3...gatsby@2.8.4) (2019-06-05) ### Bug Fixes diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index ced5bf85e3c75..fcbad7784f679 100644 --- a/packages/gatsby/package.json +++ b/packages/gatsby/package.json @@ -1,7 +1,7 @@ { "name": "gatsby", "description": "Blazing fast modern site generator for React", - "version": "2.8.4", + "version": "2.8.5", "author": "Kyle Mathews ", "bin": { "gatsby": "./dist/bin/gatsby.js" @@ -66,7 +66,7 @@ "flat": "^4.0.0", "fs-exists-cached": "1.0.0", "fs-extra": "^5.0.0", - "gatsby-cli": "^2.6.4", + "gatsby-cli": "^2.6.5", "gatsby-graphiql-explorer": "^0.1.2", "gatsby-link": "^2.1.1", "gatsby-plugin-page-creator": "^2.0.13",