Skip to content

Commit

Permalink
build: the v0.1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
2214962083 committed Apr 21, 2022
1 parent 21c4a88 commit 6453323
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 49 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.1",
"version": "0.1.2",
"private": true,
"packageManager": "[email protected]",
"description": "vue useful lib collection, use vue like a superman",
Expand Down
49 changes: 3 additions & 46 deletions packages/doc-site/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,8 @@
## 0.0.9 (2022-04-21)

## 0.0.9 (2022-04-21)

## 0.0.9-beta.1 (2022-04-20)

## 0.0.8 (2022-04-20)

## 0.0.7 (2022-04-19)
## 0.1.1 (2022-04-21)

## 0.0.6 (2022-04-19)

## 0.0.5 (2022-04-19)
## 0.1.1 (2022-04-21)

### Features

- add vue2 and vue3 playgrounds, add vitest for test ([62ef8d6](https://github.com/2214962083/vue-superman/commit/62ef8d6ab55520b2e39d00837613fa3d6c772e0c))
- init project, create vue-xrender package ([8b3f883](https://github.com/2214962083/vue-superman/commit/8b3f883ddb4f6dba3bc3889f39b867735c7e2b69))

## 0.0.9-beta.1 (2022-04-21)
## 0.0.9 (2022-04-21)

## 0.0.9-beta.1 (2022-04-20)

Expand All @@ -33,31 +18,3 @@

- add vue2 and vue3 playgrounds, add vitest for test ([62ef8d6](https://github.com/2214962083/vue-superman/commit/62ef8d6ab55520b2e39d00837613fa3d6c772e0c))
- init project, create vue-xrender package ([8b3f883](https://github.com/2214962083/vue-superman/commit/8b3f883ddb4f6dba3bc3889f39b867735c7e2b69))

## 0.0.8 (2022-04-20)

## 0.0.8 (2022-04-20)

## 0.0.7 (2022-04-19)

## 0.0.6 (2022-04-19)

## 0.0.5 (2022-04-19)

### Features

- add vue2 and vue3 playgrounds, add vitest for test ([62ef8d6](https://github.com/2214962083/vue-superman/commit/62ef8d6ab55520b2e39d00837613fa3d6c772e0c))
- init project, create vue-xrender package ([8b3f883](https://github.com/2214962083/vue-superman/commit/8b3f883ddb4f6dba3bc3889f39b867735c7e2b69))

## 0.0.7 (2022-04-20)

## 0.0.7 (2022-04-19)

## 0.0.6 (2022-04-19)

## 0.0.5 (2022-04-19)

### Features

- add vue2 and vue3 playgrounds, add vitest for test ([62ef8d6](https://github.com/2214962083/vue-superman/commit/62ef8d6ab55520b2e39d00837613fa3d6c772e0c))
- init project, create vue-xrender package ([8b3f883](https://github.com/2214962083/vue-superman/commit/8b3f883ddb4f6dba3bc3889f39b867735c7e2b69))
2 changes: 1 addition & 1 deletion packages/doc-site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
"@vuepress/theme-default": "^1.9.7",
"vuepress": "^2.0.0-beta.39"
},
"version": "0.1.1"
"version": "0.1.2"
}
4 changes: 4 additions & 0 deletions packages/vue-xrender/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## 0.1.1 (2022-04-21)

### Bug Fixes

- **vue-xrender:** x-tpl render error in vue3 ([21c4a88](https://github.com/2214962083/vue-superman/commit/21c4a88fba865ee651d47c5173593b47e72f2318))

## 0.1.1 (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.1",
"version": "0.1.2",
"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 6453323

Please sign in to comment.