Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgrade rxdart version to 0.28.0 #22

Merged
merged 2 commits into from
Jan 8, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@


## 0.1.1

* Bumped `rxdart` to `^0.28.0`.

## 0.1.0

* Write README.md
Expand Down
6 changes: 3 additions & 3 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.1.0"
version: "0.1.1"
leancode_lint:
dependency: "direct dev"
description:
Expand Down Expand Up @@ -342,10 +342,10 @@ packages:
dependency: "direct main"
description:
name: rxdart
sha256: "0c7c0cedd93788d996e33041ffecda924cc54389199cde4e6a34b440f50044cb"
sha256: "5c3004a4a8dbb94bd4bf5412a4def4acdaa12e12f269737a5751369e12d1a962"
url: "https://pub.dev"
source: hosted
version: "0.27.7"
version: "0.28.0"
shelf:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: leancode_forms_example
description: A new Flutter project.
publish_to: "none"
version: 0.1.0
version: 0.1.1

environment:
sdk: ">=3.1.0 <4.0.0"
Expand All @@ -14,7 +14,7 @@ dependencies:
flutter_hooks: ^0.20.1
leancode_forms:
path: ..
rxdart: ^0.27.7
rxdart: ^0.28.0

dev_dependencies:
bloc_test: ^9.1.4
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: leancode_forms
description: A package for managing form state based on BLoC.
version: 0.1.0
version: 0.1.1
homepage: https://github.com/leancodepl/leancode_forms.git

environment:
Expand All @@ -13,7 +13,7 @@ dependencies:
flutter:
sdk: flutter
flutter_bloc: ^8.1.3
rxdart: ^0.27.7
rxdart: ^0.28.0

dev_dependencies:
bloc_test: ^9.1.4
Expand Down
Loading