From a929dd23057c3920a8eb4b105918a2c5a4183b45 Mon Sep 17 00:00:00 2001 From: Michal Piechowiak Date: Tue, 4 Jun 2019 16:44:04 +0200 Subject: [PATCH] chore(release): Publish - gatsby-dev-cli@2.4.19 - gatsby-remark-graphviz@1.0.10 - gatsby-remark-images-contentful@2.0.13 - gatsby-source-shopify@2.0.36 --- packages/gatsby-dev-cli/CHANGELOG.md | 6 ++++++ packages/gatsby-dev-cli/package.json | 2 +- packages/gatsby-remark-graphviz/CHANGELOG.md | 6 ++++++ packages/gatsby-remark-graphviz/package.json | 2 +- packages/gatsby-remark-images-contentful/CHANGELOG.md | 4 ++++ packages/gatsby-remark-images-contentful/package.json | 2 +- packages/gatsby-source-shopify/CHANGELOG.md | 6 ++++++ packages/gatsby-source-shopify/package.json | 2 +- 8 files changed, 26 insertions(+), 4 deletions(-) diff --git a/packages/gatsby-dev-cli/CHANGELOG.md b/packages/gatsby-dev-cli/CHANGELOG.md index d42a9793f393f..194d4edd35a2a 100644 --- a/packages/gatsby-dev-cli/CHANGELOG.md +++ b/packages/gatsby-dev-cli/CHANGELOG.md @@ -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.4.19](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-dev-cli/compare/gatsby-dev-cli@2.4.18...gatsby-dev-cli@2.4.19) (2019-06-04) + +### Bug Fixes + +- **gatsby-dev-cli:** add missing awaits and other various fixes ([#14510](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-dev-cli/issues/14510)) ([a2c55a7](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-dev-cli/commit/a2c55a7)) + ## [2.4.18](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-dev-cli/compare/gatsby-dev-cli@2.4.17...gatsby-dev-cli@2.4.18) (2019-05-31) **Note:** Version bump only for package gatsby-dev-cli diff --git a/packages/gatsby-dev-cli/package.json b/packages/gatsby-dev-cli/package.json index 384f0a6a1cefc..490207899a523 100644 --- a/packages/gatsby-dev-cli/package.json +++ b/packages/gatsby-dev-cli/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-dev-cli", "description": "CLI helpers for contributors working on Gatsby", - "version": "2.4.18", + "version": "2.4.19", "author": "Kyle Mathews ", "bin": { "gatsby-dev": "./dist/index.js" diff --git a/packages/gatsby-remark-graphviz/CHANGELOG.md b/packages/gatsby-remark-graphviz/CHANGELOG.md index 18c64eef9f80c..6561122370a7d 100644 --- a/packages/gatsby-remark-graphviz/CHANGELOG.md +++ b/packages/gatsby-remark-graphviz/CHANGELOG.md @@ -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.10](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-graphviz/compare/gatsby-remark-graphviz@1.0.9...gatsby-remark-graphviz@1.0.10) (2019-06-04) + +### Features + +- **gatsby-remark-graphviz:** custom SVG attributes and default styling ([#11624](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-graphviz/issues/11624)) ([e64ac14](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-graphviz/commit/e64ac14)) + ## [1.0.9](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-graphviz/compare/gatsby-remark-graphviz@1.0.8...gatsby-remark-graphviz@1.0.9) (2019-03-15) **Note:** Version bump only for package gatsby-remark-graphviz diff --git a/packages/gatsby-remark-graphviz/package.json b/packages/gatsby-remark-graphviz/package.json index f4342bea63f43..9ff419e8caf60 100644 --- a/packages/gatsby-remark-graphviz/package.json +++ b/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.9", + "version": "1.0.10", "author": "Anthony Marcar ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-remark-images-contentful/CHANGELOG.md b/packages/gatsby-remark-images-contentful/CHANGELOG.md index 3ffbdf2ec156c..73afb3409b0a1 100644 --- a/packages/gatsby-remark-images-contentful/CHANGELOG.md +++ b/packages/gatsby-remark-images-contentful/CHANGELOG.md @@ -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.13](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images-contentful@2.0.12...gatsby-remark-images-contentful@2.0.13) (2019-06-04) + +**Note:** Version bump only for package gatsby-remark-images-contentful + ## [2.0.12](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images-contentful@2.0.11...gatsby-remark-images-contentful@2.0.12) (2019-05-31) **Note:** Version bump only for package gatsby-remark-images-contentful diff --git a/packages/gatsby-remark-images-contentful/package.json b/packages/gatsby-remark-images-contentful/package.json index 00ac8116d7c33..183dea0ce9b1f 100644 --- a/packages/gatsby-remark-images-contentful/package.json +++ b/packages/gatsby-remark-images-contentful/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-remark-images-contentful", - "version": "2.0.12", + "version": "2.0.13", "description": "Process Images in Contentful markdown so they can use the images API.", "main": "index.js", "scripts": { diff --git a/packages/gatsby-source-shopify/CHANGELOG.md b/packages/gatsby-source-shopify/CHANGELOG.md index a249b5d6288b9..4a79614c2c1f7 100644 --- a/packages/gatsby-source-shopify/CHANGELOG.md +++ b/packages/gatsby-source-shopify/CHANGELOG.md @@ -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.36](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-shopify/compare/gatsby-source-shopify@2.0.35...gatsby-source-shopify@2.0.36) (2019-06-04) + +### Features + +- **gatsby-source-shopify:** add configurable 'paginationSize' parameter ([#14470](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-shopify/issues/14470)) ([b07dcc0](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-shopify/commit/b07dcc0)) + ## [2.0.35](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-shopify/compare/gatsby-source-shopify@2.0.34...gatsby-source-shopify@2.0.35) (2019-05-31) **Note:** Version bump only for package gatsby-source-shopify diff --git a/packages/gatsby-source-shopify/package.json b/packages/gatsby-source-shopify/package.json index 0c7dde98eeae6..aa5e1b9d28afa 100644 --- a/packages/gatsby-source-shopify/package.json +++ b/packages/gatsby-source-shopify/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-source-shopify", - "version": "2.0.35", + "version": "2.0.36", "description": "Gatsby source plugin for building websites using Shopfiy as a data source.", "scripts": { "build": "babel src --out-dir .",