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 May 2, 2022
1 parent 4c5e75c commit 896ed80
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 10 deletions.
6 changes: 0 additions & 6 deletions .changeset/brown-camels-smash.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.4.0

### Minor Changes

- [`4c5e75cd`](https://github.com/mobxjs/mobx/commit/4c5e75cdfec08c04ad774c70dca0629bd2c77016) [#3382](https://github.com/mobxjs/mobx/pull/3382) Thanks [@iChenLei](https://github.com/iChenLei)! - replace the deprecated react type definition with recommended type definition

## 3.3.0

### Minor 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.3.0",
"version": "3.4.0",
"description": "Lightweight React bindings for MobX based on React 16.8+ and Hooks",
"source": "src/index.ts",
"main": "dist/index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/mobx-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# mobx-react

## 7.4.0

### Minor Changes

- [`4c5e75cd`](https://github.com/mobxjs/mobx/commit/4c5e75cdfec08c04ad774c70dca0629bd2c77016) [#3382](https://github.com/mobxjs/mobx/pull/3382) Thanks [@iChenLei](https://github.com/iChenLei)! - replace the deprecated react type definition with recommended type definition

### Patch Changes

- Updated dependencies [[`4c5e75cd`](https://github.com/mobxjs/mobx/commit/4c5e75cdfec08c04ad774c70dca0629bd2c77016)]:
- mobx-react-lite@3.4.0

## 7.3.0

### Minor 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.3.0",
"version": "7.4.0",
"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": "https://mobx.js.org",
"dependencies": {
"mobx-react-lite": "^3.3.0"
"mobx-react-lite": "^3.4.0"
},
"peerDependencies": {
"mobx": "^6.1.0",
Expand All @@ -52,7 +52,7 @@
},
"devDependencies": {
"mobx": "^6.4.0",
"mobx-react-lite": "^3.3.0"
"mobx-react-lite": "^3.4.0"
},
"keywords": [
"mobx",
Expand Down

0 comments on commit 896ed80

Please sign in to comment.