We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3db46f5 commit 7ecb219Copy full SHA for 7ecb219
CHANGELOG.md
@@ -1,5 +1,12 @@
1
2
3
+# [0.5.0](https://github.com/JinghuiS/vue-modal-provider/compare/v0.4.1...v0.5.0) (2024-06-20)
4
+
5
6
+### Features
7
8
+* 🎸 改用 vueuse 的 inject ([3db46f5](https://github.com/JinghuiS/vue-modal-provider/commit/3db46f5cd3fcaf7119135ef86bb9c3f42212d723))
9
10
## [0.4.1](https://github.com/JinghuiS/vue-modal-provider/compare/v0.4.0...v0.4.1) (2024-04-20)
11
12
package.json
@@ -3,7 +3,7 @@
"description": "A modal state manager for vue. ",
"name": "vue-modal-provider",
"private": false,
- "version": "0.4.1",
+ "version": "0.5.0",
"main": "./dist/lib/index.js",
"module": "./dist/es/index.mjs",
"types": "./dist/es/index.d.ts",
0 commit comments