Skip to content

Commit 7132149

Browse files
authored
Merge pull request #67 from Workiva/1.9.1-wip
WP-4048 UIP-2262 Release over_react 1.9.2
2 parents ada853b + 72453c0 commit 7132149

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

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

33

4+
## 1.9.2
5+
6+
> [Complete `1.9.2` Changeset](https://github.com/Workiva/over_react/compare/1.9.1...1.9.2)
7+
8+
__Dependency updates__
9+
10+
* analyzer `>=0.26.1+3 <0.31.0` (was `>=0.26.1+3 <0.30.0`)
11+
12+
&nbsp;
13+
414
## 1.9.1
515

616
> [Complete `1.9.1` Changeset](https://github.com/Workiva/over_react/compare/1.9.0...1.9.1)

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: over_react
2-
version: 1.9.1
2+
version: 1.9.2
33
description: A library for building statically-typed React UI components using Dart.
44
homepage: https://github.com/Workiva/over_react/
55
authors:
66
- Workiva UI Platform Team <uip@workiva.com>
77
environment:
88
sdk: ">=1.21.1"
99
dependencies:
10-
analyzer: ">=0.26.1+3 <0.30.0"
10+
analyzer: ">=0.26.1+3 <0.31.0"
1111
barback: "^0.15.0"
1212
meta: "^1.0.4"
1313
react: "^3.1.0"

0 commit comments

Comments
 (0)