Skip to content

Commit

Permalink
v0.16.6
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleAMathews committed Sep 4, 2017
1 parent 2db0735 commit 0d73f01
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"lerna": "2.0.0",
"version": "0.16.5"
"version": "0.16.6"
}
4 changes: 2 additions & 2 deletions packages/typography-design-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typography-design-tools",
"version": "0.16.5",
"version": "0.16.6",
"description": "Design tools for Typography.js",
"main": "./dist/index.js",
"keywords": [
Expand Down Expand Up @@ -28,7 +28,7 @@
"react-number-editor": "^4.0.2",
"react-select": "^1.0.0-beta14",
"react-typography": "^0.16.5",
"typography": "^0.16.5"
"typography": "^0.16.6"
},
"scripts": {
"build": "../../node_modules/.bin/babel src --out-dir dist/",
Expand Down
2 changes: 1 addition & 1 deletion packages/typography/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "typography",
"description": "Opinionated toolkit for building websites with beautiful typography",
"version": "0.16.5",
"version": "0.16.6",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"dependencies": {
"compass-vertical-rhythm": "^1.3.0",
Expand Down

0 comments on commit 0d73f01

Please sign in to comment.