Skip to content

Commit

Permalink
update changelog and cnapshot size
Browse files Browse the repository at this point in the history
  • Loading branch information
daigof committed Oct 22, 2020
1 parent 7e1227e commit 52d3fb4
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .size-snapshot.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"bundle.js": {
"bundled": 1156695,
"minified": 1085196,
"gzipped": 107668
"bundled": 1156793,
"minified": 1085245,
"gzipped": 107677
},
"bundle.umd.js": {
"bundled": 1166477,
"minified": 1058851,
"gzipped": 103302
"bundled": 1166577,
"minified": 1058884,
"gzipped": 103311
},
"shared-components/chip/index.js": {
"bundled": 912,
Expand Down Expand Up @@ -192,13 +192,13 @@
}
},
"shared-components/verificationMessages/index.js": {
"bundled": 1760,
"minified": 909,
"gzipped": 447,
"bundled": 1802,
"minified": 942,
"gzipped": 462,
"treeshaked": {
"rollup": {
"code": 360,
"import_statements": 305
"code": 367,
"import_statements": 312
},
"webpack": {
"code": 1444
Expand Down Expand Up @@ -1158,9 +1158,9 @@
}
},
"shared-components/immersiveModal/index.js": {
"bundled": 6779,
"minified": 3713,
"gzipped": 1376,
"bundled": 6821,
"minified": 3718,
"gzipped": 1381,
"treeshaked": {
"rollup": {
"code": 888,
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

# v12.2.1

- [Hotfix] Fix VerificationMessages animation and ImmersiveModal exitlogic fix

# v12.2.0

- [Internal] TypeScript conversion: Typography, Tooltip, Tabs, Transition, SelectorButton/Checkbox/RadioButton
Expand Down

0 comments on commit 52d3fb4

Please sign in to comment.