Skip to content

Commit

Permalink
Version release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 23, 2022
1 parent 05b5315 commit 09c45e9
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/clean-boats-repeat.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/red-cups-yell.md

This file was deleted.

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

## 7.5.3

### Patch Changes

- [`78d1aa23`](https://github.com/mobxjs/mobx/commit/78d1aa2362b4dc5d521518688d6ac7e2d4f7ad3a) [#3458](https://github.com/mobxjs/mobx/pull/3458) Thanks [@egilll](https://github.com/egilll)! - A slight revamp of the README, wording, and clearer links

## 7.5.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/mobx-react/package.json
@@ -1,6 +1,6 @@
{
"name": "mobx-react",
"version": "7.5.2",
"version": "7.5.3",
"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.6.1",
"mobx": "^6.6.2",
"mobx-react-lite": "^3.4.0"
},
"keywords": [
Expand Down
8 changes: 8 additions & 0 deletions packages/mobx/CHANGELOG.md
@@ -1,5 +1,13 @@
# mobx

## 6.6.2

### Patch Changes

- [`b375535c`](https://github.com/mobxjs/mobx/commit/b375535c422453963f5d3485a2ef5233568c12a6) [#3344](https://github.com/mobxjs/mobx/pull/3344) Thanks [@Nokel81](https://github.com/Nokel81)! - Allow readonly tuples as part of IObservableMapInitialValues

* [`78d1aa23`](https://github.com/mobxjs/mobx/commit/78d1aa2362b4dc5d521518688d6ac7e2d4f7ad3a) [#3458](https://github.com/mobxjs/mobx/pull/3458) Thanks [@egilll](https://github.com/egilll)! - A slight revamp of the README, wording, and clearer links

## 6.6.1

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

0 comments on commit 09c45e9

Please sign in to comment.