Skip to content

Commit

Permalink
build: the v0.1.9 release
Browse files Browse the repository at this point in the history
  • Loading branch information
2214962083 committed May 24, 2022
1 parent e6c0e33 commit 5deaf7c
Show file tree
Hide file tree
Showing 13 changed files with 25 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.8",
"version": "0.1.9",
"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.7 (2022-05-24)
## 0.1.8 (2022-05-24)

## 0.1.8 (2022-05-24)

## 0.1.7 (2022-05-19)

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

## 0.1.8 (2022-05-24)

## 0.1.7 (2022-05-19)

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.8",
"version": "0.1.9",
"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.7 (2022-05-24)
## 0.1.8 (2022-05-24)

## 0.1.8 (2022-05-24)

## 0.1.7 (2022-05-19)

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

## 0.1.8 (2022-05-24)

## 0.1.7 (2022-05-19)

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.8",
"version": "0.1.9",
"description": "a codesandbox playground for vue",
"keywords": [
"vue",
Expand Down
4 changes: 3 additions & 1 deletion packages/vue-xrender/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## 0.1.7 (2022-05-24)
## 0.1.8 (2022-05-24)

## 0.1.8 (2022-05-24)

## 0.1.7 (2022-05-19)

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

## 0.1.8 (2022-05-24)

## 0.1.7 (2022-05-19)

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

1 comment on commit 5deaf7c

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for vue-superman ready!

✅ Preview
https://vue-superman-qcgkqxt1f-2214962083.vercel.app

Built with commit 5deaf7c.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.