Skip to content

Commit

Permalink
Version release (#3194)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 27, 2021
1 parent cd6a6a6 commit 7ffe83d
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/beige-goats-vanish.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/empty-numbers-act.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ninety-rings-move.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/eslint-plugin-mobx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
# eslint-plugin-mobx

## 0.0.3

### Patch Changes

- [`cd6a6a68`](https://github.com/mobxjs/mobx/commit/cd6a6a68245f082bdc35a3109214a5449ef9818d) [#3200](https://github.com/mobxjs/mobx/pull/3200) Thanks [@urugator](https://github.com/urugator)! - fix package.json
2 changes: 1 addition & 1 deletion packages/eslint-plugin-mobx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-mobx",
"version": "0.0.2",
"version": "0.0.3",
"description": "ESLint rules for MobX",
"main": "dist/index.js",
"umd:main": "dist/eslintpluginmobx.umd.production.min.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/mobx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# mobx

## 6.3.8

### Patch Changes

- [`9d5e65cb`](https://github.com/mobxjs/mobx/commit/9d5e65cbd612f262d925e57cebb559f5cf36c502) [#3193](https://github.com/mobxjs/mobx/pull/3193) Thanks [@ChocolateLoverRaj](https://github.com/ChocolateLoverRaj)! - Make `IAtom['reportObserved']` return `boolean`

* [`55508af6`](https://github.com/mobxjs/mobx/commit/55508af690fa875e6affaf30f34280b3f27b6126) [#3189](https://github.com/mobxjs/mobx/pull/3189) Thanks [@RvanderLaan](https://github.com/RvanderLaan)! - Fix for RangeError in ObservableArray.replace for large arrays

## 6.3.7

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

0 comments on commit 7ffe83d

Please sign in to comment.