Skip to content

Commit 9dc6019

Browse files
committed
chore: release v2.1.6
1 parent 683a172 commit 9dc6019

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,16 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [v2.1.6](https://github.com/azeezat/react-native-select/compare/v2.1.5...v2.1.6)
8+
9+
- added functionality to remove item from selected items list [`#113`](https://github.com/azeezat/react-native-select/pull/113)
10+
711
#### [v2.1.5](https://github.com/azeezat/react-native-select/compare/v2.1.4...v2.1.5)
812

13+
> 29 June 2025
14+
915
- fix: remove check icon when checkbox is unchecked. [`#114`](https://github.com/azeezat/react-native-select/pull/114)
16+
- chore: release v2.1.5 [`e1a39cf`](https://github.com/azeezat/react-native-select/commit/e1a39cf077848683f2a6325fce32373705f150c6)
1017

1118
#### [v2.1.4](https://github.com/azeezat/react-native-select/compare/v2.1.3...v2.1.4)
1219

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-input-select",
3-
"version": "2.1.5",
3+
"version": "2.1.6",
44
"description": "A customizable dropdown selection package for react-native for android and iOS with multiple select and search capabilities.",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)