Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleAMathews committed Dec 13, 2017
1 parent 118e842 commit a8b6fb9
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 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.28",
"version": "1.0.29",
"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-remark-code-repls/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-remark-code-repls",
"description": "Gatsby plugin to auto-generate links to popular REPLs like Babel and Codepen",
"version": "1.0.7",
"version": "1.0.8",
"author": "Brian Vaughn <[email protected]>",
"dependencies": {
"babel-runtime": "^6.26.0",
Expand Down
2 changes: 1 addition & 1 deletion 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.34",
"version": "1.5.35",
"description": "Processes images in markdown so they can be used in the production build.",
"main": "index.js",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions 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": "2.0.11",
"version": "2.0.12",
"description": "Gatsby source plugin for building websites using the Drupal CMS as a data source",
"scripts": {
"build": "babel src --out-dir . --ignore __tests__",
Expand All @@ -18,7 +18,7 @@
"axios": "^0.16.1",
"babel-runtime": "^6.26.0",
"bluebird": "^3.5.0",
"gatsby-source-filesystem": "^1.5.10",
"gatsby-source-filesystem": "^1.5.11",
"lodash": "^4.17.4"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-source-filesystem/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-source-filesystem",
"version": "1.5.10",
"version": "1.5.11",
"description": "Gatsby plugin which parses files within a directory for further parsing by other plugins",
"license": "MIT",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-source-wordpress/package.json
Original file line number Diff line number Diff line change
@@ -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.41",
"version": "2.0.42",
"author": "Sebastien Fichot <[email protected]>",
"bundleDependencies": false,
"dependencies": {
Expand All @@ -10,7 +10,7 @@
"bluebird": "^3.5.0",
"deep-map": "^1.5.0",
"deep-map-keys": "^1.2.0",
"gatsby-source-filesystem": "^1.5.10",
"gatsby-source-filesystem": "^1.5.11",
"json-stringify-safe": "^5.0.1",
"lodash": "^4.17.4",
"qs": "^6.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-transformer-yaml/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-transformer-yaml",
"version": "1.5.13",
"version": "1.5.14",
"description": "Gatsby transformer plugin for yaml",
"scripts": {
"build": "babel src --out-dir . --ignore __tests__",
Expand Down

0 comments on commit a8b6fb9

Please sign in to comment.