diff --git a/lerna.json b/lerna.json index 2132aa6d7350d..06fe867e5e86b 100644 --- a/lerna.json +++ b/lerna.json @@ -5,5 +5,5 @@ "packages/*" ], "hoist": true, - "version": "1.5.3" + "version": "1.6.0" } diff --git a/packages/gatsby-plugin-glamor/package.json b/packages/gatsby-plugin-glamor/package.json index dbbfdf727bc05..1fa7085859ecd 100644 --- a/packages/gatsby-plugin-glamor/package.json +++ b/packages/gatsby-plugin-glamor/package.json @@ -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 ", "dependencies": { "glamor": "^2.20.29" diff --git a/packages/gatsby-plugin-typography/package.json b/packages/gatsby-plugin-typography/package.json index 5d865528f375e..aba56fab8278b 100644 --- a/packages/gatsby-plugin-typography/package.json +++ b/packages/gatsby-plugin-typography/package.json @@ -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__" diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index 4ae5617a46b6f..65d123db1e5d5 100644 --- a/packages/gatsby/package.json +++ b/packages/gatsby/package.json @@ -1,7 +1,7 @@ { "name": "gatsby", "description": "React.js Static Site Generator", - "version": "1.5.0", + "version": "1.6.0", "author": "Kyle Mathews ", "bin": { "gatsby": "./dist/gatsby-cli.js"