From c8977705736735fa3222a2fd6b8108958812bfc5 Mon Sep 17 00:00:00 2001 From: evanbacon Date: Tue, 1 Oct 2024 20:36:31 +0200 Subject: [PATCH] Bump version --- 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 4b66fa5..aca1b69 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@expo/vector-icons", "sideEffects": false, - "version": "14.0.3", + "version": "14.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 651ce98..597de5d 100644 --- a/website/package.json +++ b/website/package.json @@ -5,7 +5,7 @@ "build": "expo export:web" }, "dependencies": { - "@expo/vector-icons": "^14.0.3", + "@expo/vector-icons": "^14.0.4", "@expo/webpack-config": "^19.0.0", "@react-native-community/masked-view": "^0.1.11", "@react-navigation/native": "^6.1.9", diff --git a/website/yarn.lock b/website/yarn.lock index 24d11b6..e0f18fe 100644 --- a/website/yarn.lock +++ b/website/yarn.lock @@ -1559,10 +1559,10 @@ resolved "https://registry.yarnpkg.com/@expo/vector-icons/-/vector-icons-14.0.0.tgz#48ce0aa5c05873b07c0c78bfe16c870388f4de9a" integrity sha512-5orm59pdnBQlovhU9k4DbjMUZBHNlku7IRgFY56f7pcaaCnXq9yaLJoOQl9sMwNdFzf4gnkTyHmR5uN10mI9rA== -"@expo/vector-icons@^14.0.3": - version "14.0.3" - resolved "https://registry.yarnpkg.com/@expo/vector-icons/-/vector-icons-14.0.3.tgz#2e095118dadc0dac80a230bfa659949776b16d74" - integrity sha512-UJAKOXPPi6ez/1QZfoFVopCH3+c12Sw+T+IIVkvONCEN7zjN1fLxxWHkZ7Spz4WO5EH2ObtaJfCe/k4rw+ftxA== +"@expo/vector-icons@^14.0.4": + version "14.0.4" + resolved "https://registry.yarnpkg.com/@expo/vector-icons/-/vector-icons-14.0.4.tgz#fa9d4351877312badf91a806598b2f0bab16039a" + integrity sha512-+yKshcbpDfbV4zoXOgHxCwh7lkE9VVTT5T03OUlBsqfze1PLy6Hi4jp1vSb1GVbY6eskvMIivGVc9SKzIv0oEQ== dependencies: prop-types "^15.8.1"