Skip to content

Commit

Permalink
Merge pull request #141 from Workiva/release_over_react_1_21_0
Browse files Browse the repository at this point in the history
UIP-3043 Release over_react 1.21.0
  • Loading branch information
jayudey-wf authored Feb 21, 2018
2 parents bc030a8 + 0e21b42 commit 57ac1ba
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# OverReact Changelog

## 1.21.0

> [Complete `1.21.0` Changeset](https://github.com/Workiva/over_react/compare/1.20.2...1.21.0)
__New Features__
* [#140]: Add an option to make `BuiltReduxUiComponent` "pure"

## 1.20.2

> [Complete `1.20.2` Changeset](https://github.com/Workiva/over_react/compare/1.20.1...1.20.2)
__Tech Debt__
* [#137]: Get rid of dart2js compiler warnings

## 1.20.1

> [Complete `1.20.1` Changeset](https://github.com/Workiva/over_react/compare/1.20.0...1.20.1)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

```yaml
dependencies:
over_react: ^1.20.1
over_react: ^1.21.0
```
2. Add the `over_react` [transformer] to your `pubspec.yaml`.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: over_react
version: 1.20.2
version: 1.21.0
description: A library for building statically-typed React UI components using Dart.
homepage: https://github.com/Workiva/over_react/
authors:
Expand Down

0 comments on commit 57ac1ba

Please sign in to comment.