diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a02ed3..75e21d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 2.1.26 +## 2.2.0 - `UIComponent`: - Expose `getContentUIComponent` @@ -8,6 +8,7 @@ - New `_resolveParentUIComponent`. - `UIInputTable`: - `_addTableRowCell`: call `UIComponent.resolveParentUIComponent` for child elements. + - sdk: '>=3.0.0 <4.0.0' - intl_messages: ^2.1.14 - dom_builder: ^2.1.9 diff --git a/lib/src/bones_ui.dart b/lib/src/bones_ui.dart index 0bcb213..0a83741 100644 --- a/lib/src/bones_ui.dart +++ b/lib/src/bones_ui.dart @@ -1,3 +1,3 @@ class BonesUI { - static const String version = '2.1.26'; + static const String version = '2.2.0'; }