Skip to content

Commit

Permalink
chore(release): 1.3.14
Browse files Browse the repository at this point in the history
  • Loading branch information
marcocesarato committed Jun 24, 2021
1 parent c9207fa commit b259efa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"react": "17.0.2",
"react-dom": "17.0.2",
"react-native": "https://github.com/expo/react-native/archive/sdk-41.0.0.tar.gz",
"react-native-big-list": "^1.3.13",
"react-native-big-list": "^1.3.14",
"react-native-paper": "^4.9.1",
"react-native-safe-area-context": "3.2.0",
"react-native-web": "~0.16.5"
Expand Down
8 changes: 4 additions & 4 deletions example/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5205,10 +5205,10 @@ react-is@^17.0.1:
resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.2.tgz#e691d4a8e9c789365655539ab372762b0efb54f0"
integrity sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==

react-native-big-list@^1.3.12:
version "1.3.12"
resolved "https://registry.yarnpkg.com/react-native-big-list/-/react-native-big-list-1.3.12.tgz#1cb2001418bdf15146dc12acb2bdddf60da7be48"
integrity sha512-kWSVf/ysF/V1hqyS9kOL1l9g+8zwEkAGAN5ac5hIQhU1/rGB994il5U1KbnDoxjRhDU4U7Y1aCpiXZXb+ZWpAw==
react-native-big-list@^1.3.14:
version "1.3.14"
resolved "https://registry.yarnpkg.com/react-native-big-list/-/react-native-big-list-1.3.14.tgz#47ebbfa835f9ee28eaf3feaaf5fef033794bc3fd"
integrity sha512-c42F2+KkhSGMYm1cT0n/3LZyuTfNkJ8viJgXKomZ0DAotJrdZP3DNcMIB0fRJ4HuuEGEy5PEc+RMhPOmlCK2GQ==
dependencies:
prop-types "^15.7.2"
yarpm "^1.1.1"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-big-list",
"version": "1.3.13",
"version": "1.3.14",
"description": "A big and fast list implementation for react-native with a recycler API focused on performance and ram usage while processing thousand items on the list.",
"keywords": [
"react-native-big-list",
Expand Down

0 comments on commit b259efa

Please sign in to comment.