Skip to content

Commit

Permalink
Merge pull request #410 from Workiva/release-over_react-3.0.1+dart2
Browse files Browse the repository at this point in the history
RM-60981 Release over_react 3.0.1+dart2
  • Loading branch information
rmconsole3-wf authored Nov 5, 2019
2 parents 7fd1998 + 0989c64 commit c99e304
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# OverReact Changelog

## 3.0.1

- Lower the Dart SDK lower-bound to `2.4.0`. It was accidentally raised to `2.4.1` in the 3.0.0 release.

> Complete `3.0.1` Changesets:
>
> - [Dart 2](https://github.com/Workiva/over_react/compare/3.0.0+dart2...3.0.1+dart2)
> - Dart 1 (No Changes)
## 3.0.0

__ReactJS 16.x Support__
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: over_react
version: 3.0.0+dart2
version: 3.0.1+dart2
description: A library for building statically-typed React UI components using Dart.
homepage: https://github.com/Workiva/over_react/
authors:
- Workiva UI Platform Chapter <uip@workiva.com>
- Workiva App Frameworks Team <appframeworks@workiva.com>
environment:
sdk: '>=2.4.1 <3.0.0'
sdk: '>=2.4.0 <3.0.0'

dependencies:
analyzer: '>=0.35.0 <0.39.0'
Expand Down

0 comments on commit c99e304

Please sign in to comment.