Skip to content

Commit 63072a3

Browse files
committed
upgrade to rx_dart ^0.22.0
1 parent 1eafb1d commit 63072a3

File tree

3 files changed

+13
-9
lines changed

3 files changed

+13
-9
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## 1.2.3
22

3+
- Bump `rx_dart` version to `^0.22.0`
4+
5+
## 1.2.3
6+
37
- Bump `rx_dart` version to `^0.21.0` (thanks to `ccadieux`!)
48

59
## 1.2.2

pubspec.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Generated by pub
2-
# See https://www.dartlang.org/tools/pub/glossary#lockfile
2+
# See https://dart.dev/tools/pub/glossary#lockfile
33
packages:
44
async:
55
dependency: transitive
66
description:
77
name: async
88
url: "https://pub.dartlang.org"
99
source: hosted
10-
version: "2.1.0"
10+
version: "2.2.0"
1111
boolean_selector:
1212
dependency: transitive
1313
description:
@@ -66,21 +66,21 @@ packages:
6666
name: pedantic
6767
url: "https://pub.dartlang.org"
6868
source: hosted
69-
version: "1.5.0"
69+
version: "1.7.0"
7070
quiver:
7171
dependency: transitive
7272
description:
7373
name: quiver
7474
url: "https://pub.dartlang.org"
7575
source: hosted
76-
version: "2.0.2"
76+
version: "2.0.3"
7777
rxdart:
7878
dependency: "direct main"
7979
description:
8080
name: rxdart
8181
url: "https://pub.dartlang.org"
8282
source: hosted
83-
version: "0.21.0"
83+
version: "0.22.0"
8484
shared_preferences:
8585
dependency: "direct main"
8686
description:
@@ -134,7 +134,7 @@ packages:
134134
name: test_api
135135
url: "https://pub.dartlang.org"
136136
source: hosted
137-
version: "0.2.4"
137+
version: "0.2.5"
138138
typed_data:
139139
dependency: transitive
140140
description:
@@ -150,5 +150,5 @@ packages:
150150
source: hosted
151151
version: "2.0.8"
152152
sdks:
153-
dart: ">=2.2.0 <3.0.0"
153+
dart: ">=2.2.2 <3.0.0"
154154
flutter: ">=0.1.4 <2.0.0"

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: hydrated
22
description: An automatically persisted BehaviorSubject with simple hydration for Flutter. Intended for use with the BLoC pattern.
3-
version: 1.2.3
3+
version: 1.2.4
44
author: Luke Pighetti <[email protected]>
55
homepage: https://github.com/lukepighetti/hydrated
66

@@ -11,7 +11,7 @@ dependencies:
1111
flutter:
1212
sdk: flutter
1313

14-
rxdart: ^0.21.0
14+
rxdart: ^0.22.0
1515
shared_preferences: ^0.5.1
1616

1717
dev_dependencies:

0 commit comments

Comments
 (0)