Skip to content

Commit 9f96ef9

Browse files
committed
1 parent 9dea9f9 commit 9f96ef9

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

packages/gatsby-source-drupal/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-source-drupal",
33
"description": "Gatsby source plugin for building websites using the Drupal CMS as a data source",
4-
"version": "2.0.30",
4+
"version": "2.0.31",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -10,7 +10,7 @@
1010
"axios": "^0.16.1",
1111
"babel-runtime": "^6.26.0",
1212
"bluebird": "^3.5.0",
13-
"gatsby-source-filesystem": "^1.5.28",
13+
"gatsby-source-filesystem": "^1.5.29",
1414
"lodash": "^4.17.4"
1515
},
1616
"devDependencies": {

packages/gatsby-source-filesystem/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-source-filesystem",
33
"description": "Gatsby plugin which parses files within a directory for further parsing by other plugins",
4-
"version": "1.5.28",
4+
"version": "1.5.29",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-source-wordpress/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-source-wordpress",
33
"description": "Gatsby source plugin for building websites using the Wordpress CMS as a data source.",
4-
"version": "2.0.74",
4+
"version": "2.0.75",
55
"author": "Sebastien Fichot <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -14,7 +14,7 @@
1414
"bluebird": "^3.5.0",
1515
"deep-map": "^1.5.0",
1616
"deep-map-keys": "^1.2.0",
17-
"gatsby-source-filesystem": "^1.5.28",
17+
"gatsby-source-filesystem": "^1.5.29",
1818
"json-stringify-safe": "^5.0.1",
1919
"lodash": "^4.17.4",
2020
"minimatch": "^3.0.4",

0 commit comments

Comments
 (0)