Skip to content

Commit

Permalink
chore(release): Publish
Browse files Browse the repository at this point in the history
 - gatsby-source-contentful@2.0.23
 - gatsby@2.0.90
  • Loading branch information
DSchau committed Jan 9, 2019
1 parent d517ead commit bf8ea11
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
6 changes: 6 additions & 0 deletions packages/gatsby-source-contentful/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.

<a name="2.0.23"></a>

## [2.0.23](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-contentful/compare/gatsby-source-contentful@2.0.22...gatsby-source-contentful@2.0.23) (2019-01-09)

**Note:** Version bump only for package gatsby-source-contentful

<a name="2.0.22"></a>

## [2.0.22](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-contentful/compare/gatsby-source-contentful@2.0.21...gatsby-source-contentful@2.0.22) (2018-12-27)
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-source-contentful/package.json
@@ -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.22",
"version": "2.0.23",
"author": "Marcus Ericsson <mericsson@gmail.com> (mericsson.com)",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
8 changes: 8 additions & 0 deletions packages/gatsby/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="2.0.90"></a>

## [2.0.90](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.0.89...gatsby@2.0.90) (2019-01-09)

### Features

- **gatsby:** Add noscript tag to default-html ([#10945](https://github.com/gatsbyjs/gatsby/issues/10945)) ([d517ead](https://github.com/gatsbyjs/gatsby/commit/d517ead))

<a name="2.0.89"></a>

## [2.0.89](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.0.88...gatsby@2.0.89) (2019-01-08)
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby",
"description": "Blazing fast modern site generator for React",
"version": "2.0.89",
"version": "2.0.90",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bin": {
"gatsby": "./dist/bin/gatsby.js"
Expand Down

0 comments on commit bf8ea11

Please sign in to comment.