Skip to content

Commit e3f26fc

Browse files
Version release (#3987)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 2587df3 commit e3f26fc

File tree

5 files changed

+21
-10
lines changed

5 files changed

+21
-10
lines changed

.changeset/unlucky-readers-nail.md

-6
This file was deleted.

packages/mobx-react-lite/CHANGELOG.md

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

3+
## 4.1.0
4+
5+
### Minor Changes
6+
7+
- [`2587df31a1a967a6b385b7ab2d9f0d42fc94e4b0`](https://github.com/mobxjs/mobx/commit/2587df31a1a967a6b385b7ab2d9f0d42fc94e4b0) [#3985](https://github.com/mobxjs/mobx/pull/3985) Thanks [@imjordanxd](https://github.com/imjordanxd)! - \* Added React 19 support, fixes #3986
8+
39
## 4.0.7
410

511
### Patch Changes

packages/mobx-react-lite/package.json

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

packages/mobx-react/CHANGELOG.md

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

3+
## 9.2.0
4+
5+
### Minor Changes
6+
7+
- [`2587df31a1a967a6b385b7ab2d9f0d42fc94e4b0`](https://github.com/mobxjs/mobx/commit/2587df31a1a967a6b385b7ab2d9f0d42fc94e4b0) [#3985](https://github.com/mobxjs/mobx/pull/3985) Thanks [@imjordanxd](https://github.com/imjordanxd)! - \* Added React 19 support, fixes #3986
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`2587df31a1a967a6b385b7ab2d9f0d42fc94e4b0`](https://github.com/mobxjs/mobx/commit/2587df31a1a967a6b385b7ab2d9f0d42fc94e4b0)]:
12+
13+
314
## 9.1.1
415

516
### Patch Changes

packages/mobx-react/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mobx-react",
3-
"version": "9.1.1",
3+
"version": "9.2.0",
44
"description": "React bindings for MobX. Create fully reactive components.",
55
"source": "src/index.ts",
66
"main": "dist/index.js",
@@ -36,7 +36,7 @@
3636
},
3737
"homepage": "https://mobx.js.org",
3838
"dependencies": {
39-
"mobx-react-lite": "^4.0.7"
39+
"mobx-react-lite": "^4.1.0"
4040
},
4141
"peerDependencies": {
4242
"mobx": "^6.9.0",
@@ -52,7 +52,7 @@
5252
},
5353
"devDependencies": {
5454
"mobx": "^6.12.2",
55-
"mobx-react-lite": "^4.0.7",
55+
"mobx-react-lite": "^4.1.0",
5656
"expose-gc": "^1.0.0"
5757
},
5858
"keywords": [

0 commit comments

Comments
 (0)