Skip to content

Commit

Permalink
chore(release): 1.3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
marcocesarato committed Jun 20, 2021
1 parent b8816de commit 14744c2
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.10",
"react-native-big-list": "^1.3.12",
"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.10:
version "1.3.10"
resolved "https://registry.yarnpkg.com/react-native-big-list/-/react-native-big-list-1.3.10.tgz#a7eb2ae289407b5c1757f85ac53e53a324160519"
integrity sha512-3rBdYwi2BlcxSr/8JZm1t6VOrKudOHTfgu4YY2k2OxkUZspTj3tMl2EFoopXBpkYUIOFJzhJ8JiDCa9Dx230AA==
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==
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.10",
"version": "1.3.12",
"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 14744c2

Please sign in to comment.