From 82320f4801f1fda411a0263656189ffad28dc6c4 Mon Sep 17 00:00:00 2001 From: Eric Giovanola Date: Tue, 2 Jun 2020 01:53:44 -0700 Subject: [PATCH] v5.0.0-rc.3 --- .size-snapshot.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.size-snapshot.json b/.size-snapshot.json index 3d6b3251..1ecdfc6e 100644 --- a/.size-snapshot.json +++ b/.size-snapshot.json @@ -10,13 +10,13 @@ "gzipped": 32011 }, "react-bootstrap-typeahead.js": { - "bundled": 312602, - "minified": 100709, - "gzipped": 34794 + "bundled": 311727, + "minified": 99833, + "gzipped": 34614 }, "react-bootstrap-typeahead.min.js": { - "bundled": 281632, - "minified": 92433, - "gzipped": 32107 + "bundled": 280757, + "minified": 91544, + "gzipped": 31915 } } diff --git a/package.json b/package.json index 67d57c6d..a3662f8c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-bootstrap-typeahead", - "version": "5.0.0-rc.2", + "version": "5.0.0-rc.3", "description": "React typeahead with Bootstrap styling", "homepage": "http://ericgio.github.io/react-bootstrap-typeahead/", "author": "ericgio",