Skip to content

Commit 0744d65

Browse files
committed
Release 4.4.0
1 parent 607e145 commit 0744d65

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Diff for: packages/vue-final-modal/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11

22

3+
# [4.4.0](https://github.com/vue-final/vue-final-modal/compare/v4.3.1...v4.4.0) (2023-04-24)
4+
5+
6+
### Bug Fixes
7+
8+
* vue should be a peer dependency ([607e145](https://github.com/vue-final/vue-final-modal/commit/607e145428c73450579dd24f773061c19f0bde02))
9+
* when displayDirective="show", should not run onEntering() and onEnter() if visible is false ([e8ae92f](https://github.com/vue-final/vue-final-modal/commit/e8ae92fc38dde8fd3a1d400cb18b9ab0b87b1618))
10+
311
## [4.3.1](https://github.com/vue-final/vue-final-modal/compare/v4.3.0...v4.3.1) (2023-04-17)
412

513

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

0 commit comments

Comments
 (0)