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 3c5ec33 commit eee3bd8Copy full SHA for eee3bd8
CHANGELOG.md
@@ -1,5 +1,12 @@
1
2
3
+## [0.1.1](https://github.com/JinghuiS/vue-modal-provider/compare/v0.1.0...v0.1.1) (2022-09-21)
4
+
5
6
+### Bug Fixes
7
8
+* 🐛 change ModalArgs type. build use vueJsx ([3c5ec33](https://github.com/JinghuiS/vue-modal-provider/commit/3c5ec33060f147efac6448c5f53e3db386a1493e))
9
10
# 0.1.0 (2022-09-21)
11
12
package.json
@@ -3,7 +3,7 @@
"description": "A modal state manager for vue. ",
"name": "vue-modal-provider",
"private": false,
- "version": "0.1.0",
+ "version": "0.1.1",
"main": "dist/vue-modal-provider.cjs.js",
"module": "dist/vue-modal-provider.es.js",
"types": "dist/types/index.d.ts",
0 commit comments