Skip to content

Commit 9a2e5ed

Browse files
committed
Release 4.0.5
1 parent 86216b3 commit 9a2e5ed

File tree

5 files changed

+8
-1
lines changed

5 files changed

+8
-1
lines changed

packages/vue-final-modal/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11

22

3+
## [4.0.5](https://github.com/vue-final/vue-final-modal/compare/v4.0.4...v4.0.5) (2023-02-27)
4+
5+
6+
### Features
7+
8+
* update `z-index` after state changes ([#334](https://github.com/vue-final/vue-final-modal/issues/334)) ([86216b3](https://github.com/vue-final/vue-final-modal/commit/86216b30dd8c4c4e893c0c0777e22734be5a8b79))
9+
310
## [4.0.4](https://github.com/vue-final/vue-final-modal/compare/v4.0.3...v4.0.4) (2023-02-14)
411

512

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

packages/vue-final-modal/package.json

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

0 commit comments

Comments
 (0)