From 1dccf5fab3281a27d1d9286f65bf1695ce30275b Mon Sep 17 00:00:00 2001 From: Hoa Phan Date: Mon, 11 Mar 2024 22:49:10 +0700 Subject: [PATCH] chore: release 2.10.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 21e3fca..8eb5464 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-element-dropdown", - "version": "2.10.1", + "version": "2.10.2", "description": "React Native Element Dropdown is a library that provides a customizable dropdown component for React Native applications.", "main": "lib/commonjs/index", "module": "lib/module/index",