Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jesusrp98 committed Apr 4, 2020
1 parent ab49851 commit 942c7ac
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.1.0] - April 4th, 2020

- Added new default text style.
- Improvde code quality.
- Added `maxLines`& `textOverflow` parameters.
- Solved some issues.
- Added more tests to the package.

## [1.0.0+1] - March 31st, 2020

* First release of this package!
- First release of this package!
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.0.0+1"
version: "1.1.0"
sky_engine:
dependency: transitive
description: flutter
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: row_item
description: Display compat information by using two widgets separated inside a row widget.
version: 1.0.0+1
version: 1.1.0
homepage: https://github.com/jesusrp98/row_item

environment:
Expand Down

0 comments on commit 942c7ac

Please sign in to comment.