Skip to content

Commit

Permalink
Release 4.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
hunterliu1003 committed Nov 8, 2023
1 parent 491bbbf commit 61bd71c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions packages/vue-final-modal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@


## [4.4.6](https://github.com/vue-final/vue-final-modal/compare/v4.4.5...v4.4.6) (2023-11-08)


### Bug Fixes

* 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))
* chore(deps): keep vue as peer dependency ([#396](https://github.com/vue-final/vue-final-modal/pull/396))
* maintain dependencies ([#399](https://github.com/vue-final/vue-final-modal/pull/399))


### Features

* Repaint the vfm logo ([72317a0](https://github.com/vue-final/vue-final-modal/commit/72317a0c78b8420afcbb93228f7dc8c07d11150b))

## [4.4.5](https://github.com/vue-final/vue-final-modal/compare/v4.4.4...v4.4.5) (2023-07-27)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-final-modal/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue-final-modal",
"private": false,
"version": "4.4.5",
"version": "4.4.6",
"source": "src/index.ts",
"main": "./dist/index.umd.js",
"module": "./dist/index.es.js",
Expand Down

0 comments on commit 61bd71c

Please sign in to comment.