Skip to content

Commit 535c3ca

Browse files
committed
chore(release): publish
1 parent b48ad9c commit 535c3ca

File tree

8 files changed

+257
-6
lines changed

8 files changed

+257
-6
lines changed
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 0.1.0 (2020-12-15)
7+
8+
9+
### Features
10+
11+
* **module-loader:** 服务端渲染 ([06c30b8](https://github.com/aceHubert/vue-async/commit/06c30b8403776c16cf5d21f7dc9a2c22e13eb34d))
12+
13+
14+
15+
## 1.0.8 (2020-09-30)
16+
17+
18+
### Features
19+
20+
* **module-loader:** 模块在 Vue 实例化之前调用方法 ([fb57208](https://github.com/aceHubert/vue-async/commit/fb57208020cb0da3dff68861c531adc59e767868))
21+
22+
23+
### Performance Improvements
24+
25+
* type definitions change ([867b2ca](https://github.com/aceHubert/vue-async/commit/867b2caeca483852f08c0af7c1c5cc0c4f038d21))
26+
27+
28+
29+
## 1.0.4 (2020-08-05)
30+
31+
32+
### Features
33+
34+
* typescript definitions from @vue-async/module-loader ([ef53a3c](https://github.com/aceHubert/vue-async/commit/ef53a3c2f17dc2efba4d2ef0861130df621d535c))

packages/module-loader-typing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue-async/module-loader-typing",
3-
"version": "0.0.3",
3+
"version": "0.1.0",
44
"description": "TypeScript definitions for @vue-async/module-loader but using in the child modules",
55
"main": "",
66
"typings": "index.d.ts",
Lines changed: 108 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,108 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 1.1.0 (2020-12-15)
7+
8+
9+
### Features
10+
11+
* **module-loader:** 服务端渲染 ([06c30b8](https://github.com/aceHubert/vue-async/commit/06c30b8403776c16cf5d21f7dc9a2c22e13eb34d))
12+
13+
14+
### Performance Improvements
15+
16+
* ts baseUrl 修改 ([c1722fa](https://github.com/aceHubert/vue-async/commit/c1722fa33d902ca680cfa04544f606948b5f9373))
17+
18+
19+
20+
## 1.0.8 (2020-09-30)
21+
22+
23+
### Features
24+
25+
* **module-loader:** 模块在 Vue 实例化之前调用方法 ([fb57208](https://github.com/aceHubert/vue-async/commit/fb57208020cb0da3dff68861c531adc59e767868))
26+
27+
28+
29+
## 1.0.7 (2020-09-14)
30+
31+
32+
### Features
33+
34+
* **module-loader:** add "sync" param in options ([c7fae50](https://github.com/aceHubert/vue-async/commit/c7fae5084a711e3df33075aed464a832f4ea84b3))
35+
36+
37+
38+
## 1.0.6 (2020-09-01)
39+
40+
41+
### Features
42+
43+
* moduleLoader error handle ([19741c3](https://github.com/aceHubert/vue-async/commit/19741c3847384b050de609cc9daef98c068c14ab))
44+
45+
46+
47+
## 1.0.5 (2020-08-07)
48+
49+
50+
### Features
51+
52+
* extract css file load ([1bd5866](https://github.com/aceHubert/vue-async/commit/1bd5866d6e8ad47438c78b4346e6d13e46bb88a6))
53+
54+
55+
### Performance Improvements
56+
57+
* rename dist filename ([468af87](https://github.com/aceHubert/vue-async/commit/468af875d596d11942e1c65af582f218b99ace38))
58+
59+
60+
61+
## 1.0.4 (2020-08-05)
62+
63+
64+
### Features
65+
66+
* vue object using in modules problem ([c807d04](https://github.com/aceHubert/vue-async/commit/c807d04ea5b381980044ded1129f8e945b198a64))
67+
68+
69+
70+
## 1.0.3 (2020-07-13)
71+
72+
73+
### Bug Fixes
74+
75+
* **module-loader:** router.beforeEach in beforeCreate ([af48850](https://github.com/aceHubert/vue-async/commit/af4885065612ff57dfb1dda506c73ae25e48d8e0))
76+
77+
78+
### Features
79+
80+
* **module-loader:** module-loader install options change ([697841c](https://github.com/aceHubert/vue-async/commit/697841c0a60e638b111355b13c8e1cc4c3b6e80a))
81+
82+
83+
### Performance Improvements
84+
85+
* **rollup:** rollup build packages ([791121a](https://github.com/aceHubert/vue-async/commit/791121a1b1cb3bbc19f03f0d6d79872f30148e83))
86+
87+
88+
89+
## 1.0.1 (2020-05-29)
90+
91+
92+
### Bug Fixes
93+
94+
* changelog test ([93171fe](https://github.com/aceHubert/vue-async/commit/93171fe9dcae0f5286793b6fff9d8b159ac84f8e))
95+
* window.Vue.use() options problem ([285b9c1](https://github.com/aceHubert/vue-async/commit/285b9c19990916b67568c57c7ca86f720a93a784))
96+
97+
98+
### Features
99+
100+
* add remote component loader function ([ff5c47c](https://github.com/aceHubert/vue-async/commit/ff5c47c1e0ec1a0bc986cac244b5854b0b8cb104))
101+
* addRoutes/AddLayouts 支持外部重新定义 ([d1a9ccb](https://github.com/aceHubert/vue-async/commit/d1a9ccb908db7af66c94c47c298254d03befa327))
102+
* remove init modules from framework constructor ([b972b66](https://github.com/aceHubert/vue-async/commit/b972b6660acfa2d61f83fadb7bf1a2f0ab25f687))
103+
104+
105+
### Performance Improvements
106+
107+
* code clean up ([9796b85](https://github.com/aceHubert/vue-async/commit/9796b85a6e6f7d19e05322e66c63314630704074))
108+
* types format ([538cb85](https://github.com/aceHubert/vue-async/commit/538cb8538c25566b3cd976c00cf55db06b33eecf))

packages/module-loader/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue-async/module-loader",
3-
"version": "1.0.9",
3+
"version": "1.1.0",
44
"author": "Hubert<yi.xiang@live.com>",
55
"description": "Module Loader Core.",
66
"main": "dist/module-loader.common.js",
@@ -42,7 +42,7 @@
4242
"url": "https://github.com/aceHubert/vus-async/issues"
4343
},
4444
"dependencies": {
45-
"@vue-async/utils": "^1.0.6"
45+
"@vue-async/utils": "^1.1.0"
4646
},
4747
"devDependencies": {
4848
"@nuxt/types": "^2.14.6",
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## 1.0.7 (2020-12-15)
7+
8+
9+
### Performance Improvements
10+
11+
* ts baseUrl 修改 ([c1722fa](https://github.com/aceHubert/vue-async/commit/c1722fa33d902ca680cfa04544f606948b5f9373))
12+
13+
14+
15+
## 1.0.8 (2020-09-30)
16+
17+
18+
19+
## 1.0.5 (2020-08-07)
20+
21+
22+
### Performance Improvements
23+
24+
* rename dist filename ([468af87](https://github.com/aceHubert/vue-async/commit/468af875d596d11942e1c65af582f218b99ace38))
25+
26+
27+
28+
## 1.0.4 (2020-08-05)
29+
30+
31+
32+
## 1.0.3 (2020-07-13)
33+
34+
35+
### Performance Improvements
36+
37+
* **rollup:** rollup build packages ([791121a](https://github.com/aceHubert/vue-async/commit/791121a1b1cb3bbc19f03f0d6d79872f30148e83))
38+
39+
40+
41+
## 1.0.1 (2020-05-29)
42+
43+
44+
### Bug Fixes
45+
46+
* resource-manager type error ([fc701d1](https://github.com/aceHubert/vue-async/commit/fc701d1b483ebf5371ea1e29fe1818c0f75a4a00))
47+
48+
49+
### Performance Improvements
50+
51+
* code clean up ([9796b85](https://github.com/aceHubert/vue-async/commit/9796b85a6e6f7d19e05322e66c63314630704074))
52+
* types format ([538cb85](https://github.com/aceHubert/vue-async/commit/538cb8538c25566b3cd976c00cf55db06b33eecf))

packages/resource-manager/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue-async/resource-manager",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
44
"author": "Hubert<yi.xiang@live.com>",
55
"description": "Resource Manager.",
66
"main": "dist/resource-manager.common.js",
@@ -40,7 +40,7 @@
4040
"url": "https://github.com/aceHubert/vue-async/issues"
4141
},
4242
"dependencies": {
43-
"@vue-async/utils": "^1.0.6"
43+
"@vue-async/utils": "^1.1.0"
4444
},
4545
"peerDependencies": {
4646
"vue": "^2.6.0"

packages/utils/CHANGELOG.md

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 1.1.0 (2020-12-15)
7+
8+
9+
### Performance Improvements
10+
11+
* ts baseUrl 修改 ([c1722fa](https://github.com/aceHubert/vue-async/commit/c1722fa33d902ca680cfa04544f606948b5f9373))
12+
13+
14+
15+
## 1.0.8 (2020-09-30)
16+
17+
18+
19+
## 1.0.5 (2020-08-07)
20+
21+
22+
### Performance Improvements
23+
24+
* rename dist filename ([468af87](https://github.com/aceHubert/vue-async/commit/468af875d596d11942e1c65af582f218b99ace38))
25+
26+
27+
28+
## 1.0.4 (2020-08-05)
29+
30+
31+
### Performance Improvements
32+
33+
* build scope & remove utils console prefix ([f995b5d](https://github.com/aceHubert/vue-async/commit/f995b5d0e111684e3b9d2e7c8bd31c89a23cf789))
34+
35+
36+
37+
## 1.0.3 (2020-07-13)
38+
39+
40+
### Performance Improvements
41+
42+
* **rollup:** rollup build packages ([791121a](https://github.com/aceHubert/vue-async/commit/791121a1b1cb3bbc19f03f0d6d79872f30148e83))
43+
44+
45+
46+
## 1.0.1 (2020-05-29)
47+
48+
49+
### Features
50+
51+
* vue.extend update ([fecb881](https://github.com/aceHubert/vue-async/commit/fecb881df25e6deaba4172d82291c83269707ced))
52+
53+
54+
### Performance Improvements
55+
56+
* code clean up ([9796b85](https://github.com/aceHubert/vue-async/commit/9796b85a6e6f7d19e05322e66c63314630704074))
57+
* types format ([538cb85](https://github.com/aceHubert/vue-async/commit/538cb8538c25566b3cd976c00cf55db06b33eecf))

packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue-async/utils",
3-
"version": "1.0.6",
3+
"version": "1.1.0",
44
"author": "Hubert<yi.xiang@live.com>",
55
"description": "Utils.",
66
"main": "dist/utils.common.js",

0 commit comments

Comments
 (0)