Skip to content

Commit ed9ab96

Browse files
Version release (#3928)
1 parent a1cf2c6 commit ed9ab96

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/soft-beans-dream.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.3
4+
5+
### Patch Changes
6+
7+
- [`a1cf2c63ef92d3d42a5b42a23ff6c7a745664cfd`](https://github.com/mobxjs/mobx/commit/a1cf2c63ef92d3d42a5b42a23ff6c7a745664cfd) [#3902](https://github.com/mobxjs/mobx/pull/3902) Thanks [@jzhan-canva](https://github.com/jzhan-canva)! - Fix 2022.3 @action decorators on fields no longer require makeObservable
8+
39
## 6.13.2
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.2",
3+
"version": "6.13.3",
44
"description": "Simple, scalable state management.",
55
"source": "src/mobx.ts",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)