diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cf2b86..04b9cd2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,14 +4,20 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v2.1.1](https://github.com/azeezat/react-native-select/compare/v2.1.0...v2.1.1) + +- chore: fix coveralls [`a9a500e`](https://github.com/azeezat/react-native-select/commit/a9a500e2ac926519b01f6bb13dc037f12f2997bf) + #### [v2.1.0](https://github.com/azeezat/react-native-select/compare/v2.0.0...v2.1.0) +> 8 October 2024 + - Fix: Handle zero and boolean values properly in options array [`#92`](https://github.com/azeezat/react-native-select/pull/92) - fix: enforce label to a string, so we avoid the issue of a label being numerical 0 [`#91`](https://github.com/azeezat/react-native-select/pull/91) - chore: removed deprecated props [`#89`](https://github.com/azeezat/react-native-select/pull/89) - option type fixes [`927ab7b`](https://github.com/azeezat/react-native-select/commit/927ab7b0a4475a70132d768bd2e8338aa9be1f51) +- chore: release v2.1.0 [`647bcb6`](https://github.com/azeezat/react-native-select/commit/647bcb6fe6a1adbfb46b6ceb52af3574406706b1) - fix: type fixes [`a24ddac`](https://github.com/azeezat/react-native-select/commit/a24ddacd0b71febd0889a675c0492888fcdcd0cb) -- additional fix for single selection [`6e109fb`](https://github.com/azeezat/react-native-select/commit/6e109fbe3fa3bb1869c443efd9f58e5bd9697109) ### [v2.0.0](https://github.com/azeezat/react-native-select/compare/v1.3.18...v2.0.0) @@ -425,28 +431,13 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Fixed errors and updated docs [`253dc7f`](https://github.com/azeezat/react-native-select/commit/253dc7fc95d835ce2ea45014676f5f77a3c82ab4) - chore: release 0.11.0 [`09ea71c`](https://github.com/azeezat/react-native-select/commit/09ea71c4915c3814d8209fc3627a5b475b14f1c1) -#### [v0.10.0](https://github.com/azeezat/react-native-select/compare/v0.9.0...v0.10.0) +#### [v0.10.0](https://github.com/azeezat/react-native-select/compare/v0.7.0...v0.10.0) > 8 January 2022 +- Added new property [`1d5d830`](https://github.com/azeezat/react-native-select/commit/1d5d830c9abe20b8a84493542f9a14ae93de5b50) - updated docs [`8cc2f8a`](https://github.com/azeezat/react-native-select/commit/8cc2f8ab74fd486561bc651023bc29933b0beb37) - chore: release 0.10.0 [`3b5a540`](https://github.com/azeezat/react-native-select/commit/3b5a54075e332ab670cf2ff73ab68087b2977c0a) -- version update [`8e57933`](https://github.com/azeezat/react-native-select/commit/8e57933bd0e19d184131a8dab26120957739b9ee) - -#### [v0.9.0](https://github.com/azeezat/react-native-select/compare/v0.8.0...v0.9.0) - -> 8 January 2022 - -- updated docs [`b50ebf4`](https://github.com/azeezat/react-native-select/commit/b50ebf47024721365d9ae33ec85f31c56da3b644) -- chore: release 0.9.0 [`f29f185`](https://github.com/azeezat/react-native-select/commit/f29f185ede829bc8cc1ef6d493b2064be2f3e172) -- updated docs [`3f8deb5`](https://github.com/azeezat/react-native-select/commit/3f8deb51685d9a484fe418a66a053cf84519d05e) - -#### [v0.8.0](https://github.com/azeezat/react-native-select/compare/v0.7.0...v0.8.0) - -> 8 January 2022 - -- Added new property [`1d5d830`](https://github.com/azeezat/react-native-select/commit/1d5d830c9abe20b8a84493542f9a14ae93de5b50) -- chore: release 0.8.0 [`bca3218`](https://github.com/azeezat/react-native-select/commit/bca32184869b375fc9b3f1e5b99f01a0b38766ee) #### [v0.7.0](https://github.com/azeezat/react-native-select/compare/v0.6.0...v0.7.0) diff --git a/package.json b/package.json index 1ef12df..f10ec3c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-input-select", - "version": "2.1.0", + "version": "2.1.1", "description": "A customizable dropdown selection package for react-native for android and iOS with multiple select and search capabilities.", "main": "lib/commonjs/index", "module": "lib/module/index",