Skip to content

Commit 04eae7a

Browse files
authored
Prep to publish v0.22.1+5 (#77)
1 parent 0153584 commit 04eae7a

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

CHANGELOG.md

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

3-
Fix generic type error that occurs when using ChangeNotifier with a subclass of ChangeRecord.
4-
Previously, calling `notifyChanges()` on `class Foo with ChangeNotifier<CustomChangeRecord> {}`
5-
would throw a type error. Now, the `changes` stream emits a custom `ChangeRecords` class that
6-
implements the `List` interface. This change is backwards compatible.
3+
Fix generic type error that occurs when using ChangeNotifier with a subclass of
4+
ChangeRecord. Previously, calling `notifyChanges()` on
5+
`class Foo with ChangeNotifier<CustomChangeRecord> {}` would throw a type error.
6+
Now, the `changes` stream emits a custom `ChangeRecords` class that implements
7+
the `List` interface. This change is backwards compatible.
78

89
## 0.22.1+4
910

pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: observable
2-
version: 0.22.1+4
2+
version: 0.22.1+5
33
author: Dart Team <[email protected]>
44
description: Support for marking objects as observable
55
homepage: https://github.com/dart-lang/observable
@@ -11,8 +11,8 @@ dependencies:
1111
meta: ^1.0.4
1212
quiver: '>=0.24.0 <3.0.0'
1313
dev_dependencies:
14-
build_runner: '>=0.8.0 <0.10.0'
14+
build_runner: '>=0.8.0 <2.0.0'
1515
build_test: ^0.10.0
16-
build_web_compilers: '>=0.3.1 <0.5.0'
16+
build_web_compilers: '>=0.3.1 <2.0.0'
1717
dart_style: ^1.0.9
1818
test: ^1.3.0

0 commit comments

Comments
 (0)