Skip to content

Commit

Permalink
Version release (#2634)
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] authored Jan 23, 2021
1 parent 4ebf596 commit 5ce0334
Show file tree
Hide file tree
Showing 16 changed files with 51 additions and 52 deletions.
5 changes: 0 additions & 5 deletions .changeset/calm-camels-learn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/calm-files-nail.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gorgeous-coats-rest.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/olive-spies-cry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/plenty-beers-sleep.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/proud-tips-bathe.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rude-berries-stare.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/sweet-shrimps-float.md

This file was deleted.

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

## 3.1.7

### Patch Changes

- [`592e6e99`](https://github.com/mobxjs/mobx/commit/592e6e996c2d5264e162cfb0921a071c1d815c92) [#2743](https://github.com/mobxjs/mobx/pull/2743) Thanks [@vkrol](https://github.com/vkrol)! - Remove `sideEffects` section in `mobx-react-lite` `package.json`

- Updated dependencies [[`6b304232`](https://github.com/mobxjs/mobx/commit/6b30423266e5418a3f20389d0bd0eae31f3384d2), [`83b84fd3`](https://github.com/mobxjs/mobx/commit/83b84fd354f2253fdd8ea556e217a92fc2633c00), [`65c7b73b`](https://github.com/mobxjs/mobx/commit/65c7b73b7f0b1a69a1a2786b5f484419d129d10b), [`989390d4`](https://github.com/mobxjs/mobx/commit/989390d46bbe9941b61ac6c6d1292f96445e7cc3), [`dea1cf18`](https://github.com/mobxjs/mobx/commit/dea1cf189b0f43929f4f626229d34a80bd10212e), [`592e6e99`](https://github.com/mobxjs/mobx/commit/592e6e996c2d5264e162cfb0921a071c1d815c92)]:
- mobx@6.0.5

## 3.1.6

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions 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.6",
"version": "3.1.7",
"description": "Lightweight React bindings for MobX based on React 16.8+ and Hooks",
"source": "src/index.ts",
"main": "dist/index.js",
Expand Down Expand Up @@ -38,7 +38,7 @@
"homepage": "https://mobx.js.org",
"dependencies": {},
"peerDependencies": {
"mobx": "^6.0.4",
"mobx": "^6.0.5",
"react": "^16.8.0 || ^17"
},
"peerDependenciesMeta": {
Expand All @@ -50,7 +50,7 @@
}
},
"devDependencies": {
"mobx": "^6.0.4",
"mobx": "^6.0.5",
"expose-gc": "^1.0.0"
},
"keywords": [
Expand Down
10 changes: 10 additions & 0 deletions packages/mobx-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# mobx-react

## 7.0.6

### Patch Changes

- [`592e6e99`](https://github.com/mobxjs/mobx/commit/592e6e996c2d5264e162cfb0921a071c1d815c92) [#2743](https://github.com/mobxjs/mobx/pull/2743) Thanks [@vkrol](https://github.com/vkrol)! - Remove `sideEffects` section in `mobx-react-lite` `package.json`

- Updated dependencies [[`6b304232`](https://github.com/mobxjs/mobx/commit/6b30423266e5418a3f20389d0bd0eae31f3384d2), [`83b84fd3`](https://github.com/mobxjs/mobx/commit/83b84fd354f2253fdd8ea556e217a92fc2633c00), [`65c7b73b`](https://github.com/mobxjs/mobx/commit/65c7b73b7f0b1a69a1a2786b5f484419d129d10b), [`989390d4`](https://github.com/mobxjs/mobx/commit/989390d46bbe9941b61ac6c6d1292f96445e7cc3), [`dea1cf18`](https://github.com/mobxjs/mobx/commit/dea1cf189b0f43929f4f626229d34a80bd10212e), [`592e6e99`](https://github.com/mobxjs/mobx/commit/592e6e996c2d5264e162cfb0921a071c1d815c92)]:
- mobx@6.0.5
- mobx-react-lite@3.1.7

## 7.0.5

### Patch Changes
Expand Down
10 changes: 5 additions & 5 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.5",
"version": "7.0.6",
"description": "React bindings for MobX. Create fully reactive components.",
"source": "src/index.ts",
"main": "dist/index.js",
Expand Down Expand Up @@ -36,10 +36,10 @@
},
"homepage": "http://mobx.js.org/",
"dependencies": {
"mobx-react-lite": "^3.1.6"
"mobx-react-lite": "^3.1.7"
},
"peerDependencies": {
"mobx": "^6.0.4",
"mobx": "^6.0.5",
"react": "^16.8.0 || ^17"
},
"peerDependenciesMeta": {
Expand All @@ -51,8 +51,8 @@
}
},
"devDependencies": {
"mobx": "^6.0.4",
"mobx-react-lite": "^3.1.6"
"mobx": "^6.0.5",
"mobx-react-lite": "^3.1.7"
},
"keywords": [
"mobx",
Expand Down
6 changes: 6 additions & 0 deletions packages/mobx-undecorate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# mobx-undecorate

## 1.0.5

### Patch Changes

- [`695108c3`](https://github.com/mobxjs/mobx/commit/695108c38d60a05cc9cef01b07e06109b1333017) [#2727](https://github.com/mobxjs/mobx/pull/2727) Thanks [@vkrol](https://github.com/vkrol)! - Do not create generic arguments if `keepDecorators` passed

## 1.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/mobx-undecorate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mobx-undecorate",
"version": "1.0.4",
"version": "1.0.5",
"description": "Migrate MobX 4/5 to MobX 6",
"bin": "cli.js",
"repository": {
Expand Down
16 changes: 16 additions & 0 deletions packages/mobx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# mobx

## 6.0.5

### Patch Changes

- [`6b304232`](https://github.com/mobxjs/mobx/commit/6b30423266e5418a3f20389d0bd0eae31f3384d2) [#2644](https://github.com/mobxjs/mobx/pull/2644) Thanks [@rokoroku](https://github.com/rokoroku)! - Fix broken error reference in errors.ts

* [`83b84fd3`](https://github.com/mobxjs/mobx/commit/83b84fd354f2253fdd8ea556e217a92fc2633c00) [#2740](https://github.com/mobxjs/mobx/pull/2740) Thanks [@iChenLei](https://github.com/iChenLei)! - Infer optional / promise `action` args type correctly

- [`65c7b73b`](https://github.com/mobxjs/mobx/commit/65c7b73b7f0b1a69a1a2786b5f484419d129d10b) [#2717](https://github.com/mobxjs/mobx/pull/2717) Thanks [@ahoisl](https://github.com/ahoisl)! - The TypeScript type `CreateObservableOptions` is now exported.

* [`989390d4`](https://github.com/mobxjs/mobx/commit/989390d46bbe9941b61ac6c6d1292f96445e7cc3) [#2594](https://github.com/mobxjs/mobx/pull/2594) Thanks [@urugator](https://github.com/urugator)! - Fixed [#2579](https://github.com/mobxjs/mobx/issues/2579) - `observable` does not ignore class instances

- [`dea1cf18`](https://github.com/mobxjs/mobx/commit/dea1cf189b0f43929f4f626229d34a80bd10212e) [#2726](https://github.com/mobxjs/mobx/pull/2726) Thanks [@mweststrate](https://github.com/mweststrate)! - fix: `onBecomeObserved` was not triggered correctly for computed dependencies of computeds. Fixes #2686, #2667

* [`592e6e99`](https://github.com/mobxjs/mobx/commit/592e6e996c2d5264e162cfb0921a071c1d815c92) [#2743](https://github.com/mobxjs/mobx/pull/2743) Thanks [@vkrol](https://github.com/vkrol)! - Remove `sideEffects` section in `mobx-react-lite` `package.json`

> 🚨🚨🚨 If you are upgrading from V4/V5, please follow [the migration guide](https://mobx.js.org/migrating-from-4-or-5.html).
## 6.0.4
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.0.4",
"version": "6.0.5",
"description": "Simple, scalable state management.",
"source": "src/mobx.ts",
"main": "dist/index.js",
Expand Down

0 comments on commit 5ce0334

Please sign in to comment.