diff --git a/CHANGELOG.md b/CHANGELOG.md index b2d67bde0..cd58ccc8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # OverReact Changelog +## 1.13.0 + +> [Complete `1.13.0` Changeset](https://github.com/Workiva/over_react/compare/1.13.0...1.12.1) + +__Dependency Updates__ + +* [#89]: quiver `>=0.21.4 <0.26.0` (was `>=0.21.4 <0.25.0`) + +__New Features__ + +* [#87]: Make `DomProps`/`SvgProps` implement `UiProps` for more convenient DDC typing + +__Misc__ + +* [#86]: Get tests passing using the DDC +* [#83]: Use `over_react_test` + +  + ## 1.12.1 > [Complete `1.12.1` Changeset](https://github.com/Workiva/over_react/compare/1.12.0...1.12.1) @@ -8,6 +27,8 @@ __Bug fixes__ - Bump min source_span to version w/ `SourceFile.fromString` +  + ## 1.12.0 > [Complete `1.12.0` Changeset](https://github.com/Workiva/over_react/compare/1.11.2...1.12.0) diff --git a/README.md b/README.md index a7b4e9dd4..e9439d2d6 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ ```yaml dependencies: - over_react: "^1.12.1" + over_react: "^1.13.0" ``` 2. Add the `over_react` [transformer] to your `pubspec.yaml`. diff --git a/pubspec.yaml b/pubspec.yaml index 1c6b0f35e..b31c6bac7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: over_react -version: 1.12.1 +version: 1.13.0 description: A library for building statically-typed React UI components using Dart. homepage: https://github.com/Workiva/over_react/ authors: