Skip to content

Commit

Permalink
v0.16.13
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleAMathews committed Jan 12, 2018
1 parent f2c01cb commit 90655e2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,4 +1,4 @@
{
"lerna": "2.0.0",
"version": "0.16.12"
"version": "0.16.13"
}
2 changes: 1 addition & 1 deletion packages/react-typography/package.json
@@ -1,7 +1,7 @@
{
"name": "react-typography",
"description": "Helpful React components for Typography.js",
"version": "0.16.12",
"version": "0.16.13",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0 || ^16.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/typography-design-tools/package.json
@@ -1,6 +1,6 @@
{
"name": "typography-design-tools",
"version": "0.16.12",
"version": "0.16.13",
"description": "Design tools for Typography.js",
"main": "./dist/index.js",
"keywords": [
Expand All @@ -27,7 +27,7 @@
"react-dom": "^15.2.1",
"react-number-editor": "^4.0.2",
"react-select": "^1.0.0-beta14",
"react-typography": "^0.16.12",
"react-typography": "^0.16.13",
"typography": "^0.16.6"
},
"scripts": {
Expand Down

0 comments on commit 90655e2

Please sign in to comment.