Skip to content

Commit 4bc96cf

Browse files
committed
1 parent 1b72aec commit 4bc96cf

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

packages/gatsby-cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-cli",
33
"description": "Gatsby command-line interface for creating new sites and running Gatsby commands",
4-
"version": "1.1.24",
4+
"version": "1.1.25",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby": "lib/index.js"

packages/gatsby-source-wordpress/package.json

+1-1
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.39",
4+
"version": "2.0.40",
55
"author": "Sebastien Fichot <[email protected]>",
66
"bundleDependencies": false,
77
"dependencies": {

packages/gatsby-transformer-remark/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-transformer-remark",
33
"description": "Gatsby transformer plugin for Markdown using the Remark library and ecosystem",
4-
"version": "1.7.22",
4+
"version": "1.7.23",
55
"author": "Kyle Mathews <[email protected]>",
66
"dependencies": {
77
"babel-runtime": "^6.26.0",

packages/gatsby/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby",
33
"description": "React.js Static Site Generator",
4-
"version": "1.9.126",
4+
"version": "1.9.127",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby": "./dist/bin/gatsby.js"
@@ -47,7 +47,7 @@
4747
"front-matter": "^2.1.0",
4848
"fs-extra": "^4.0.1",
4949
"gatsby-1-config-css-modules": "^1.0.7",
50-
"gatsby-cli": "^1.1.24",
50+
"gatsby-cli": "^1.1.25",
5151
"gatsby-module-loader": "^1.0.9",
5252
"gatsby-react-router-scroll": "^1.0.6",
5353
"glob": "^7.1.1",

0 commit comments

Comments
 (0)