Skip to content

Commit 4db6d94

Browse files
committed
v3.2.6
1 parent 5755ac7 commit 4db6d94

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [3.2.6](https://github.com/dylan237/vuejs-dynamic-component/compare/v3.2.5...v3.2.6) (2021-08-25)
2+
3+
4+
15
## [3.2.5](https://github.com/dylan237/vuejs-dynamic-component/compare/v3.2.4...v3.2.5) (2021-08-25)
26

37

package.json

+6-9
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,16 @@
11
{
22
"name": "vuejs-dynamic-component",
3-
"version": "3.2.5",
3+
"version": "3.2.6",
44
"description": "Make components dynamically in Vue, It is suitable for encapsulating your own non-ermanent components such as dialog and toast.",
55
"repository": {
66
"type": "git",
77
"url": "git+https://github.com/dylan237/vuejs-dynamic-component.git"
88
},
99
"source": "src/index.ts",
10-
"main": "dist/index.umd.js",
11-
"module": "dist/index.modern.js",
10+
"main": "dist/index.js",
11+
"exports": "./dist/index.modern.js",
12+
"module": "dist/index.js",
1213
"types": "dist/index.d.ts",
13-
"exports": {
14-
".": "./dist/index.modern.js",
15-
"./unpkg": "./dist/index.umd.js",
16-
"./normal": "./dist/index.js"
17-
},
1814
"scripts": {
1915
"dev": "microbundle watch",
2016
"build": "microbundle",
@@ -40,7 +36,8 @@
4036
"author": "dylan237 <dylan.liu237@gmail.com>",
4137
"license": "MIT",
4238
"dependencies": {
43-
"vue": "^2.6.12"
39+
"vue": "^2.6.12",
40+
"vuejs-dynamic-component": "^3.2.5"
4441
},
4542
"devDependencies": {
4643
"@commitlint/cli": "^12.1.4",

0 commit comments

Comments
 (0)