From 5d361235e3ef474b30ab624a00664ebc471d4e30 Mon Sep 17 00:00:00 2001 From: rmconsole-readonly-wk Date: Thu, 11 Aug 2022 17:53:28 +0000 Subject: [PATCH 1/2] react-dart_6.1.7 --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 634a8e01..4cbf1344 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: react -version: 6.1.6 +version: 6.1.7 description: Bindings of the ReactJS library for building interactive interfaces. homepage: https://github.com/cleandart/react-dart environment: From 79b7f163135c8630e592fff4c254ae798fc99a9c Mon Sep 17 00:00:00 2001 From: Greg Littlefield Date: Thu, 11 Aug 2022 10:57:16 -0700 Subject: [PATCH 2/2] Update changelog for 6.1.7 --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba448f7c..8d0ad59b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,10 @@ -## [6.1.6](https://github.com/cleandart/react-dart/compare/6.1.5...6.1.6)## +## [6.1.7](https://github.com/cleandart/react-dart/compare/6.1.6...6.1.7) +- [#344] Fix identityHashCode error when forwarding props containing JSX children + +## [6.1.6](https://github.com/cleandart/react-dart/compare/6.1.5...6.1.6) - [#336] Publish JS bundles to Workiva CDN -## [6.1.5](https://github.com/cleandart/react-dart/compare/6.1.4...6.1.5)## +## [6.1.5](https://github.com/cleandart/react-dart/compare/6.1.4...6.1.5) - [#333] Remove old, unused file from bin/ ## [6.1.4](https://github.com/cleandart/react-dart/compare/6.1.3...6.1.4)