Skip to content

Commit

Permalink
build: the v0.1.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
2214962083 committed May 19, 2022
1 parent e12cef4 commit 7413b34
Show file tree
Hide file tree
Showing 13 changed files with 45 additions and 13 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.6",
"version": "0.1.7",
"private": true,
"packageManager": "[email protected]",
"description": "vue useful lib collection, use vue like a superman",
Expand Down
4 changes: 3 additions & 1 deletion packages/class-mock/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## 0.1.5 (2022-05-17)
## 0.1.6 (2022-05-19)

## 0.1.6 (2022-05-17)

### Features

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.6",
"version": "0.1.7",
"description": "Proper decorator-based to generate faker data from class constructors",
"keywords": [
"mock",
Expand Down
12 changes: 11 additions & 1 deletion packages/doc-site/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
## 0.1.5 (2022-05-17)
## 0.1.6 (2022-05-19)

### Bug Fixes

- **vue-xrender:** xTpl component throw warnning ([e12cef4](https://github.com/2214962083/vue-superman/commit/e12cef403121301cf57fcbd74d21e08519af8e95))

### Features

- **vue-playground:** add custom cdn supports ([4fb37e4](https://github.com/2214962083/vue-superman/commit/4fb37e44ac53cdb3af253f46044c7f90426acb26))

## 0.1.6 (2022-05-17)

### Bug Fixes

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.6",
"version": "0.1.7",
"private": true,
"description": "the libs docs website",
"scripts": {
Expand Down
4 changes: 3 additions & 1 deletion packages/superman-shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## 0.1.5 (2022-05-17)
## 0.1.6 (2022-05-19)

## 0.1.6 (2022-05-17)

### Features

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.6",
"version": "0.1.7",
"description": "the build and test utils share for vue-superman packages",
"keywords": [
"superman-shared",
Expand Down
8 changes: 7 additions & 1 deletion packages/vue-playground/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
## 0.1.5 (2022-05-17)
## 0.1.6 (2022-05-19)

### Features

- **vue-playground:** add custom cdn supports ([4fb37e4](https://github.com/2214962083/vue-superman/commit/4fb37e44ac53cdb3af253f46044c7f90426acb26))

## 0.1.6 (2022-05-17)

### Bug Fixes

Expand Down
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.6",
"version": "0.1.7",
"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.5 (2022-05-17)
## 0.1.6 (2022-05-19)

### Bug Fixes

- **vue-xrender:** xTpl component throw warnning ([e12cef4](https://github.com/2214962083/vue-superman/commit/e12cef403121301cf57fcbd74d21e08519af8e95))

## 0.1.6 (2022-05-17)

### Features

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.6",
"version": "0.1.7",
"description": "use jsx in template or use template in jsx, do what you want in vue free render",
"keywords": [
"vue",
Expand Down
8 changes: 7 additions & 1 deletion packages/vuepress-plugin-sandbox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
## 0.1.5 (2022-05-17)
## 0.1.6 (2022-05-19)

### Bug Fixes

- **vue-xrender:** xTpl component throw warnning ([e12cef4](https://github.com/2214962083/vue-superman/commit/e12cef403121301cf57fcbd74d21e08519af8e95))

## 0.1.6 (2022-05-17)

### Bug Fixes

Expand Down
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.6",
"version": "0.1.7",
"description": "a codesandbox playground for vuepress",
"keywords": [
"vuepress-plugin-sandbox",
Expand Down

0 comments on commit 7413b34

Please sign in to comment.