Skip to content

Commit

Permalink
build: the v0.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
2214962083 committed Apr 21, 2022
1 parent 47b057e commit 9ea21fb
Show file tree
Hide file tree
Showing 5 changed files with 56 additions and 3 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.0.9",
"version": "0.1.1",
"private": true,
"packageManager": "[email protected]",
"description": "vue useful lib collection, use vue like a superman",
Expand Down
19 changes: 19 additions & 0 deletions packages/doc-site/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## 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.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.9-beta.1 (2022-04-21)

## 0.0.9-beta.1 (2022-04-20)
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 @@ -12,5 +12,5 @@
"@vuepress/theme-default": "^1.9.7",
"vuepress": "^2.0.0-beta.39"
},
"version": "0.0.9"
"version": "0.1.1"
}
34 changes: 34 additions & 0 deletions packages/vue-xrender/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,37 @@
## 0.0.9 (2022-04-21)

### Bug Fixes

- **vue-xrender:** vue-xrender x-jsx component props type error in vue2 ([47b057e](https://github.com/2214962083/vue-superman/commit/47b057ea8f6d74686dbea861e88bb66ee4f9cac0))

## 0.0.9 (2022-04-21)

# 0.1.0 (2022-04-21)

### Features

- add x-jsx x-tpl components ([ce906b5](https://github.com/2214962083/vue-superman/commit/ce906b52ee35fbfcb6ff159590591ef420ceee84))

## 0.0.9-beta.1 (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)

### Bug Fixes

- fix vue-xrender vite build empty bug ([ce019c5](https://github.com/2214962083/vue-superman/commit/ce019c582e99dc88924dd046393283f90f63ba2b))

### Features

- add vue-xrender useJsx example ([e6d3a54](https://github.com/2214962083/vue-superman/commit/e6d3a54cdd55ddcddf21630737417f5906660477))
- 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.1.0 (2022-04-21)
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.0.9",
"version": "0.1.1",
"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 9ea21fb

Please sign in to comment.