From a45e91ce1dd59c2fbafa563e00685ec134cee603 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Pajewski?= Date: Fri, 3 Jan 2025 10:26:07 +0100 Subject: [PATCH 1/2] Upgrade rxdart version to 0.28.0 --- example/pubspec.lock | 4 ++-- example/pubspec.yaml | 2 +- pubspec.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/example/pubspec.lock b/example/pubspec.lock index b289e5a..e44409b 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -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: diff --git a/example/pubspec.yaml b/example/pubspec.yaml index e3a3626..cf119fd 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -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 diff --git a/pubspec.yaml b/pubspec.yaml index 2b8604b..e7a791f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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 From cf801e0ae1b0281a390c1c62585d00e25967455f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Pajewski?= Date: Tue, 7 Jan 2025 10:51:43 +0100 Subject: [PATCH 2/2] Update changelog and bump version package version --- CHANGELOG.md | 6 ++++++ example/pubspec.lock | 2 +- example/pubspec.yaml | 2 +- pubspec.yaml | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62cb1f2..a664648 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ + + +## 0.1.1 + +* Bumped `rxdart` to `^0.28.0`. + ## 0.1.0 * Write README.md diff --git a/example/pubspec.lock b/example/pubspec.lock index e44409b..204f9cd 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -225,7 +225,7 @@ packages: path: ".." relative: true source: path - version: "0.1.0" + version: "0.1.1" leancode_lint: dependency: "direct dev" description: diff --git a/example/pubspec.yaml b/example/pubspec.yaml index cf119fd..c2f96ab 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -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" diff --git a/pubspec.yaml b/pubspec.yaml index e7a791f..2f70b8a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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: