Skip to content

Commit 5a6a497

Browse files
author
Mateus Felipe
committed
Version bump
1 parent 8af1bd8 commit 5a6a497

File tree

2 files changed

+9
-40
lines changed

2 files changed

+9
-40
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
## 1.2.3
1+
## 1.2.5
2+
3+
- Bump `rx_dart` version to `^0.22.0`
4+
- This breaks compotibility with Dart SDK < 2.6
5+
- Simple CI added to repository
6+
7+
## 1.2.4
28

39
- Bump `rx_dart` version to `^0.22.0`
410

pubspec.yaml

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

@@ -17,40 +17,3 @@ dependencies:
1717
dev_dependencies:
1818
flutter_test:
1919
sdk: flutter
20-
21-
# For information on the generic Dart part of this file, see the
22-
# following page: https://www.dartlang.org/tools/pub/pubspec
23-
24-
# The following section is specific to Flutter.
25-
flutter:
26-
27-
# To add assets to your package, add an assets section, like this:
28-
# assets:
29-
# - images/a_dot_burr.jpeg
30-
# - images/a_dot_ham.jpeg
31-
#
32-
# For details regarding assets in packages, see
33-
# https://flutter.io/assets-and-images/#from-packages
34-
#
35-
# An image asset can refer to one or more resolution-specific "variants", see
36-
# https://flutter.io/assets-and-images/#resolution-aware.
37-
38-
# To add custom fonts to your package, add a fonts section here,
39-
# in this "flutter" section. Each entry in this list should have a
40-
# "family" key with the font family name, and a "fonts" key with a
41-
# list giving the asset and other descriptors for the font. For
42-
# example:
43-
# fonts:
44-
# - family: Schyler
45-
# fonts:
46-
# - asset: fonts/Schyler-Regular.ttf
47-
# - asset: fonts/Schyler-Italic.ttf
48-
# style: italic
49-
# - family: Trajan Pro
50-
# fonts:
51-
# - asset: fonts/TrajanPro.ttf
52-
# - asset: fonts/TrajanPro_Bold.ttf
53-
# weight: 700
54-
#
55-
# For details regarding fonts in packages, see
56-
# https://flutter.io/custom-fonts/#from-packages

0 commit comments

Comments
 (0)