Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleAMathews committed Jan 10, 2018
1 parent 349d4f8 commit 80d10dc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/gatsby-link/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-link",
"version": "1.6.33",
"version": "1.6.34",
"description": "An enhanced Link component for Gatsby sites with support for resource prefetching",
"main": "index.js",
"types": "index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-source-faker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-source-faker",
"version": "0.0.1",
"version": "1.0.0",
"description": "A gatsby plugin to get fake data for testing",
"main": "index.js",
"scripts": {
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.26",
"version": "1.7.27",
"author": "Kyle Mathews <[email protected]>",
"dependencies": {
"babel-runtime": "^6.26.0",
Expand Down
4 changes: 2 additions & 2 deletions 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.150",
"version": "1.9.151",
"author": "Kyle Mathews <[email protected]>",
"bin": {
"gatsby": "./dist/bin/gatsby.js"
Expand Down Expand Up @@ -49,7 +49,7 @@
"fs-extra": "^4.0.1",
"gatsby-1-config-css-modules": "^1.0.8",
"gatsby-cli": "^1.1.28",
"gatsby-link": "^1.6.33",
"gatsby-link": "^1.6.34",
"gatsby-module-loader": "^1.0.9",
"gatsby-react-router-scroll": "^1.0.7",
"glob": "^7.1.1",
Expand Down

0 comments on commit 80d10dc

Please sign in to comment.