Skip to content

Commit

Permalink
chore: updates rxdart to 0.28.0 and fix quality check issue (#45)
Browse files Browse the repository at this point in the history
Co-authored-by: Matías Irland <[email protected]>
  • Loading branch information
josh-burton and mirland authored Oct 31, 2024
1 parent 18aa1e5 commit c997515
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 19 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 1.1.2
* Updates rxdart to 0.28.0

## 1.1.1
* Use dart 3 class modifiers ([#40](https://github.com/xmartlabs/stock/pull/40))
* Code improvements, fix dart analyze issues ([#42](https://github.com/xmartlabs/stock/pull/42))
Expand Down
34 changes: 17 additions & 17 deletions pubspec.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: stock
description: Dart package for Async Data Loading and Caching.
Combine local (DB, cache) and network data simply and safely.
version: 1.1.1
version: 1.1.2
homepage: https://github.com/xmartlabs/stock
repository: https://github.com/xmartlabs/stock
issue_tracker: https://github.com/xmartlabs/stock/issues
Expand All @@ -12,7 +12,7 @@ environment:
dependencies:
meta: ^1.3.0
mutex: ^3.1.0
rxdart: ^0.27.2
rxdart: ^0.28.0

dev_dependencies:
build_runner: ^2.4.9
Expand Down

0 comments on commit c997515

Please sign in to comment.