Skip to content

Commit

Permalink
chore(release): Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
pieh committed May 29, 2019
1 parent f9bb78a commit 3164004
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 3 deletions.
10 changes: 10 additions & 0 deletions packages/gatsby-plugin-google-tagmanager/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.14](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-google-tagmanager/compare/gatsby-plugin-google-tagmanager@[email protected]) (2019-05-29)

### Bug Fixes

- **gatsby-plugin-google-tagmanager:** Properly communicate site title with GTM services ([#14384](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-google-tagmanager/issues/14384)) ([f9bb78a](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-google-tagmanager/commit/f9bb78a))

### Features

- **gatsby-plugin-google-tagmanager:** Allow to place the GTM script … ([#13424](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-google-tagmanager/issues/13424)) ([0b56c3b](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-google-tagmanager/commit/0b56c3b))

## [2.0.13](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-google-tagmanager/compare/gatsby-plugin-google-tagmanager@[email protected]) (2019-04-11)

**Note:** Version bump only for package gatsby-plugin-google-tagmanager
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-google-tagmanager/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-google-tagmanager",
"description": "Gatsby plugin to add google tagmanager onto a site",
"version": "2.0.13",
"version": "2.0.14",
"author": "Thijs Koerselman <[email protected]>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-source-contentful/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.0.65](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-contentful/compare/[email protected]@2.0.65) (2019-05-29)

### Bug Fixes

- **gatsby-source-contentful:** Don't set default widths ([#14361](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-contentful/issues/14361)) ([ee83270](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-contentful/commit/ee83270))

## [2.0.64](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-contentful/compare/[email protected]@2.0.64) (2019-05-29)

**Note:** Version bump only for package gatsby-source-contentful
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-source-contentful/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-source-contentful",
"description": "Gatsby source plugin for building websites using the Contentful CMS as a data source",
"version": "2.0.64",
"version": "2.0.65",
"author": "Marcus Ericsson <[email protected]> (mericsson.com)",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-source-mongodb/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.0.19](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-mongodb/compare/[email protected]@2.0.19) (2019-05-29)

### Bug Fixes

- **gatsby-source-mongodb:** fix null values ([#14356](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-mongodb/issues/14356)) ([c6bbe4b](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-mongodb/commit/c6bbe4b))

## [2.0.18](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-mongodb/compare/[email protected]@2.0.18) (2019-04-18)

**Note:** Version bump only for package gatsby-source-mongodb
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-source-mongodb/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-source-mongodb",
"description": "Source plugin for pulling data into Gatsby from MongoDB collections",
"version": "2.0.18",
"version": "2.0.19",
"author": "[email protected]",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down

0 comments on commit 3164004

Please sign in to comment.