From 50dba02ec20aacb77903457f4071653b4ea5b0d9 Mon Sep 17 00:00:00 2001 From: Michal Piechowiak Date: Mon, 19 Nov 2018 22:01:15 +0100 Subject: [PATCH] chore(release): Publish - gatsby@2.0.52 --- packages/gatsby/CHANGELOG.md | 8 ++++++++ packages/gatsby/package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/packages/gatsby/CHANGELOG.md b/packages/gatsby/CHANGELOG.md index c1eb11bd6373f..6dba2652bc1f0 100644 --- a/packages/gatsby/CHANGELOG.md +++ b/packages/gatsby/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +## [2.0.52](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.0.51...gatsby@2.0.52) (2018-11-19) + +### Bug Fixes + +- prefix graphql type names with underscore if it starts with number ([#10007](https://github.com/gatsbyjs/gatsby/issues/10007)) ([1d2a9be](https://github.com/gatsbyjs/gatsby/commit/1d2a9be)), closes [#9950](https://github.com/gatsbyjs/gatsby/issues/9950) + ## [2.0.51](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.0.50...gatsby@2.0.51) (2018-11-19) diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index d40dcca6efaeb..a8b40ca2bb452 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.51", + "version": "2.0.52", "author": "Kyle Mathews ", "bin": { "gatsby": "./dist/bin/gatsby.js"