Skip to content

Commit e7b7035

Browse files
Merge pull request #412 from Workiva/release_3.0.2_dart2
RM-60496 RM-60495 Release over_react 3.0.2+dart2
2 parents c99e304 + 83c0072 commit e7b7035

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
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.

pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: over_react
2-
version: 3.0.1+dart2
2+
version: 3.0.2+dart2
33
description: A library for building statically-typed React UI components using Dart.
44
homepage: https://github.com/Workiva/over_react/
55
authors:
@@ -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

0 commit comments

Comments
 (0)