From e0cb36755b89b25fa138dcd25c225bd5b99bf940 Mon Sep 17 00:00:00 2001 From: pavanpodila Date: Fri, 18 Nov 2022 07:55:03 +0530 Subject: [PATCH] updating versions of mobx and mobx_codegen --- mobx/CHANGELOG.md | 4 +++- mobx/lib/version.dart | 2 +- mobx/pubspec.yaml | 2 +- mobx_codegen/CHANGELOG.md | 3 ++- mobx_codegen/lib/version.dart | 2 +- mobx_codegen/pubspec.yaml | 2 +- 6 files changed, 9 insertions(+), 6 deletions(-) diff --git a/mobx/CHANGELOG.md b/mobx/CHANGELOG.md index 9a40ef47b..5ed353fba 100644 --- a/mobx/CHANGELOG.md +++ b/mobx/CHANGELOG.md @@ -1,6 +1,7 @@ -## 2.1.2 +## 2.1.2 - 2.1.3 - Fix tests in dart 2.19 - [@amondnet](https://github.com/amondnet) +- Dart formatting fixes ## 2.1.1 @@ -10,6 +11,7 @@ - `ObservableSet` now uses `Set` to maintain order of iteration - `ObservableSet.linkedHashSetFrom()` removed. Use `ObservableSet()` or `ObservableSet.of()` instead. + ## 2.0.7+7 - Moved the version into its own file (`version.dart`) and exported from the main library file diff --git a/mobx/lib/version.dart b/mobx/lib/version.dart index ddccdbb3f..34cc06f1b 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.1.2'; +const version = '2.1.3'; diff --git a/mobx/pubspec.yaml b/mobx/pubspec.yaml index 3112e93d3..fb1ad30cf 100644 --- a/mobx/pubspec.yaml +++ b/mobx/pubspec.yaml @@ -1,5 +1,5 @@ name: mobx -version: 2.1.2 +version: 2.1.3 description: "MobX is a library for reactively managing the state of your applications. Use the power of observables, actions, and reactions to supercharge your Dart and Flutter apps." homepage: https://github.com/mobxjs/mobx.dart diff --git a/mobx_codegen/CHANGELOG.md b/mobx_codegen/CHANGELOG.md index 394e3cb49..52aa13ec9 100644 --- a/mobx_codegen/CHANGELOG.md +++ b/mobx_codegen/CHANGELOG.md @@ -1,6 +1,7 @@ -## 2.1.0 +## 2.1.0 - 2.1.1 - Update analyzer version to `>=4.4.0 <6.0.0` +- Dart formatting fixes ## 2.0.7+2 - 2.0.7+3 diff --git a/mobx_codegen/lib/version.dart b/mobx_codegen/lib/version.dart index 53a13d259..416e1234e 100644 --- a/mobx_codegen/lib/version.dart +++ b/mobx_codegen/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.1.0'; +const version = '2.1.1'; diff --git a/mobx_codegen/pubspec.yaml b/mobx_codegen/pubspec.yaml index 9fc17abb3..4395840fb 100644 --- a/mobx_codegen/pubspec.yaml +++ b/mobx_codegen/pubspec.yaml @@ -1,6 +1,6 @@ name: mobx_codegen description: Code generator for MobX that adds support for annotating your code with @observable, @computed, @action and also creating Store classes. -version: 2.1.0 +version: 2.1.1 homepage: https://github.com/mobxjs/mobx.dart issue_tracker: https://github.com/mobxjs/mobx.dart/issues