From 229a588b96977dd504c6c7ce5e14fcfbd0ea48c3 Mon Sep 17 00:00:00 2001 From: Hoa Phan Date: Sat, 26 Aug 2023 14:11:03 +0700 Subject: [PATCH] chore: release 2.10.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 12ddf9f..9535d5e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-element-dropdown", - "version": "2.9.0", + "version": "2.10.0", "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",