From 936ccf6b25be302b305007baea2df65ce31f1167 Mon Sep 17 00:00:00 2001 From: Michal Piechowiak Date: Wed, 29 May 2019 15:31:24 +0200 Subject: [PATCH] chore(release): Publish - gatsby-cli@2.6.3 - gatsby@2.7.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 5f420887c1107..894f1a621b435 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.3](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-cli/compare/gatsby-cli@2.6.2...gatsby-cli@2.6.3) (2019-05-29) + +### Bug Fixes + +- **gatsby-cli:** build successfully without optional dependencies ([#14383](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-cli/issues/14383)) ([e5db077](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-cli/commit/e5db077)) + ## [2.6.2](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-cli/compare/gatsby-cli@2.6.1...gatsby-cli@2.6.2) (2019-05-22) **Note:** Version bump only for package gatsby-cli diff --git a/packages/gatsby-cli/package.json b/packages/gatsby-cli/package.json index 77d31ce3bbb2e..bfe40e0b37d9e 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.2", + "version": "2.6.3", "author": "Kyle Mathews ", "bin": { "gatsby": "lib/index.js" diff --git a/packages/gatsby/CHANGELOG.md b/packages/gatsby/CHANGELOG.md index be4fcfeb9ffb1..4ed135138f342 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.7.5](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.7.4...gatsby@2.7.5) (2019-05-29) + +**Note:** Version bump only for package gatsby + ## [2.7.4](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.7.3...gatsby@2.7.4) (2019-05-29) ### Features diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index 2bb937ccb5cde..c3be451cb3796 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.7.4", + "version": "2.7.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.2", + "gatsby-cli": "^2.6.3", "gatsby-graphiql-explorer": "^0.1.1", "gatsby-link": "^2.1.1", "gatsby-plugin-page-creator": "^2.0.13",