From 52d3fb4e318ea7e487c0715f594a1a8caf4f7582 Mon Sep 17 00:00:00 2001 From: Diego Fortes Date: Thu, 22 Oct 2020 17:35:09 -0300 Subject: [PATCH] update changelog and cnapshot size --- .size-snapshot.json | 28 ++++++++++++++-------------- CHANGELOG.md | 4 ++++ 2 files changed, 18 insertions(+), 14 deletions(-) diff --git a/.size-snapshot.json b/.size-snapshot.json index e9ad0a505..1f79b382f 100644 --- a/.size-snapshot.json +++ b/.size-snapshot.json @@ -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, @@ -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 @@ -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, diff --git a/CHANGELOG.md b/CHANGELOG.md index a7e057176..bf4e33469 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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