From 85c6b77df86b67f504b1065a7cc9302af7969d99 Mon Sep 17 00:00:00 2001 From: "Markus J. Wetzel" Date: Sat, 5 Nov 2022 18:23:43 +0100 Subject: [PATCH] v0.2.1 --- .size-snapshot.json | 28 ++++++++++++++-------------- package.json | 2 +- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.size-snapshot.json b/.size-snapshot.json index 0c34316..3b1f106 100644 --- a/.size-snapshot.json +++ b/.size-snapshot.json @@ -1,31 +1,31 @@ { "bootstrap-rn.cjs.js": { - "bundled": 428257, - "minified": 301583, - "gzipped": 58052 + "bundled": 428562, + "minified": 301916, + "gzipped": 58073 }, "bootstrap-rn.esm.js": { - "bundled": 409337, - "minified": 285259, - "gzipped": 57127, + "bundled": 409682, + "minified": 285626, + "gzipped": 57171, "treeshaked": { "rollup": { - "code": 216955, + "code": 217188, "import_statements": 794 }, "webpack": { - "code": 222731 + "code": 222960 } } }, "bootstrap-rn.umd.min.js": { - "bundled": 524472, - "minified": 269888, - "gzipped": 64587 + "bundled": 524819, + "minified": 270119, + "gzipped": 64620 }, "bootstrap-rn.umd.js": { - "bundled": 566294, - "minified": 286026, - "gzipped": 69189 + "bundled": 566641, + "minified": 286257, + "gzipped": 69224 } } diff --git a/package.json b/package.json index 8d2dc29..7b1889e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bootstrap-rn", - "version": "0.2.0", + "version": "0.2.1", "description": "Bootstrap RN is a design framework for React Native. The library is inspired by Bootstrap and tries to bring best practices from the Sass/Css world to JavaScript.", "author": "Markus Wetzel ", "license": "MIT",