Skip to content

Commit 93df457

Browse files
authored
Merge pull request #2 from js2me/changeset-release/master
Version Packages
2 parents 7ea4aad + 9458c29 commit 93df457

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

.changeset/calm-squids-shave.md

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

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
# mobx-tanstack-query
22

3+
## 6.11.0
4+
5+
### Minor Changes
6+
7+
- [`7ea4aad`](https://github.com/js2me/mobx-view-model/commit/7ea4aad8b8380a4bcad53b666fa7a334cef338e7) Thanks [@js2me](https://github.com/js2me)! - ci: automatic gh release and npm release using changesets and gh workflows
8+
39
## 6.0.0
410

511
### Major Changes
612

7-
- [`1acb9ac`](https://github.com/js2me/mobx-view-model/commit/1acb9ac1526a3c2289e9b2a6282e24248027d2af) Thanks [@js2me](https://github.com/js2me)! - remove all 'deprecated' exports (ViewModelImpl -> ViewModelBase, ViewModelStoreImpl -> ViewModelStoreBase), remove 'renderHooks' property (was deprecated)
13+
- [`1acb9ac`](https://github.com/js2me/mobx-view-model/commit/1acb9ac1526a3c2289e9b2a6282e24248027d2af) Thanks [@js2me](https://github.com/js2me)! - remove all 'deprecated' exports (ViewModelImpl -> ViewModelBase, ViewModelStoreImpl -> ViewModelStoreBase), remove 'renderHooks' property (was deprecated)
814
- [`3b84b48`](https://github.com/js2me/mobx-view-model/commit/3b84b4874def721593360360b8f7f733c018baa6) Thanks [@js2me](https://github.com/js2me)! - modified default 'comparePayload' value (prev lodash-es.isEqual, now mobx.comparer.structrual); feat: remove lodash-es as dependency package

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.10.1",
3+
"version": "6.11.0",
44
"scripts": {
55
"prepare": "pnpm dev:install-hooks",
66
"clean": "rimraf dist",

0 commit comments

Comments
 (0)