Skip to content

Commit

Permalink
v1.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviergonz committed Sep 12, 2024
1 parent 57a19ea commit 5e18679
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## 1.11.1

- Fix for `onChildAttachedTo` firing for current children even when `fireForCurrentChildren` was set to false.

## 1.11.0

- Fixed some types so they are compatible with TypeScript 5.6.
Expand Down
2 changes: 1 addition & 1 deletion packages/lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mobx-keystone",
"version": "1.11.0",
"version": "1.11.1",
"description": "A MobX powered state management solution based on data trees with first class support for TypeScript, snapshots, patches and much more",
"keywords": [
"mobx",
Expand Down

0 comments on commit 5e18679

Please sign in to comment.