From 617a0931fb43907b746b4e5eb687ed8745b42974 Mon Sep 17 00:00:00 2001 From: rmconsole-readonly-wk Date: Tue, 6 Dec 2022 18:01:31 +0000 Subject: [PATCH 1/2] react-dart_6.1.8 --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 4cbf1344..166b9824 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: react -version: 6.1.7 +version: 6.1.8 description: Bindings of the ReactJS library for building interactive interfaces. homepage: https://github.com/cleandart/react-dart environment: From cdf8fb06a72b7c72cbef3f037e7f187c592a659a Mon Sep 17 00:00:00 2001 From: sydneyjodon-wk <51122966+sydneyjodon-wk@users.noreply.github.com> Date: Tue, 6 Dec 2022 11:04:16 -0700 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d0ad59b..598c12d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## [6.1.8](https://github.com/cleandart/react-dart/compare/6.1.7...6.1.8) +- [#350] Return `jsUndefined` instead of `null` when children prop is empty + ## [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