Skip to content

Commit b259efa

Browse files
committed
chore(release): 1.3.14
1 parent c9207fa commit b259efa

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"react": "17.0.2",
1818
"react-dom": "17.0.2",
1919
"react-native": "https://github.com/expo/react-native/archive/sdk-41.0.0.tar.gz",
20-
"react-native-big-list": "^1.3.13",
20+
"react-native-big-list": "^1.3.14",
2121
"react-native-paper": "^4.9.1",
2222
"react-native-safe-area-context": "3.2.0",
2323
"react-native-web": "~0.16.5"

example/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5205,10 +5205,10 @@ react-is@^17.0.1:
52055205
resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.2.tgz#e691d4a8e9c789365655539ab372762b0efb54f0"
52065206
integrity sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==
52075207

5208-
react-native-big-list@^1.3.12:
5209-
version "1.3.12"
5210-
resolved "https://registry.yarnpkg.com/react-native-big-list/-/react-native-big-list-1.3.12.tgz#1cb2001418bdf15146dc12acb2bdddf60da7be48"
5211-
integrity sha512-kWSVf/ysF/V1hqyS9kOL1l9g+8zwEkAGAN5ac5hIQhU1/rGB994il5U1KbnDoxjRhDU4U7Y1aCpiXZXb+ZWpAw==
5208+
react-native-big-list@^1.3.14:
5209+
version "1.3.14"
5210+
resolved "https://registry.yarnpkg.com/react-native-big-list/-/react-native-big-list-1.3.14.tgz#47ebbfa835f9ee28eaf3feaaf5fef033794bc3fd"
5211+
integrity sha512-c42F2+KkhSGMYm1cT0n/3LZyuTfNkJ8viJgXKomZ0DAotJrdZP3DNcMIB0fRJ4HuuEGEy5PEc+RMhPOmlCK2GQ==
52125212
dependencies:
52135213
prop-types "^15.7.2"
52145214
yarpm "^1.1.1"

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-big-list",
3-
"version": "1.3.13",
3+
"version": "1.3.14",
44
"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.",
55
"keywords": [
66
"react-native-big-list",

0 commit comments

Comments
 (0)