Skip to content

Commit c0da27b

Browse files
Merge pull request #405 from Workiva/release-7_1_3
RM-264497 Release react-dart 7.1.3
2 parents 55c4958 + b04cdfa commit c0da27b

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

Diff for: CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 7.1.3
2+
- Internal release tooling changes
3+
4+
## 7.1.2
5+
- Internal release tooling changes
6+
7+
## 7.1.1
8+
- Internal release tooling changes
9+
- Tests - switch from mockito to mocktail
10+
111
## 7.1.0
212

313
Add a new `ReactNode` type, which aliases `Object?` to mimic [the React JS Typescript type](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/react/v17/index.d.ts#L214).

Diff for: pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: react
2-
version: 7.1.2
2+
version: 7.1.3
33
description: Bindings of the ReactJS library for building interactive interfaces.
44
homepage: https://github.com/cleandart/react-dart
55
environment:

0 commit comments

Comments
 (0)