Skip to content

Commit

Permalink
v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleAMathews committed Aug 1, 2017
1 parent fb4e9d4 commit 7e36b69
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"packages/*"
],
"hoist": true,
"version": "1.5.3"
"version": "1.6.0"
}
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-glamor/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-glamor",
"description": "Gatsby plugin to add support for Glamor",
"version": "1.3.2",
"version": "1.6.0",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"dependencies": {
"glamor": "^2.20.29"
Expand Down
3 changes: 1 addition & 2 deletions packages/gatsby-plugin-typography/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
{
"name": "gatsby-plugin-typography",
"version": "1.0.0",
"version": "1.6.0",
"description": "Gatsby plugin to setup server rendering of Typography.js' CSS",
"main": "index.js",
"dependencies": {
"react-typography": "^0.15.10",
"typography": "^0.15.10"
},
"devDependencies": {},
"scripts": {
"build": "babel src --out-dir . --ignore __tests__",
"watch": "babel -w src --out-dir . --ignore __tests__"
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.5.0",
"version": "1.6.0",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bin": {
"gatsby": "./dist/gatsby-cli.js"
Expand Down

0 comments on commit 7e36b69

Please sign in to comment.