Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - gatsby-plugin-sharp@1.6.30
 - gatsby-remark-images@1.5.46
  • Loading branch information
KyleAMathews committed Feb 16, 2018
1 parent 2a89c6d commit 5743934
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.29",
"version": "1.6.30",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
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,15 +1,15 @@
{
"name": "gatsby-remark-images",
"description": "Processes images in markdown so they can be used in the production build.",
"version": "1.5.45",
"version": "1.5.46",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"babel-runtime": "^6.26.0",
"cheerio": "^1.0.0-rc.2",
"gatsby-plugin-sharp": "^1.6.29",
"gatsby-plugin-sharp": "^1.6.30",
"is-relative-url": "^2.0.0",
"lodash": "^4.17.4",
"slash": "^1.0.0",
Expand Down

0 comments on commit 5743934

Please sign in to comment.