File tree Expand file tree Collapse file tree 2 files changed +15
-4
lines changed
Expand file tree Collapse file tree 2 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 11# OverReact Changelog
22
3+ ## 3.0.2
4+
5+ Dependency updates:
6+ - Lower the dart_style constraint from ^1.3.1 to ^1.2.5 to help avoid version lock in downstream packages
7+ - Open up built_value range to include 8.0.0
8+
9+ > Complete ` 3.0.2 ` Changesets:
10+ >
11+ > - [ Dart 2] ( https://github.com/Workiva/over_react/compare/3.0.1+dart2...3.0.2+dart2 )
12+ > - Dart 1 (No Changes)
13+
314## 3.0.1
415
516- Lower the Dart SDK lower-bound to ` 2.4.0 ` . It was accidentally raised to ` 2.4.1 ` in the 3.0.0 release.
Original file line number Diff line number Diff line change 11name : over_react
2- version : 3.0.1 +dart2
2+ version : 3.0.2 +dart2
33description : A library for building statically-typed React UI components using Dart.
44homepage : https://github.com/Workiva/over_react/
55authors :
@@ -12,8 +12,8 @@ dependencies:
1212 analyzer : ' >=0.35.0 <0.39.0'
1313 build : ^1.0.0
1414 built_redux : ^7.4.2
15- built_value : ' >=5.4.4 <7 .0.0'
16- dart_style : ^1.3.1
15+ built_value : ' >=5.4.4 <8 .0.0'
16+ dart_style : ^1.2.5
1717 js : ^0.6.1+1
1818 logging : " >=0.11.3+2 <1.0.0"
1919 meta : ^1.1.6
@@ -32,7 +32,7 @@ dev_dependencies:
3232 build_test : ^0.10.9
3333 build_vm_compilers : ^1.0.3
3434 build_web_compilers : ^2.5.1
35- built_value_generator : ^ 6.0.0
35+ built_value_generator : ' >= 6.0.0 <8.0.0 '
3636 dart2_constant : ^1.0.0
3737 dart_dev : ^3.0.0
3838 dependency_validator : ^1.4.0
You can’t perform that action at this time.
0 commit comments