Skip to content

Commit

Permalink
Merge pull request #221 from Workiva/release_over_react_1.30.1
Browse files Browse the repository at this point in the history
AF-3647 AF-3646 Release over_react 1.30.1
  • Loading branch information
rm-astro-wf authored Jan 7, 2019
2 parents eb1c1bf + 6d240f1 commit 4033136
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# OverReact Changelog

## 1.30.1

> [Complete `1.30.1` Changeset](https://github.com/Workiva/over_react/compare/1.30.0...1.30.1)
__Bug Fixes__

* [#220] Fix an issue for Dart 2 compatibility with how the transformer handles
props and state mixins that have generic type parameters.

__Tech-Debt__

* [#219] Remove `dart:mirrors` usages from tests (necessary for Dart 2
compatibility).

__Documentation__

* [#210] Add a [Dart 2 migration guide](https://github.com/Workiva/over_react/blob/master/doc/dart2_migration.md).
* [#209] Add [Dart 1 / 2 code snippets for VSCode and WebStorm/IntelliJ](https://github.com/Workiva/over_react/blob/master/snippets/README.md).

## 1.30.0

> [Complete `1.30.0` Changeset](https://github.com/Workiva/over_react/compare/1.29.0...1.30.0)
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.30.0
version: 1.30.1
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 4033136

Please sign in to comment.