Skip to content

Commit aaf45ae

Browse files
Version release (#3793)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent c926097 commit aaf45ae

File tree

6 files changed

+21
-19
lines changed

6 files changed

+21
-19
lines changed

.changeset/afraid-cooks-nail.md

-8
This file was deleted.

.changeset/little-dancers-breathe.md

-8
This file was deleted.

packages/mobx-react/CHANGELOG.md

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

3+
## 9.1.0
4+
5+
### Minor Changes
6+
7+
- [`c9260974`](https://github.com/mobxjs/mobx/commit/c9260974f726f58de0fd4974ea024c644d9b7c6f) [#3790](https://github.com/mobxjs/mobx/pull/3790) Thanks [@mweststrate](https://github.com/mweststrate)! - Added support for modern 2022.3 Decorators. [#3790](https://github.com/mobxjs/mobx/pull/3790)
8+
- [Installation / usage instruction](https://mobx.js.org/enabling-decorators.html).
9+
- [Introduction announcement](https://michel.codes/blogs/mobx-decorators)
10+
- Original PR by [@Matchlighter](https://github.com/Matchlighter) in [#3638](https://github.com/mobxjs/mobx/pull/3638),
11+
312
## 9.0.2
413

514
### Patch Changes

packages/mobx-react/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mobx-react",
3-
"version": "9.0.2",
3+
"version": "9.1.0",
44
"description": "React bindings for MobX. Create fully reactive components.",
55
"source": "src/index.ts",
66
"main": "dist/index.js",
@@ -51,7 +51,7 @@
5151
}
5252
},
5353
"devDependencies": {
54-
"mobx": "^6.10.1",
54+
"mobx": "^6.11.0",
5555
"mobx-react-lite": "^4.0.4",
5656
"expose-gc": "^1.0.0"
5757
},

packages/mobx/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# mobx
22

3+
## 6.11.0
4+
5+
### Minor Changes
6+
7+
- [`c9260974`](https://github.com/mobxjs/mobx/commit/c9260974f726f58de0fd4974ea024c644d9b7c6f) [#3790](https://github.com/mobxjs/mobx/pull/3790) Thanks [@mweststrate](https://github.com/mweststrate)! - Added support for modern 2022.3 Decorators. [#3790](https://github.com/mobxjs/mobx/pull/3790)
8+
- [Installation / usage instruction](https://mobx.js.org/enabling-decorators.html).
9+
- [Introduction announcement](https://michel.codes/blogs/mobx-decorators)
10+
- Original PR by [@Matchlighter](https://github.com/Matchlighter) in [#3638](https://github.com/mobxjs/mobx/pull/3638),
11+
312
## 6.10.2
413

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

0 commit comments

Comments
 (0)