Skip to content

Commit e7f79e6

Browse files
committed
Release 4.4.4
1 parent 96830ae commit e7f79e6

File tree

2 files changed

+8
-1
lines changed

2 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.4.4](https://github.com/vue-final/vue-final-modal/compare/v4.4.3...v4.4.4) (2023-07-03)
4+
5+
6+
### Features
7+
8+
* **modal:** Add support for reserveScrollBarGap prop ([#376](https://github.com/vue-final/vue-final-modal/issues/376)) ([96830ae](https://github.com/vue-final/vue-final-modal/commit/96830aec0c3de44ab96ca342cd71f51a0fe8fd18))
9+
310
## [4.4.3](https://github.com/vue-final/vue-final-modal/compare/v4.4.2...v4.4.3) (2023-06-29)
411

512

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

0 commit comments

Comments
 (0)