Skip to content

Commit 57ac1ba

Browse files
authored
Merge pull request #141 from Workiva/release_over_react_1_21_0
UIP-3043 Release over_react 1.21.0
2 parents bc030a8 + 0e21b42 commit 57ac1ba

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# OverReact Changelog
22

3+
## 1.21.0
4+
5+
> [Complete `1.21.0` Changeset](https://github.com/Workiva/over_react/compare/1.20.2...1.21.0)
6+
7+
__New Features__
8+
* [#140]: Add an option to make `BuiltReduxUiComponent` "pure"
9+
10+
## 1.20.2
11+
12+
> [Complete `1.20.2` Changeset](https://github.com/Workiva/over_react/compare/1.20.1...1.20.2)
13+
14+
__Tech Debt__
15+
* [#137]: Get rid of dart2js compiler warnings
16+
317
## 1.20.1
418

519
> [Complete `1.20.1` Changeset](https://github.com/Workiva/over_react/compare/1.20.0...1.20.1)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

4343
```yaml
4444
dependencies:
45-
over_react: ^1.20.1
45+
over_react: ^1.21.0
4646
```
4747
4848
2. Add the `over_react` [transformer] to your `pubspec.yaml`.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: over_react
2-
version: 1.20.2
2+
version: 1.21.0
33
description: A library for building statically-typed React UI components using Dart.
44
homepage: https://github.com/Workiva/over_react/
55
authors:

0 commit comments

Comments
 (0)