Skip to content

Commit

Permalink
Version release (#3413)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored May 23, 2022
1 parent 1470b8e commit 9415845
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/fifty-llamas-fail.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/good-toes-wave.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/mobx-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# mobx-react

## 7.5.0

### Minor Changes

- [`1470b8e4`](https://github.com/mobxjs/mobx/commit/1470b8e4273d6b4046f3107b7f6c30fcffc70eeb) [#3404](https://github.com/mobxjs/mobx/pull/3404) Thanks [@pixelkritzel](https://github.com/pixelkritzel)! - `this.context` is observable if static contextType is set

## 7.4.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/mobx-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mobx-react",
"version": "7.4.0",
"version": "7.5.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.4.0",
"mobx": "^6.6.0",
"mobx-react-lite": "^3.4.0"
},
"keywords": [
Expand Down
6 changes: 6 additions & 0 deletions packages/mobx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# mobx

## 6.6.0

### Minor Changes

- [`8e204c7b`](https://github.com/mobxjs/mobx/commit/8e204c7b7d1dbad597761fa83beda77f027ee34c) [#3409](https://github.com/mobxjs/mobx/pull/3409) Thanks [@Nokel81](https://github.com/Nokel81)! - Remove observable.box type inconsistancy

## 6.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/mobx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mobx",
"version": "6.5.0",
"version": "6.6.0",
"description": "Simple, scalable state management.",
"source": "src/mobx.ts",
"main": "dist/index.js",
Expand Down

0 comments on commit 9415845

Please sign in to comment.