From 14744c22a7b922fb2d3aefdc2be57c004620f534 Mon Sep 17 00:00:00 2001 From: Marco Cesarato Date: Sun, 20 Jun 2021 17:11:12 +0200 Subject: [PATCH] chore(release): 1.3.12 --- example/package.json | 2 +- example/yarn.lock | 8 ++++---- package.json | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/example/package.json b/example/package.json index 6015405..68b6675 100644 --- a/example/package.json +++ b/example/package.json @@ -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" diff --git a/example/yarn.lock b/example/yarn.lock index 5b140b2..125bb11 100644 --- a/example/yarn.lock +++ b/example/yarn.lock @@ -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" diff --git a/package.json b/package.json index 9e27563..8b576b8 100644 --- a/package.json +++ b/package.json @@ -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",