From e4a7da71fbfd137cd7a3027ec6d1d7c8dd2ab239 Mon Sep 17 00:00:00 2001 From: Brent Vatne Date: Thu, 11 Mar 2021 21:41:44 -0800 Subject: [PATCH] Release 12.0.4 --- package.json | 2 +- website/package.json | 2 +- website/yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index bd53f6c..e3e722a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@expo/vector-icons", "sideEffects": false, - "version": "12.0.3", + "version": "12.0.4", "description": "Built-in support for popular icon fonts and the tooling to create your own Icon components from your font and glyph map. This is a wrapper around react-native-vector-icons to make it compatible with Expo.", "main": "build/IconsLazy.js", "module": "build/Icons.js", diff --git a/website/package.json b/website/package.json index a472f65..bc2fd60 100644 --- a/website/package.json +++ b/website/package.json @@ -5,7 +5,7 @@ "build": "expo build:web" }, "dependencies": { - "@expo/vector-icons": "12.0.3", + "@expo/vector-icons": "12.0.4", "@react-native-community/masked-view": "0.1.10", "@react-navigation/native": "^5.2.4", "@react-navigation/stack": "^5.2.19", diff --git a/website/yarn.lock b/website/yarn.lock index 7eb8cc6..ad83830 100644 --- a/website/yarn.lock +++ b/website/yarn.lock @@ -1345,10 +1345,10 @@ resolved "https://registry.yarnpkg.com/@expo/traveling-fastlane-linux/-/traveling-fastlane-linux-1.15.1.tgz#3b77e3a3d490cbe59fbcffd155068e267c2e95c8" integrity sha512-YaFAYYOOxImYNx9s6X3tY6fC1y6rka0KXstrs2zrS+vHyyBD8IOhNtIUvybHScM3jUL+qukgKElAb+7gzlF6Eg== -"@expo/vector-icons@12.0.3": - version "12.0.3" - resolved "https://registry.yarnpkg.com/@expo/vector-icons/-/vector-icons-12.0.3.tgz#d7379a3a6bfd4189bc6aed9b9d295f3aca6a5ece" - integrity sha512-KlQ1MC2ff/CBYV/Nsu+O7wa712I0plb5N5PdMhYxLbVGW2KkULEbAoFp04nab3R4eej/Tq10G+yjTu04q16n3g== +"@expo/vector-icons@12.0.4": + version "12.0.4" + resolved "https://registry.yarnpkg.com/@expo/vector-icons/-/vector-icons-12.0.4.tgz#52061fffab83ca74af52288b5f839b090f7dabed" + integrity sha512-/EFbXri7jZmqj1jTY6wpauvMN0DY0Epic003d43yWqrScLlVERaxXrOR07BNuCZvVMHBAzXN4VbOzUUUTq6j8g== dependencies: lodash.frompairs "^4.0.1" lodash.isequal "^4.5.0"