Skip to content

Commit

Permalink
build: the v0.1.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
2214962083 committed May 11, 2022
1 parent 903b750 commit 5a782dd
Show file tree
Hide file tree
Showing 13 changed files with 60 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-superman",
"version": "0.1.4",
"version": "0.1.5",
"private": true,
"packageManager": "[email protected]",
"description": "vue useful lib collection, use vue like a superman",
Expand Down
12 changes: 11 additions & 1 deletion packages/class-mock/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
## 0.1.3 (2022-04-30)
## 0.1.4 (2022-05-11)

### Bug Fixes

- **class-mock:** seed function parameters types error ([2e3d33b](https://github.com/2214962083/vue-superman/commit/2e3d33b3fb54e89d434beefa455a562d8db281f9))

### Features

- **class-mock:** add seed,setLocale function, add Fake decorator ([cd47f54](https://github.com/2214962083/vue-superman/commit/cd47f5406e0464f9491ea1cfd4be28f3c95ca806))

## 0.1.4 (2022-04-30)

## 0.1.3 (2022-04-30)

Expand Down
2 changes: 1 addition & 1 deletion packages/class-mock/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "class-mock",
"version": "0.1.4",
"version": "0.1.5",
"description": "Proper decorator-based to generate faker data from class constructors",
"keywords": [
"mock",
Expand Down
10 changes: 9 additions & 1 deletion packages/doc-site/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
## 0.1.3 (2022-04-30)
## 0.1.4 (2022-05-11)

### Features

- **doc-site:** add site logo icon ([d41e4c9](https://github.com/2214962083/vue-superman/commit/d41e4c9ad4806b580d6199e671ff6d1031a7c6b8))
- **doc-site:** update vue-xrender components docs ([5cf12fc](https://github.com/2214962083/vue-superman/commit/5cf12fcb3bd2dd84a3e1d85047ad55ca9065583e))
- **vuepress-plugin-sandbox,vue-playground:** init vuepress-plugin-sandbox, add life cycle supports ([3d218cc](https://github.com/2214962083/vue-superman/commit/3d218ccb4de17ec4d2870692bb200f4742667b85))

## 0.1.4 (2022-04-30)

## 0.1.3 (2022-04-30)

Expand Down
2 changes: 1 addition & 1 deletion packages/doc-site/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "doc-site",
"version": "0.1.4",
"version": "0.1.5",
"private": true,
"description": "the libs docs website",
"scripts": {
Expand Down
12 changes: 11 additions & 1 deletion packages/superman-shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
## 0.1.3 (2022-04-30)
## 0.1.4 (2022-05-11)

### Bug Fixes

- **vue-playground:** build error, remove monaco workers ([ad261f8](https://github.com/2214962083/vue-superman/commit/ad261f8e30e5cd22d0ac08a63d85e0bb64aa1052))

### Features

- **vue-playground:** init package ([1707879](https://github.com/2214962083/vue-superman/commit/17078791f7ad43a9431af6b365ecfe96e0fbd5cd))

## 0.1.4 (2022-04-30)

## 0.1.3 (2022-04-30)

Expand Down
2 changes: 1 addition & 1 deletion packages/superman-shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "superman-shared",
"version": "0.1.4",
"version": "0.1.5",
"description": "the build and test utils share for vue-superman packages",
"keywords": [
"superman-shared",
Expand Down
10 changes: 10 additions & 0 deletions packages/vue-playground/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## 0.1.4 (2022-05-11)

### Bug Fixes

- **vue-playground:** build error, remove monaco workers ([ad261f8](https://github.com/2214962083/vue-superman/commit/ad261f8e30e5cd22d0ac08a63d85e0bb64aa1052))

### Features

- **vue-playground:** init package ([1707879](https://github.com/2214962083/vue-superman/commit/17078791f7ad43a9431af6b365ecfe96e0fbd5cd))
- **vuepress-plugin-sandbox,vue-playground:** init vuepress-plugin-sandbox, add life cycle supports ([3d218cc](https://github.com/2214962083/vue-superman/commit/3d218ccb4de17ec4d2870692bb200f4742667b85))
2 changes: 1 addition & 1 deletion packages/vue-playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-playground",
"version": "0.1.4",
"version": "0.1.5",
"description": "a codesandbox playground for vue",
"keywords": [
"vue",
Expand Down
8 changes: 7 additions & 1 deletion packages/vue-xrender/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
## 0.1.3 (2022-04-30)
## 0.1.4 (2022-05-11)

### Features

- **class-mock:** add seed,setLocale function, add Fake decorator ([cd47f54](https://github.com/2214962083/vue-superman/commit/cd47f5406e0464f9491ea1cfd4be28f3c95ca806))

## 0.1.4 (2022-04-30)

## 0.1.3 (2022-04-30)

Expand Down
2 changes: 1 addition & 1 deletion packages/vue-xrender/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-xrender",
"version": "0.1.4",
"version": "0.1.5",
"description": "use jsx in template or use template in jsx, do what you want in vue free render",
"keywords": [
"vue",
Expand Down
5 changes: 5 additions & 0 deletions packages/vuepress-plugin-sandbox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## 0.1.4 (2022-05-11)

### Features

- **vuepress-plugin-sandbox,vue-playground:** init vuepress-plugin-sandbox, add life cycle supports ([3d218cc](https://github.com/2214962083/vue-superman/commit/3d218ccb4de17ec4d2870692bb200f4742667b85))
2 changes: 1 addition & 1 deletion packages/vuepress-plugin-sandbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vuepress-plugin-sandbox",
"version": "0.1.4",
"version": "0.1.5",
"description": "a codesandbox playground for vuepress",
"keywords": [
"vuepress-plugin-sandbox",
Expand Down

0 comments on commit 5a782dd

Please sign in to comment.