Skip to content

Commit

Permalink
chore(release): Publish
Browse files Browse the repository at this point in the history
 - gatsby-image@2.0.16
 - gatsby-plugin-less@2.0.6
 - gatsby-plugin-netlify@2.0.2
 - gatsby-plugin-offline@2.0.8
 - gatsby-remark-autolink-headers@2.0.8
 - gatsby-remark-graphviz@1.0.2
 - gatsby-source-contentful@2.0.5
 - gatsby-source-wordpress@3.0.8
 - gatsby@2.0.29
  • Loading branch information
pieh committed Oct 23, 2018
1 parent e4ca018 commit e288e67
Show file tree
Hide file tree
Showing 18 changed files with 82 additions and 9 deletions.
6 changes: 6 additions & 0 deletions packages/gatsby-image/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.16"></a>

## [2.0.16](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-image/compare/gatsby-image@2.0.15...gatsby-image@2.0.16) (2018-10-23)

**Note:** Version bump only for package gatsby-image

<a name="2.0.15"></a>

## [2.0.15](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-image/compare/gatsby-image@2.0.14...gatsby-image@2.0.15) (2018-10-15)
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-image/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-image",
"description": "Lazy-loading React image component with optional support for the blur-up effect.",
"version": "2.0.15",
"version": "2.0.16",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
8 changes: 8 additions & 0 deletions packages/gatsby-plugin-less/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.6"></a>

## [2.0.6](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-less/compare/gatsby-plugin-less@2.0.5...gatsby-plugin-less@2.0.6) (2018-10-23)

### Features

- **gatsby-plugin-less:** add support for overriding the default options of `css-loader` ([#9237](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-less/issues/9237)) ([ba82bc4](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-less/commit/ba82bc4)), closes [#9142](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-less/issues/9142)

<a name="2.0.5"></a>

## [2.0.5](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-less/compare/gatsby-plugin-less@2.0.0-rc.2...gatsby-plugin-less@2.0.5) (2018-09-17)
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-less/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-less",
"description": "Gatsby plugin to add support for using Less",
"version": "2.0.5",
"version": "2.0.6",
"author": "monastic.panic@gmail.com",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
8 changes: 8 additions & 0 deletions packages/gatsby-plugin-netlify/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.2"></a>

## [2.0.2](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-netlify/compare/gatsby-plugin-netlify@2.0.1...gatsby-plugin-netlify@2.0.2) (2018-10-23)

### Bug Fixes

- **gatsby-plugin-netlify:** Broken links updated ([#9286](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-netlify/issues/9286)) ([21830b4](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-netlify/commit/21830b4))

<a name="2.0.1"></a>

## [2.0.1](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-netlify/compare/gatsby-plugin-netlify@2.0.0...gatsby-plugin-netlify@2.0.1) (2018-10-02)
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.1",
"version": "2.0.2",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
8 changes: 8 additions & 0 deletions packages/gatsby-plugin-offline/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.8"></a>

## [2.0.8](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-offline/compare/gatsby-plugin-offline@2.0.7...gatsby-plugin-offline@2.0.8) (2018-10-23)

### Features

- update Workbox to 3.6.3 ([#9294](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-offline/issues/9294)) ([f53d457](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-offline/commit/f53d457))

<a name="2.0.7"></a>

## [2.0.7](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-offline/compare/gatsby-plugin-offline@2.0.6...gatsby-plugin-offline@2.0.7) (2018-10-16)
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-offline/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-offline",
"description": "Gatsby plugin which sets up a site to be able to run offline",
"version": "2.0.7",
"version": "2.0.8",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
8 changes: 8 additions & 0 deletions packages/gatsby-remark-autolink-headers/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.8"></a>

## [2.0.8](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-autolink-headers/compare/gatsby-remark-autolink-headers@2.0.7...gatsby-remark-autolink-headers@2.0.8) (2018-10-23)

### Features

- **gatsby-remark-autolink-headers:** add option to maintain case ([#9313](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-autolink-headers/issues/9313)) ([4265ff3](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-autolink-headers/commit/4265ff3))

<a name="2.0.7"></a>

## [2.0.7](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-autolink-headers/compare/gatsby-remark-autolink-headers@2.0.6...gatsby-remark-autolink-headers@2.0.7) (2018-10-15)
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-remark-autolink-headers/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-remark-autolink-headers",
"description": "Gatsby plugin to autolink headers in markdown processed by Remark",
"version": "2.0.7",
"version": "2.0.8",
"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-graphviz/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="1.0.2"></a>

## [1.0.2](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-graphviz/compare/gatsby-remark-graphviz@1.0.1...gatsby-remark-graphviz@1.0.2) (2018-10-23)

**Note:** Version bump only for package gatsby-remark-graphviz

<a name="1.0.1"></a>

## [1.0.1](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-graphviz/compare/gatsby-remark-graphviz@1.0.0...gatsby-remark-graphviz@1.0.1) (2018-10-12)
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-remark-graphviz/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-remark-graphviz",
"description": "Processes graphviz code blocks and renders to SVG using viz.js",
"version": "1.0.1",
"version": "1.0.2",
"author": "Anthony Marcar <anthony@moocar.me>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
12 changes: 12 additions & 0 deletions packages/gatsby-source-contentful/CHANGELOG.md
Expand Up @@ -3,6 +3,18 @@
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.5"></a>

## [2.0.5](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-contentful/compare/gatsby-source-contentful@2.0.4...gatsby-source-contentful@2.0.5) (2018-10-23)

### Bug Fixes

- **gatsby-source-contentful:** fix missing linked assets when editing unrelated fields ([#9303](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-contentful/issues/9303)) ([3969a94](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-contentful/commit/3969a94))

### Features

- **gatsby-source-contentful:** add structured text node type ([#8214](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-contentful/issues/8214)) ([57f48ef](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-contentful/commit/57f48ef))

<a name="2.0.4"></a>

## [2.0.4](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-contentful/compare/gatsby-source-contentful@2.0.3...gatsby-source-contentful@2.0.4) (2018-10-16)
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.4",
"version": "2.0.5",
"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-source-wordpress/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="3.0.8"></a>

## [3.0.8](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-wordpress/compare/gatsby-source-wordpress@3.0.7...gatsby-source-wordpress@3.0.8) (2018-10-23)

### Bug Fixes

- throw error instead of string ([#9284](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-wordpress/issues/9284)) ([bcdd834](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-wordpress/commit/bcdd834)), closes [#9283](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-wordpress/issues/9283)

<a name="3.0.7"></a>

## [3.0.7](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-wordpress/compare/gatsby-source-wordpress@3.0.6...gatsby-source-wordpress@3.0.7) (2018-10-19)
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-source-wordpress/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-source-wordpress",
"description": "Gatsby source plugin for building websites using the Wordpress CMS as a data source.",
"version": "3.0.7",
"version": "3.0.8",
"author": "Sebastien Fichot <fichot.sebastien@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
9 changes: 9 additions & 0 deletions packages/gatsby/CHANGELOG.md
Expand Up @@ -3,6 +3,15 @@
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.29"></a>

## [2.0.29](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.0.28...gatsby@2.0.29) (2018-10-23)

### Bug Fixes

- handle node api-api error gracefully ([#9255](https://github.com/gatsbyjs/gatsby/issues/9255)) ([fa8ef4e](https://github.com/gatsbyjs/gatsby/commit/fa8ef4e))
- **package.json:** update homepage to point at the package ([#9227](https://github.com/gatsbyjs/gatsby/issues/9227)) ([69fd92b](https://github.com/gatsbyjs/gatsby/commit/69fd92b))

<a name="2.0.28"></a>

## [2.0.28](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.0.27...gatsby@2.0.28) (2018-10-19)
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.28",
"version": "2.0.29",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bin": {
"gatsby": "./dist/bin/gatsby.js"
Expand Down

0 comments on commit e288e67

Please sign in to comment.