Skip to content

Commit 5ee5c1f

Browse files
committed
chore(publish): prepare for v2.0.0
1 parent 7805b61 commit 5ee5c1f

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### 2.0.0 - Jun 20, 2024
2+
3+
- Update dependencies:
4+
- `rxdart` to `^0.28.0`.
5+
- Change Flutter constraint to `'>=3.10.0'` (requires `Flutter 3.10` or later).
6+
- Change Dart SDK constraint to `'>=3.0.0 <4.0.0'` (requires `Dart 3.0` or later).
7+
18
## 1.1.0 - May 9, 2021
29

310
- Update `rxdart` to `0.27.0`.

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ packages:
161161
path: ".."
162162
relative: true
163163
source: path
164-
version: "1.1.0"
164+
version: "2.0.0"
165165
matcher:
166166
dependency: transitive
167167
description:

example/pubspec.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
1818
version: 1.0.0+1
1919

2020
environment:
21-
sdk: '>=2.12.0 <3.0.0'
21+
sdk: '>=3.0.0 <4.0.0'
22+
flutter: '>=3.10.0'
2223

2324
dependencies:
2425
listenable_stream:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: listenable_stream
22
description: Convert Listenable (e.g. ChangeNotifier), ValueListenable(eg. ValueNotifier) to Stream / ValueStream.
3-
version: 1.1.0
3+
version: 2.0.0
44
homepage: https://github.com/Flutter-Dart-Open-Source/listenable_stream.git
55
repository: https://github.com/Flutter-Dart-Open-Source/listenable_stream.git
66
issue_tracker: https://github.com/Flutter-Dart-Open-Source/listenable_stream/issues

0 commit comments

Comments
 (0)