Skip to content

Commit 162a5fb

Browse files
Version Packages
1 parent a233d78 commit 162a5fb

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.changeset/all-flies-matter.md

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

.changeset/brown-readers-enjoy.md

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

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# mobx-route
22

3+
## 0.19.0
4+
5+
### Minor Changes
6+
7+
- [`a233d78`](https://github.com/js2me/mobx-route/commit/a233d78e80ca4679229bd6710c6b1730bf281b25) Thanks [@js2me](https://github.com/js2me)! - added `unmount()` method call for `RouteViewModel` when route will be closed
8+
9+
### Patch Changes
10+
11+
- [`2ff886d`](https://github.com/js2me/mobx-route/commit/2ff886d93d4cb745be5f03d41ff0f0d32909e065) Thanks [@js2me](https://github.com/js2me)! - [internal] build modification
12+
313
## 0.18.0
414

515
### Minor 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-route",
3-
"version": "0.18.0",
3+
"version": "0.19.0",
44
"scripts": {
55
"prepare": "pnpm dev:install-hooks",
66
"clean": "rimraf dist",

0 commit comments

Comments
 (0)