Skip to content

Commit

Permalink
Version release (#2603)
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 7, 2020
1 parent b7aa9d3 commit 5399d46
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 10 deletions.
6 changes: 0 additions & 6 deletions .changeset/five-students-sneeze.md

This file was deleted.

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

## 3.1.3

### Patch Changes

- [`b7aa9d35`](https://github.com/mobxjs/mobx/commit/b7aa9d35432888ee5dd80a6c9dcbc18b04a0346c) Thanks [@FredyC](https://github.com/FredyC)! - Fixed wrong package name for dist files

## 3.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/mobx-react-lite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mobx-react-lite",
"version": "3.1.2",
"version": "3.1.3",
"description": "Lightweight React bindings for MobX based on React 16.8+ and Hooks",
"source": "src/index.ts",
"main": "dist/index.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/mobx-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# mobx-react

## 7.0.3

### Patch Changes

- [`b7aa9d35`](https://github.com/mobxjs/mobx/commit/b7aa9d35432888ee5dd80a6c9dcbc18b04a0346c) Thanks [@FredyC](https://github.com/FredyC)! - Fixed wrong package name for dist files

- Updated dependencies [[`b7aa9d35`](https://github.com/mobxjs/mobx/commit/b7aa9d35432888ee5dd80a6c9dcbc18b04a0346c)]:
- mobx-react-lite@3.1.3

## 7.0.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.0.2",
"version": "7.0.3",
"description": "React bindings for MobX. Create fully reactive components.",
"source": "src/index.ts",
"main": "dist/index.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
},
"homepage": "http://mobx.js.org/",
"dependencies": {
"mobx-react-lite": "^3.1.2"
"mobx-react-lite": "^3.1.3"
},
"peerDependencies": {
"mobx": "^6.0.0",
Expand All @@ -52,7 +52,7 @@
},
"devDependencies": {
"mobx": "^6.0.0",
"mobx-react-lite": "^3.1.2"
"mobx-react-lite": "^3.1.3"
},
"keywords": [
"mobx",
Expand Down

0 comments on commit 5399d46

Please sign in to comment.