Skip to content

Commit

Permalink
Version release (#3793)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Nov 11, 2023
1 parent c926097 commit aaf45ae
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 19 deletions.
8 changes: 0 additions & 8 deletions .changeset/afraid-cooks-nail.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/little-dancers-breathe.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/mobx-react/CHANGELOG.md
@@ -1,5 +1,14 @@
# mobx-react

## 9.1.0

### Minor Changes

- [`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)
- [Installation / usage instruction](https://mobx.js.org/enabling-decorators.html).
- [Introduction announcement](https://michel.codes/blogs/mobx-decorators)
- Original PR by [@Matchlighter](https://github.com/Matchlighter) in [#3638](https://github.com/mobxjs/mobx/pull/3638),

## 9.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/mobx-react/package.json
@@ -1,6 +1,6 @@
{
"name": "mobx-react",
"version": "9.0.2",
"version": "9.1.0",
"description": "React bindings for MobX. Create fully reactive components.",
"source": "src/index.ts",
"main": "dist/index.js",
Expand Down Expand Up @@ -51,7 +51,7 @@
}
},
"devDependencies": {
"mobx": "^6.10.1",
"mobx": "^6.11.0",
"mobx-react-lite": "^4.0.4",
"expose-gc": "^1.0.0"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/mobx/CHANGELOG.md
@@ -1,5 +1,14 @@
# mobx

## 6.11.0

### Minor Changes

- [`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)
- [Installation / usage instruction](https://mobx.js.org/enabling-decorators.html).
- [Introduction announcement](https://michel.codes/blogs/mobx-decorators)
- Original PR by [@Matchlighter](https://github.com/Matchlighter) in [#3638](https://github.com/mobxjs/mobx/pull/3638),

## 6.10.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/mobx/package.json
@@ -1,6 +1,6 @@
{
"name": "mobx",
"version": "6.11.0-pre",
"version": "6.11.0",
"description": "Simple, scalable state management.",
"source": "src/mobx.ts",
"main": "dist/index.js",
Expand Down

0 comments on commit aaf45ae

Please sign in to comment.