Skip to content

Commit a341ce8

Browse files
authored
Merge pull request #102 from aaronlademann-wf/1.15.1-rc
UIP-2546 Release OverReact 1.15.1
2 parents b370c39 + f165bf1 commit a341ce8

4 files changed

Lines changed: 15 additions & 3 deletions

File tree

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
language: dart
2+
dist: precise
23
dart:
3-
- "1.23.0"
4+
- "1.24.2"
45
with_content_shell: true
56
before_install:
67
- export DISPLAY=:99.0

CHANGELOG.md

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

3+
## 1.15.1
4+
5+
> [Complete `1.15.1` Changeset](https://github.com/Workiva/over_react/compare/1.15.0...1.15.1)
6+
7+
__Tech Debt__
8+
9+
* [#97]: Improve some documentation comments.
10+
* [#95]: Move internal test utils to [over_react_test](https://github.com/Workiva/over_react_test/pull/11), and consume them.
11+
12+
 
13+
314
## 1.15.0
415

516
> [Complete `1.15.0` Changeset](https://github.com/Workiva/over_react/compare/1.14.0...1.15.0)

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.15.0"
45+
over_react: "^1.15.1"
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.15.0
2+
version: 1.15.1
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)