Skip to content

Commit fb6313e

Browse files
committed
1 parent ce5edfd commit fb6313e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/gatsby-cli/package.json

Lines changed: 1 addition & 1 deletion
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.36",
4+
"version": "1.1.37",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby": "lib/index.js"

packages/gatsby/package.json

Lines changed: 2 additions & 2 deletions
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.182",
4+
"version": "1.9.183",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby": "./dist/bin/gatsby.js"
@@ -48,7 +48,7 @@
4848
"front-matter": "^2.1.0",
4949
"fs-extra": "^4.0.1",
5050
"gatsby-1-config-css-modules": "^1.0.8",
51-
"gatsby-cli": "^1.1.36",
51+
"gatsby-cli": "^1.1.37",
5252
"gatsby-link": "^1.6.36",
5353
"gatsby-module-loader": "^1.0.9",
5454
"gatsby-react-router-scroll": "^1.0.10",

0 commit comments

Comments
 (0)