Skip to content

Commit 5a782dd

Browse files
committed
build: the v0.1.5 release
1 parent 903b750 commit 5a782dd

File tree

13 files changed

+60
-11
lines changed

13 files changed

+60
-11
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.4",
3+
"version": "0.1.5",
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: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
1-
## 0.1.3 (2022-04-30)
1+
## 0.1.4 (2022-05-11)
2+
3+
### Bug Fixes
4+
5+
- **class-mock:** seed function parameters types error ([2e3d33b](https://github.com/2214962083/vue-superman/commit/2e3d33b3fb54e89d434beefa455a562d8db281f9))
6+
7+
### Features
8+
9+
- **class-mock:** add seed,setLocale function, add Fake decorator ([cd47f54](https://github.com/2214962083/vue-superman/commit/cd47f5406e0464f9491ea1cfd4be28f3c95ca806))
10+
11+
## 0.1.4 (2022-04-30)
212

313
## 0.1.3 (2022-04-30)
414

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.4",
3+
"version": "0.1.5",
44
"description": "Proper decorator-based to generate faker data from class constructors",
55
"keywords": [
66
"mock",

packages/doc-site/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1-
## 0.1.3 (2022-04-30)
1+
## 0.1.4 (2022-05-11)
2+
3+
### Features
4+
5+
- **doc-site:** add site logo icon ([d41e4c9](https://github.com/2214962083/vue-superman/commit/d41e4c9ad4806b580d6199e671ff6d1031a7c6b8))
6+
- **doc-site:** update vue-xrender components docs ([5cf12fc](https://github.com/2214962083/vue-superman/commit/5cf12fcb3bd2dd84a3e1d85047ad55ca9065583e))
7+
- **vuepress-plugin-sandbox,vue-playground:** init vuepress-plugin-sandbox, add life cycle supports ([3d218cc](https://github.com/2214962083/vue-superman/commit/3d218ccb4de17ec4d2870692bb200f4742667b85))
8+
9+
## 0.1.4 (2022-04-30)
210

311
## 0.1.3 (2022-04-30)
412

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.4",
3+
"version": "0.1.5",
44
"private": true,
55
"description": "the libs docs website",
66
"scripts": {

packages/superman-shared/CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
1-
## 0.1.3 (2022-04-30)
1+
## 0.1.4 (2022-05-11)
2+
3+
### Bug Fixes
4+
5+
- **vue-playground:** build error, remove monaco workers ([ad261f8](https://github.com/2214962083/vue-superman/commit/ad261f8e30e5cd22d0ac08a63d85e0bb64aa1052))
6+
7+
### Features
8+
9+
- **vue-playground:** init package ([1707879](https://github.com/2214962083/vue-superman/commit/17078791f7ad43a9431af6b365ecfe96e0fbd5cd))
10+
11+
## 0.1.4 (2022-04-30)
212

313
## 0.1.3 (2022-04-30)
414

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.4",
3+
"version": "0.1.5",
44
"description": "the build and test utils share for vue-superman packages",
55
"keywords": [
66
"superman-shared",
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## 0.1.4 (2022-05-11)
2+
3+
### Bug Fixes
4+
5+
- **vue-playground:** build error, remove monaco workers ([ad261f8](https://github.com/2214962083/vue-superman/commit/ad261f8e30e5cd22d0ac08a63d85e0bb64aa1052))
6+
7+
### Features
8+
9+
- **vue-playground:** init package ([1707879](https://github.com/2214962083/vue-superman/commit/17078791f7ad43a9431af6b365ecfe96e0fbd5cd))
10+
- **vuepress-plugin-sandbox,vue-playground:** init vuepress-plugin-sandbox, add life cycle supports ([3d218cc](https://github.com/2214962083/vue-superman/commit/3d218ccb4de17ec4d2870692bb200f4742667b85))

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.4",
3+
"version": "0.1.5",
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.3 (2022-04-30)
1+
## 0.1.4 (2022-05-11)
2+
3+
### Features
4+
5+
- **class-mock:** add seed,setLocale function, add Fake decorator ([cd47f54](https://github.com/2214962083/vue-superman/commit/cd47f5406e0464f9491ea1cfd4be28f3c95ca806))
6+
7+
## 0.1.4 (2022-04-30)
28

39
## 0.1.3 (2022-04-30)
410

0 commit comments

Comments
 (0)