Skip to content

Commit

Permalink
Version release (#3672)
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] committed Jul 12, 2023
1 parent 473cb3f commit a866dca
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/eighty-feet-peel.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/flat-pumas-cross.md

This file was deleted.

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

## 4.0.3

### Patch Changes

- [`58bb052c`](https://github.com/mobxjs/mobx/commit/58bb052ca41b8592e5bd5c3003b68ec52da53f33) [#3670](https://github.com/mobxjs/mobx/pull/3670) Thanks [@urugator](https://github.com/urugator)! - fix #3669: SSR: `useSyncExternalStore` throws due to missing `getServerSnapshot`

* [`473cb3f5`](https://github.com/mobxjs/mobx/commit/473cb3f5fc8bf43abdd1c9c7857fe2820d2291fe) [#3718](https://github.com/mobxjs/mobx/pull/3718) Thanks [@mweststrate](https://github.com/mweststrate)! - - Fixed `observer` in `StrictMode` #3671
- **[BREAKING CHANGE]** Class component's `props`/`state`/`context` are no longer observable. Attempt to use these in any derivation other than component's `render` throws and error. For details see https://github.com/mobxjs/mobx/blob/main/packages/mobx-react/README.md#note-on-using-props-and-state-in-derivations
- Extending or applying `observer` classes is now explicitly forbidden

## 4.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/mobx-react-lite/package.json
@@ -1,6 +1,6 @@
{
"name": "mobx-react-lite",
"version": "4.0.2",
"version": "4.0.3",
"description": "Lightweight React bindings for MobX based on React 16.8+ and Hooks",
"source": "src/index.ts",
"main": "dist/index.js",
Expand Down
13 changes: 13 additions & 0 deletions packages/mobx-react/CHANGELOG.md
@@ -1,5 +1,18 @@
# mobx-react

## 9.0.0

### Major Changes

- [`473cb3f5`](https://github.com/mobxjs/mobx/commit/473cb3f5fc8bf43abdd1c9c7857fe2820d2291fe) [#3718](https://github.com/mobxjs/mobx/pull/3718) Thanks [@mweststrate](https://github.com/mweststrate)! - - Fixed `observer` in `StrictMode` #3671
- **[BREAKING CHANGE]** Class component's `props`/`state`/`context` are no longer observable. Attempt to use these in any derivation other than component's `render` throws and error. For details see https://github.com/mobxjs/mobx/blob/main/packages/mobx-react/README.md#note-on-using-props-and-state-in-derivations
- Extending or applying `observer` classes is now explicitly forbidden

### Patch Changes

- Updated dependencies [[`58bb052c`](https://github.com/mobxjs/mobx/commit/58bb052ca41b8592e5bd5c3003b68ec52da53f33), [`473cb3f5`](https://github.com/mobxjs/mobx/commit/473cb3f5fc8bf43abdd1c9c7857fe2820d2291fe)]:
- mobx-react-lite@4.0.3

## 8.0.0

### Major Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/mobx-react/package.json
@@ -1,6 +1,6 @@
{
"name": "mobx-react",
"version": "8.0.0",
"version": "9.0.0",
"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.0"
"mobx-react-lite": "^4.0.3"
},
"peerDependencies": {
"mobx": "^6.9.0",
Expand All @@ -52,7 +52,7 @@
},
"devDependencies": {
"mobx": "^6.9.0",
"mobx-react-lite": "^4.0.0",
"mobx-react-lite": "^4.0.3",
"expose-gc": "^1.0.0"
},
"keywords": [
Expand Down

0 comments on commit a866dca

Please sign in to comment.