Skip to content

Commit

Permalink
chore(release): Publish
Browse files Browse the repository at this point in the history
 - gatsby-plugin-netlify@2.0.10
 - gatsby-remark-images-contentful@2.0.8
 - gatsby-source-lever@2.0.5
 - gatsby@2.0.118
  • Loading branch information
DSchau committed Feb 8, 2019
1 parent f460b7f commit d1c5ad9
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 4 deletions.
4 changes: 4 additions & 0 deletions packages/gatsby-plugin-netlify/CHANGELOG.md
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.0.10](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-netlify/compare/gatsby-plugin-netlify@2.0.9...gatsby-plugin-netlify@2.0.10) (2019-02-08)

**Note:** Version bump only for package gatsby-plugin-netlify

## [2.0.9](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-netlify/compare/gatsby-plugin-netlify@2.0.8...gatsby-plugin-netlify@2.0.9) (2019-02-06)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-netlify/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-netlify",
"description": "A Gatsby plugin which generates a _headers file for netlify",
"version": "2.0.9",
"version": "2.0.10",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-remark-images-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.

## [2.0.8](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images-contentful@2.0.7...gatsby-remark-images-contentful@2.0.8) (2019-02-08)

### Bug Fixes

- **docs:** typos in gatsby-remark-images-contentful readme ([#11523](https://github.com/gatsbyjs/gatsby/issues/11523)) ([da9ca8a](https://github.com/gatsbyjs/gatsby/commit/da9ca8a))

## [2.0.7](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images-contentful@2.0.6...gatsby-remark-images-contentful@2.0.7) (2019-02-01)

**Note:** Version bump only for package gatsby-remark-images-contentful
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-remark-images-contentful/package.json
@@ -1,6 +1,6 @@
{
"name": "gatsby-remark-images-contentful",
"version": "2.0.7",
"version": "2.0.8",
"description": "Process Images in Contentful markdown so they can use the images API.",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-source-lever/CHANGELOG.md
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.0.5](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-lever/compare/gatsby-source-lever@2.0.4...gatsby-source-lever@2.0.5) (2019-02-08)

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

## [2.0.4](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-lever/compare/gatsby-source-lever@2.0.3...gatsby-source-lever@2.0.4) (2019-02-01)

**Note:** Version bump only for package gatsby-source-lever
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-source-lever/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-source-lever",
"description": "Gatsby source plugin for building websites using the Lever.co Recruitment Software as a data source.",
"version": "2.0.4",
"version": "2.0.5",
"author": "Sebastien Fichot <fichot.sebastien@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby/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.0.118](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.0.117...gatsby@2.0.118) (2019-02-08)

### Bug Fixes

- **gatsby:** pin webpack to fix unexpected token error during build ([#11640](https://github.com/gatsbyjs/gatsby/issues/11640)) ([f460b7f](https://github.com/gatsbyjs/gatsby/commit/f460b7f)), closes [#11198](https://github.com/gatsbyjs/gatsby/issues/11198) [webpack/webpack#8656](https://github.com/webpack/webpack/issues/8656) [#11198](https://github.com/gatsbyjs/gatsby/issues/11198) [webpack/webpack#8656](https://github.com/webpack/webpack/issues/8656)

## [2.0.117](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.0.116...gatsby@2.0.117) (2019-02-07)

### Bug Fixes
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.117",
"version": "2.0.118",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bin": {
"gatsby": "./dist/bin/gatsby.js"
Expand Down

0 comments on commit d1c5ad9

Please sign in to comment.