From 51a26882f6ce42d61915274fbfcf24850df6b7f2 Mon Sep 17 00:00:00 2001 From: hectahertz Date: Mon, 11 Dec 2017 20:25:47 +0100 Subject: [PATCH] 1.1.0 --- example/package.json | 2 +- example/yarn.lock | 6 +++--- package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/example/package.json b/example/package.json index ddf1ed6..dae566e 100644 --- a/example/package.json +++ b/example/package.json @@ -28,7 +28,7 @@ "glamorous-native": "^1.2.0", "react": "16.0.0-beta.5", "react-native": "^0.49.5", - "react-native-typography": "^1.0.0", + "react-native-typography": "^1.1.0", "react-navigation": "^1.0.0-beta.21", "styled-components": "^2.2.3" } diff --git a/example/yarn.lock b/example/yarn.lock index 957efbd..7c21209 100644 --- a/example/yarn.lock +++ b/example/yarn.lock @@ -4943,9 +4943,9 @@ react-native-tab-view@^0.0.70: dependencies: prop-types "^15.5.10" -react-native-typography@^1.0.0: - version "1.0.3" - resolved "https://registry.yarnpkg.com/react-native-typography/-/react-native-typography-1.0.3.tgz#54d5978486ecdea78b5ed07cb5051a2d5fdccdfe" +react-native-typography@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/react-native-typography/-/react-native-typography-1.1.0.tgz#daa19998c69a6fecf764510a602dcc42c1601773" react-native-vector-icons@4.4.2: version "4.4.2" diff --git a/package.json b/package.json index 6860705..c2c3756 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-typography", - "version": "1.0.3", + "version": "1.1.0", "description": "Pixel–perfect, native–looking typographic styles for React Native", "main": "src/index.js",