From 3ada0f1e92a089b690ad515b7f73fb5e1e6e4b91 Mon Sep 17 00:00:00 2001 From: Dustin Schau Date: Mon, 8 Apr 2019 11:41:49 -0700 Subject: [PATCH] chore(release): Publish - gatsby-source-graphql@2.0.17 --- packages/gatsby-source-graphql/CHANGELOG.md | 6 ++++++ packages/gatsby-source-graphql/package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/packages/gatsby-source-graphql/CHANGELOG.md b/packages/gatsby-source-graphql/CHANGELOG.md index c774cfee3f439..a681cd23a0f36 100644 --- a/packages/gatsby-source-graphql/CHANGELOG.md +++ b/packages/gatsby-source-graphql/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.0.17](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-graphql/compare/gatsby-source-graphql@2.0.16...gatsby-source-graphql@2.0.17) (2019-04-08) + +### Bug Fixes + +- **gatsby-source-graphql:** Destructure createContentDigest from first parameter ([#13214](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-graphql/issues/13214)) ([382fbe1](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-graphql/commit/382fbe1)) + ## [2.0.16](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-graphql/compare/gatsby-source-graphql@2.0.15...gatsby-source-graphql@2.0.16) (2019-04-08) **Note:** Version bump only for package gatsby-source-graphql diff --git a/packages/gatsby-source-graphql/package.json b/packages/gatsby-source-graphql/package.json index 3e2f540519367..a5aa3ca4c903d 100644 --- a/packages/gatsby-source-graphql/package.json +++ b/packages/gatsby-source-graphql/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-source-graphql", "description": "Gatsby plugin which adds a third-party GraphQL API to Gatsby GraphQL", - "version": "2.0.16", + "version": "2.0.17", "author": "Mikhail Novikov ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues"