Skip to content

Commit

Permalink
Version release (#3736)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 26, 2023
1 parent 3ceeb86 commit 4ffc001
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 24 deletions.
5 changes: 0 additions & 5 deletions .changeset/polite-laws-provide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/seven-poems-sneeze.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/spotty-emus-hear.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/mobx-react-lite/CHANGELOG.md
@@ -1,5 +1,11 @@
# mobx-react-lite

## 4.0.4

### Patch Changes

- [`3ceeb865`](https://github.com/mobxjs/mobx/commit/3ceeb8651e328c4c7211c875696b3f5269fea834) [#3732](https://github.com/mobxjs/mobx/pull/3732) Thanks [@urugator](https://github.com/urugator)! - fix: #3734: `isolateGlobalState: true` makes observer stop to react to store changes

## 4.0.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/mobx-react-lite/package.json
@@ -1,6 +1,6 @@
{
"name": "mobx-react-lite",
"version": "4.0.3",
"version": "4.0.4",
"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 @@ -52,7 +52,7 @@
}
},
"devDependencies": {
"mobx": "^6.9.0",
"mobx": "^6.10.1",
"expose-gc": "^1.0.0"
},
"keywords": [
Expand Down
9 changes: 9 additions & 0 deletions packages/mobx-react/CHANGELOG.md
@@ -1,5 +1,14 @@
# mobx-react

## 9.0.1

### Patch Changes

- [`d813746c`](https://github.com/mobxjs/mobx/commit/d813746cfaa18d80daddee3724562fed6b307c0a) [#3731](https://github.com/mobxjs/mobx/pull/3731) Thanks [@urugator](https://github.com/urugator)! - fix #3730: class component does not react to state changes performed before mount

- Updated dependencies [[`3ceeb865`](https://github.com/mobxjs/mobx/commit/3ceeb8651e328c4c7211c875696b3f5269fea834)]:
- mobx-react-lite@4.0.4

## 9.0.0

### Major Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/mobx-react/package.json
@@ -1,6 +1,6 @@
{
"name": "mobx-react",
"version": "9.0.0",
"version": "9.0.1",
"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": "^4.0.3"
"mobx-react-lite": "^4.0.4"
},
"peerDependencies": {
"mobx": "^6.9.0",
Expand All @@ -51,8 +51,8 @@
}
},
"devDependencies": {
"mobx": "^6.9.0",
"mobx-react-lite": "^4.0.3",
"mobx": "^6.10.1",
"mobx-react-lite": "^4.0.4",
"expose-gc": "^1.0.0"
},
"keywords": [
Expand Down
8 changes: 8 additions & 0 deletions packages/mobx/CHANGELOG.md
@@ -1,5 +1,13 @@
# mobx

## 6.10.1

### Patch Changes

- [`3ceeb865`](https://github.com/mobxjs/mobx/commit/3ceeb8651e328c4c7211c875696b3f5269fea834) [#3732](https://github.com/mobxjs/mobx/pull/3732) Thanks [@urugator](https://github.com/urugator)! - - fix: #3728: Observable initialization updates state version.
- fix: Observable set initialization violates `enforceActions: "always"`.
- fix: Changing keys of observable object does not respect `enforceActions`.

## 6.10.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/mobx/package.json
@@ -1,6 +1,6 @@
{
"name": "mobx",
"version": "6.10.0",
"version": "6.10.1",
"description": "Simple, scalable state management.",
"source": "src/mobx.ts",
"main": "dist/index.js",
Expand Down

0 comments on commit 4ffc001

Please sign in to comment.