diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c933d6e6..b046ad0d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # OverReact Changelog +## 1.14.1 + +> [Complete `1.14.1` Changeset](https://github.com/Workiva/over_react/compare/1.14.1...1.14.0) + +__Dependency Updates__ + +* over_react_test `>=1.0.0 <1.1.0` (was `^1.0.0`) + * Temporary. Insulates consumers from incompatible versions when some test utilities are [moved from this library to `over_react_test`](https://github.com/Workiva/over_react_test/pull/11). + * Constraint will update to `^1.1.0` once [#95] is merged / released. + +  + ## 1.14.0 > [Complete `1.14.0` Changeset](https://github.com/Workiva/over_react/compare/1.14.0...1.13.0) diff --git a/README.md b/README.md index 706812e1c..e60e2ee16 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ ```yaml dependencies: - over_react: "^1.14.0" + over_react: "^1.14.1" ``` 2. Add the `over_react` [transformer] to your `pubspec.yaml`. diff --git a/pubspec.yaml b/pubspec.yaml index 57f0f06ad..96f80fcaa 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: over_react -version: 1.14.0 +version: 1.14.1 description: A library for building statically-typed React UI components using Dart. homepage: https://github.com/Workiva/over_react/ authors: @@ -25,7 +25,7 @@ dev_dependencies: coverage: "^0.7.2" dart_dev: "^1.7.6" mockito: "^0.11.0" - over_react_test: "^1.0.0" + over_react_test: ">=1.0.0 <1.1.0" test: "^0.12.6+2" transformers: