Skip to content

Commit

Permalink
chore(release): Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
pieh committed Jun 4, 2019
1 parent a2c55a7 commit a929dd2
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 4 deletions.
6 changes: 6 additions & 0 deletions packages/gatsby-dev-cli/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.4.19](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-dev-cli/compare/[email protected]@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/[email protected]@2.4.18) (2019-05-31)

**Note:** Version bump only for package gatsby-dev-cli
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-dev-cli/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"bin": {
"gatsby-dev": "./dist/index.js"
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-remark-graphviz/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.10](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-graphviz/compare/[email protected]@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/[email protected]@1.0.9) (2019-03-15)

**Note:** Version bump only for package gatsby-remark-graphviz
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-remark-graphviz/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down
4 changes: 4 additions & 0 deletions packages/gatsby-remark-images-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.0.13](https://github.com/gatsbyjs/gatsby/compare/gatsby-remark-images-contentful@[email protected]) (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@[email protected]) (2019-05-31)

**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
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
6 changes: 6 additions & 0 deletions packages/gatsby-source-shopify/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.0.36](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-shopify/compare/[email protected]@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/[email protected]@2.0.35) (2019-05-31)

**Note:** Version bump only for package gatsby-source-shopify
Expand Down
2 changes: 1 addition & 1 deletion 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": "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 .",
Expand Down

0 comments on commit a929dd2

Please sign in to comment.