Skip to content

Commit

Permalink
Merge pull request #405 from Workiva/release-7_1_3
Browse files Browse the repository at this point in the history
RM-264497 Release react-dart 7.1.3
  • Loading branch information
rmconsole6-wk authored Jul 9, 2024
2 parents 55c4958 + b04cdfa commit c0da27b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 7.1.3
- Internal release tooling changes

## 7.1.2
- Internal release tooling changes

## 7.1.1
- Internal release tooling changes
- Tests - switch from mockito to mocktail

## 7.1.0

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).
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: react
version: 7.1.2
version: 7.1.3
description: Bindings of the ReactJS library for building interactive interfaces.
homepage: https://github.com/cleandart/react-dart
environment:
Expand Down

0 comments on commit c0da27b

Please sign in to comment.