Skip to content

Commit

Permalink
Release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimibe committed Feb 4, 2022
1 parent edd1534 commit ef988ef
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 13 deletions.
14 changes: 4 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
## [2.0.0] - 04.02.2022

* Updated dependencies

## [2.0.0-nullsafety.2] - 01.08.2021
## [2.1.0] - 04.02.2022

* Fixed bug
* Support Shrink Wrap

## [2.0.0-nullsafety.1] - 28.03.2021

* Refactor code smells
## [2.0.0] - 04.02.2022

## [2.0.0-nullsafety.0] - 28.03.2021
* Sound null-safety
* Updated dependencies

## [1.3.0] - 15.11.2020

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ The list will be scrolled to the end in the initial state and therefore scrollin
Add the package to your pubspec.yaml:

```yaml
sticky_grouped_list: ^2.0.0
sticky_grouped_list: ^2.1.0
```
In your dart file, import the library:
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ packages:
path: ".."
relative: true
source: path
version: "2.0.0"
version: "2.1.0"
stream_channel:
dependency: transitive
description:
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: sticky_grouped_list
description: A ScrollablePositionedList where the list items can be grouped into sections.
version: 2.0.0
version: 2.1.0
homepage: https://begnis.dev
repository: https://github.com/Dimibe/sticky_grouped_list

Expand Down

0 comments on commit ef988ef

Please sign in to comment.