Skip to content

Commit

Permalink
build: the v0.1.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
2214962083 committed Apr 30, 2022
1 parent c64c6d1 commit fae40af
Show file tree
Hide file tree
Showing 9 changed files with 37 additions and 7 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.2",
"version": "0.1.3",
"private": true,
"packageManager": "[email protected]",
"description": "vue useful lib collection, use vue like a superman",
Expand Down
13 changes: 13 additions & 0 deletions packages/class-mock/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
## 0.0.1 (2022-04-30)

### Bug Fixes

- fix test bug, update github actions ([cb30319](https://github.com/2214962083/vue-superman/commit/cb303192f560de41f03c12e452b00dbee9551876))

### Features

- **class-mock/vue-xrender/superman-shared:** extract duplicate tool functions to superman-shared ([8a638f9](https://github.com/2214962083/vue-superman/commit/8a638f99509303f646795ce4971d3b08cb9f2dd3))
- **class-mock:** add entity decorator、class decorator ([c64c6d1](https://github.com/2214962083/vue-superman/commit/c64c6d123db6cbaa865dd792f96ff65b2a58b647))
- **class-mock:** add faker all api to decorator ([083710d](https://github.com/2214962083/vue-superman/commit/083710d5c62157974f728b6e75043f0c18bbaa9e))
- **class-mock:** add fakerjs, start write mock decorator ([7e60b89](https://github.com/2214962083/vue-superman/commit/7e60b891c426339ff17d81507db839858bbb73b2))
- **class-mock:** implementing a minimum runnable instance ([342a123](https://github.com/2214962083/vue-superman/commit/342a123e395ee988ec7a807e5ae3a8b5abfa31d9))
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.0.1",
"version": "0.1.3",
"description": "Proper decorator-based to generate faker data from class constructors",
"keywords": [
"mock",
Expand Down
8 changes: 7 additions & 1 deletion packages/doc-site/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
## 0.1.1 (2022-04-21)
## 0.1.2 (2022-04-30)

### Features

- **doc-site:** add vuepress config ([a2189d9](https://github.com/2214962083/vue-superman/commit/a2189d9a5f802abed444515d4da54546be4a1bf5))

## 0.1.2 (2022-04-21)

## 0.1.1 (2022-04-21)

Expand Down
2 changes: 1 addition & 1 deletion packages/doc-site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
"vue": "^3.2.33",
"vuepress": "^2.0.0-beta.39"
},
"version": "0.1.2"
"version": "0.1.3"
}
5 changes: 5 additions & 0 deletions packages/superman-shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## 0.0.1 (2022-04-30)

### Features

- **class-mock/vue-xrender/superman-shared:** extract duplicate tool functions to superman-shared ([8a638f9](https://github.com/2214962083/vue-superman/commit/8a638f99509303f646795ce4971d3b08cb9f2dd3))
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.0.1",
"version": "0.1.3",
"description": "the build and test utils share for vue-superman packages",
"keywords": [
"superman-shared",
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.1 (2022-04-21)
## 0.1.2 (2022-04-30)

### Features

- **class-mock/vue-xrender/superman-shared:** extract duplicate tool functions to superman-shared ([8a638f9](https://github.com/2214962083/vue-superman/commit/8a638f99509303f646795ce4971d3b08cb9f2dd3))

## 0.1.2 (2022-04-21)

### Bug Fixes

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.2",
"version": "0.1.3",
"description": "use jsx in template or use template in jsx, do what you want in vue free render",
"keywords": [
"vue",
Expand Down

0 comments on commit fae40af

Please sign in to comment.