Skip to content

Commit

Permalink
Update changelog / version strings for 1.13.0 RC
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronlademann-wf committed Jun 28, 2017
1 parent 6d6ba0e commit a5ff207
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`

&nbsp;

## 1.12.1

> [Complete `1.12.1` Changeset](https://github.com/Workiva/over_react/compare/1.12.0...1.12.1)
Expand All @@ -8,6 +27,8 @@ __Bug fixes__

- Bump min source_span to version w/ `SourceFile.fromString`

&nbsp;

## 1.12.0

> [Complete `1.12.0` Changeset](https://github.com/Workiva/over_react/compare/1.11.2...1.12.0)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
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.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:
Expand Down

0 comments on commit a5ff207

Please sign in to comment.