Skip to content

Commit 48e5862

Browse files
committed
Release 4.0.0-rc.0
1 parent 7f51da1 commit 48e5862

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

packages/vue-final-modal/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11

22

3+
# [4.0.0-rc.0](https://github.com/vue-final/vue-final-modal/compare/v4.0.0-beta.3...v4.0.0-rc.0) (2022-11-01)
4+
5+
6+
### Bug Fixes
7+
8+
* handle useModal sideEffect ([d84ed26](https://github.com/vue-final/vue-final-modal/commit/d84ed268f6ce6d671f6cf5a2104eb6b9e8b7222f))
9+
10+
11+
### Features
12+
13+
* make vfm.modals and vfm.openedModals shallowReactive array ([650e741](https://github.com/vue-final/vue-final-modal/commit/650e74108247df81542ee8d464daec9b69f1d9ee))
14+
* useVfmAttrs ([596d2cf](https://github.com/vue-final/vue-final-modal/commit/596d2cffc5962ca94ecd6799c030bc249f36c883))
15+
316
# [4.0.0-beta.3](https://github.com/vue-final/vue-final-modal/compare/v4.0.0-beta.2...v4.0.0-beta.3) (2022-10-27)
417

518

packages/vue-final-modal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vue-final-modal",
33
"private": false,
4-
"version": "4.0.0-beta.3",
4+
"version": "4.0.0-rc.0",
55
"source": "src/index.ts",
66
"main": "./dist/index.umd.js",
77
"module": "./dist/index.es.js",

0 commit comments

Comments
 (0)