From 7542ab246dc2d57744cbd0e1bc213681e3fd7047 Mon Sep 17 00:00:00 2001 From: Hoa Phan Date: Fri, 21 Jun 2024 11:33:06 +0700 Subject: [PATCH] chore: release 2.12.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 93a16ca..059f985 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-element-dropdown", - "version": "2.12.0", + "version": "2.12.1", "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",