Skip to content

Commit

Permalink
Version release (#3157)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 1, 2021
1 parent 2dcfec0 commit 487b27b
Show file tree
Hide file tree
Showing 13 changed files with 28 additions and 33 deletions.
5 changes: 0 additions & 5 deletions .changeset/dirty-ears-push.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/friendly-moons-drum.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fuzzy-suits-sniff.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silent-bugs-doubt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/violet-swans-care.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/eslint-plugin-mobx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# eslint-plugin-mobx
# eslint-plugin-mobx
6 changes: 3 additions & 3 deletions 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.1",
"version": "0.0.2",
"description": "ESLint rules for MobX",
"repository": {
"type": "git",
Expand All @@ -26,9 +26,9 @@
"eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0"
},
"devDependencies": {
"eslint": "^7.0.0",
"eslint": "^7.0.0",
"@typescript-eslint/parser": "^4.0.0",
"@typescript-eslint/eslint-plugin": "^4.29.3"
"@typescript-eslint/eslint-plugin": "^4.29.3"
},
"keywords": [
"eslint",
Expand Down
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.2.2

### Patch Changes

- [`2dcfec09`](https://github.com/mobxjs/mobx/commit/2dcfec093533bd12bb564580b14ce6037ee1ebac) [#3172](https://github.com/mobxjs/mobx/pull/3172) Thanks [@urugator](https://github.com/urugator)! - support legacy context

## 3.2.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.2.1",
"version": "3.2.2",
"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 @@ -50,7 +50,7 @@
}
},
"devDependencies": {
"mobx": "^6.3.3",
"mobx": "^6.3.6",
"expose-gc": "^1.0.0"
},
"keywords": [
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.2.0

### Minor Changes

- [`be5684b2`](https://github.com/mobxjs/mobx/commit/be5684b2421ab7c72bb9a2bdc2f40761e9c53c41) [#3164](https://github.com/mobxjs/mobx/pull/3164) Thanks [@Grsmto](https://github.com/Grsmto)! - add support for default export classes + fix eslint-plugin-react compatibility

## 1.1.1

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

### Patch Changes

- [`49468204`](https://github.com/mobxjs/mobx/commit/49468204d3bc28d15dbf383c0b7f874ca26dff30) [#3162](https://github.com/mobxjs/mobx/pull/3162) Thanks [@upsuper](https://github.com/upsuper)! - Have cancelled when reject with an error rather than a string

* [`4afb1ec2`](https://github.com/mobxjs/mobx/commit/4afb1ec24427cf8e1f768d0c6fc49d0f44f4ab8e) [#3154](https://github.com/mobxjs/mobx/pull/3154) Thanks [@urugator](https://github.com/urugator)! - `makeObservable` throws when mixing @decorator syntax with annotations

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

0 comments on commit 487b27b

Please sign in to comment.