From dcf89580a938cd44b6b36466f557b3b336fbd3ba Mon Sep 17 00:00:00 2001 From: Sidhartha Chatterjee Date: Sat, 24 Aug 2019 22:47:51 +0530 Subject: [PATCH] chore(release): Publish - gatsby-remark-autolink-headers@2.1.8 - gatsby-source-graphql@2.1.11 --- packages/gatsby-remark-autolink-headers/CHANGELOG.md | 6 ++++++ packages/gatsby-remark-autolink-headers/package.json | 2 +- packages/gatsby-source-graphql/CHANGELOG.md | 4 ++++ packages/gatsby-source-graphql/package.json | 2 +- 4 files changed, 12 insertions(+), 2 deletions(-) diff --git a/packages/gatsby-remark-autolink-headers/CHANGELOG.md b/packages/gatsby-remark-autolink-headers/CHANGELOG.md index 67bbf64b2f57e..34d4ad9a6659c 100644 --- a/packages/gatsby-remark-autolink-headers/CHANGELOG.md +++ b/packages/gatsby-remark-autolink-headers/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.1.8](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-autolink-headers@2.1.7...gatsby-remark-autolink-headers@2.1.8) (2019-08-24) + +### Bug Fixes + +- **gatsby-remark-autolink-headers:** Fix invalid AST ([#17047](https://github.com/gatsbyjs/gatsby/issues/17047)) ([2d3bcb3](https://github.com/gatsbyjs/gatsby/commit/2d3bcb3)) + ## [2.1.7](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-autolink-headers@2.1.6...gatsby-remark-autolink-headers@2.1.7) (2019-08-23) **Note:** Version bump only for package gatsby-remark-autolink-headers diff --git a/packages/gatsby-remark-autolink-headers/package.json b/packages/gatsby-remark-autolink-headers/package.json index 2d7c5e658244a..e8081e3a25a54 100644 --- a/packages/gatsby-remark-autolink-headers/package.json +++ b/packages/gatsby-remark-autolink-headers/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-remark-autolink-headers", "description": "Gatsby plugin to autolink headers in markdown processed by Remark", - "version": "2.1.7", + "version": "2.1.8", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-source-graphql/CHANGELOG.md b/packages/gatsby-source-graphql/CHANGELOG.md index c4c32456f0308..4f2a9a14b2ba8 100644 --- a/packages/gatsby-source-graphql/CHANGELOG.md +++ b/packages/gatsby-source-graphql/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.1.11](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-graphql@2.1.10...gatsby-source-graphql@2.1.11) (2019-08-24) + +**Note:** Version bump only for package gatsby-source-graphql + ## [2.1.10](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-graphql@2.1.9...gatsby-source-graphql@2.1.10) (2019-08-24) **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 60b49cfd7e057..94fd1ef55bd2a 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.1.10", + "version": "2.1.11", "author": "Mikhail Novikov ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues"