diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b0767c4..3f04c1c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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). diff --git a/pubspec.yaml b/pubspec.yaml index 204c8eaa..be66f6be 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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: