From 6cec4281cc9e20712f9ce72f7320c27ccaa2f5fb Mon Sep 17 00:00:00 2001 From: Kyle Mathews Date: Mon, 16 Oct 2017 18:52:58 -0700 Subject: [PATCH] Publish - gatsby-plugin-google-analytics@1.0.10 - gatsby-remark-copy-linked-files@1.5.9 - gatsby-source-wordpress@2.0.22 - gatsby-transformer-remark@1.7.17 - gatsby@1.9.70 --- packages/gatsby-plugin-google-analytics/package.json | 2 +- packages/gatsby-remark-copy-linked-files/package.json | 2 +- packages/gatsby-source-wordpress/package.json | 2 +- packages/gatsby-transformer-remark/package.json | 2 +- packages/gatsby/package.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/gatsby-plugin-google-analytics/package.json b/packages/gatsby-plugin-google-analytics/package.json index 9084097263c3a..1adf38be13051 100644 --- a/packages/gatsby-plugin-google-analytics/package.json +++ b/packages/gatsby-plugin-google-analytics/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-google-analytics", "description": "Gatsby plugin to add google analytics onto a site", - "version": "1.0.9", + "version": "1.0.10", "author": "Kyle Mathews ", "devDependencies": { "babel-cli": "^6.26.0", diff --git a/packages/gatsby-remark-copy-linked-files/package.json b/packages/gatsby-remark-copy-linked-files/package.json index eb6ca30712616..bae4cb18cfa8b 100644 --- a/packages/gatsby-remark-copy-linked-files/package.json +++ b/packages/gatsby-remark-copy-linked-files/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-remark-copy-linked-files", "description": "Find files which are linked to from markdown and copy them to the public directory", - "version": "1.5.8", + "version": "1.5.9", "author": "Kyle Mathews ", "dependencies": { "babel-runtime": "^6.26.0", diff --git a/packages/gatsby-source-wordpress/package.json b/packages/gatsby-source-wordpress/package.json index b0a616435c579..52bea0f713ecb 100644 --- a/packages/gatsby-source-wordpress/package.json +++ b/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": "2.0.21", + "version": "2.0.22", "author": "Sebastien Fichot ", "bundleDependencies": false, "dependencies": { diff --git a/packages/gatsby-transformer-remark/package.json b/packages/gatsby-transformer-remark/package.json index 6f702e475df9a..d161355c9e5fc 100644 --- a/packages/gatsby-transformer-remark/package.json +++ b/packages/gatsby-transformer-remark/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-transformer-remark", "description": "Gatsby transformer plugin for Markdown using the Remark library and ecosystem", - "version": "1.7.16", + "version": "1.7.17", "author": "Kyle Mathews ", "dependencies": { "babel-runtime": "^6.26.0", diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index 834a5083ea9a3..8d42a81ce24ef 100644 --- a/packages/gatsby/package.json +++ b/packages/gatsby/package.json @@ -1,7 +1,7 @@ { "name": "gatsby", "description": "React.js Static Site Generator", - "version": "1.9.69", + "version": "1.9.70", "author": "Kyle Mathews ", "bin": { "gatsby": "./dist/bin/gatsby.js"