Skip to content

Commit

Permalink
chore(release): Publish
Browse files Browse the repository at this point in the history
 - gatsby-source-graphql@2.1.4
 - gatsby-source-mongodb@2.1.4
  • Loading branch information
sidharthachatterjee committed Aug 8, 2019
1 parent d226fd5 commit bedab46
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
6 changes: 6 additions & 0 deletions packages/gatsby-source-graphql/CHANGELOG.md
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.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-graphql@2.1.3...gatsby-source-graphql@2.1.4) (2019-08-08)

### Bug Fixes

- **gatsby-source-graphql:** incorrect capitalization of Bearer ([#16468](https://github.com/gatsbyjs/gatsby/issues/16468)) ([37c7389](https://github.com/gatsbyjs/gatsby/commit/37c7389))

## [2.1.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-graphql@2.1.2...gatsby-source-graphql@2.1.3) (2019-07-20)

**Note:** Version bump only for package gatsby-source-graphql
Expand Down
2 changes: 1 addition & 1 deletion 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.3",
"version": "2.1.4",
"author": "Mikhail Novikov <freiksenet@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-source-mongodb/CHANGELOG.md
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.4](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-mongodb@2.1.3...gatsby-source-mongodb@2.1.4) (2019-08-08)

### Bug Fixes

- **gatsby-source-mongodb:** work with \_id types that are not O… ([#16331](https://github.com/gatsbyjs/gatsby/issues/16331)) ([d226fd5](https://github.com/gatsbyjs/gatsby/commit/d226fd5))

## [2.1.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-mongodb@2.1.2...gatsby-source-mongodb@2.1.3) (2019-07-12)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-source-mongodb/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-source-mongodb",
"description": "Source plugin for pulling data into Gatsby from MongoDB collections",
"version": "2.1.3",
"version": "2.1.4",
"authors": [
"jhermans85@hotmail.com",
"hi@elmar.codes"
Expand Down

0 comments on commit bedab46

Please sign in to comment.