Skip to content

Commit 0beb273

Browse files
authored
Merge pull request #267 from Workiva/release_over_react_1.33.0
CPLAT-4845 CPLAT-4844 Release over_react 1.33.0
2 parents b420892 + f56c81c commit 0beb273

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## 1.33.0
4+
5+
> [Complete `1.33.0` Changeset](https://github.com/Workiva/over_react/compare/1.32.0...1.33.0)
6+
7+
* [#266] Add `ErrorBoundary` Component
8+
> This component does not actually hook into any ReactJS 16 lifecycle yet. It won't until support for ReactJS 16 is added to react-dart in version 5.0.0, and to over_react in version 3.0.0.
9+
310
## 1.32.0
411

512
> [Complete `1.32.0` Changeset](https://github.com/Workiva/over_react/compare/1.31.0...1.32.0)

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.32.0
2+
version: 1.33.0
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)