Skip to content

Commit e86314f

Browse files
committed
Release 4.0.0-rc.10
1 parent f285e33 commit e86314f

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

packages/vue-final-modal/CHANGELOG.md

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

22

3+
# [4.0.0-rc.10](https://github.com/vue-final/vue-final-modal/compare/v4.0.0-rc.9...v4.0.0-rc.10) (2023-01-17)
4+
5+
6+
### Bug Fixes
7+
8+
* not use destructure syntax ([f285e33](https://github.com/vue-final/vue-final-modal/commit/f285e3334ef4f3811e648523d2f06b40c260451e))
9+
* **nuxt module:** fixed @vue-final-modal/nuxt module ([cc4dc22](https://github.com/vue-final/vue-final-modal/commit/cc4dc225d9693a116e0917eeb616dc971caeeef5))
10+
* use shallowRef instead of ref ([8fb0908](https://github.com/vue-final/vue-final-modal/commit/8fb090871a06c8be94e82267bf538dd0bfa88dfe))
11+
12+
13+
### Features
14+
15+
* **nuxt:** bump @vue-final-modal/nuxt module to nuxt 3 latest ([21e592d](https://github.com/vue-final/vue-final-modal/commit/21e592d7ff799bc545bd8264035a9fd9cc0c3c6e))
16+
317
# [4.0.0-rc.9](https://github.com/vue-final/vue-final-modal/compare/v4.0.0-rc.8...v4.0.0-rc.9) (2023-01-17)
418

519

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-rc.9",
4+
"version": "4.0.0-rc.10",
55
"source": "src/index.ts",
66
"main": "./dist/index.umd.js",
77
"module": "./dist/index.es.js",

0 commit comments

Comments
 (0)