react-native-nepali-picker 1.0.1 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -188,6 +188,10 @@ This package provides three main functions:
188
188
  Convert a date from Anno Domini (AD) to Bikram Sambat (BS):
189
189
  Function return the BS date in string type with format `yyyy-mm-dd`
190
190
 
191
+
192
+ >[!Note]
193
+ > Please update to version `1.0.1` at least, which fixes the date conversion bug (sometime if the converted BS date is first day of month , It increases the previous month last day by 1).
194
+
191
195
  >[!Note]
192
196
  > Supported date range is `1943-04-14` AD to `2042-04-14` AD.
193
197
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-nepali-picker",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Minimalist and modern Nepali-date picker whith customization.🌟",
5
5
  "source": "./src/index.tsx",
6
6
  "main": "./lib/commonjs/index.js",