Skip to content

Commit

Permalink
6.1.6 Version release (#2788)
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 Feb 11, 2021
1 parent 9b195b1 commit 248e25e
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/funny-books-hide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/unlucky-lies-learn.md

This file was deleted.

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.7

### Patch Changes

- [`c6b1c5d4`](https://github.com/mobxjs/mobx/commit/c6b1c5d4062c332cb09fcb6c64ec1d2dee69a7a2) [#2785](https://github.com/mobxjs/mobx/pull/2785) Thanks [@iChenLei](https://github.com/iChenLei)! - add parseTsAsNonJsx flag for mobx-undecorate

## 1.0.6

### 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.6",
"version": "1.0.7",
"description": "Migrate MobX 4/5 to MobX 6",
"bin": "cli.js",
"repository": {
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.1.6

### Patch Changes

- [`9b195b17`](https://github.com/mobxjs/mobx/commit/9b195b17bd661b9c0c4ab3a8ef323e23c2f118e4) [#2780](https://github.com/mobxjs/mobx/pull/2780) Thanks [@iChenLei](https://github.com/iChenLei)! - The overall memory usage of MobX has been reduced in production builds by skipping the generation of debug identifiers. The internal `mapid_` field of Reaction has been removed as part of the change.

## 6.1.5

### Patch 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.1.5",
"version": "6.1.6",
"description": "Simple, scalable state management.",
"source": "src/mobx.ts",
"main": "dist/index.js",
Expand Down

0 comments on commit 248e25e

Please sign in to comment.