Skip to content

Commit bc60b93

Browse files
author
Damian Sznajder
committed
🔖 release 3.0.0
1 parent 64daee5 commit bc60b93

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,28 @@
11
# Changelog
22

3-
<a name="next"></a>
4-
## next
3+
<a name="3.0.0"></a>
4+
## 3.0.0 (2019-05-02)
5+
6+
### Added
7+
8+
- ✨ Use Clipboard with listener to apply copied text [[8a706ad](https://github.com/dsznajder/react-native-otp-inputs/commit/8a706adee141c99cbfad26943aa14a9767d84f88)]
9+
- ✨ Add oneTimeCode textContentType for iOS &gt;&#x3D; 12 [[f55b695](https://github.com/dsznajder/react-native-otp-inputs/commit/f55b695d300c573b52cfab7c6a7b532e80edef26)]
10+
- ✅ Update Tests and snapshots [[999bd03](https://github.com/dsznajder/react-native-otp-inputs/commit/999bd0344ddb11aa46e645ba1913c104404ec930)]
511

612
### Changed
713

14+
- ⬆️ Update dev Dependencies [[64daee5](https://github.com/dsznajder/react-native-otp-inputs/commit/64daee52d98b6bd5488c1fecd0fabf2efe27f7d9)]
15+
- ⬆️ Update devDependencies [[e2a0ce7](https://github.com/dsznajder/react-native-otp-inputs/commit/e2a0ce75044124096d97722eea79732265617e2c)]
16+
- 💄 Update default styling [[3d104bb](https://github.com/dsznajder/react-native-otp-inputs/commit/3d104bb18df5aaefc18dde0c9f4e512a643d9b41)]
17+
- 🚚 Move files to src folder [[c4a8446](https://github.com/dsznajder/react-native-otp-inputs/commit/c4a84467e50f7b7309fd814b5c4628053ac5d5ed)]
818
- 🔧 Add release-it config [[94b9232](https://github.com/dsznajder/react-native-otp-inputs/commit/94b9232aa3f95ae824c4a74955290f0efd28c63f)]
919

20+
### Miscellaneous
21+
22+
- 📝 Generate Changelog [[6736feb](https://github.com/dsznajder/react-native-otp-inputs/commit/6736febb71438c06d6d98ce334de9d7118cc9ac5)]
23+
- Update documentation [[ef23f88](https://github.com/dsznajder/react-native-otp-inputs/commit/ef23f88d2d0f08236bbec3cba52f4529297680ec)]
24+
- 🏷️ Change test files to .tsx [[a510972](https://github.com/dsznajder/react-native-otp-inputs/commit/a510972ed3464fedd375cb0ebb77bb63f9568910)]
25+
1026

1127
<a name="2.0.1"></a>
1228
## 2.0.1 (2019-04-06)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"license": "MIT",
1010
"name": "react-native-otp-inputs",
1111
"repository": "https://github.com/dsznajder/react-native-otp-inputs",
12-
"version": "2.0.1",
12+
"version": "3.0.0",
1313
"main": "lib/module/index.js",
1414
"scripts": {
1515
"clean": "rimraf lib",

0 commit comments

Comments
 (0)