Skip to content

Commit

Permalink
Version release (#3722)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 18, 2023
1 parent bebd5f0 commit ee09a67
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/big-ducks-jog.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thirty-tools-confess.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/mobx/CHANGELOG.md
@@ -1,5 +1,15 @@
# mobx

## 6.10.0

### Minor Changes

- [`bebd5f05`](https://github.com/mobxjs/mobx/commit/bebd5f0507a109145f401c78630ed9d59e4a1101) [#3727](https://github.com/mobxjs/mobx/pull/3727) Thanks [@rluvaton](https://github.com/rluvaton)! - Added support for `signal` (AbortSignal) in `autorun`, `reaction` and sync `when` options to dispose them

### Patch Changes

- [`55f78ddc`](https://github.com/mobxjs/mobx/commit/55f78ddc20e84f38a7aa88b99a51ad994e558241) [#3717](https://github.com/mobxjs/mobx/pull/3717) Thanks [@liucan233](https://github.com/liucan233)! - remove proxy option for makeObservable and makeAutoObservable

## 6.9.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/mobx/package.json
@@ -1,6 +1,6 @@
{
"name": "mobx",
"version": "6.9.1",
"version": "6.10.0",
"description": "Simple, scalable state management.",
"source": "src/mobx.ts",
"main": "dist/index.js",
Expand Down

0 comments on commit ee09a67

Please sign in to comment.