Skip to content

Commit 61bd71c

Browse files
committed
Release 4.4.6
1 parent 491bbbf commit 61bd71c

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

packages/vue-final-modal/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11

22

3+
## [4.4.6](https://github.com/vue-final/vue-final-modal/compare/v4.4.5...v4.4.6) (2023-11-08)
4+
5+
6+
### Bug Fixes
7+
8+
* import nuxt composables from #imports ([#398](https://github.com/vue-final/vue-final-modal/issues/398)) ([cafb367](https://github.com/vue-final/vue-final-modal/commit/cafb3677a02e8da6bb40d9ee7da55a8c83d8ddb2))
9+
* chore(deps): keep vue as peer dependency ([#396](https://github.com/vue-final/vue-final-modal/pull/396))
10+
* maintain dependencies ([#399](https://github.com/vue-final/vue-final-modal/pull/399))
11+
12+
13+
### Features
14+
15+
* Repaint the vfm logo ([72317a0](https://github.com/vue-final/vue-final-modal/commit/72317a0c78b8420afcbb93228f7dc8c07d11150b))
16+
317
## [4.4.5](https://github.com/vue-final/vue-final-modal/compare/v4.4.4...v4.4.5) (2023-07-27)
418

519
### Bug Fixes

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

0 commit comments

Comments
 (0)