Skip to content

Commit 7413b34

Browse files
committed
build: the v0.1.7 release
1 parent e12cef4 commit 7413b34

File tree

13 files changed

+45
-13
lines changed

13 files changed

+45
-13
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-superman",
3-
"version": "0.1.6",
3+
"version": "0.1.7",
44
"private": true,
55
"packageManager": "[email protected]",
66
"description": "vue useful lib collection, use vue like a superman",

packages/class-mock/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
## 0.1.5 (2022-05-17)
1+
## 0.1.6 (2022-05-19)
2+
3+
## 0.1.6 (2022-05-17)
24

35
### Features
46

packages/class-mock/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "class-mock",
3-
"version": "0.1.6",
3+
"version": "0.1.7",
44
"description": "Proper decorator-based to generate faker data from class constructors",
55
"keywords": [
66
"mock",

packages/doc-site/CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
1-
## 0.1.5 (2022-05-17)
1+
## 0.1.6 (2022-05-19)
2+
3+
### Bug Fixes
4+
5+
- **vue-xrender:** xTpl component throw warnning ([e12cef4](https://github.com/2214962083/vue-superman/commit/e12cef403121301cf57fcbd74d21e08519af8e95))
6+
7+
### Features
8+
9+
- **vue-playground:** add custom cdn supports ([4fb37e4](https://github.com/2214962083/vue-superman/commit/4fb37e44ac53cdb3af253f46044c7f90426acb26))
10+
11+
## 0.1.6 (2022-05-17)
212

313
### Bug Fixes
414

packages/doc-site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "doc-site",
3-
"version": "0.1.6",
3+
"version": "0.1.7",
44
"private": true,
55
"description": "the libs docs website",
66
"scripts": {

packages/superman-shared/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
## 0.1.5 (2022-05-17)
1+
## 0.1.6 (2022-05-19)
2+
3+
## 0.1.6 (2022-05-17)
24

35
### Features
46

packages/superman-shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "superman-shared",
3-
"version": "0.1.6",
3+
"version": "0.1.7",
44
"description": "the build and test utils share for vue-superman packages",
55
"keywords": [
66
"superman-shared",

packages/vue-playground/CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
## 0.1.5 (2022-05-17)
1+
## 0.1.6 (2022-05-19)
2+
3+
### Features
4+
5+
- **vue-playground:** add custom cdn supports ([4fb37e4](https://github.com/2214962083/vue-superman/commit/4fb37e44ac53cdb3af253f46044c7f90426acb26))
6+
7+
## 0.1.6 (2022-05-17)
28

39
### Bug Fixes
410

packages/vue-playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-playground",
3-
"version": "0.1.6",
3+
"version": "0.1.7",
44
"description": "a codesandbox playground for vue",
55
"keywords": [
66
"vue",

packages/vue-xrender/CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
## 0.1.5 (2022-05-17)
1+
## 0.1.6 (2022-05-19)
2+
3+
### Bug Fixes
4+
5+
- **vue-xrender:** xTpl component throw warnning ([e12cef4](https://github.com/2214962083/vue-superman/commit/e12cef403121301cf57fcbd74d21e08519af8e95))
6+
7+
## 0.1.6 (2022-05-17)
28

39
### Features
410

0 commit comments

Comments
 (0)