Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleAMathews committed Jan 27, 2018
1 parent 22fe988 commit 6842c4a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-netlify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-netlify",
"version": "1.0.15",
"version": "1.0.16",
"description": "A Gatsby plugin which generates a _headers file for netlify",
"main": "index.js",
"author": "Kyle Mathews <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-no-sourcemaps/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-no-sourcemaps",
"version": "1.0.0",
"version": "1.0.1",
"description": "Disable sourcemaps when building javascript",
"main": "index.js",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-transformer-remark/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-transformer-remark",
"description": "Gatsby transformer plugin for Markdown using the Remark library and ecosystem",
"version": "1.7.29",
"version": "1.7.30",
"author": "Kyle Mathews <[email protected]>",
"dependencies": {
"babel-runtime": "^6.26.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby",
"description": "React.js Static Site Generator",
"version": "1.9.169",
"version": "1.9.170",
"author": "Kyle Mathews <[email protected]>",
"bin": {
"gatsby": "./dist/bin/gatsby.js"
Expand Down

0 comments on commit 6842c4a

Please sign in to comment.