Skip to content

Commit dcf8707

Browse files
authored
Merge pull request #5 from js2me/changeset-release/master
Version Packages
2 parents 6fab326 + a036b64 commit dcf8707

File tree

6 files changed

+13
-21
lines changed

6 files changed

+13
-21
lines changed

.changeset/hip-peaches-lie.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/odd-cats-stick.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/silent-doodles-dance.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/silver-impalas-shave.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# mobx-tanstack-query
22

3+
## 6.11.3
4+
5+
### Patch Changes
6+
7+
- [`6fab326`](https://github.com/js2me/mobx-view-model/commit/6fab326bfa6266823d903780e9c87101ae829f36) Thanks [@js2me](https://github.com/js2me)! - fix `wrapViewsInObserver` option check on already wrapped components
8+
9+
- [`6fab326`](https://github.com/js2me/mobx-view-model/commit/6fab326bfa6266823d903780e9c87101ae829f36) Thanks [@js2me](https://github.com/js2me)! - Add Recipes documentation (How to wrap all view components in observer() HOC)
10+
11+
- [`6fab326`](https://github.com/js2me/mobx-view-model/commit/6fab326bfa6266823d903780e9c87101ae829f36) Thanks [@js2me](https://github.com/js2me)! - Update documentation for `ViewModelsConfig`. Added more examples
12+
13+
- [`6fab326`](https://github.com/js2me/mobx-view-model/commit/6fab326bfa6266823d903780e9c87101ae829f36) Thanks [@js2me](https://github.com/js2me)! - rename `config` to `vmConfig` in `ViewModelParams` (add deprecation). This was needed for more identical naming in all places in package
14+
315
## 6.11.2
416

517
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mobx-view-model",
3-
"version": "6.11.2",
3+
"version": "6.11.3",
44
"scripts": {
55
"prepare": "pnpm dev:install-hooks",
66
"clean": "rimraf dist",

0 commit comments

Comments
 (0)