Skip to content

Commit a3b3151

Browse files
committed
v0.6.1
1 parent d3419cd commit a3b3151

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

.size-snapshot.json

+29
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,34 @@
2727
"bundled": 199019,
2828
"minified": 66620,
2929
"gzipped": 16752
30+
},
31+
"intlized-components.cjs.js": {
32+
"bundled": 14271,
33+
"minified": 7997,
34+
"gzipped": 2568
35+
},
36+
"intlized-components.esm.js": {
37+
"bundled": 12995,
38+
"minified": 6954,
39+
"gzipped": 2427,
40+
"treeshaked": {
41+
"rollup": {
42+
"code": 373,
43+
"import_statements": 86
44+
},
45+
"webpack": {
46+
"code": 4004
47+
}
48+
}
49+
},
50+
"intlized-components.umd.min.js": {
51+
"bundled": 166275,
52+
"minified": 57015,
53+
"gzipped": 14428
54+
},
55+
"intlized-components.umd.js": {
56+
"bundled": 195680,
57+
"minified": 64300,
58+
"gzipped": 16645
3059
}
3160
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "intlized-components",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"description": "React.js components for internationalization (i18n)",
55
"author": "Markus Wetzel <[email protected]>",
66
"license": "MIT",

0 commit comments

Comments
 (0)