Skip to content

Commit

Permalink
v0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
markusjwetzel committed Feb 4, 2023
1 parent c2b989c commit fddf7ca
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
28 changes: 14 additions & 14 deletions .size-snapshot.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
{
"bootstrap-rn.cjs.js": {
"bundled": 439047,
"minified": 308574,
"gzipped": 59330
"bundled": 439068,
"minified": 308584,
"gzipped": 59333
},
"bootstrap-rn.esm.js": {
"bundled": 419545,
"minified": 291749,
"gzipped": 58343,
"bundled": 419566,
"minified": 291759,
"gzipped": 58345,
"treeshaked": {
"rollup": {
"code": 222229,
"code": 222239,
"import_statements": 779
},
"webpack": {
"code": 228138
"code": 228148
}
}
},
"bootstrap-rn.umd.min.js": {
"bundled": 535841,
"minified": 275538,
"gzipped": 65939
"bundled": 535862,
"minified": 275548,
"gzipped": 65940
},
"bootstrap-rn.umd.js": {
"bundled": 577663,
"minified": 291676,
"gzipped": 70509
"bundled": 577684,
"minified": 291686,
"gzipped": 70510
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bootstrap-rn",
"version": "0.2.6",
"version": "0.2.7",
"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 <markuswetzel@gmx.net>",
"license": "MIT",
Expand Down

0 comments on commit fddf7ca

Please sign in to comment.