Skip to content

Commit 40f6b07

Browse files
Version release (#3765)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 87e5dfb commit 40f6b07

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/light-birds-grow.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/mobx-react-lite/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# mobx-react-lite
22

3+
## 4.0.5
4+
5+
### Patch Changes
6+
7+
- [`87e5dfb5`](https://github.com/mobxjs/mobx/commit/87e5dfb52a84869d62b6343887a1c8659aee595d) [#3763](https://github.com/mobxjs/mobx/pull/3763) Thanks [@mweststrate](https://github.com/mweststrate)! - Switched observer implementation from using global to local state version. Fixes #3728
8+
39
## 4.0.4
410

511
### Patch Changes

packages/mobx-react-lite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mobx-react-lite",
3-
"version": "4.0.4",
3+
"version": "4.0.5",
44
"description": "Lightweight React bindings for MobX based on React 16.8+ and Hooks",
55
"source": "src/index.ts",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)