Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
chimon2000 committed Jun 26, 2020
1 parent 8e5767a commit 622e257
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
15 changes: 11 additions & 4 deletions packages/remote_state/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,14 @@
## [Unreleased]


<a name="1.0.0"></a>
## [1.0.0] - 2020-05-05
<a name="1.1.0"></a>
## [1.1.0] - 2020-06-26
### Added
- upgrade freezed dependency


<a name="v1.0.0"></a>
## [v1.0.0] - 2020-05-05
### Added
- add flutter_hooks example.
- add docs for state predicates
Expand Down Expand Up @@ -87,8 +93,9 @@ empty is no longer supported because it is not considered a valid remote state.
- flutter dependency remote_state package


[Unreleased]: https://github.com/chimon2000/remote_state/compare/1.0.0...HEAD
[1.0.0]: https://github.com/chimon2000/remote_state/compare/v0.19.0...1.0.0
[Unreleased]: https://github.com/chimon2000/remote_state/compare/1.1.0...HEAD
[1.1.0]: https://github.com/chimon2000/remote_state/compare/v1.0.0...1.1.0
[v1.0.0]: https://github.com/chimon2000/remote_state/compare/v0.19.0...v1.0.0
[v0.19.0]: https://github.com/chimon2000/remote_state/compare/v0.18.0...v0.19.0
[v0.18.0]: https://github.com/chimon2000/remote_state/compare/v0.17.0...v0.18.0
[v0.17.0]: https://github.com/chimon2000/remote_state/compare/v0.16.0...v0.17.0
Expand Down
4 changes: 1 addition & 3 deletions packages/remote_state/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
name: remote_state
version: 1.0.0
version: 1.1.0
homepage: https://github.com/chimon2000/remote_state
description: Tools for mapping data from remote sources in Dart, similar to Elm's RemoteData.
environment:
sdk: '>=2.1.0 <3.0.0'
dependencies:

dev_dependencies:
build_runner: ^1.7.2
freezed: ^0.11.2
Expand Down

0 comments on commit 622e257

Please sign in to comment.