diff --git a/.changeset/bright-pianos-divide.md b/.changeset/bright-pianos-divide.md deleted file mode 100644 index 893f63f71c..0000000000 --- a/.changeset/bright-pianos-divide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"mobx": patch ---- - -fix #3595 onBecomeObserved is not called for ObservableSet diff --git a/.changeset/nasty-cycles-provide.md b/.changeset/nasty-cycles-provide.md deleted file mode 100644 index d188181d90..0000000000 --- a/.changeset/nasty-cycles-provide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"mobx": minor ---- - -Do not expose the methods `observe_` or `intercept_` on computed values and observable values. diff --git a/.changeset/quiet-kiwis-rhyme.md b/.changeset/quiet-kiwis-rhyme.md deleted file mode 100644 index c970fa3ceb..0000000000 --- a/.changeset/quiet-kiwis-rhyme.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"mobx": patch ---- - -fix #3582: AbortSignal leaks @types/node diff --git a/.changeset/smooth-numbers-remember.md b/.changeset/smooth-numbers-remember.md deleted file mode 100644 index 9184af0143..0000000000 --- a/.changeset/smooth-numbers-remember.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"mobx": patch ---- - -Restore generic types for newValue and oldValue on IValueDidChange and IBoxDidChange. diff --git a/packages/mobx/CHANGELOG.md b/packages/mobx/CHANGELOG.md index cf95705c84..bff23467b4 100644 --- a/packages/mobx/CHANGELOG.md +++ b/packages/mobx/CHANGELOG.md @@ -1,5 +1,19 @@ # mobx +## 6.8.0 + +### Minor Changes + +- [`fed3ff14`](https://github.com/mobxjs/mobx/commit/fed3ff14ca4dcbc788c4678e6d3f4edf747ffdb0) [#3608](https://github.com/mobxjs/mobx/pull/3608) Thanks [@emereum](https://github.com/emereum)! - Do not expose the methods `observe_` or `intercept_` on computed values and observable values. + +### Patch Changes + +- [`42f8ac05`](https://github.com/mobxjs/mobx/commit/42f8ac057ec70c508232339016cc7249123f0fd0) [#3596](https://github.com/mobxjs/mobx/pull/3596) Thanks [@urugator](https://github.com/urugator)! - fix #3595 onBecomeObserved is not called for ObservableSet + +* [`2bccc5b3`](https://github.com/mobxjs/mobx/commit/2bccc5b3ca1df6444c942c715718519d590281e0) [#3583](https://github.com/mobxjs/mobx/pull/3583) Thanks [@urugator](https://github.com/urugator)! - fix #3582: AbortSignal leaks @types/node + +- [`7095fa45`](https://github.com/mobxjs/mobx/commit/7095fa4569afb538b7f153ce2b2a8078f2dbe1fc) [#3609](https://github.com/mobxjs/mobx/pull/3609) Thanks [@emereum](https://github.com/emereum)! - Restore generic types for newValue and oldValue on IValueDidChange and IBoxDidChange. + ## 6.7.0 ### Minor Changes diff --git a/packages/mobx/package.json b/packages/mobx/package.json index e79866f549..3df884d148 100644 --- a/packages/mobx/package.json +++ b/packages/mobx/package.json @@ -1,6 +1,6 @@ { "name": "mobx", - "version": "6.7.0", + "version": "6.8.0", "description": "Simple, scalable state management.", "source": "src/mobx.ts", "main": "dist/index.js",