Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - gatsby-plugin-google-analytics@1.0.17
 - gatsby-plugin-twitter@1.0.16
 - gatsby-react-router-scroll@1.0.9
 - gatsby@1.9.175
  • Loading branch information
KyleAMathews committed Jan 30, 2018
1 parent 9c2dafb commit a98211c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-google-analytics/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-google-analytics",
"description": "Gatsby plugin to add google analytics onto a site",
"version": "1.0.16",
"version": "1.0.17",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"devDependencies": {
"babel-cli": "^6.26.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-twitter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-twitter",
"version": "1.0.15",
"version": "1.0.16",
"description": "Stub description for gatsby-plugin-twitter",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-react-router-scroll/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-react-router-scroll",
"description": "React Router scroll management forked from https://github.com/ytase/react-router-scroll for Gatsby",
"version": "1.0.8",
"version": "1.0.9",
"author": "Jimmy Jia",
"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.174",
"version": "1.9.175",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bin": {
"gatsby": "./dist/bin/gatsby.js"
Expand Down Expand Up @@ -51,7 +51,7 @@
"gatsby-cli": "^1.1.33",
"gatsby-link": "^1.6.35",
"gatsby-module-loader": "^1.0.9",
"gatsby-react-router-scroll": "^1.0.8",
"gatsby-react-router-scroll": "^1.0.9",
"glob": "^7.1.1",
"graphql": "^0.11.7",
"graphql-relay": "^0.5.1",
Expand Down

0 comments on commit a98211c

Please sign in to comment.