Skip to content

Commit 5f44d7c

Browse files
Version release (#4536)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 54e3f71 commit 5f44d7c

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/set-interceptors.md

-5
This file was deleted.

packages/mobx/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# mobx
22

3+
## 6.13.7
4+
5+
### Patch Changes
6+
7+
- [`54e3f71ca02f09b3107290f18d8484b70a6e2f0b`](https://github.com/mobxjs/mobx/commit/54e3f71ca02f09b3107290f18d8484b70a6e2f0b) [#4528](https://github.com/mobxjs/mobx/pull/4528) Thanks [@k-g-a](https://github.com/k-g-a)! - Fix observable.set not respecting the new value from interceptors
8+
39
## 6.13.6
410

511
### Patch Changes

packages/mobx/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mobx",
3-
"version": "6.13.6",
3+
"version": "6.13.7",
44
"description": "Simple, scalable state management.",
55
"source": "src/mobx.ts",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)