Skip to content

Commit

Permalink
v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gmpassos committed Jul 24, 2023
1 parent 69e5d45 commit 002350a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 2.1.26
## 2.2.0

- `UIComponent`:
- Expose `getContentUIComponent`
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/src/bones_ui.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
class BonesUI {
static const String version = '2.1.26';
static const String version = '2.2.0';
}

0 comments on commit 002350a

Please sign in to comment.