Skip to content

Commit edfc1ec

Browse files
committed
chore: release 0.2.0
1 parent 53c5c82 commit edfc1ec

2 files changed

Lines changed: 26 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Changelog
2+
3+
## 0.2.0 (2025-02-10)
4+
5+
* fix: tiny issues ([6f8b957](https://github.com/anday013/react-native-phone-entry/commit/6f8b957))
6+
* fix: update release-it configuration ([53c5c82](https://github.com/anday013/react-native-phone-entry/commit/53c5c82))
7+
* chore: initial commit ([3c74050](https://github.com/anday013/react-native-phone-entry/commit/3c74050))
8+
* chore: remove redundant files from lib ([6d4d61f](https://github.com/anday013/react-native-phone-entry/commit/6d4d61f))
9+
* docs: add examples ([1d32cbf](https://github.com/anday013/react-native-phone-entry/commit/1d32cbf))
10+
* docs: create basic docs ([2cdade1](https://github.com/anday013/react-native-phone-entry/commit/2cdade1))
11+
* docs: edit licence and inspiration parts ([70ac8ca](https://github.com/anday013/react-native-phone-entry/commit/70ac8ca))
12+
* feat: add proper example project ([3988b5d](https://github.com/anday013/react-native-phone-entry/commit/3988b5d))
13+
* feat: exclude unused countries ([18d09ca](https://github.com/anday013/react-native-phone-entry/commit/18d09ca))
14+
* feat: expose prop types ([facc029](https://github.com/anday013/react-native-phone-entry/commit/facc029))
15+
* feat: first working version of input ([88239b9](https://github.com/anday013/react-native-phone-entry/commit/88239b9))
16+
* feat: implement callingCodeEditable prop ([050aeb2](https://github.com/anday013/react-native-phone-entry/commit/050aeb2))
17+
* feat: implement change country on type ([2544e6a](https://github.com/anday013/react-native-phone-entry/commit/2544e6a))
18+
* feat: move plus sign to calling code ([851e85a](https://github.com/anday013/react-native-phone-entry/commit/851e85a))
19+
* feat: new ui ([48891c1](https://github.com/anday013/react-native-phone-entry/commit/48891c1))
20+
* feat: patch and remove defaultProps from picker ([3defdff](https://github.com/anday013/react-native-phone-entry/commit/3defdff))
21+
* refactor: move constants to separate file ([a7a3965](https://github.com/anday013/react-native-phone-entry/commit/a7a3965))
22+
* refactor: props ([269956f](https://github.com/anday013/react-native-phone-entry/commit/269956f))
23+
* refactor: replace svg with image ([32fddbe](https://github.com/anday013/react-native-phone-entry/commit/32fddbe))
24+
* refactor: split logic and ui into separate files ([3d0f036](https://github.com/anday013/react-native-phone-entry/commit/3d0f036))
25+
* test: integrate jest and unit tests ([338fbf4](https://github.com/anday013/react-native-phone-entry/commit/338fbf4))

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-phone-entry",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Simple and fully modifiable Phone Number Input Component for React Native",
55
"source": "./src/index.ts",
66
"main": "./lib/commonjs/index.js",

0 commit comments

Comments
 (0)