Skip to content

Commit e431554

Browse files
committed
chore: bump version to 2.3.1 and update changelog with bug fix for preserving stacktrace in Computed and Reaction functions
1 parent 567132c commit e431554

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

mobx/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.3.1
2+
3+
- Fix preserving stacktrace in Computed and Reaction when exception thrown inside argument function
4+
15
## 2.3.0+1
26

37
- `pubspec.yaml` updated to include homepage and topics

mobx/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: mobx
2-
version: 2.3.0+1
2+
version: 2.3.1
33
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."
44

55
repository: https://github.com/mobxjs/mobx.dart

0 commit comments

Comments
 (0)