Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleAMathews committed Nov 1, 2017
1 parent dabf46b commit 11032b2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/gatsby-image/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-image",
"version": "1.0.16",
"version": "1.0.17",
"description": "Lazy-loading React image component with optional support for the blur-up effect.",
"main": "index.js",
"scripts": {
Expand Down
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.15",
"version": "1.6.16",
"author": "Kyle Mathews <[email protected]>",
"dependencies": {
"async": "^2.1.2",
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.26",
"version": "1.5.27",
"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.15",
"gatsby-plugin-sharp": "^1.6.16",
"is-relative-url": "^2.0.0",
"lodash": "^4.17.4",
"slash": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-source-drupal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-source-drupal",
"version": "1.3.7",
"version": "2.0.0",
"description": "Gatsby source plugin for building websites using the Drupal CMS as a data source",
"scripts": {
"build": "babel src --out-dir . --ignore __tests__",
Expand Down

0 comments on commit 11032b2

Please sign in to comment.