Skip to content

Commit

Permalink
chore(release): Publish
Browse files Browse the repository at this point in the history
 - gatsby-remark-autolink-headers@2.1.8
 - gatsby-source-graphql@2.1.11
  • Loading branch information
sidharthachatterjee committed Aug 24, 2019
1 parent b5a5ff2 commit dcf8958
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
6 changes: 6 additions & 0 deletions packages/gatsby-remark-autolink-headers/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-remark-autolink-headers/package.json
Original file line number Diff line number Diff line change
@@ -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 <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-source-graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-source-graphql/package.json
Original file line number Diff line number Diff line change
@@ -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 <freiksenet@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down

0 comments on commit dcf8958

Please sign in to comment.