From a709c22801ccb3bfdc6b8d23c2c1bbfbebcaa1ce Mon Sep 17 00:00:00 2001 From: Minsu Lee Date: Thu, 2 Nov 2023 23:36:28 +0900 Subject: [PATCH] Avoid unnecessary observable notifications of `Iterable` or `Map` fields --- mobx/lib/version.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobx/lib/version.dart b/mobx/lib/version.dart index ebfac1c1..ff46c3cb 100644 --- a/mobx/lib/version.dart +++ b/mobx/lib/version.dart @@ -1,4 +1,4 @@ // Generated via set_version.dart. !!!DO NOT MODIFY BY HAND!!! /// The current version as per `pubspec.yaml`. -const version = '2.2.1'; +const version = '2.2.2';