Skip to content

Commit

Permalink
Release 2.0.0-nullsafety.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimibe committed Mar 28, 2021
1 parent 072c3c0 commit 879c402
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [2.0.0-nullsafety.1] - 28.03.2021

* Refactor code smells

## [2.0.0-nullsafety.0] - 28.03.2021

* Sound null-safety
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020 Dimitrios Begnis
Copyright (c) 2021 Dimitrios Begnis

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
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-nullsafety.0
sticky_grouped_list: ^2.0.0-nullsafety.1
```
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-nullsafety.0"
version: "2.0.0-nullsafety.1"
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-nullsafety.0
version: 2.0.0-nullsafety.1
homepage: https://begnis.dev
repository: https://github.com/Dimibe/sticky_grouped_list

Expand Down

0 comments on commit 879c402

Please sign in to comment.