Skip to content

Commit afa879f

Browse files
committed
Release 4.2.0
1 parent ad78cc8 commit afa879f

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

packages/vue-final-modal/CHANGELOG.md

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

22

3+
# [4.2.0](https://github.com/vue-final/vue-final-modal/compare/v4.1.4...v4.2.0) (2023-04-04)
4+
5+
6+
### Bug Fixes
7+
8+
* make sure SSR still work ([c134d8a](https://github.com/vue-final/vue-final-modal/commit/c134d8ae55c7285de7e300ce4450c6ead317fc16))
9+
10+
11+
### Features
12+
13+
* get rid of context and made useModal can be execute everywhere ([47cf520](https://github.com/vue-final/vue-final-modal/commit/47cf5208f973c2b7a3e645bf2fba32e72a894c11))
14+
315
## [4.1.4](https://github.com/vue-final/vue-final-modal/compare/v4.1.3...v4.1.4) (2023-03-31)
416

517

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

0 commit comments

Comments
 (0)