Skip to content

Commit

Permalink
chore(release): Publish
Browse files Browse the repository at this point in the history
 - gatsby-plugin-mdx@1.0.49
 - gatsby-source-contentful@2.1.46
 - gatsby-source-drupal@3.2.35
 - gatsby-source-filesystem@2.1.30
 - gatsby-source-shopify@3.0.21
 - gatsby-source-wordpress@3.1.40
 - gatsby@2.15.32
  • Loading branch information
pieh committed Oct 8, 2019
1 parent 014b95e commit ff52665
Show file tree
Hide file tree
Showing 14 changed files with 43 additions and 11 deletions.
6 changes: 6 additions & 0 deletions packages/gatsby-plugin-mdx/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.

## [1.0.49](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@1.0.48...gatsby-plugin-mdx@1.0.49) (2019-10-08)

### Bug Fixes

- **gatsby-plugin-mdx:** pass the correct options to setParserP… ([#18243](https://github.com/gatsbyjs/gatsby/issues/18243)) ([8224af5](https://github.com/gatsbyjs/gatsby/commit/8224af5))

## [1.0.48](https://github.com/gatsbyjs/gatsby/compare/gatsby-plugin-mdx@1.0.47...gatsby-plugin-mdx@1.0.48) (2019-10-08)

**Note:** Version bump only for package gatsby-plugin-mdx
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-mdx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-mdx",
"version": "1.0.48",
"version": "1.0.49",
"description": "MDX integration for Gatsby",
"main": "index.js",
"license": "MIT",
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-source-contentful/CHANGELOG.md
Original file line number Diff line number Diff line change
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.1.46](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@2.1.45...gatsby-source-contentful@2.1.46) (2019-10-08)

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

## [2.1.45](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-contentful@2.1.44...gatsby-source-contentful@2.1.45) (2019-10-04)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions 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.1.45",
"version": "2.1.46",
"author": "Marcus Ericsson <mericsson@gmail.com> (mericsson.com)",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand All @@ -17,7 +17,7 @@
"deep-map": "^1.5.0",
"fs-extra": "^8.1.0",
"gatsby-plugin-sharp": "^2.2.28",
"gatsby-source-filesystem": "^2.1.29",
"gatsby-source-filesystem": "^2.1.30",
"is-online": "^8.2.0",
"json-stringify-safe": "^5.0.1",
"lodash": "^4.17.15",
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-source-drupal/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

## [3.2.35](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-drupal@3.2.34...gatsby-source-drupal@3.2.35) (2019-10-08)

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

## [3.2.34](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-drupal@3.2.33...gatsby-source-drupal@3.2.34) (2019-10-04)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-source-drupal/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-source-drupal",
"description": "Gatsby source plugin for building websites using the Drupal CMS as a data source",
"version": "3.2.34",
"version": "3.2.35",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand All @@ -11,7 +11,7 @@
"axios": "^0.19.0",
"bluebird": "^3.7.0",
"body-parser": "^1.19.0",
"gatsby-source-filesystem": "^2.1.29",
"gatsby-source-filesystem": "^2.1.30",
"lodash": "^4.17.15",
"tiny-async-pool": "^1.0.4"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-source-filesystem/CHANGELOG.md
Original file line number Diff line number Diff line change
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.1.30](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-filesystem@2.1.29...gatsby-source-filesystem@2.1.30) (2019-10-08)

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

## [2.1.29](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-filesystem@2.1.28...gatsby-source-filesystem@2.1.29) (2019-10-04)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-source-filesystem/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-source-filesystem",
"description": "Gatsby plugin which parses files within a directory for further parsing by other plugins",
"version": "2.1.29",
"version": "2.1.30",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-source-shopify/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

## [3.0.21](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-shopify@3.0.20...gatsby-source-shopify@3.0.21) (2019-10-08)

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

## [3.0.20](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-shopify@3.0.19...gatsby-source-shopify@3.0.20) (2019-10-04)

**Note:** Version bump only for package gatsby-source-shopify
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-source-shopify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-source-shopify",
"version": "3.0.20",
"version": "3.0.21",
"description": "Gatsby source plugin for building websites using Shopfiy as a data source.",
"scripts": {
"build": "babel src --out-dir . --ignore **/__tests__",
Expand Down Expand Up @@ -36,7 +36,7 @@
"babel-preset-gatsby-package": "^0.2.7",
"chalk": "^2.4.2",
"gatsby-node-helpers": "^0.3.0",
"gatsby-source-filesystem": "^2.1.29",
"gatsby-source-filesystem": "^2.1.30",
"graphql-request": "^1.8.2",
"lodash": "^4.17.15",
"p-iteration": "^1.1.8",
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-source-wordpress/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

## [3.1.40](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@3.1.39...gatsby-source-wordpress@3.1.40) (2019-10-08)

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

## [3.1.39](https://github.com/gatsbyjs/gatsby/compare/gatsby-source-wordpress@3.1.38...gatsby-source-wordpress@3.1.39) (2019-10-04)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-source-wordpress/package.json
Original file line number Diff line number Diff line change
@@ -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.1.39",
"version": "3.1.40",
"author": "Sebastien Fichot <fichot.sebastien@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand All @@ -14,7 +14,7 @@
"bluebird": "^3.7.0",
"deep-map": "^1.5.0",
"deep-map-keys": "^1.2.0",
"gatsby-source-filesystem": "^2.1.29",
"gatsby-source-filesystem": "^2.1.30",
"json-stringify-safe": "^5.0.1",
"lodash": "^4.17.15",
"minimatch": "^3.0.4",
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby/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.15.32](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.15.31...gatsby@2.15.32) (2019-10-08)

### Bug Fixes

- **gatsby:** In public actions, don't let actionOptions overwr… ([#18302](https://github.com/gatsbyjs/gatsby/issues/18302)) ([014b95e](https://github.com/gatsbyjs/gatsby/commit/014b95e))

## [2.15.31](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.15.30...gatsby@2.15.31) (2019-10-08)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby",
"description": "Blazing fast modern site generator for React",
"version": "2.15.31",
"version": "2.15.32",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bin": {
"gatsby": "./dist/bin/gatsby.js"
Expand Down

0 comments on commit ff52665

Please sign in to comment.