Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - gatsby-plugin-sharp@1.6.8
 - gatsby-plugin-styled-jsx@1.0.7
 - gatsby-remark-images@1.5.12
 - gatsby-transformer-remark@1.7.11
  • Loading branch information
KyleAMathews committed Sep 22, 2017
1 parent fe222f3 commit 21b931c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-sharp/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-sharp",
"description": "Wrapper of the Sharp image manipulation library for Gatsby plugins",
"version": "1.6.7",
"version": "1.6.8",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"dependencies": {
"async": "^2.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-styled-jsx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-styled-jsx",
"version": "1.0.6",
"version": "1.0.7",
"description": "Adds SSR support for styled-jsx",
"author": "Tim Suchanek <tim.suchanek@gmail.com>",
"main": "index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-remark-images/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-remark-images",
"version": "1.5.11",
"version": "1.5.12",
"description": "Processes images in markdown so they can be used in the production build.",
"main": "index.js",
"keywords": [
Expand All @@ -20,7 +20,7 @@
"dependencies": {
"babel-runtime": "^6.26.0",
"cheerio": "^1.0.0-rc.2",
"gatsby-plugin-sharp": "^1.6.7",
"gatsby-plugin-sharp": "^1.6.8",
"image-size": "^0.5.1",
"is-relative-url": "^2.0.0",
"lodash": "^4.17.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-transformer-remark/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-transformer-remark",
"description": "Gatsby transformer plugin for Markdown using the Remark library and ecosystem",
"version": "1.7.10",
"version": "1.7.11",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"dependencies": {
"babel-runtime": "^6.26.0",
Expand Down

0 comments on commit 21b931c

Please sign in to comment.