Skip to content

Commit 55260aa

Browse files
Version release (#3804)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 86616c1 commit 55260aa

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.changeset/great-trainers-beg.md

-5
This file was deleted.

.changeset/sweet-experts-allow.md

-5
This file was deleted.

packages/mobx/CHANGELOG.md

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

3+
## 6.12.0
4+
5+
### Minor Changes
6+
7+
- [`ec5db592`](https://github.com/mobxjs/mobx/commit/ec5db592d7756826c31e710b1c759d7e9406b153) [#3792](https://github.com/mobxjs/mobx/pull/3792) Thanks [@tonyraoul](https://github.com/tonyraoul)! - Improve observablearray proxy pefromance for es2023.array and es2022.array methods
8+
9+
### Patch Changes
10+
11+
- [`86616c11`](https://github.com/mobxjs/mobx/commit/86616c11c108a511331eb05e55c08fc2c5a23f4d) [#3654](https://github.com/mobxjs/mobx/pull/3654) Thanks [@ahoisl](https://github.com/ahoisl)! - fix: action transparently forwards toString of underlying function
12+
313
## 6.11.0
414

515
### Minor 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.11.0",
3+
"version": "6.12.0",
44
"description": "Simple, scalable state management.",
55
"source": "src/mobx.ts",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)