From b24a9e24187b2ef76f5e6ded2424bef908776398 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 07:48:03 +0000 Subject: [PATCH] chore(master): release 15.1.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ab8980..bc9b869 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [15.1.1](https://github.com/expo/vector-icons/compare/v15.1.0...v15.1.1) (2026-02-23) + + +### Bug Fixes + +* return icon set in getIconSetForProps fallback ([#361](https://github.com/expo/vector-icons/issues/361)) ([579cbfd](https://github.com/expo/vector-icons/commit/579cbfdc1b0b446a37be5d37bf6bec5e5ab0f9fe)) + ## [15.1.0](https://github.com/expo/vector-icons/compare/v15.0.2...v15.1.0) (2026-02-20) diff --git a/package.json b/package.json index 1e723d6..08b6f6f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@expo/vector-icons", "sideEffects": false, - "version": "15.1.0", + "version": "15.1.1", "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",