Skip to content

Commit 79fe384

Browse files
Version release (#3851)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 61abc53 commit 79fe384

File tree

9 files changed

+32
-24
lines changed

9 files changed

+32
-24
lines changed

.changeset/quiet-bottles-remember.md

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

.changeset/seven-rules-add.md

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

.changeset/short-hats-move.md

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

packages/mobx-react-lite/CHANGELOG.md

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

3+
## 4.0.7
4+
5+
### Patch Changes
6+
7+
- [`61abc53f`](https://github.com/mobxjs/mobx/commit/61abc53ff10554d1d5ce3e85466f6beda4d63fa2) [#3852](https://github.com/mobxjs/mobx/pull/3852) Thanks [@mweststrate](https://github.com/mweststrate)! - Patched the release process, forcing release to get everything in pristine state.
8+
9+
* [`7bbb523a`](https://github.com/mobxjs/mobx/commit/7bbb523a7b81229570e0e2a176b989bfc74c4634) [#3842](https://github.com/mobxjs/mobx/pull/3842) Thanks [@r0b1n](https://github.com/r0b1n)! - Prevent warnings when using `mobx-react-lite` with Rollup
10+
311
## 4.0.6
412

513
### Patch Changes

packages/mobx-react-lite/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mobx-react-lite",
3-
"version": "4.0.6",
3+
"version": "4.0.7",
44
"description": "Lightweight React bindings for MobX based on React 16.8+ and Hooks",
55
"source": "src/index.ts",
66
"main": "dist/index.js",
@@ -52,7 +52,7 @@
5252
}
5353
},
5454
"devDependencies": {
55-
"mobx": "^6.12.1",
55+
"mobx": "^6.12.2",
5656
"expose-gc": "^1.0.0"
5757
},
5858
"keywords": [

packages/mobx-react/CHANGELOG.md

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

3+
## 9.1.1
4+
5+
### Patch Changes
6+
7+
- [`61abc53f`](https://github.com/mobxjs/mobx/commit/61abc53ff10554d1d5ce3e85466f6beda4d63fa2) [#3852](https://github.com/mobxjs/mobx/pull/3852) Thanks [@mweststrate](https://github.com/mweststrate)! - Patched the release process, forcing release to get everything in pristine state.
8+
9+
- Updated dependencies [[`61abc53f`](https://github.com/mobxjs/mobx/commit/61abc53ff10554d1d5ce3e85466f6beda4d63fa2), [`7bbb523a`](https://github.com/mobxjs/mobx/commit/7bbb523a7b81229570e0e2a176b989bfc74c4634)]:
10+
- mobx-react-lite@4.0.7
11+
312
## 9.1.0
413

514
### Minor Changes

packages/mobx-react/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mobx-react",
3-
"version": "9.1.0",
3+
"version": "9.1.1",
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.4"
39+
"mobx-react-lite": "^4.0.7"
4040
},
4141
"peerDependencies": {
4242
"mobx": "^6.9.0",
@@ -51,8 +51,8 @@
5151
}
5252
},
5353
"devDependencies": {
54-
"mobx": "^6.11.0",
55-
"mobx-react-lite": "^4.0.4",
54+
"mobx": "^6.12.2",
55+
"mobx-react-lite": "^4.0.7",
5656
"expose-gc": "^1.0.0"
5757
},
5858
"keywords": [

packages/mobx/CHANGELOG.md

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

3+
## 6.12.2
4+
5+
### Patch Changes
6+
7+
- [`61abc53f`](https://github.com/mobxjs/mobx/commit/61abc53ff10554d1d5ce3e85466f6beda4d63fa2) [#3852](https://github.com/mobxjs/mobx/pull/3852) Thanks [@mweststrate](https://github.com/mweststrate)! - Patched the release process, forcing release to get everything in pristine state.
8+
9+
* [`b28e0ebb`](https://github.com/mobxjs/mobx/commit/b28e0ebbfc9aa11293bc185216da92997e497fd3) [#3816](https://github.com/mobxjs/mobx/pull/3816) Thanks [@barroij](https://github.com/barroij)! - Fix `IReactionDisposer` and `IIsObservableObject` interface definition so that Typescript knows the property key `$mobx` is a symbol and not a string
10+
311
## 6.12.1
412

513
### Patch Changes

packages/mobx/package.json

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

0 commit comments

Comments
 (0)