From a92db95600ddf4e2107268ea73c78e6bed2a2b2d Mon Sep 17 00:00:00 2001 From: Kyle Mathews Date: Tue, 16 Jan 2018 12:09:13 -0800 Subject: [PATCH] Publish - gatsby-plugin-netlify@1.0.14 - gatsby-plugin-sharp@1.6.25 - gatsby-remark-embed-snippet@1.0.6 - gatsby-remark-images@1.5.37 - gatsby-remark-katex@1.0.9 - gatsby-remark-prismjs@1.2.12 --- packages/gatsby-plugin-netlify/package.json | 2 +- packages/gatsby-plugin-sharp/package.json | 2 +- packages/gatsby-remark-embed-snippet/package.json | 4 ++-- packages/gatsby-remark-images/package.json | 4 ++-- packages/gatsby-remark-katex/package.json | 2 +- packages/gatsby-remark-prismjs/package.json | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/packages/gatsby-plugin-netlify/package.json b/packages/gatsby-plugin-netlify/package.json index 888120f8fbfeb..bc27a5ade3249 100644 --- a/packages/gatsby-plugin-netlify/package.json +++ b/packages/gatsby-plugin-netlify/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-netlify", - "version": "1.0.13", + "version": "1.0.14", "description": "A Gatsby plugin which generates a _headers file for netlify", "main": "index.js", "author": "Kyle Mathews ", diff --git a/packages/gatsby-plugin-sharp/package.json b/packages/gatsby-plugin-sharp/package.json index 6a77206b4b703..30eea4d4b6306 100644 --- a/packages/gatsby-plugin-sharp/package.json +++ b/packages/gatsby-plugin-sharp/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-sharp", "description": "Wrapper of the Sharp image manipulation library for Gatsby plugins", - "version": "1.6.24", + "version": "1.6.25", "author": "Kyle Mathews ", "dependencies": { "async": "^2.1.2", diff --git a/packages/gatsby-remark-embed-snippet/package.json b/packages/gatsby-remark-embed-snippet/package.json index 32d8abd987abc..ea3e7db72cbaf 100644 --- a/packages/gatsby-remark-embed-snippet/package.json +++ b/packages/gatsby-remark-embed-snippet/package.json @@ -1,11 +1,11 @@ { "name": "gatsby-remark-embed-snippet", "description": "Gatsby plugin to embed formatted code snippets within markdown", - "version": "1.0.5", + "version": "1.0.6", "author": "Brian Vaughn ", "dependencies": { "babel-runtime": "^6.26.0", - "gatsby-remark-prismjs": "^1.2.11", + "gatsby-remark-prismjs": "^1.2.12", "normalize-path": "^2.1.1", "parse-numeric-range": "^0.0.2", "unist-util-map": "^1.0.3" diff --git a/packages/gatsby-remark-images/package.json b/packages/gatsby-remark-images/package.json index d6ff115242e0e..89837fcf2015f 100644 --- a/packages/gatsby-remark-images/package.json +++ b/packages/gatsby-remark-images/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-remark-images", - "version": "1.5.36", + "version": "1.5.37", "description": "Processes images in markdown so they can be used in the production build.", "main": "index.js", "keywords": [ @@ -20,7 +20,7 @@ "dependencies": { "babel-runtime": "^6.26.0", "cheerio": "^1.0.0-rc.2", - "gatsby-plugin-sharp": "^1.6.24", + "gatsby-plugin-sharp": "^1.6.25", "is-relative-url": "^2.0.0", "lodash": "^4.17.4", "slash": "^1.0.0", diff --git a/packages/gatsby-remark-katex/package.json b/packages/gatsby-remark-katex/package.json index 863da48ead5e2..21a1b11ef0b7d 100644 --- a/packages/gatsby-remark-katex/package.json +++ b/packages/gatsby-remark-katex/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-remark-katex", "description": "Transform math nodes to html markup", - "version": "1.0.8", + "version": "1.0.9", "author": "Jeffrey Xiao ", "dependencies": { "babel-runtime": "^6.26.0", diff --git a/packages/gatsby-remark-prismjs/package.json b/packages/gatsby-remark-prismjs/package.json index 2b9f84830db0c..b4e00ceb941f0 100644 --- a/packages/gatsby-remark-prismjs/package.json +++ b/packages/gatsby-remark-prismjs/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-remark-prismjs", "description": "Adds syntax highlighting to code blocks at build time using PrismJS", - "version": "1.2.11", + "version": "1.2.12", "author": "Kyle Mathews ", "dependencies": { "babel-runtime": "^6.26.0",