From 89fb257298b50bfef01634675d95a3e254ac2445 Mon Sep 17 00:00:00 2001 From: Michal Piechowiak Date: Fri, 19 Oct 2018 20:51:30 +0200 Subject: [PATCH] chore(release): Publish - gatsby@2.0.28 --- packages/gatsby/CHANGELOG.md | 9 +++++++++ packages/gatsby/package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/packages/gatsby/CHANGELOG.md b/packages/gatsby/CHANGELOG.md index 37ae1cffe454b..c72ce628826b0 100644 --- a/packages/gatsby/CHANGELOG.md +++ b/packages/gatsby/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +## [2.0.28](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.0.27...gatsby@2.0.28) (2018-10-19) + +### Bug Fixes + +- **schema:** share union type instances ([#9052](https://github.com/gatsbyjs/gatsby/issues/9052)) ([d87881a](https://github.com/gatsbyjs/gatsby/commit/d87881a)) +- fix builds without gatsby-config [#8917](https://github.com/gatsbyjs/gatsby/issues/8917) ([#9256](https://github.com/gatsbyjs/gatsby/issues/9256)) ([27fcc4d](https://github.com/gatsbyjs/gatsby/commit/27fcc4d)) + ## [2.0.27](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.0.26...gatsby@2.0.27) (2018-10-19) diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index d900ca772ad79..8b07d98ef4c72 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.0.27", + "version": "2.0.28", "author": "Kyle Mathews ", "bin": { "gatsby": "./dist/bin/gatsby.js"