From d8722492d733799c66b315041bc8669e6e5555c4 Mon Sep 17 00:00:00 2001 From: rmconsole-readonly-wk Date: Wed, 21 Feb 2018 15:23:21 +0000 Subject: [PATCH 1/2] over_react_1.21.0 --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 3bd730f03..8ed469cfa 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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: From 0e21b425a1aaeba9d6b0e3b76853385e3aaab20f Mon Sep 17 00:00:00 2001 From: Aaron Lademann Date: Wed, 21 Feb 2018 08:28:06 -0700 Subject: [PATCH 2/2] Update CHANGELOG --- CHANGELOG.md | 14 ++++++++++++++ README.md | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40998dcd6..3b50dc575 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/README.md b/README.md index 4d8ca46a5..1d1336edf 100644 --- a/README.md +++ b/README.md @@ -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`.