Skip to content

Commit 6e778f9

Browse files
committed
Release 4.0.10
1 parent 8c7b7b5 commit 6e778f9

File tree

5 files changed

+8
-1
lines changed

5 files changed

+8
-1
lines changed

packages/vue-final-modal/CHANGELOG.md

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

22

3+
## [4.0.10](https://github.com/vue-final/vue-final-modal/compare/v4.0.9...v4.0.10) (2023-03-07)
4+
5+
6+
### Bug Fixes
7+
8+
* fixed focusTrap in nested modals ([#341](https://github.com/vue-final/vue-final-modal/issues/341)) ([8c7b7b5](https://github.com/vue-final/vue-final-modal/commit/8c7b7b512cb0f6b1886b28cf727dfc265b2cc050))
9+
310
## [4.0.9](https://github.com/vue-final/vue-final-modal/compare/v4.0.8...v4.0.9) (2023-03-02)
411

512

Binary file not shown.
Binary file not shown.
Binary file not shown.

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

0 commit comments

Comments
 (0)