Skip to content

Commit 1eafb1d

Browse files
committed
version bump
1 parent 3c279ce commit 1eafb1d

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.2.3
2+
3+
- Bump `rx_dart` version to `^0.21.0` (thanks to `ccadieux`!)
4+
15
## 1.2.2
26

37
- Bump `shared_preferences` version to `^0.5.1`

example/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
/* Begin PBXBuildFile section */
1010
1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */ = {isa = PBXBuildFile; fileRef = 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */; };
1111
1A3B812081F1296A55622159 /* libPods-Runner.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4F19271D8331A70457A62651 /* libPods-Runner.a */; };
12-
2D5378261FAA1A9400D5DBA9 /* flutter_assets in Resources */ = {isa = PBXBuildFile; fileRef = 2D5378251FAA1A9400D5DBA9 /* flutter_assets */; };
1312
3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */; };
1413
3B80C3941E831B6300D905FE /* App.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3B80C3931E831B6300D905FE /* App.framework */; };
1514
3B80C3951E831B6300D905FE /* App.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 3B80C3931E831B6300D905FE /* App.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
@@ -41,7 +40,6 @@
4140
/* Begin PBXFileReference section */
4241
1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GeneratedPluginRegistrant.h; sourceTree = "<group>"; };
4342
1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GeneratedPluginRegistrant.m; sourceTree = "<group>"; };
44-
2D5378251FAA1A9400D5DBA9 /* flutter_assets */ = {isa = PBXFileReference; lastKnownFileType = folder; name = flutter_assets; path = Flutter/flutter_assets; sourceTree = SOURCE_ROOT; };
4543
3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = AppFrameworkInfo.plist; path = Flutter/AppFrameworkInfo.plist; sourceTree = "<group>"; };
4644
3B80C3931E831B6300D905FE /* App.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = App.framework; path = Flutter/App.framework; sourceTree = "<group>"; };
4745
4F19271D8331A70457A62651 /* libPods-Runner.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-Runner.a"; sourceTree = BUILT_PRODUCTS_DIR; };
@@ -84,7 +82,6 @@
8482
9740EEB11CF90186004384FC /* Flutter */ = {
8583
isa = PBXGroup;
8684
children = (
87-
2D5378251FAA1A9400D5DBA9 /* flutter_assets */,
8885
3B80C3931E831B6300D905FE /* App.framework */,
8986
3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */,
9087
9740EEBA1CF902C7004384FC /* Flutter.framework */,
@@ -211,7 +208,6 @@
211208
3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */,
212209
9740EEB41CF90195004384FC /* Debug.xcconfig in Resources */,
213210
97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */,
214-
2D5378261FAA1A9400D5DBA9 /* flutter_assets in Resources */,
215211
97C146FC1CF9000F007C117D /* Main.storyboard in Resources */,
216212
);
217213
runOnlyForDeploymentPostprocessing = 0;

pubspec.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ packages:
77
name: async
88
url: "https://pub.dartlang.org"
99
source: hosted
10-
version: "2.0.8"
10+
version: "2.1.0"
1111
boolean_selector:
1212
dependency: transitive
1313
description:
@@ -45,7 +45,7 @@ packages:
4545
name: matcher
4646
url: "https://pub.dartlang.org"
4747
source: hosted
48-
version: "0.12.3+1"
48+
version: "0.12.5"
4949
meta:
5050
dependency: transitive
5151
description:
@@ -66,28 +66,28 @@ packages:
6666
name: pedantic
6767
url: "https://pub.dartlang.org"
6868
source: hosted
69-
version: "1.4.0"
69+
version: "1.5.0"
7070
quiver:
7171
dependency: transitive
7272
description:
7373
name: quiver
7474
url: "https://pub.dartlang.org"
7575
source: hosted
76-
version: "2.0.1"
76+
version: "2.0.2"
7777
rxdart:
7878
dependency: "direct main"
7979
description:
8080
name: rxdart
8181
url: "https://pub.dartlang.org"
8282
source: hosted
83-
version: "0.20.0"
83+
version: "0.21.0"
8484
shared_preferences:
8585
dependency: "direct main"
8686
description:
8787
name: shared_preferences
8888
url: "https://pub.dartlang.org"
8989
source: hosted
90-
version: "0.5.1+1"
90+
version: "0.5.2"
9191
sky_engine:
9292
dependency: transitive
9393
description: flutter
@@ -99,7 +99,7 @@ packages:
9999
name: source_span
100100
url: "https://pub.dartlang.org"
101101
source: hosted
102-
version: "1.5.4"
102+
version: "1.5.5"
103103
stack_trace:
104104
dependency: transitive
105105
description:
@@ -113,7 +113,7 @@ packages:
113113
name: stream_channel
114114
url: "https://pub.dartlang.org"
115115
source: hosted
116-
version: "1.6.8"
116+
version: "2.0.0"
117117
string_scanner:
118118
dependency: transitive
119119
description:
@@ -134,7 +134,7 @@ packages:
134134
name: test_api
135135
url: "https://pub.dartlang.org"
136136
source: hosted
137-
version: "0.2.2"
137+
version: "0.2.4"
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.1.0 <3.0.0"
153+
dart: ">=2.2.0 <3.0.0"
154154
flutter: ">=0.1.4 <2.0.0"

pubspec.yaml

Lines changed: 1 addition & 1 deletion
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.2
3+
version: 1.2.3
44
author: Luke Pighetti <[email protected]>
55
homepage: https://github.com/lukepighetti/hydrated
66

0 commit comments

Comments
 (0)