File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 12
12
strategy :
13
13
fail-fast : false
14
14
matrix :
15
- sdk : [stable, dev ]
15
+ sdk : [stable, beta ]
16
16
steps :
17
17
- uses : actions/checkout@v2
18
18
-
uses :
dart-lang/[email protected]
43
43
- name : Run tests (DDC)
44
44
run : dart pub run build_runner test -- --preset dartdevc
45
45
if : always() && steps.install.outcome == 'success'
46
+ timeout-minutes : 5
46
47
47
48
- name : Run tests (dart2js)
48
49
run : dart pub run build_runner test --release -- --preset dart2js
49
50
if : always() && steps.install.outcome == 'success'
51
+ timeout-minutes : 5
Original file line number Diff line number Diff line change
1
+ ## [ 6.1.0] ( https://github.com/cleandart/react-dart/compare/6.0.1...6.1.0 )
2
+
3
+ - [ #316 ] Export ` generateJsProps ` .
4
+
1
5
## [ 6.0.1] ( https://github.com/cleandart/react-dart/compare/6.0.0...6.0.1 )
2
6
3
7
- [ #305 ] Fix ` JsBackedMap ` for Dart 2.12.
Original file line number Diff line number Diff line change 1
1
name : react
2
- version : 6.0.1
2
+ version : 6.1.0
3
3
description : Bindings of the ReactJS library for building interactive interfaces.
4
4
homepage : https://github.com/cleandart/react-dart
5
5
environment :
@@ -14,5 +14,5 @@ dev_dependencies:
14
14
build_web_compilers : ^2.1.4
15
15
dependency_validator : ^1.2.0
16
16
matcher : ^0.12.5
17
- mockito : ^ 4.1.1
17
+ mockito : " >= 4.1.1 <6.0.0 "
18
18
test : ^1.6.5
You can’t perform that action at this time.
0 commit comments